80 Commits (a7dbcf5c8ca7edb7a46eb276031ad1df4131135b)

Author SHA1 Message Date
Szabolcs Nagy 571744447c include cleanups: remove unused headers and add feature test macros 13 years ago
Rich Felker aeea71dc04 fix and refactor child reaping logic in wordexp 13 years ago
Rich Felker caaf7d443d fix fd leak and case where fd 1 is already closed in wordexp 13 years ago
Rich Felker 8253f59eae fix resource exhaustion and zero-word cases in wordexp 13 years ago
Rich Felker d8f1908b82 improve robustness of wordexp and fix handling of 0-word case 13 years ago
Rich Felker 35e8621a28 remove incorrect cancellation points from realpath 13 years ago
Rich Felker dfddd43256 debloat realpath's allocation strategy 13 years ago
Rich Felker 27b4923ba0 make realpath use O_PATH when opening the file 13 years ago
Rich Felker c8c0844f7f debloat code that depends on /proc/self/fd/%d with shared function 13 years ago
Isaac Dunham 14f0272ea1 Add ABI compatability aliases. 13 years ago
Rich Felker 201e6603c3 fix typo in setpriority syscall wrapper 13 years ago
Rich Felker 427c0ca79e fix multiple bugs in syslog interfaces 13 years ago
Rich Felker 55aef73f47 move new linux syscall wrapper functions to proper source dir 14 years ago
Rich Felker 03b0f13e90 fix trailing whitespace issues that crept in here and there 14 years ago
rofl0r b6f75ab07f add arch_prctl syscall (amd64/x32 only) 14 years ago
rofl0r 6fb88a955a add personality syscall 14 years ago
Rich Felker 030e526392 add getopt reset support 14 years ago
Rich Felker f2d08cf755 fix some more O_CLOEXEC/SOCK_CLOEXEC issues 14 years ago
Rich Felker 79a5e73e51 emulate SOCK_CLOEXEC and SOCK_NONBLOCK for old (pre-2.6.27) kernels 14 years ago
Rich Felker 507faa63cb fix dirname to handle input of form "foo/" correctly 14 years ago
Rich Felker c87584a3e9 add setdomainname syscall, fix getdomainname (previously a stub) 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 400c5e5c83 use restrict everywhere it's required by c99 and/or posix 2008 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 67ba40d1e0 optimize legacy ffs function 14 years ago
Rich Felker a02bf5fc50 add blowfish hash support to crypt 14 years ago
Rich Felker b3c4cc121f make crypt return an unmatchable hash rather than NULL on failure 14 years ago
Rich Felker 129ca6c05d fix missing static in getusershell (namespace pollution) 14 years ago
Rich Felker cdf51506ce replace old and ugly crypt implementation 14 years ago
Rich Felker c21a19d5a5 fix ptsname_r to conform to the upcoming posix requirements 14 years ago
Rich Felker 106e75f712 add isastream (obsolete STREAMS junk) 14 years ago
Rich Felker 61be1cfec1 implement stub versions of sched_* 14 years ago
Rich Felker 4750cf4202 ditch the priority inheritance locks; use malloc's version of lock 14 years ago
Rich Felker 90da74ef51 implement getusershell, etc. legacy functions 14 years ago
Rich Felker b1b3d3525b add getresuid and getresgid syscall wrappers 14 years ago
Rich Felker 0d5df2df4f wordexp must set the we_offs entries of we_wordv to null pointers 14 years ago
Rich Felker bef7a85e45 fix crash in wordfree if we_offs is not initialized by the caller 14 years ago
Rich Felker ca19774c91 implement a64l and l64a (legacy xsi stuff) 14 years ago
Rich Felker 00b883a955 fix (hopefully) PTRACE_TRACEME (command 0) argument handling 14 years ago
Rich Felker f96eb335e1 fix get_current_dir_name behavior 14 years ago
Rich Felker 1611ab0d9b add get_current_dir_name function 14 years ago
Rich Felker 477e72ac4a add legacy futimes and lutimes functions 15 years ago
Rich Felker 5235a2a5a4 use prlimit syscall for getrlimit/setrlimit 15 years ago
Rich Felker 26f38328d6 add prlimit syscall wrapper 15 years ago
Rich Felker 07065210ca alias basename to glibc name for it, to meet abi goals 15 years ago
Rich Felker d431d4546e fix ptrace (maybe) 15 years ago