- 129ca6c fix missing static in getusershell (namespace pollution) by Rich Felker · 12 years ago
- cdf5150 replace old and ugly crypt implementation by Rich Felker · 12 years ago
- c21a19d fix ptsname_r to conform to the upcoming posix requirements by Rich Felker · 12 years ago
- 106e75f add isastream (obsolete STREAMS junk) by Rich Felker · 12 years ago
- 61be1cf implement stub versions of sched_* by Rich Felker · 12 years ago
- 4750cf4 ditch the priority inheritance locks; use malloc's version of lock by Rich Felker · 13 years ago
- 90da74e implement getusershell, etc. legacy functions by Rich Felker · 13 years ago
- b1b3d35 add getresuid and getresgid syscall wrappers by Rich Felker · 13 years ago
- 0d5df2d wordexp must set the we_offs entries of we_wordv to null pointers by Rich Felker · 13 years ago
- bef7a85 fix crash in wordfree if we_offs is not initialized by the caller by Rich Felker · 13 years ago
- ca19774 implement a64l and l64a (legacy xsi stuff) by Rich Felker · 13 years ago
- 00b883a fix (hopefully) PTRACE_TRACEME (command 0) argument handling by Rich Felker · 13 years ago
- f96eb33 fix get_current_dir_name behavior by Rich Felker · 13 years ago
- 1611ab0 add get_current_dir_name function by Rich Felker · 13 years ago
- 477e72a add legacy futimes and lutimes functions by Rich Felker · 13 years ago
- 5235a2a use prlimit syscall for getrlimit/setrlimit by Rich Felker · 13 years ago
- 26f3832 add prlimit syscall wrapper by Rich Felker · 13 years ago
- 0706521 alias basename to glibc name for it, to meet abi goals by Rich Felker · 13 years ago
- d431d45 fix ptrace (maybe) by Rich Felker · 13 years ago
- 71f7a3c implement ptrace syscall wrapper (untested) by Rich Felker · 13 years ago
- 28af39f remove some stray trailing space characters by Rich Felker · 13 years ago
- 544ee75 fix some bugs in setxid and update setrlimit to use __synccall by Rich Felker · 13 years ago
- c0fe5b9 check for fd exhaustion in forkpty by Rich Felker · 13 years ago
- d40e344 incorrect check for open failure in openpty function by Rich Felker · 13 years ago
- 6250c0b wordexp cannot use we_offs unless WRDE_DOOFFS flag is set by Rich Felker · 13 years ago
- d43ff11 fix memory leak on failure in realpath by Rich Felker · 13 years ago
- 9a59faa add useless, obsolescent function ulimit by Rich Felker · 13 years ago
- 10d7561 properly create new session/controlling terminal in forkpty by Rich Felker · 14 years ago
- 4921ce0 implement (nonstandard) forkpty by Rich Felker · 14 years ago
- 145c053 block cancellation in wordexp, handle more errors by Rich Felker · 14 years ago
- f0fc95d avoid malloc of potentially-large string in wordexp by Rich Felker · 14 years ago
- df9e11b protect ftw and nftw against cancellation by Rich Felker · 14 years ago
- d2c604d protect syslog against cancellation by Rich Felker · 14 years ago
- e98bdca minimal realpath implementation using /proc by Rich Felker · 14 years ago
- 90f09a0 remove stupid debug code in wordexp by Rich Felker · 14 years ago
- d251c26 implement wordexp. first try, may be buggy. intended to be safe. by Rich Felker · 14 years ago
- 19c1830 simplify syslog, add vsyslog interface (nonstandard) by Rich Felker · 14 years ago
- a77411a remove useless SIGPIPE protection from syslog by Rich Felker · 14 years ago
- a444ee3 fix syslog (corrected SIGPIPE blocking, and using dgram instead of stream) by Rich Felker · 14 years ago
- 91e836f implement getgrouplist (for initgroups), formerly dummied-out by Rich Felker · 14 years ago
- 750b738 add ptsname_r (nonstandard) and split ptsname (standard) to separate file by Rich Felker · 14 years ago
- c546be1 move bswap functions to static inline in byteswap.h by Rich Felker · 14 years ago
- 4f4ba4c fix broken bswap_32 by Rich Felker · 14 years ago
- 0161244 remove ugly warning-suppression hack from crypt - this invokes UB! by Rich Felker · 14 years ago
- 9ae8d5f fix all implicit conversion between signed/unsigned pointers by Rich Felker · 14 years ago
- aa398f5 global cleanup to use the new syscall interface by Rich Felker · 14 years ago
- bad4812 fix compile failure: legacy cuserid needs to define feature test by Rich Felker · 14 years ago
- f7eb91e fix getrlimit handling on 32-bit systems, and ease porting to 64-bit by Rich Felker · 14 years ago
- 0b44a03 initial check-in, version 0.5.0 by Rich Felker · 14 years ago