remove always-true conditional in dynamic linker TLSDESC processing
[oweals/musl.git] / src / misc /
2015-03-16 Josiah Worcesteradd alternate backend support for getgrouplist
2015-03-04 Rich Felkereliminate atomics in syslog setlogmask function
2015-03-04 Rich Felkermake all objects used with atomic operations volatile
2015-02-11 Rich Felkerfix bad character checking in wordexp
2015-01-21 Rich Felkersimplify part of getopt_long
2015-01-21 Rich Felkeralways set optarg in getopt_long
2015-01-15 Rich Felkerfor multithreaded set*id/setrlimit, handle case where...
2015-01-13 Rich Felkerincrease syslog message limit from 256 to 1024
2015-01-11 Rich Felkerfix regression in getopt_long support for non-option...
2015-01-09 Rich Felkercheck for connect failure in syslog log opening
2014-12-21 Rich Felkeroverhaul forkpty function using new login_tty
2014-12-21 Rich Felkerblock pthread cancellation in openpty function
2014-12-21 Rich Felkerdon't write openpty results until success is determined
2014-12-21 Felix Jandaadd login_tty function
2014-12-21 Rich Felkerset optopt in getopt_long
2014-12-21 Rich Felkeradd error message printing to getopt_long and make...
2014-12-20 Rich Felkersupport translation for getopt error messages
2014-12-20 Rich Felkerfix stderr locking and ferror semantics in getopt messa...
2014-12-13 Rich Felkersimplify getopt_long argv permutation loop logic
2014-12-13 Rich Felkerfix handling of "--" with getopt_long argv permutation
2014-12-11 Rich Felkeraccept null longopts pointer in getopt_long
2014-12-11 Rich Felkerfix getopt handling of initial '+' in optstring
2014-12-11 Rich Felkersupport abbreviated options in getopt_long
2014-12-11 Rich Felkersupport options after non-option arguments in getopt_lo...
2014-12-04 Rich Felkerfix getopt handling of ':' modifier for multibyte optio...
2014-12-03 Gianluca Anzolinadd support for non-option arguments extension to getopt
2014-11-16 Felix Fietkaugetopt: fix optional argument processing
2014-08-08 Timo Teräsmake endmntent function handle null argument
2014-07-31 Rich Felkerimplement ffsl and ffsll functions
2014-07-20 Brent Cookadd issetugid function to check for elevated privilege
2014-07-18 Rich Felkerprovide getauxval(AT_SECURE) even if it is missing...
2014-07-12 Rich Felkerimplement the LOG_CONS option in syslog
2014-07-12 Rich Felkersuppress early syslog return when log socket cannot...
2014-07-12 Rich Felkerimplement the LOG_PERROR option in syslog
2014-07-12 Clément Vasseurfix the %m specifier in syslog
2014-06-21 Rich Felkerimplement fmtmsg function
2014-06-12 Rich Felkersupport optional-argument extension to getopt via doubl...
2014-05-30 Szabolcs Nagyfix for broken kernel side RLIM_INFINITY on mips
2014-05-25 Rich Felkersupport kernels with no SYS_open syscall, only SYS_openat
2014-04-07 Rich Felkeradd getauxval function
2014-03-18 Rich Felkeruse syscall_arg_t for arguments in public syscall(...
2014-03-17 Rich Felkerfix negated error codes from ptsname_r
2014-02-01 Rich Felkerfix nftw FTW_MOUNT flag
2013-12-13 Rich Felkeroptimize get_current_dir_name to reduce stack bloat
2013-12-12 Szabolcs Nagyinclude cleanups: remove unused headers and add feature...
2013-11-22 Rich Felkerfix and refactor child reaping logic in wordexp
2013-11-22 Rich Felkerfix fd leak and case where fd 1 is already closed in...
2013-11-22 Rich Felkerfix resource exhaustion and zero-word cases in wordexp
2013-11-22 Rich Felkerimprove robustness of wordexp and fix handling of 0...
2013-08-31 Rich Felkerremove incorrect cancellation points from realpath
2013-08-31 Rich Felkerdebloat realpath's allocation strategy
2013-08-31 Rich Felkermake realpath use O_PATH when opening the file
2013-08-02 Rich Felkerdebloat code that depends on /proc/self/fd/%d with...
2013-04-06 Isaac DunhamAdd ABI compatability aliases.
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
next