about summary refs log tree commit diff
path: root/src/misc
Commit message (Expand)AuthorAgeFilesLines
* 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
* use dynamic buffer for getmntentNatanael Copa2016-10-201-4/+13
* fix a64l undefined behavior on ILP32 archs, wrong results on LP64 archsRich Felker2016-05-231-3/+6
* fix unlikely corner cases in getopt's message printingRich Felker2016-02-161-2/+2
* getsubopt: don't include leading = in value stringSteven Barth2015-08-211-1/+1
* handle loss of syslog socket connectionRich Felker2015-07-091-7/+11
* add alternate backend support for getgrouplistJosiah Worcester2015-03-151-24/+0
* eliminate atomics in syslog setlogmask functionRich Felker2015-03-041-4/+6
* make all objects used with atomic operations volatileRich Felker2015-03-031-2/+2
* fix bad character checking in wordexpRich Felker2015-02-111-0/+1
* simplify part of getopt_longRich Felker2015-01-211-13/+11