1526 Commits (97789d3e5d3f8f0f62177ea77c810a784dca986c)

Author SHA1 Message Date
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
Rich Felker 0c05bd3a9c further use of _Noreturn, for non-plain-C functions 14 years ago
Rich Felker 453059571c fix invalid implicit pointer conversion in gnulib-compat functions 14 years ago
Rich Felker c8ea985748 add _Noreturn function attribute, with fallback for pre-C11 GNUC 14 years ago
Rich Felker 400c5e5c83 use restrict everywhere it's required by c99 and/or posix 2008 14 years ago
Rich Felker bac03cdde1 remove dependency of wmemmove on wmemcpy direction 14 years ago
Rich Felker 594318fd3d remove dependency of memmove on memcpy direction 14 years ago
Rich Felker fcfba99503 fix broken ttyname[_r] (failure to null-terminate result) 14 years ago
Rich Felker 0447b8dc5c fix missing statics in crypt_sha256 code 14 years ago
Rich Felker 13157b025e anti-DoS rounds count limits for blowfish and des crypt 14 years ago
Rich Felker 507b6091fa limit sha512 rounds to similar runtime to sha256 limit 14 years ago
Rich Felker 88bf5a8a8d add sha256/sha512 crypt 14 years ago
Rich Felker 8b28aa9c94 fix bug caused by main app & libc having map set; cannot free them 14 years ago
Rich Felker f419bcb9dc dladdr support for dynamic linker (nonstandard extension) 14 years ago
Rich Felker 9bff7c133e implement "low hanging fruit" from C11 14 years ago
Rich Felker b5289fd749 add c11 quick_exit and at_quick_exit functions 14 years ago
Rich Felker a5d6199d09 fix bug in gnu hash lookup on dlsym(handle, name) lookups 14 years ago
Rich Felker dbcb3ad925 clean up search_vec usage for vdso 14 years ago
Rich Felker 08b3c71410 use new search_vec function to find vdso in dynamic linker 14 years ago
Rich Felker 731e8ffdcf ensure canary is setup if stack-prot libs are dlopen'd into non-ssp app 14 years ago
Rich Felker 2bd05a4fc2 add gnu hash support in the dynamic linker 14 years ago
Rich Felker 67ba40d1e0 optimize legacy ffs function 14 years ago
Rich Felker a749ba3adc fix bug whereby most atexit-registered functions got skipped 14 years ago
Rich Felker 04109502c0 make dynamic linker report all failures before exiting 14 years ago
Rich Felker efe9751468 fix bug computing argc when invoking ld-musl-mips.so.1 progname ... 14 years ago
Rich Felker da8d0fc4fa fix extremely rare but dangerous race condition in robust mutexes 14 years ago
Rich Felker 11458e5b09 fix float parsing logic for long decimal expansions 14 years ago
Rich Felker dc82ee4e30 handle null arguments to legacy bsd err.h functions 14 years ago