about summary refs log tree commit diff
path: root/src/misc
Commit message (Expand)AuthorAgeFilesLines
* 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
* implement the LOG_PERROR option in syslogRich Felker2014-07-111-2/+4
* fix the %m specifier in syslogClément Vasseur2014-07-111-0/+3
* implement fmtmsg functionRich Felker2014-06-211-0/+90
* support optional-argument extension to getopt via double-colonRich Felker2014-06-111-2/+5
* fix for broken kernel side RLIM_INFINITY on mipsSzabolcs Nagy2014-05-302-2/+18
* support kernels with no SYS_open syscall, only SYS_openatRich Felker2014-05-241-1/+1
* add getauxval functionRich Felker2014-04-071-0/+12
* use syscall_arg_t for arguments in public syscall() functionRich Felker2014-03-181-7/+7
* fix negated error codes from ptsname_rRich Felker2014-03-171-1/+1
* fix nftw FTW_MOUNT flagRich Felker2014-02-011-2/+1
* optimize get_current_dir_name to reduce stack bloatRich Felker2013-12-131-3/+1
* include cleanups: remove unused headers and add feature test macrosSzabolcs Nagy2013-12-127-10/+3
* fix and refactor child reaping logic in wordexpRich Felker2013-11-221-6/+16
* fix fd leak and case where fd 1 is already closed in wordexpRich Felker2013-11-221-4/+4