fix wide scanf's handling of input failure on %c, and simplify %[
[musl] / src / misc /
2012-04-16 Rich Felkerwordexp must set the we_offs entries of we_wordv to...
2012-04-16 Rich Felkerfix crash in wordfree if we_offs is not initialized...
2012-03-02 Rich Felkerimplement a64l and l64a (legacy xsi stuff)
2012-02-23 Rich Felkerfix (hopefully) PTRACE_TRACEME (command 0) argument...
2012-02-18 Rich Felkerfix get_current_dir_name behavior
2012-02-18 Rich Felkeradd get_current_dir_name function
2012-01-25 Rich Felkeradd legacy futimes and lutimes functions
2012-01-21 Rich Felkeruse prlimit syscall for getrlimit/setrlimit
2012-01-21 Rich Felkeradd prlimit syscall wrapper
2012-01-19 Rich Felkeralias basename to glibc name for it, to meet abi goals
2011-09-16 Rich Felkerfix ptrace (maybe)
2011-09-15 Rich Felkerimplement ptrace syscall wrapper (untested)
2011-09-13 Rich Felkerremove some stray trailing space characters
2011-07-30 Rich Felkerfix some bugs in setxid and update setrlimit to use...
2011-07-22 Rich Felkercheck for fd exhaustion in forkpty
2011-07-22 Rich Felkerincorrect check for open failure in openpty function
2011-06-25 Rich Felkerwordexp cannot use we_offs unless WRDE_DOOFFS flag...
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