about summary refs log tree commit diff
path: root/src/misc
Commit message (Expand)AuthorAgeFilesLines
* syslog: use C locale for timestamp generationRich Felker2024-02-071-1/+2
* mntent: fields are delimited only by tabs or spaces, not general whitespaceRich Felker2023-11-161-1/+1
* mntent: unescape octal sequencesq662023-11-161-4/+40
* getopt: fix null pointer arithmetic ubAlexey Izbyshev2023-04-111-1/+2
* nftw: fix use of uninitialized struct statAlexey Izbyshev2023-04-111-1/+3
* remove LFS64 symbol aliases; replace with dynamic linker remappingRich Felker2022-10-194-8/+0
* mntent: fix potential mishandling of extremely long linesRich Felker2022-05-151-0/+2
* mntent: fix parsing lines with optional fieldsAlyssa Ross2022-05-151-3/+7
* only use getrlimit/setrlimit syscalls if they existStefan O'Rear2022-05-012-1/+11
* fix struct layout mismatch in sound ioctl time32 fallback conversionRich Felker2021-10-191-2/+7
* fix VIDIOC_DQEVENT (v4l2) ioctl fallback for pre-5.6 kernelsRich Felker2020-12-141-1/+9
* fix v4l2 buffer ioctl fallbacks for pre-5.6 kernelsArnd Bergmann2020-12-141-4/+4
* implement realpath directly instead of using procfs readlinkRich Felker2020-11-301-23/+136
* lift child restrictions after multi-threaded forkRich Felker2020-11-111-0/+2
* avoid __synccall for setrlimit on kernels with prlimit syscallRich Felker2020-10-271-20/+17
* getentropy: fix UB if len==0Bartosz Brachaczek2020-07-241-1/+1
* fix invalid use of access function in nftwRich Felker2020-06-151-4/+18
* spare archs without time32 legacy the cost of ioctl fallback conversionsRich Felker2019-12-221-1/+1
* add further ioctl time64 fallback conversion for device-specific commandRich Felker2019-12-221-0/+3
* don't continue looping through ioctl compat_map after finding matchRich Felker2019-12-211-0/+1
* add further ioctl time64 fallback conversionsRich Felker2019-12-201-1/+49
* improve ioctl time64 conversion fallback frameworkRich Felker2019-12-191-17/+18
* convert ioctl time64 fallbacks to table-driven frameworkRich Felker2019-12-181-17/+66
* fix errno for posix_openpt with no free ptys availableRich Felker2019-10-241-1/+3
* wait4, getrusage: add time64/x32 variantRich Felker2019-10-191-1/+29
* add public declaration for optreset under appropriate feature profilesRich Felker2019-08-301-0/+1
* ioctl: add fallback for new time64 SIOCGSTAMP[NS]Rich Felker2019-07-311-1/+24
* add namespace-safe version of getauxval for internal useRich Felker2018-12-091-1/+3
* fix wordexp not to read past end of string ending with lone backslashRich Felker2018-12-091-1/+1
* split internal lock API out of libc.h, creating lock.hRich Felker2018-09-121-1/+1
* remove spurious inclusion of libc.h for LFS64 ABI aliasesRich Felker2018-09-124-7/+4
* reduce spurious inclusion of libc.hRich Felker2018-09-123-3/+0
* remove or make static various unused __-prefixed symbolsRich Felker2018-09-122-2/+2
* overhaul internally-public declarations using wrapper headersRich Felker2018-09-121-2/+0
* declare __getopt_msg in stdio_impl.hRich Felker2018-09-121-2/+1
* use lighter internal stdio lock in getopt error printingRich Felker2018-09-121-2/+3
* move and deduplicate declarations of __procfdname to make it checkableRich Felker2018-09-121-2/+0
* fix issues from public functions defined without declaration visibleRich Felker2018-09-123-0/+5
* getopt: update optarg and optind correctly on missing argumentRich Felker2018-08-221-6/+6
* getopt_long_only: don't prefix-match long-options that match short onesRich Felker2018-04-271-2/+15
* add public interface headers to implementation filesRich Felker2018-02-251-0/+2
* fix getopt wrongly treating colons in optstring as valid option charsRich Felker2018-02-241-1/+1
* add getentropy functionRich Felker2018-02-231-0/+31
* re-fix child reaping in wordexpAlexander Monakov2018-02-051-7/+1
* getopt_long: accept prefix match of long options containing equals signsSamuel Holland2018-01-311-1/+2
* fix getopt_long arguments to partial matchesSamuel Holland2018-01-311-1/+3
* revise the definition of multiple basic locks in the codeJens Gustedt2018-01-091-1/+1
* fix incorrect base name offset from nftw when pathname ends in slash(es)Rich Felker2017-10-131-3/+9
* fix getopt[_long] clobbering of optopt on successRich Felker2017-01-042-2/+5
* fix getopt_long_only misinterpreting "--" as an optionRich Felker2016-10-201-1/+1