1303 Commits (44b4d09fc0626541ca12cf96f65adc21ab1fc413)

Author SHA1 Message Date
Rich Felker 8582a6e9f2 add 'e' modifier (close-on-exec) to fopen and fdopen 14 years ago
Rich Felker f2d08cf755 fix some more O_CLOEXEC/SOCK_CLOEXEC issues 14 years ago
Rich Felker dc62790dee move accept4, dup3, and pipe2 to non-linux-specific locations 14 years ago
Rich Felker 79a5e73e51 emulate SOCK_CLOEXEC and SOCK_NONBLOCK for old (pre-2.6.27) kernels 14 years ago
Rich Felker 3d8d90c5cc sem_open should make process-shared semaphores 14 years ago
Rich Felker 39f296a95b use O_CLOEXEC to open semaphore files in sem_open 14 years ago
Rich Felker c983e6415a fix some indention-with-spaces that crept in 14 years ago
Rich Felker 8c0a3d9e5c microblaze port 14 years ago
Rich Felker e0ea44cb76 fix arm clone syscall bug (no effect unless app uses clone) 14 years ago
Rich Felker 68dbd05039 optimize strchrnul/strcspn not to scan string twice on no-match 14 years ago
Rich Felker 3f9ff1514e slightly cleaner strlen, also seems to compile to better code 14 years ago
Rich Felker 507faa63cb fix dirname to handle input of form "foo/" correctly 14 years ago
Rich Felker 82dc1e2e78 fix handling of EINTR during close() 14 years ago
Rich Felker 4b49060da0 fix getaddrinfo to accept port 0 (zero) 14 years ago
Rich Felker 15d1112032 fix remaining IPC_64 issue (shmctl) 14 years ago
Rich Felker cccc13221d fix IPC_64 in msgctl too 14 years ago
Rich Felker fce46bf980 fix broken semctl on systems that don't use IPC_64 flag 14 years ago
Rich Felker f600105eef LFS64 alias for prlimit 14 years ago
Rich Felker 662da62eb7 add clock_adjtime, remap_file_pages, and syncfs syscall wrappers 14 years ago
Rich Felker 93ea998c9c add crypt_md5 password hash 14 years ago
Rich Felker aeaceb1fa8 revert low rounds-count limits in crypt hashes 14 years ago
Rich Felker 881868382a update mips cancellation-point syscall asm with 7-arg and r25 fixes 14 years ago
Rich Felker afd209deb7 workaround gcc got-register-reload performance problems in malloc 14 years ago
Rich Felker d62f4e9888 use vfork if possible in posix_spawn 14 years ago
Rich Felker 2bf469310d asm for memmove on i386 and x86_64 14 years ago
Rich Felker a9555a995c fix another ppoll issue (missing sigset_t size argument) 14 years ago
Rich Felker 1701e4f3d4 reenable word-at-at-time copying in memmove 14 years ago
Rich Felker 3b5e69052a fix ppoll with null timeout argument 14 years ago
Rich Felker c87584a3e9 add setdomainname syscall, fix getdomainname (previously a stub) 14 years ago
Rich Felker a660180c6a mincore syscall wrapper 14 years ago
Rich Felker 2416c63b81 fix up lfs64 junk for preadv/pwritev 14 years ago
Rich Felker ea544bfe80 add preadv/pwritev syscall wrappers 14 years ago
Rich Felker 141138c41b add linux ppoll syscall wrapper 14 years ago
Rich Felker 3d939be2e3 reenable sync_file_range; should no longer break on mips 14 years ago
Rich Felker 9a3bbce447 add 7-arg syscall support for mips 14 years ago
Rich Felker be48e22b42 fix mips syscall_cp_asm code (saved register usage) 14 years ago
Rich Felker 21419914c5 fix broken mips syscall asm 14 years ago
Rich Felker 41c5ee50ee disable sync_file_range for now 14 years ago
Rich Felker 208eb584ef syscall organization overhaul 14 years ago
Rich Felker fe0260400e add acct syscall source file, omitted in last syscalls commit 14 years ago
Rich Felker 6cf8bfdb64 add acct, accept4, setns, and dup3 syscalls (linux extensions) 14 years ago
Rich Felker 997ba92a0f add linux tee syscall 14 years ago
Rich Felker 00e6bbcc05 add linux sync_file_range syscall 14 years ago
Rich Felker b72db3d1ed move fallocate syscall wrapper to linux-specific syscalls dir 14 years ago
Rich Felker 90f770523f add linux readahead syscall 14 years ago
Rich Felker adb88e773b add fallocate (nonstandardized) function 14 years ago
Rich Felker 5271ff46b9 fix broken fallocate syscall in posix_fallocate 14 years ago
Rich Felker 231b9d1880 add timerfd interfaces (untested) 14 years ago
Rich Felker b9bb8f67bb cleanup src/linux and src/misc trees, etc. 14 years ago
Rich Felker 780aede419 fix constraint violation in ftw 14 years ago