summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2015-01-13increase syslog message limit from 256 to 1024Rich Felker1-1/+1
2015-01-12remove rlimit hacks from multi-threaded set*id() codeRich Felker1-23/+15
2015-01-12simplify ctermidRich Felker1-14/+2
2015-01-11fix regression in getopt_long support for non-option argumentsRich Felker1-7/+6
2015-01-09check for connect failure in syslog log openingRich Felker1-2/+6
2014-12-21overhaul forkpty function using new login_ttyRich Felker1-26/+45
2014-12-20block pthread cancellation in openpty functionRich Felker1-9/+14
2014-12-20don't write openpty results until success is determinedRich Felker1-10/+12
2014-12-20add login_tty functionFelix Janda1-0/+14
2014-12-20set optopt in getopt_longRich Felker1-0/+1
2014-12-20add error message printing to getopt_long and make related improvementsRich Felker2-6/+32
2014-12-20support translation for getopt error messagesRich Felker1-0/+2
2014-12-19fix stderr locking and ferror semantics in getopt message printingRich Felker1-12/+16
2014-12-18use tkill instead of tgkill in implementing raiseRich Felker1-3/+2
2014-12-18don't suppress sign output for NANs in printfRich Felker1-1/+1
2014-12-18fix return value computation in one code path of wcsnrtombsRich Felker1-1/+1
2014-12-17provide CMPLX macros in implementation-internal libm.hRich Felker1-0/+12
2014-12-17implement FNM_CASEFOLD extension to fnmatch functionNagy Szabolcs1-11/+25
2014-12-17add basic dns record parsing functionsRich Felker1-0/+171
2014-12-17correctly handle write errors encountered by printf-family functionsRich Felker2-2/+12
2014-12-13simplify getopt_long argv permutation loop logicRich Felker1-3/+1
2014-12-13fix handling of "--" with getopt_long argv permutationRich Felker1-1/+0
2014-12-11accept null longopts pointer in getopt_longRich Felker1-1/+1
2014-12-10fix getopt handling of initial '+' in optstringRich Felker1-1/+1
2014-12-10support abbreviated options in getopt_longRich Felker1-7/+18
2014-12-10support options after non-option arguments in getopt_long (argv permutation)Rich Felker1-0/+39
2014-12-05use direct syscall rather than write function in posix_spawn childRich Felker1-1/+1
2014-12-05don't fail posix_spawn on failed closeRich Felker1-2/+1
2014-12-04fix getopt handling of ':' modifier for multibyte option charactersRich Felker1-4/+9
2014-12-02fix return value of pthread_getaffinity_np and pthread_setaffinity_npRich Felker1-8/+11
2014-12-02fix uninitialized output from sched_getaffinityRich Felker1-1/+5
2014-12-02add support for non-option arguments extension to getoptGianluca Anzolin2-4/+20
2014-11-23adapt dynamic linker for new binutils versions that omit DT_RPATHRich Felker1-0/+2
2014-11-23fix tabs/spaces in memcpy.sRich Felker1-279/+279
2014-11-23fix build regression in arm asm for setjmp/longjmp with old assemblersRich Felker2-2/+2
2014-11-23fix build regression in arm asm for memcpyRich Felker1-30/+30
2014-11-23arm assembly changes for clang compatibilityJoakim Sindholt3-32/+32
2014-11-22unify non-inline version of syscall code across archsRich Felker1-0/+10
2014-11-22fix __aeabi_read_tp oversight in arm atomics/tls overhaulRich Felker1-4/+0
2014-11-19overhaul ARM atomics/tls for performance and compatibilityRich Felker1-12/+1
2014-11-19save auxv pointer into libc struct early in dynamic linker startupRich Felker1-0/+1
2014-11-15getopt: fix optional argument processingFelix Fietkau1-2/+2
2014-11-15implement a private state for the uchar.h functionsJens Gustedt3-0/+6
2014-11-15fix behavior of printf with alt-form octal, zero precision, zero valueRich Felker1-1/+1
2014-11-05math: use fnstsw consistently instead of fstsw in x87 asmSzabolcs Nagy11-11/+11
2014-11-05math: fix x86_64 and x32 asm not to use sahf instructionSzabolcs Nagy6-28/+14
2014-10-31fix uninitialized mode variable in openat functionRich Felker1-1/+1
2014-10-31math: use the rounding idiom consistentlySzabolcs Nagy13-58/+89
2014-10-31fix rint.c and rintf.c when FLT_EVAL_METHOD!=0Szabolcs Nagy2-4/+22
2014-10-30fix invalid access by openat to possibly-missing variadic mode argumentRich Felker1-4/+8