68 Commits (056c8b1ab582a7e4df2aa1a0d9b300b0c99c3f23)

Author SHA1 Message Date
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
Rich Felker 71f7a3c2ce implement ptrace syscall wrapper (untested) 15 years ago
Rich Felker 28af39fe42 remove some stray trailing space characters 15 years ago
Rich Felker 544ee752cd fix some bugs in setxid and update setrlimit to use __synccall 15 years ago
Rich Felker c0fe5b9da9 check for fd exhaustion in forkpty 15 years ago
Rich Felker d40e344f7b incorrect check for open failure in openpty function 15 years ago
Rich Felker 6250c0be4b wordexp cannot use we_offs unless WRDE_DOOFFS flag is set 15 years ago
Rich Felker d43ff110bc fix memory leak on failure in realpath 15 years ago
Rich Felker 9a59faab3c add useless, obsolescent function ulimit 15 years ago
Rich Felker 10d7561db5 properly create new session/controlling terminal in forkpty 15 years ago
Rich Felker 4921ce0867 implement (nonstandard) forkpty 15 years ago
Rich Felker 145c05345d block cancellation in wordexp, handle more errors 15 years ago
Rich Felker f0fc95d439 avoid malloc of potentially-large string in wordexp 15 years ago