dns: fix workaround for systems defaulting to ipv6-only sockets
[musl] / src / misc /
2022-10-19 Rich Felkerremove LFS64 symbol aliases; replace with dynamic linke...
2022-05-15 Rich Felkermntent: fix potential mishandling of extremely long...
2022-05-15 Alyssa Rossmntent: fix parsing lines with optional fields
2022-05-02 Stefan O'Rearonly use getrlimit/setrlimit syscalls if they exist
2021-10-19 Rich Felkerfix struct layout mismatch in sound ioctl time32 fallba...
2020-12-15 Rich Felkerfix VIDIOC_DQEVENT (v4l2) ioctl fallback for pre-5...
2020-12-15 Arnd Bergmannfix v4l2 buffer ioctl fallbacks for pre-5.6 kernels
2020-11-30 Rich Felkerimplement realpath directly instead of using procfs...
2020-11-11 Rich Felkerlift child restrictions after multi-threaded fork
2020-10-27 Rich Felkeravoid __synccall for setrlimit on kernels with prlimit...
2020-07-24 Bartosz Brachaczekgetentropy: fix UB if len==0
2020-06-15 Rich Felkerfix invalid use of access function in nftw
2019-12-22 Rich Felkerspare archs without time32 legacy the cost of ioctl...
2019-12-22 Rich Felkeradd further ioctl time64 fallback conversion for device...
2019-12-21 Rich Felkerdon't continue looping through ioctl compat_map after...
2019-12-20 Rich Felkeradd further ioctl time64 fallback conversions
2019-12-19 Rich Felkerimprove ioctl time64 conversion fallback framework
2019-12-19 Rich Felkerconvert ioctl time64 fallbacks to table-driven framework
2019-10-24 Rich Felkerfix errno for posix_openpt with no free ptys available
2019-10-20 Rich Felkerwait4, getrusage: add time64/x32 variant
2019-08-30 Rich Felkeradd public declaration for optreset under appropriate...
2019-08-01 Rich Felkerioctl: add fallback for new time64 SIOCGSTAMP[NS]
2018-12-10 Rich Felkeradd namespace-safe version of getauxval for internal use
2018-12-10 Rich Felkerfix wordexp not to read past end of string ending with...
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
next