about summary refs log tree commit diff
path: root/src/misc
Commit message (Expand)AuthorAgeFilesLines
* 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
* always set optarg in getopt_longRich Felker2015-01-211-1/+1
* for multithreaded set*id/setrlimit, handle case where callback does not runRich Felker2015-01-151-3/+3
* increase syslog message limit from 256 to 1024Rich Felker2015-01-131-1/+1
* fix regression in getopt_long support for non-option argumentsRich Felker2015-01-111-7/+6
* check for connect failure in syslog log openingRich Felker2015-01-091-2/+6
* overhaul forkpty function using new login_ttyRich Felker2014-12-211-26/+45
* block pthread cancellation in openpty functionRich Felker2014-12-201-9/+14
* don't write openpty results until success is determinedRich Felker2014-12-201-10/+12
* add login_tty functionFelix Janda2014-12-201-0/+14
* set optopt in getopt_longRich Felker2014-12-201-0/+1
* add error message printing to getopt_long and make related improvementsRich Felker2014-12-202-6/+32
* support translation for getopt error messagesRich Felker2014-12-201-0/+2
* fix stderr locking and ferror semantics in getopt message printingRich Felker2014-12-191-12/+16
* simplify getopt_long argv permutation loop logicRich Felker2014-12-131-3/+1
* fix handling of "--" with getopt_long argv permutationRich Felker2014-12-131-1/+0
* accept null longopts pointer in getopt_longRich Felker2014-12-111-1/+1
* fix getopt handling of initial '+' in optstringRich Felker2014-12-101-1/+1
* support abbreviated options in getopt_longRich Felker2014-12-101-7/+18
* support options after non-option arguments in getopt_long (argv permutation)Rich Felker2014-12-101-0/+39
* fix getopt handling of ':' modifier for multibyte option charactersRich Felker2014-12-041-4/+9
* add support for non-option arguments extension to getoptGianluca Anzolin2014-12-022-4/+20
* getopt: fix optional argument processingFelix Fietkau2014-11-151-2/+2
* make endmntent function handle null argumentTimo Teräs2014-08-081-1/+1
* implement ffsl and ffsll functionsRich Felker2014-07-312-0/+14
* add issetugid function to check for elevated privilegeBrent Cook2014-07-191-0/+7
* provide getauxval(AT_SECURE) even if it is missing from the aux vectorRich Felker2014-07-171-0/+1
* implement the LOG_CONS option in syslogRich Felker2014-07-111-1/+9
* suppress early syslog return when log socket cannot be openedRich Felker2014-07-111-4/+1