handle library paths better (ignore empty path components, etc.)
[musl] / src / misc /
2011-06-18 Rich Felkerfix memory leak on failure in realpath
2011-05-29 Rich Felkeradd useless, obsolescent function ulimit
2011-04-21 Rich Felkerproperly create new session/controlling terminal in...
2011-04-21 Rich Felkerimplement (nonstandard) forkpty
2011-04-20 Rich Felkerblock cancellation in wordexp, handle more errors
2011-04-20 Rich Felkeravoid malloc of potentially-large string in wordexp
2011-04-19 Rich Felkerprotect ftw and nftw against cancellation
2011-04-19 Rich Felkerprotect syslog against cancellation
2011-04-17 Rich Felkerminimal realpath implementation using /proc
2011-04-15 Rich Felkerremove stupid debug code in wordexp
2011-04-15 Rich Felkerimplement wordexp. first try, may be buggy. intended...
2011-04-13 Rich Felkersimplify syslog, add vsyslog interface (nonstandard)
2011-04-13 Rich Felkerremove useless SIGPIPE protection from syslog
2011-04-13 Rich Felkerfix syslog (corrected SIGPIPE blocking, and using dgram...
2011-04-13 Rich Felkerimplement getgrouplist (for initgroups), formerly dummi...
2011-04-13 Rich Felkeradd ptsname_r (nonstandard) and split ptsname (standard...
2011-04-12 Rich Felkermove bswap functions to static inline in byteswap.h
2011-04-12 Rich Felkerfix broken bswap_32
2011-04-11 Rich Felkerremove ugly warning-suppression hack from crypt - this...
2011-03-25 Rich Felkerfix all implicit conversion between signed/unsigned...
2011-03-20 Rich Felkerglobal cleanup to use the new syscall interface
2011-02-16 Rich Felkerfix compile failure: legacy cuserid needs to define...
2011-02-15 Rich Felkerfix getrlimit handling on 32-bit systems, and ease...
2011-02-12 Rich Felkerinitial check-in, version 0.5.0