summaryrefslogtreecommitdiff
path: root/src/misc
AgeCommit message (Expand)AuthorFilesLines
2018-09-12split internal lock API out of libc.h, creating lock.hRich Felker1-1/+1
2018-09-12remove spurious inclusion of libc.h for LFS64 ABI aliasesRich Felker4-7/+4
2018-09-12reduce spurious inclusion of libc.hRich Felker3-3/+0
2018-09-12remove or make static various unused __-prefixed symbolsRich Felker2-2/+2
2018-09-12overhaul internally-public declarations using wrapper headersRich Felker1-2/+0
2018-09-12declare __getopt_msg in stdio_impl.hRich Felker1-2/+1
2018-09-12use lighter internal stdio lock in getopt error printingRich Felker1-2/+3
2018-09-12move and deduplicate declarations of __procfdname to make it checkableRich Felker1-2/+0
2018-09-12fix issues from public functions defined without declaration visibleRich Felker3-0/+5
2018-08-22getopt: update optarg and optind correctly on missing argumentRich Felker1-6/+6
2018-04-27getopt_long_only: don't prefix-match long-options that match short onesRich Felker1-2/+15
2018-02-25add public interface headers to implementation filesRich Felker1-0/+2
2018-02-24fix getopt wrongly treating colons in optstring as valid option charsRich Felker1-1/+1
2018-02-23add getentropy functionRich Felker1-0/+31
2018-02-05re-fix child reaping in wordexpAlexander Monakov1-7/+1
2018-01-31getopt_long: accept prefix match of long options containing equals signsSamuel Holland1-1/+2
2018-01-31fix getopt_long arguments to partial matchesSamuel Holland1-1/+3
2018-01-09revise the definition of multiple basic locks in the codeJens Gustedt1-1/+1
2017-10-13fix incorrect base name offset from nftw when pathname ends in slash(es)Rich Felker1-3/+9
2017-01-04fix getopt[_long] clobbering of optopt on successRich Felker2-2/+5
2016-10-20fix getopt_long_only misinterpreting "--" as an optionRich Felker1-1/+1
2016-10-20use dynamic buffer for getmntentNatanael Copa1-4/+13
2016-05-23fix a64l undefined behavior on ILP32 archs, wrong results on LP64 archsRich Felker1-3/+6
2016-02-16fix unlikely corner cases in getopt's message printingRich Felker1-2/+2
2015-08-21getsubopt: don't include leading = in value stringSteven Barth1-1/+1
2015-07-09handle loss of syslog socket connectionRich Felker1-7/+11
2015-03-15add alternate backend support for getgrouplistJosiah Worcester1-24/+0
2015-03-04eliminate atomics in syslog setlogmask functionRich Felker1-4/+6
2015-03-03make all objects used with atomic operations volatileRich Felker1-2/+2
2015-02-11fix bad character checking in wordexpRich Felker1-0/+1
2015-01-21simplify part of getopt_longRich Felker1-13/+11
2015-01-21always set optarg in getopt_longRich Felker1-1/+1
2015-01-15for multithreaded set*id/setrlimit, handle case where callback does not runRich Felker1-3/+3
2015-01-13increase syslog message limit from 256 to 1024Rich Felker1-1/+1
2015-01-11fix regression in getopt_long support for non-option argumentsRich Felker1-7/+6
2015-01-09check for connect failure in syslog log openingRich Felker1-2/+6
2014-12-21overhaul forkpty function using new login_ttyRich Felker1-26/+45
2014-12-20block pthread cancellation in openpty functionRich Felker1-9/+14
2014-12-20don't write openpty results until success is determinedRich Felker1-10/+12
2014-12-20add login_tty functionFelix Janda1-0/+14
2014-12-20set optopt in getopt_longRich Felker1-0/+1
2014-12-20add error message printing to getopt_long and make related improvementsRich Felker2-6/+32
2014-12-20support translation for getopt error messagesRich Felker1-0/+2
2014-12-19fix stderr locking and ferror semantics in getopt message printingRich Felker1-12/+16
2014-12-13simplify getopt_long argv permutation loop logicRich Felker1-3/+1
2014-12-13fix handling of "--" with getopt_long argv permutationRich Felker1-1/+0
2014-12-11accept null longopts pointer in getopt_longRich Felker1-1/+1
2014-12-10fix getopt handling of initial '+' in optstringRich Felker1-1/+1
2014-12-10support abbreviated options in getopt_longRich Felker1-7/+18
2014-12-10support options after non-option arguments in getopt_long (argv permutation)Rich Felker1-0/+39