2013-04-06 |
Isaac Dunham | Add ABI compatability aliases. |
tree | commitdiff |
2013-04-01 |
Rich Felker | fix typo in setpriority syscall wrapper |
tree | commitdiff |
2013-03-23 |
Rich Felker | fix multiple bugs in syslog interfaces |
tree | commitdiff |
2012-12-07 |
Rich Felker | move new linux syscall wrapper functions to proper... |
tree | commitdiff |
2012-12-07 |
Rich Felker | fix trailing whitespace issues that crept in here and... |
tree | commitdiff |
2012-12-06 |
rofl0r | add arch_prctl syscall (amd64/x32 only) |
tree | commitdiff |
2012-12-06 |
rofl0r | add personality syscall |
tree | commitdiff |
2012-10-01 |
Rich Felker | add getopt reset support |
tree | commitdiff |
2012-09-29 |
Rich Felker | fix some more O_CLOEXEC/SOCK_CLOEXEC issues |
tree | commitdiff |
2012-09-29 |
Rich Felker | emulate SOCK_CLOEXEC and SOCK_NONBLOCK for old (pre... |
tree | commitdiff |
2012-09-26 |
Rich Felker | fix dirname to handle input of form "foo/" correctly |
tree | commitdiff |
2012-09-09 |
Rich Felker | add setdomainname syscall, fix getdomainname (previousl... |
tree | commitdiff |
2012-09-07 |
Rich Felker | cleanup src/linux and src/misc trees, etc. |
tree | commitdiff |
2012-09-07 |
Rich Felker | fix constraint violation in ftw |
tree | commitdiff |
2012-09-07 |
Rich Felker | use restrict everywhere it's required by c99 and/or... |
tree | commitdiff |
2012-08-30 |
Rich Felker | fix missing statics in crypt_sha256 code |
tree | commitdiff |
2012-08-29 |
Rich Felker | anti-DoS rounds count limits for blowfish and des crypt |
tree | commitdiff |
2012-08-29 |
Rich Felker | limit sha512 rounds to similar runtime to sha256 limit |
tree | commitdiff |
2012-08-29 |
Rich Felker | add sha256/sha512 crypt |
tree | commitdiff |
2012-08-23 |
Rich Felker | optimize legacy ffs function |
tree | commitdiff |
2012-08-14 |
Rich Felker | Merge remote-tracking branch 'nsz/exp' |
tree | commitdiff |
2012-08-10 |
Rich Felker | add blowfish hash support to crypt |
tree | commitdiff |
2012-08-10 |
Rich Felker | make crypt return an unmatchable hash rather than NULL... |
tree | commitdiff |
2012-08-02 |
Rich Felker | fix missing static in getusershell (namespace pollution) |
tree | commitdiff |
2012-06-29 |
Rich Felker | replace old and ugly crypt implementation |
tree | commitdiff |
2012-06-20 |
Rich Felker | fix ptsname_r to conform to the upcoming posix requirements |
tree | commitdiff |
2012-05-06 |
Rich Felker | Merge remote-tracking branch 'nsz/master' |
tree | commitdiff |
2012-05-06 |
Rich Felker | add isastream (obsolete STREAMS junk) |
tree | commitdiff |
2012-05-04 |
Rich Felker | implement stub versions of sched_* |
tree | commitdiff |
2012-04-24 |
Rich Felker | ditch the priority inheritance locks; use malloc's... |
tree | commitdiff |
2012-04-22 |
Rich Felker | implement getusershell, etc. legacy functions |
tree | commitdiff |
2012-04-22 |
Rich Felker | add getresuid and getresgid syscall wrappers |
tree | commitdiff |
2012-04-16 |
Rich Felker | wordexp must set the we_offs entries of we_wordv to... |
tree | commitdiff |
2012-04-16 |
Rich Felker | fix crash in wordfree if we_offs is not initialized... |
tree | commitdiff |
2012-03-02 |
Rich Felker | implement a64l and l64a (legacy xsi stuff) |
tree | commitdiff |
2012-02-23 |
Rich Felker | fix (hopefully) PTRACE_TRACEME (command 0) argument... |
tree | commitdiff |
2012-02-18 |
Rich Felker | fix get_current_dir_name behavior |
tree | commitdiff |
2012-02-18 |
Rich Felker | add get_current_dir_name function |
tree | commitdiff |
2012-01-25 |
Rich Felker | add legacy futimes and lutimes functions |
tree | commitdiff |
2012-01-21 |
Rich Felker | use prlimit syscall for getrlimit/setrlimit |
tree | commitdiff |
2012-01-21 |
Rich Felker | add prlimit syscall wrapper |
tree | commitdiff |
2012-01-19 |
Rich Felker | alias basename to glibc name for it, to meet abi goals |
tree | commitdiff |
2011-09-16 |
Rich Felker | fix ptrace (maybe) |
tree | commitdiff |
2011-09-15 |
Rich Felker | implement ptrace syscall wrapper (untested) |
tree | commitdiff |
2011-09-13 |
Rich Felker | remove some stray trailing space characters |
tree | commitdiff |
2011-07-30 |
Rich Felker | fix some bugs in setxid and update setrlimit to use... |
tree | commitdiff |
2011-07-22 |
Rich Felker | check for fd exhaustion in forkpty |
tree | commitdiff |
2011-07-22 |
Rich Felker | incorrect check for open failure in openpty function |
tree | commitdiff |
2011-06-25 |
Rich Felker | wordexp cannot use we_offs unless WRDE_DOOFFS flag... |
tree | commitdiff |
2011-06-18 |
Rich Felker | fix memory leak on failure in realpath |
tree | commitdiff |
2011-05-29 |
Rich Felker | add useless, obsolescent function ulimit |
tree | commitdiff |
2011-04-21 |
Rich Felker | properly create new session/controlling terminal in... |
tree | commitdiff |
2011-04-21 |
Rich Felker | implement (nonstandard) forkpty |
tree | commitdiff |
2011-04-20 |
Rich Felker | block cancellation in wordexp, handle more errors |
tree | commitdiff |
2011-04-20 |
Rich Felker | avoid malloc of potentially-large string in wordexp |
tree | commitdiff |
2011-04-19 |
Rich Felker | protect ftw and nftw against cancellation |
tree | commitdiff |
2011-04-19 |
Rich Felker | protect syslog against cancellation |
tree | commitdiff |
2011-04-17 |
Rich Felker | minimal realpath implementation using /proc |
tree | commitdiff |
2011-04-15 |
Rich Felker | remove stupid debug code in wordexp |
tree | commitdiff |
2011-04-15 |
Rich Felker | implement wordexp. first try, may be buggy. intended... |
tree | commitdiff |
2011-04-13 |
Rich Felker | simplify syslog, add vsyslog interface (nonstandard) |
tree | commitdiff |
2011-04-13 |
Rich Felker | remove useless SIGPIPE protection from syslog |
tree | commitdiff |
2011-04-13 |
Rich Felker | fix syslog (corrected SIGPIPE blocking, and using dgram... |
tree | commitdiff |
2011-04-13 |
Rich Felker | implement getgrouplist (for initgroups), formerly dummi... v0.7.8 |
tree | commitdiff |
2011-04-13 |
Rich Felker | add ptsname_r (nonstandard) and split ptsname (standard... |
tree | commitdiff |
2011-04-12 |
Rich Felker | move bswap functions to static inline in byteswap.h |
tree | commitdiff |
2011-04-12 |
Rich Felker | fix broken bswap_32 |
tree | commitdiff |
2011-04-11 |
Rich Felker | remove ugly warning-suppression hack from crypt - this... |
tree | commitdiff |
2011-03-25 |
Rich Felker | fix all implicit conversion between signed/unsigned... |
tree | commitdiff |
2011-03-20 |
Rich Felker | global cleanup to use the new syscall interface |
tree | commitdiff |
2011-02-16 |
Rich Felker | fix compile failure: legacy cuserid needs to define... |
tree | commitdiff |
2011-02-15 |
Rich Felker | fix getrlimit handling on 32-bit systems, and ease... |
tree | commitdiff |
2011-02-12 |
Rich Felker | initial check-in, version 0.5.0 v0.5.0 |
tree | commitdiff |
|