summaryrefslogtreecommitdiff
path: root/src/misc
AgeCommit message (Expand)AuthorLines
2015-02-11fix bad character checking in wordexpRich Felker-0/+1
2015-01-21simplify part of getopt_longRich Felker-13/+11
2015-01-21always set optarg in getopt_longRich Felker-1/+1
2015-01-15for multithreaded set*id/setrlimit, handle case where callback does not runRich Felker-3/+3
2015-01-13increase syslog message limit from 256 to 1024Rich Felker-1/+1
2015-01-11fix regression in getopt_long support for non-option argumentsRich Felker-7/+6
2015-01-09check for connect failure in syslog log openingRich Felker-2/+6
2014-12-21overhaul forkpty function using new login_ttyRich Felker-26/+45
2014-12-20block pthread cancellation in openpty functionRich Felker-9/+14
2014-12-20don't write openpty results until success is determinedRich Felker-10/+12
2014-12-20add login_tty functionFelix Janda-0/+14
2014-12-20set optopt in getopt_longRich Felker-0/+1
2014-12-20add error message printing to getopt_long and make related improvementsRich Felker-6/+32
2014-12-20support translation for getopt error messagesRich Felker-0/+2
2014-12-19fix stderr locking and ferror semantics in getopt message printingRich Felker-12/+16
2014-12-13simplify getopt_long argv permutation loop logicRich Felker-3/+1
2014-12-13fix handling of "--" with getopt_long argv permutationRich Felker-1/+0
2014-12-11accept null longopts pointer in getopt_longRich Felker-1/+1
2014-12-10fix getopt handling of initial '+' in optstringRich Felker-1/+1
2014-12-10support abbreviated options in getopt_longRich Felker-7/+18
2014-12-10support options after non-option arguments in getopt_long (argv permutation)Rich Felker-0/+39
2014-12-04fix getopt handling of ':' modifier for multibyte option charactersRich Felker-4/+9
2014-12-02add support for non-option arguments extension to getoptGianluca Anzolin-4/+20
2014-11-15getopt: fix optional argument processingFelix Fietkau-2/+2
2014-08-08make endmntent function handle null argumentTimo Teräs-1/+1
2014-07-31implement ffsl and ffsll functionsRich Felker-0/+14
2014-07-19add issetugid function to check for elevated privilegeBrent Cook-0/+7
2014-07-17provide getauxval(AT_SECURE) even if it is missing from the aux vectorRich Felker-0/+1
2014-07-11implement the LOG_CONS option in syslogRich Felker-1/+9
2014-07-11suppress early syslog return when log socket cannot be openedRich Felker-4/+1
2014-07-11implement the LOG_PERROR option in syslogRich Felker-2/+4
2014-07-11fix the %m specifier in syslogClément Vasseur-0/+3
2014-06-21implement fmtmsg functionRich Felker-0/+90
2014-06-11support optional-argument extension to getopt via double-colonRich Felker-2/+5
2014-05-30fix for broken kernel side RLIM_INFINITY on mipsSzabolcs Nagy-2/+18
2014-05-24support kernels with no SYS_open syscall, only SYS_openatRich Felker-1/+1
2014-04-07add getauxval functionRich Felker-0/+12
2014-03-18use syscall_arg_t for arguments in public syscall() functionRich Felker-7/+7
2014-03-17fix negated error codes from ptsname_rRich Felker-1/+1
2014-02-01fix nftw FTW_MOUNT flagRich Felker-2/+1
2013-12-13optimize get_current_dir_name to reduce stack bloatRich Felker-3/+1
2013-12-12include cleanups: remove unused headers and add feature test macrosSzabolcs Nagy-10/+3
2013-11-22fix and refactor child reaping logic in wordexpRich Felker-6/+16
2013-11-22fix fd leak and case where fd 1 is already closed in wordexpRich Felker-4/+4
2013-11-22fix resource exhaustion and zero-word cases in wordexpRich Felker-8/+18
2013-11-22improve robustness of wordexp and fix handling of 0-word caseRich Felker-11/+16
2013-08-31remove incorrect cancellation points from realpathRich Felker-4/+4
2013-08-31debloat realpath's allocation strategyRich Felker-12/+6
2013-08-31make realpath use O_PATH when opening the fileRich Felker-1/+1
2013-08-02debloat code that depends on /proc/self/fd/%d with shared functionRich Felker-1/+3