184 Commits (0572555dab1d1e10b5f7351a005ec588cab41e25)

Author SHA1 Message Date
Samuel Holland f1abc29bd0 fix getopt_long arguments to partial matches 8 years ago
Jens Gustedt 32482f61da revise the definition of multiple basic locks in the code 8 years ago
Rich Felker 5b5eb527c5 fix incorrect base name offset from nftw when pathname ends in slash(es) 9 years ago
Rich Felker 786fda875a fix getopt[_long] clobbering of optopt on success 9 years ago
Rich Felker b24f1d2520 fix getopt_long_only misinterpreting "--" as an option 10 years ago
Natanael Copa 05973dc3bb use dynamic buffer for getmntent 10 years ago
Rich Felker 77baaa47e1 fix a64l undefined behavior on ILP32 archs, wrong results on LP64 archs 10 years ago
Rich Felker ef2b5e9f13 fix unlikely corner cases in getopt's message printing 10 years ago
Steven Barth aa71ec3db8 getsubopt: don't include leading = in value string 11 years ago
Rich Felker 0f9c2666ac handle loss of syslog socket connection 11 years ago
Josiah Worcester 2894a44b40 add alternate backend support for getgrouplist 11 years ago
Rich Felker 6de071a0be eliminate atomics in syslog setlogmask function 11 years ago
Rich Felker 56fbaa3bbe make all objects used with atomic operations volatile 11 years ago
Rich Felker 594ffed82f fix bad character checking in wordexp 11 years ago
Rich Felker 63cac4e29a simplify part of getopt_long 11 years ago
Rich Felker e8e4e56a8c always set optarg in getopt_long 11 years ago
Rich Felker 472e8b71f7 for multithreaded set*id/setrlimit, handle case where callback does not run 11 years ago
Rich Felker 3f65494a4c increase syslog message limit from 256 to 1024 12 years ago
Rich Felker 699d4532f6 fix regression in getopt_long support for non-option arguments 12 years ago
Rich Felker c574321d75 check for connect failure in syslog log opening 12 years ago
Rich Felker 814aae2009 overhaul forkpty function using new login_tty 12 years ago
Rich Felker 1227e418ea block pthread cancellation in openpty function 12 years ago
Rich Felker 3b26a32df4 don't write openpty results until success is determined 12 years ago
Felix Janda 4b2cb37770 add login_tty function 12 years ago
Rich Felker 0217ed72f9 set optopt in getopt_long 12 years ago
Rich Felker 91184c4f16 add error message printing to getopt_long and make related improvements 12 years ago
Rich Felker d335726879 support translation for getopt error messages 12 years ago
Rich Felker 1d8d86aeb5 fix stderr locking and ferror semantics in getopt message printing 12 years ago
Rich Felker da16224fc5 simplify getopt_long argv permutation loop logic 12 years ago
Rich Felker 567cc81c7e fix handling of "--" with getopt_long argv permutation 12 years ago
Rich Felker b4ef1830b7 accept null longopts pointer in getopt_long 12 years ago
Rich Felker d4f7d9c46f fix getopt handling of initial '+' in optstring 12 years ago
Rich Felker cfd7b4acd5 support abbreviated options in getopt_long 12 years ago
Rich Felker 59f6232f85 support options after non-option arguments in getopt_long (argv permutation) 12 years ago
Rich Felker 014275b547 fix getopt handling of ':' modifier for multibyte option characters 12 years ago
Gianluca Anzolin b72cd07f17 add support for non-option arguments extension to getopt 12 years ago
Felix Fietkau acccc93e08 getopt: fix optional argument processing 12 years ago
Timo Teräs 0a24be213a make endmntent function handle null argument 12 years ago
Rich Felker ecc082c61b implement ffsl and ffsll functions 12 years ago
Brent Cook ddddec106f add issetugid function to check for elevated privilege 12 years ago
Rich Felker 7bece9c209 provide getauxval(AT_SECURE) even if it is missing from the aux vector 12 years ago
Rich Felker 781f26bc92 implement the LOG_CONS option in syslog 12 years ago
Rich Felker a64a045d1d suppress early syslog return when log socket cannot be opened 12 years ago
Rich Felker b8c4cf61cb implement the LOG_PERROR option in syslog 12 years ago
Clément Vasseur da27118157 fix the %m specifier in syslog 12 years ago
Rich Felker 5474a34669 implement fmtmsg function 12 years ago
Rich Felker 66fcde4ae4 support optional-argument extension to getopt via double-colon 12 years ago
Szabolcs Nagy 8258014fd1 fix for broken kernel side RLIM_INFINITY on mips 12 years ago
Rich Felker 594c827a22 support kernels with no SYS_open syscall, only SYS_openat 12 years ago
Rich Felker 21ada94c4b add getauxval function 12 years ago