__time_to_tm: initialize tm_zone and tm_gmtoff
[musl] / src / misc /
2013-04-01 Rich Felkerfix typo in setpriority syscall wrapper
2013-03-23 Rich Felkerfix multiple bugs in syslog interfaces
2012-12-07 Rich Felkermove new linux syscall wrapper functions to proper...
2012-12-07 Rich Felkerfix trailing whitespace issues that crept in here and...
2012-12-06 rofl0radd arch_prctl syscall (amd64/x32 only)
2012-12-06 rofl0radd personality syscall
2012-10-01 Rich Felkeradd getopt reset support
2012-09-29 Rich Felkerfix some more O_CLOEXEC/SOCK_CLOEXEC issues
2012-09-29 Rich Felkeremulate SOCK_CLOEXEC and SOCK_NONBLOCK for old (pre...
2012-09-26 Rich Felkerfix dirname to handle input of form "foo/" correctly
2012-09-09 Rich Felkeradd setdomainname syscall, fix getdomainname (previousl...
2012-09-07 Rich Felkercleanup src/linux and src/misc trees, etc.
2012-09-07 Rich Felkerfix constraint violation in ftw
2012-09-07 Rich Felkeruse restrict everywhere it's required by c99 and/or...
2012-08-30 Rich Felkerfix missing statics in crypt_sha256 code
2012-08-29 Rich Felkeranti-DoS rounds count limits for blowfish and des crypt
2012-08-29 Rich Felkerlimit sha512 rounds to similar runtime to sha256 limit
2012-08-29 Rich Felkeradd sha256/sha512 crypt
2012-08-23 Rich Felkeroptimize legacy ffs function
2012-08-14 Rich FelkerMerge remote-tracking branch 'nsz/exp'
2012-08-10 Rich Felkeradd blowfish hash support to crypt
2012-08-10 Rich Felkermake crypt return an unmatchable hash rather than NULL...
2012-08-02 Rich Felkerfix missing static in getusershell (namespace pollution)
2012-06-29 Rich Felkerreplace old and ugly crypt implementation
2012-06-20 Rich Felkerfix ptsname_r to conform to the upcoming posix requirements
2012-05-06 Rich FelkerMerge remote-tracking branch 'nsz/master'
2012-05-06 Rich Felkeradd isastream (obsolete STREAMS junk)
2012-05-04 Rich Felkerimplement stub versions of sched_*
2012-04-24 Rich Felkerditch the priority inheritance locks; use malloc's...
2012-04-22 Rich Felkerimplement getusershell, etc. legacy functions
2012-04-22 Rich Felkeradd getresuid and getresgid syscall wrappers
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