aboutsummaryrefslogtreecommitdiff
path: root/src/misc
AgeCommit message (Expand)Author
2024-04-13initgroups: do not artificially limit number of supplementary groupsRich Felker
2024-02-07syslog: use C locale for timestamp generationRich Felker
2023-11-16mntent: fields are delimited only by tabs or spaces, not general whitespaceRich Felker
2023-11-16mntent: unescape octal sequencesq66
2023-04-11getopt: fix null pointer arithmetic ubAlexey Izbyshev
2023-04-11nftw: fix use of uninitialized struct statAlexey Izbyshev
2022-10-19remove LFS64 symbol aliases; replace with dynamic linker remappingRich Felker
2022-05-15mntent: fix potential mishandling of extremely long linesRich Felker
2022-05-15mntent: fix parsing lines with optional fieldsAlyssa Ross
2022-05-01only use getrlimit/setrlimit syscalls if they existStefan O'Rear
2021-10-19fix struct layout mismatch in sound ioctl time32 fallback conversionRich Felker
2020-12-14fix VIDIOC_DQEVENT (v4l2) ioctl fallback for pre-5.6 kernelsRich Felker
2020-12-14fix v4l2 buffer ioctl fallbacks for pre-5.6 kernelsArnd Bergmann
2020-11-30implement realpath directly instead of using procfs readlinkRich Felker
2020-11-11lift child restrictions after multi-threaded forkRich Felker
2020-10-27avoid __synccall for setrlimit on kernels with prlimit syscallRich Felker
2020-07-24getentropy: fix UB if len==0Bartosz Brachaczek
2020-06-15fix invalid use of access function in nftwRich Felker
2019-12-22spare archs without time32 legacy the cost of ioctl fallback conversionsRich Felker
2019-12-22add further ioctl time64 fallback conversion for device-specific commandRich Felker
2019-12-21don't continue looping through ioctl compat_map after finding matchRich Felker
2019-12-20add further ioctl time64 fallback conversionsRich Felker
2019-12-19improve ioctl time64 conversion fallback frameworkRich Felker
2019-12-18convert ioctl time64 fallbacks to table-driven frameworkRich Felker
2019-10-24fix errno for posix_openpt with no free ptys availableRich Felker
2019-10-19wait4, getrusage: add time64/x32 variantRich Felker
2019-08-30add public declaration for optreset under appropriate feature profilesRich Felker
2019-07-31ioctl: add fallback for new time64 SIOCGSTAMP[NS]Rich Felker
2018-12-09add namespace-safe version of getauxval for internal useRich Felker
2018-12-09fix wordexp not to read past end of string ending with lone backslashRich Felker
2018-09-12split internal lock API out of libc.h, creating lock.hRich Felker
2018-09-12remove spurious inclusion of libc.h for LFS64 ABI aliasesRich Felker
2018-09-12reduce spurious inclusion of libc.hRich Felker
2018-09-12remove or make static various unused __-prefixed symbolsRich Felker
2018-09-12overhaul internally-public declarations using wrapper headersRich Felker
2018-09-12declare __getopt_msg in stdio_impl.hRich Felker
2018-09-12use lighter internal stdio lock in getopt error printingRich Felker
2018-09-12move and deduplicate declarations of __procfdname to make it checkableRich Felker
2018-09-12fix issues from public functions defined without declaration visibleRich Felker
2018-08-22getopt: update optarg and optind correctly on missing argumentRich Felker
2018-04-27getopt_long_only: don't prefix-match long-options that match short onesRich Felker
2018-02-25add public interface headers to implementation filesRich Felker
2018-02-24fix getopt wrongly treating colons in optstring as valid option charsRich Felker
2018-02-23add getentropy functionRich Felker
2018-02-05re-fix child reaping in wordexpAlexander Monakov
2018-01-31getopt_long: accept prefix match of long options containing equals signsSamuel Holland
2018-01-31fix getopt_long arguments to partial matchesSamuel Holland
2018-01-09revise the definition of multiple basic locks in the codeJens Gustedt
2017-10-13fix incorrect base name offset from nftw when pathname ends in slash(es)Rich Felker
2017-01-04fix getopt[_long] clobbering of optopt on successRich Felker