Age | Commit message (Expand) | Author | Files | Lines |
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 | overhaul __synccall and fix AS-safety and other issues in set*id | Rich Felker | 2 | -45/+138 |
2015-01-15 | add FUTEX_PRIVATE macro to internal futex.h | Rich Felker | 1 | -0/+2 |
2015-01-15 | suppress EINTR in sem_wait and sem_timedwait | Rich Felker | 1 | -1/+1 |
2015-01-15 | for multithreaded set*id/setrlimit, handle case where callback does not run | Rich Felker | 2 | -4/+4 |
2015-01-13 | release 1.1.6v1.1.6 | Rich Felker | 2 | -1/+43 |
2015-01-13 | increase syslog message limit from 256 to 1024 | Rich Felker | 1 | -1/+1 |
2015-01-12 | remove rlimit hacks from multi-threaded set*id() code | Rich Felker | 1 | -23/+15 |
2015-01-12 | simplify ctermid | Rich Felker | 1 | -14/+2 |
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-23 | add new prctl command PR_SET_MM_MAP to sys/prctl.h | Szabolcs Nagy | 1 | -0/+21 |
2014-12-23 | add new syscall numbers for bpf and kexec_file_load | Szabolcs Nagy | 8 | -0/+20 |
2014-12-21 | move wint_t definition to the shared part of alltypes.h.in | Rich Felker | 10 | -9/+1 |
2014-12-21 | fix signedness of UINT32_MAX and UINT64_MAX at the preprocessor level | Rich Felker | 1 | -2/+2 |
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 | 2 | -0/+16 |
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-18 | use tkill instead of tgkill in implementing raise | Rich Felker | 1 | -3/+2 |
2014-12-18 | don't suppress sign output for NANs in printf | Rich Felker | 1 | -1/+1 |
2014-12-18 | fix return value computation in one code path of wcsnrtombs | Rich Felker | 1 | -1/+1 |
2014-12-17 | fix signedness of WINT_MIN expression | Rich Felker | 1 | -1/+1 |
2014-12-17 | make the definition of _Complex_I explicitly complex | Rich Felker | 1 | -2/+2 |
2014-12-17 | make the result of the cimag macro a non-lvalue | Rich Felker | 1 | -1/+1 |
2014-12-17 | fix definition of CMPLX macros in complex.h to work in constant expressions | Rich Felker | 1 | -3/+9 |
2014-12-17 | provide CMPLX macros in implementation-internal libm.h | Rich Felker | 1 | -0/+12 |
2014-12-17 | implement FNM_CASEFOLD extension to fnmatch function | Nagy Szabolcs | 1 | -11/+25 |
2014-12-17 | add basic dns record parsing functions | Rich Felker | 2 | -35/+194 |
2014-12-17 | correctly handle write errors encountered by printf-family functions | Rich Felker | 2 | -2/+12 |
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-09 | don't shadow functions with macros in C++ | Bobby Bingham | 3 | -0/+6 |
2014-12-05 | use direct syscall rather than write function in posix_spawn child | Rich Felker | 1 | -1/+1 |
2014-12-05 | don't fail posix_spawn on failed close | Rich Felker | 1 | -2/+1 |
2014-12-04 | fix getopt handling of ':' modifier for multibyte option characters | Rich Felker | 1 | -4/+9 |
2014-12-03 | add arm private syscall numbers | Timo Teräs | 1 | -0/+5 |
2014-12-02 | fix return value of pthread_getaffinity_np and pthread_setaffinity_np | Rich Felker | 1 | -8/+11 |
2014-12-02 | fix uninitialized output from sched_getaffinity | Rich Felker | 1 | -1/+5 |
2014-12-02 | add support for non-option arguments extension to getopt | Gianluca Anzolin | 2 | -4/+20 |
2014-11-23 | adapt dynamic linker for new binutils versions that omit DT_RPATH | Rich Felker | 1 | -0/+2 |