2483 Commits (44d28e55121f9a7d736df59c09b963e17c8c4cfa)
 

Author SHA1 Message Date
Rich Felker 44d28e5512 overhaul siginfo_t definition in signal.h 12 years ago
Rich Felker 0b4e0732db release 1.1.1 12 years ago
Rich Felker 7c6db373a5 trivial formatting fix for the config.mak generated by configure 12 years ago
Rich Felker dec66750b8 fix unhandled cases in strptime 12 years ago
Rich Felker 93be56ba88 remove unsupported nonstandard sysconf macros and their table entries 12 years ago
Rich Felker ff78355bc1 rework sysconf table to treat zero entries as invalid 12 years ago
Rich Felker 9ca4dae5d8 add configure check for broken gcc 4.9.0 and possibly other versions 12 years ago
Rich Felker 8a2d871987 add cp437 and cp850 to available iconv conversions 12 years ago
Rich Felker 8945667fad add configure check for working compiler 12 years ago
Szabolcs Nagy ac0acd569e fix strftime %s not to zero pad with default width=2 12 years ago
Rich Felker adbf0258be remove useless __yield alias for sched_yield 12 years ago
Rich Felker e783efa6ef fix arm thread-pointer/atomic asm when compiling to thumb code 12 years ago
Rich Felker 468bc11ed0 fix missing SO_RCVBUFFORCE and SO_SNDBUFFORCE in mips socket.h 12 years ago
Bobby Bingham 23d64182d8 fix superh nofpu check on old gcc versions 12 years ago
Rich Felker c3d9d172b1 perform minimal sanity checks on zoneinfo files loaded via TZ variable 12 years ago
Timo Teräs 0f2315b4af do not try to interpret implementation specific strings as tz definition 12 years ago
Rich Felker 3176b57e52 make __init_libc static for non-shared libc 12 years ago
Rich Felker fbcfed7c2d further micro-optimize startup code for size 12 years ago
Rich Felker 9b52ab1c9a micro-optimize some startup code for size 12 years ago
Rich Felker 5c4f11d995 allow zoneinfo-path-relative filenames with no slashes in TZ variable 12 years ago
M Farkas-Dyck 164c5c7a32 expose public execvpe interface 12 years ago
Rich Felker 476cd1d965 fix false negatives with periodic needles in strstr, wcsstr, and memmem 12 years ago
Timo Teräs fbeadd150f make socketcall types common as they are same for all architectures 12 years ago
Rich Felker de45164eff add options when explicitly invoking dynamic loader 12 years ago
Rich Felker b1ef806786 release 1.1.0 12 years ago
Rich Felker 58e75db471 add working vdso clock_gettime support, including static linking 12 years ago
Rich Felker 0d0c2f4034 fix deadlock race in pthread_once 12 years ago
Szabolcs Nagy fcea534e57 fix RLIMIT_ constants for mips 12 years ago
Rich Felker 96315d27b0 add _SC_PHYS_PAGES and _SC_AVPHYS_PAGES extentions to sysconf 12 years ago
Rich Felker de20a8ffc5 add namespace-protected name for sysinfo function 12 years ago
Rich Felker 6cf7d17f53 in sysconf, use getrlimit function rather than raw syscall for rlimits 12 years ago
Rich Felker 233767b48a avoid linear-time if/else special cases in sysconf 12 years ago
Rich Felker 805698401d fix fallback code for old kernels in clock_gettime 12 years ago
Rich Felker 3933fdd500 use dmb barrier instruction for atomics on arm v7 12 years ago
Rich Felker 83c98aac4c use hidden visibility rather than protected for syscall internals 12 years ago
Szabolcs Nagy 73c870ed32 math: fix aliasing violation in long double wrappers 12 years ago
Timo Teräs 6fbdeff0e5 fix search past the end of haystack in memmem 12 years ago
Rich Felker e94d069286 fix printf rounding with %g for some corner case midpoints 12 years ago
Rich Felker efe07b0f89 fix arm atomic asm register constraint 12 years ago
Rich Felker 1974bffa2d use inline atomics and thread pointer on arm models supporting them 12 years ago
Rich Felker 21ada94c4b add getauxval function 12 years ago
Rich Felker 89740868c9 fix failure of printf %g to strip trailing zeros in some cases 12 years ago
Rich Felker 109048e031 fix carry into uninitialized slots during printf floating point rounding 12 years ago
Rich Felker 7e8b0761e5 remove some cruft from libc/tls init code 12 years ago
Rich Felker 561e0a0968 remove cruft left behind when lazy thread pointer init was removed 12 years ago
Rich Felker b9b2db2f37 add __sigsetjmp ABI-compat alias for sigsetjmp 12 years ago
sin 141d3b5c2a remove struct elem entirely from hsearch.c 12 years ago
sin fe1ba7dbf1 implement hcreate_r, hdestroy_r and hsearch_r 12 years ago
Rich Felker 5446303328 avoid malloc failure for small requests when brk can't be extended 12 years ago
Rich Felker 91d5aa0657 fix microblaze syscall register clobbers 12 years ago