Age | Commit message (Expand) | Author | Files | Lines |
2017-10-13 | fix incorrect base name offset from nftw when pathname ends in slash(es) | Rich Felker | 1 | -3/+9 |
2017-01-04 | fix getopt[_long] clobbering of optopt on success | Rich Felker | 2 | -2/+5 |
2016-10-20 | fix getopt_long_only misinterpreting "--" as an option | Rich Felker | 1 | -1/+1 |
2016-10-20 | use dynamic buffer for getmntent | Natanael Copa | 1 | -4/+13 |
2016-05-23 | fix a64l undefined behavior on ILP32 archs, wrong results on LP64 archs | Rich Felker | 1 | -3/+6 |
2016-02-16 | fix unlikely corner cases in getopt's message printing | Rich Felker | 1 | -2/+2 |
2015-08-21 | getsubopt: don't include leading = in value string | Steven Barth | 1 | -1/+1 |
2015-07-09 | handle loss of syslog socket connection | Rich Felker | 1 | -7/+11 |
2015-03-15 | add alternate backend support for getgrouplist | Josiah Worcester | 1 | -24/+0 |
2015-03-04 | eliminate atomics in syslog setlogmask function | Rich Felker | 1 | -4/+6 |
2015-03-03 | make all objects used with atomic operations volatile | Rich Felker | 1 | -2/+2 |
2015-02-11 | fix bad character checking in wordexp | Rich Felker | 1 | -0/+1 |
2015-01-21 | simplify part of getopt_long | Rich Felker | 1 | -13/+11 |
2015-01-21 | always set optarg in getopt_long | Rich Felker | 1 | -1/+1 |
2015-01-15 | for multithreaded set*id/setrlimit, handle case where callback does not run | Rich Felker | 1 | -3/+3 |
2015-01-13 | increase syslog message limit from 256 to 1024 | Rich Felker | 1 | -1/+1 |
2015-01-11 | fix regression in getopt_long support for non-option arguments | Rich Felker | 1 | -7/+6 |
2015-01-09 | check for connect failure in syslog log opening | Rich Felker | 1 | -2/+6 |
2014-12-21 | overhaul forkpty function using new login_tty | Rich Felker | 1 | -26/+45 |
2014-12-20 | block pthread cancellation in openpty function | Rich Felker | 1 | -9/+14 |
2014-12-20 | don't write openpty results until success is determined | Rich Felker | 1 | -10/+12 |
2014-12-20 | add login_tty function | Felix Janda | 1 | -0/+14 |
2014-12-20 | set optopt in getopt_long | Rich Felker | 1 | -0/+1 |
2014-12-20 | add error message printing to getopt_long and make related improvements | Rich Felker | 2 | -6/+32 |
2014-12-20 | support translation for getopt error messages | Rich Felker | 1 | -0/+2 |
2014-12-19 | fix stderr locking and ferror semantics in getopt message printing | Rich Felker | 1 | -12/+16 |
2014-12-13 | simplify getopt_long argv permutation loop logic | Rich Felker | 1 | -3/+1 |
2014-12-13 | fix handling of "--" with getopt_long argv permutation | Rich Felker | 1 | -1/+0 |
2014-12-11 | accept null longopts pointer in getopt_long | Rich Felker | 1 | -1/+1 |
2014-12-10 | fix getopt handling of initial '+' in optstring | Rich Felker | 1 | -1/+1 |
2014-12-10 | support abbreviated options in getopt_long | Rich Felker | 1 | -7/+18 |
2014-12-10 | support options after non-option arguments in getopt_long (argv permutation) | Rich Felker | 1 | -0/+39 |
2014-12-04 | fix getopt handling of ':' modifier for multibyte option characters | Rich Felker | 1 | -4/+9 |
2014-12-02 | add support for non-option arguments extension to getopt | Gianluca Anzolin | 2 | -4/+20 |
2014-11-15 | getopt: fix optional argument processing | Felix Fietkau | 1 | -2/+2 |
2014-08-08 | make endmntent function handle null argument | Timo Teräs | 1 | -1/+1 |
2014-07-31 | implement ffsl and ffsll functions | Rich Felker | 2 | -0/+14 |
2014-07-19 | add issetugid function to check for elevated privilege | Brent Cook | 1 | -0/+7 |
2014-07-17 | provide getauxval(AT_SECURE) even if it is missing from the aux vector | Rich Felker | 1 | -0/+1 |
2014-07-11 | implement the LOG_CONS option in syslog | Rich Felker | 1 | -1/+9 |
2014-07-11 | suppress early syslog return when log socket cannot be opened | Rich Felker | 1 | -4/+1 |
2014-07-11 | implement the LOG_PERROR option in syslog | Rich Felker | 1 | -2/+4 |
2014-07-11 | fix the %m specifier in syslog | Clément Vasseur | 1 | -0/+3 |
2014-06-21 | implement fmtmsg function | Rich Felker | 1 | -0/+90 |
2014-06-11 | support optional-argument extension to getopt via double-colon | Rich Felker | 1 | -2/+5 |
2014-05-30 | fix for broken kernel side RLIM_INFINITY on mips | Szabolcs Nagy | 2 | -2/+18 |
2014-05-24 | support kernels with no SYS_open syscall, only SYS_openat | Rich Felker | 1 | -1/+1 |
2014-04-07 | add getauxval function | Rich Felker | 1 | -0/+12 |
2014-03-18 | use syscall_arg_t for arguments in public syscall() function | Rich Felker | 1 | -7/+7 |
2014-03-17 | fix negated error codes from ptsname_r | Rich Felker | 1 | -1/+1 |