OSDN Git Service

optimize hot paths of putc with manual shrink-wrapping
[android-x86/external-musl-libc.git] / src / misc /
2018-09-12 Rich Felkersplit internal lock API out of libc.h, creating lock.h
2018-09-12 Rich Felkerremove spurious inclusion of libc.h for LFS64 ABI aliases
2018-09-12 Rich Felkerreduce spurious inclusion of libc.h
2018-09-12 Rich Felkerremove or make static various unused __-prefixed symbols
2018-09-12 Rich Felkeroverhaul internally-public declarations using wrapper...
2018-09-12 Rich Felkerdeclare __getopt_msg in stdio_impl.h
2018-09-12 Rich Felkeruse lighter internal stdio lock in getopt error printing
2018-09-12 Rich Felkermove and deduplicate declarations of __procfdname to...
2018-09-12 Rich Felkerfix issues from public functions defined without declar...
2018-08-22 Rich Felkergetopt: update optarg and optind correctly on missing...
2018-04-27 Rich Felkergetopt_long_only: don't prefix-match long-options that...
2018-02-26 Rich Felkeradd public interface headers to implementation files
2018-02-24 Rich Felkerfix getopt wrongly treating colons in optstring as...
2018-02-23 Rich Felkeradd getentropy function
2018-02-05 Alexander Monakovre-fix child reaping in wordexp
2018-02-01 Samuel Hollandgetopt_long: accept prefix match of long options contai...
2018-02-01 Samuel Hollandfix getopt_long arguments to partial matches
2018-01-09 Jens Gustedtrevise the definition of multiple basic locks in the...
2017-10-14 Rich Felkerfix incorrect base name offset from nftw when pathname...
2017-01-05 Rich Felkerfix getopt[_long] clobbering of optopt on success
2016-10-20 Rich Felkerfix getopt_long_only misinterpreting "--" as an option
2016-10-20 Natanael Copause dynamic buffer for getmntent
2016-05-23 Rich Felkerfix a64l undefined behavior on ILP32 archs, wrong resul...
2016-02-16 Rich Felkerfix unlikely corner cases in getopt's message printing
2015-08-21 Steven Barthgetsubopt: don't include leading = in value string
2015-07-09 Rich Felkerhandle loss of syslog socket connection
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'
next