1973 Commits (eb4bd8d8bb5c9f535ee8250edd4efbd3d4f84c5a)

Author SHA1 Message Date
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
Timo Teräs 2b74315d8a remove lazy ssp initialization 12 years ago
Rich Felker 436d3723af if dynamic linker's relro mprotect call fails, include reason in message 12 years ago
Rich Felker fa7248c971 cosmetic improvements in dynamic linker cleanup 12 years ago
Timo Teräs 8769196ffb clean up internal dynamic linker functions enumerating phdrs 12 years ago
Timo Teräs e13a2b8953 implement PT_GNU_RELRO support 12 years ago
Rich Felker 689e0e6bf7 fix pointer type mismatch and misplacement of const 12 years ago
Timo Teräs 0a8d98285f fix confstr return value 12 years ago
Rich Felker dab441aea2 always initialize thread pointer at program start 12 years ago
Rich Felker 98221c3611 reduce static linking overhead from TLS support by inlining mmap syscall 12 years ago
Rich Felker 30c1205acd include header that declares __syscall_ret where it's defined 12 years ago
Rich Felker 25faa2034d fix mips sigsetjmp asm to match fixed jmp_buf size 12 years ago
Rich Felker 5f95f965e9 use syscall_arg_t for arguments in public syscall() function 12 years ago
Rich Felker 6619317164 fix negated error codes from ptsname_r 12 years ago
rofl0r 2b47a7aff2 semctl: fix UB causing crashes on powerpc 12 years ago
Rich Felker 9743a399bf fix incorrect rounding in printf floating point corner cases 12 years ago
Rich Felker ba231cf9e5 fix buffer overflow in printf formatting of denormals with low bit set 12 years ago
Rich Felker b576766d51 in fcntl, use unsigned long instead of long for variadic argument type 12 years ago
rofl0r dae8ca738c x32: fix sysinfo() 12 years ago
Rich Felker abdd2e48df fix strerror on mips: one error code is out of the 8-bit table range 12 years ago
Rich Felker b1683a1d6a add nofpu subarchs to the sh arch, and properly detect compiler's fpu config 12 years ago
Rich Felker aacd348637 rename superh port to "sh" for consistency 12 years ago
Rich Felker b9f7f2e876 fix readdir not to set ENOENT when directory is removed while reading 12 years ago
Rich Felker e7837ec79f add missing sub files for mipsel-sf to use softfloat code 12 years ago
Szabolcs Nagy e5bb165bed mips: add mips-sf subarch support (soft-float) 12 years ago
Bobby Bingham 3a3c813e08 superh port 13 years ago
Rich Felker d8b587796f mostly-cosmetic fixups to x32 port merge 12 years ago
rofl0r 664cd34192 x32 port (diff against vanilla x86_64) 13 years ago
rofl0r 323272db17 import vanilla x86_64 code as x32 13 years ago
rofl0r 3b168ce1fb use syscall_arg_t type for syscall prototypes in pthread code 13 years ago
rofl0r 5cc1d920ba internal/syscall.h: add syscall_arg_t macro 13 years ago
rofl0r bf84967cae internal/syscall.h: use a macro for the syscall args casts 13 years ago
Rich Felker dc01e2cbfb add fallback emulation for accept4 on old kernels 12 years ago
Rich Felker 3e02ce1b41 add ipv6 and icmpv6 to getprotoent-family functions 12 years ago
Rich Felker eb375ef795 fix typo in table for getprotoent that caused out-of-bound reads 12 years ago
Rich Felker 8011614da0 make posix_spawn accept null pid pointer arguments 12 years ago
Bobby Bingham fdf5f1b131 clone: make clone a wrapper around __clone 12 years ago
Szabolcs Nagy 7ee48f7b69 fix fesetenv(FE_DFL_ENV) on x86_64 (see previous commit) 12 years ago
Szabolcs Nagy 929729d430 fix fesetenv(FE_DFL_ENV) on i386 12 years ago
Rich Felker 758ab35a16 in fdopen, avoid setting O_APPEND flag if it's already set 12 years ago
Rich Felker 3af2edee15 fix ftello result for append streams with unflushed output 12 years ago
Timo Teräs 16a3580ef3 add legacy functions setkey() and encrypt() 13 years ago
Rich Felker 73871ee3f2 fix nftw FTW_MOUNT flag 12 years ago