about summary refs log tree commit diff
Commit message (Expand)AuthorAgeFilesLines
* accept null longopts pointer in getopt_longRich Felker2014-12-111-1/+1
* fix getopt handling of initial '+' in optstringRich Felker2014-12-101-1/+1
* support abbreviated options in getopt_longRich Felker2014-12-101-7/+18
* support options after non-option arguments in getopt_long (argv permutation)Rich Felker2014-12-101-0/+39
* don't shadow functions with macros in C++Bobby Bingham2014-12-093-0/+6
* use direct syscall rather than write function in posix_spawn childRich Felker2014-12-051-1/+1
* don't fail posix_spawn on failed closeRich Felker2014-12-051-2/+1
* fix getopt handling of ':' modifier for multibyte option charactersRich Felker2014-12-041-4/+9
* add arm private syscall numbersTimo Teräs2014-12-031-0/+5
* fix return value of pthread_getaffinity_np and pthread_setaffinity_npRich Felker2014-12-021-8/+11
* fix uninitialized output from sched_getaffinityRich Felker2014-12-021-1/+5
* add support for non-option arguments extension to getoptGianluca Anzolin2014-12-022-4/+20
* adapt dynamic linker for new binutils versions that omit DT_RPATHRich Felker2014-11-231-0/+2
* fix tabs/spaces in memcpy.sRich Felker2014-11-231-279/+279
* fix build regression in arm asm for setjmp/longjmp with old assemblersRich Felker2014-11-232-2/+2
* fix build regression in arm asm for memcpyRich Felker2014-11-231-30/+30
* arm assembly changes for clang compatibilityJoakim Sindholt2014-11-233-32/+32
* unify non-inline version of syscall code across archsRich Felker2014-11-224-104/+16
* inline 5- and 6-argument syscalls on armRich Felker2014-11-221-2/+15
* remove old clang workarounds from arm syscall implementationRich Felker2014-11-221-31/+0
* fix __aeabi_read_tp oversight in arm atomics/tls overhaulRich Felker2014-11-223-10/+5
* overhaul ARM atomics/tls for performance and compatibilityRich Felker2014-11-196-56/+331
* save auxv pointer into libc struct early in dynamic linker startupRich Felker2014-11-191-0/+1
* getopt: fix optional argument processingFelix Fietkau2014-11-151-2/+2
* implement a private state for the uchar.h functionsJens Gustedt2014-11-153-0/+6
* fix behavior of printf with alt-form octal, zero precision, zero valueRich Felker2014-11-151-1/+1
* math: use fnstsw consistently instead of fstsw in x87 asmSzabolcs Nagy2014-11-0511-11/+11
* math: fix x86_64 and x32 asm not to use sahf instructionSzabolcs Nagy2014-11-056-28/+14
* fix 64-bit syscall argument passing on or1kRich Felker2014-11-051-1/+1
* fix uninitialized mode variable in openat functionRich Felker2014-10-311-1/+1
* math: use the rounding idiom consistentlySzabolcs Nagy2014-10-3113-58/+89
* fix rint.c and rintf.c when FLT_EVAL_METHOD!=0Szabolcs Nagy2014-10-312-4/+22
* fix invalid access by openat to possibly-missing variadic mode argumentRich Felker2014-10-301-4/+8
* fix failure of open to read variadic mode argument for O_TMPFILERich Felker2014-10-301-1/+1
* manually "shrink wrap" fast path in pthread_onceRich Felker2014-10-201-8/+12
* release 1.1.5 v1.1.5Rich Felker2014-10-142-1/+39
* suppress macro definitions of ctype functions under C++Rich Felker2014-10-143-0/+7
* implement uchar.h (C11 UTF-16/32 conversion) interfacesRich Felker2014-10-137-5/+109
* eliminate global waiters count in pthread_onceRich Felker2014-10-131-9/+13
* fix missing barrier in pthread_once/call_once shortcut pathRich Felker2014-10-101-2/+6
* add explicit barrier operation to internal atomic.h APIRich Felker2014-10-109-6/+33
* fix handling of negative offsets in timezone spec stringsRich Felker2014-10-091-10/+7
* add new linux file sealing api to fcntl.hSzabolcs Nagy2014-10-081-0/+7
* add new IPV6_AUTOFLOWLABEL socket option in netinet/in.hSzabolcs Nagy2014-10-081-0/+1
* add new syscall numbers for seccomp, getrandom, memfd_createSzabolcs Nagy2014-10-088-0/+50
* always provide __fpclassifyl and __signbitl definitionsRich Felker2014-10-082-1/+9
* ignore access mode bits of flags in mkostemps and functions that use itRich Felker2014-10-061-0/+1
* fix handling of odd lengths in swab functionRich Felker2014-10-041-1/+1
* fix incorrect sequence generation in *rand48 prng functionsRich Felker2014-09-221-2/+2
* fix linked list corruption in flockfile listsRich Felker2014-09-191-0/+1