1392 Commits (c4ea0e3f8e286ec535691560d234d923b7f5d821)
 

Author SHA1 Message Date
Rich Felker c4ea0e3f8e provide loff_t for splice syscall 14 years ago
Rich Felker 0c05bd3a9c further use of _Noreturn, for non-plain-C functions 14 years ago
Rich Felker 453059571c fix invalid implicit pointer conversion in gnulib-compat functions 14 years ago
Rich Felker c8ea985748 add _Noreturn function attribute, with fallback for pre-C11 GNUC 14 years ago
Rich Felker ac5d085691 dladdr should be available under _BSD_SOURCE as well as _GNU_SOURCE 14 years ago
Rich Felker 400c5e5c83 use restrict everywhere it's required by c99 and/or posix 2008 14 years ago
Rich Felker bac03cdde1 remove dependency of wmemmove on wmemcpy direction 14 years ago
Rich Felker 594318fd3d remove dependency of memmove on memcpy direction 14 years ago
Rich Felker fcfba99503 fix broken ttyname[_r] (failure to null-terminate result) 14 years ago
Rich Felker fb247fafa0 avoid "inline" in public headers for strict c89 compatibility 14 years ago
Rich Felker 3f62f76cab fix wrong type for poll.h nfds_t 14 years ago
Rich Felker 0447b8dc5c fix missing statics in crypt_sha256 code 14 years ago
Rich Felker 13157b025e anti-DoS rounds count limits for blowfish and des crypt 14 years ago
Rich Felker 507b6091fa limit sha512 rounds to similar runtime to sha256 limit 14 years ago
Rich Felker 88bf5a8a8d add sha256/sha512 crypt 14 years ago
Rich Felker b439c051c7 get rid of eh_frame bloat 14 years ago
Rich Felker 8b28aa9c94 fix bug caused by main app & libc having map set; cannot free them 14 years ago
Rich Felker f419bcb9dc dladdr support for dynamic linker (nonstandard extension) 14 years ago
Rich Felker 9bff7c133e implement "low hanging fruit" from C11 14 years ago
Rich Felker b5289fd749 add c11 quick_exit and at_quick_exit functions 14 years ago
Rich Felker a5d6199d09 fix bug in gnu hash lookup on dlsym(handle, name) lookups 14 years ago
Rich Felker dbcb3ad925 clean up search_vec usage for vdso 14 years ago
Rich Felker 08b3c71410 use new search_vec function to find vdso in dynamic linker 14 years ago
Rich Felker 731e8ffdcf ensure canary is setup if stack-prot libs are dlopen'd into non-ssp app 14 years ago
Rich Felker 2bd05a4fc2 add gnu hash support in the dynamic linker 14 years ago
Rich Felker 7dba0494e8 type exposure fixes in sys/sem.h 14 years ago
Rich Felker d03b3e7323 stdio_ext.h needs to include stdio.h, at least to get FILE... 14 years ago
Rich Felker 43a5a00e4a fix missing uintXX_t in nameser.h 14 years ago
Rich Felker 9a470b0a6e fix dirent.h with _BSD_SOURCE 14 years ago
Rich Felker 67ba40d1e0 optimize legacy ffs function 14 years ago
Rich Felker a749ba3adc fix bug whereby most atexit-registered functions got skipped 14 years ago
Rich Felker 04109502c0 make dynamic linker report all failures before exiting 14 years ago
Rich Felker 53de960d6f release notes for 0.9.4 14 years ago
Rich Felker 3ae8b980d1 add mips to supported arch list in INSTALL file 14 years ago
Rich Felker 259071c249 crt1 must align stack pointer on mips 14 years ago
Rich Felker efe9751468 fix bug computing argc when invoking ld-musl-mips.so.1 progname ... 14 years ago
Rich Felker 0780936312 split up installation target 14 years ago
Rich Felker da8d0fc4fa fix extremely rare but dangerous race condition in robust mutexes 14 years ago
Rich Felker 11458e5b09 fix float parsing logic for long decimal expansions 14 years ago
Rich Felker dc82ee4e30 handle null arguments to legacy bsd err.h functions 14 years ago
Rich Felker 3f80afc505 improve headers to better deal with removed-in-posix-2008 features 14 years ago
Rich Felker 7650390de8 add missing xattr functions 14 years ago
Rich Felker 0d4d1a96e4 update copyright/credits for recent code additions 14 years ago
Rich Felker 94e920d0cd support configuring cross compiling with CROSS_COMPILE prefix variable 14 years ago
Rich Felker b99836f3ad Merge remote-tracking branch 'nsz/bsd' 14 years ago
Rich Felker 2d93d64461 Merge remote-tracking branch 'nsz/exp' 14 years ago
nsz 23e6940a2c math: fix _BSD_SOURCE namespace in math.h 14 years ago
Rich Felker ab76321c14 remove significandl 14 years ago
Rich Felker 2242bf616b add significand[fl] math functions 14 years ago
Rich Felker 0c42beb5f9 publicly expose getdents api under _BSD_SOURCE 14 years ago