Rich Felker
|
c1a9658bd1
default features: make musl usable without feature test macros
|
hace 12 años |
Rich Felker
|
9f65796c35
add clang-compatible thread-pointer code for mips
|
hace 12 años |
Rich Felker
|
b9bb8f67bb
cleanup src/linux and src/misc trees, etc.
|
hace 12 años |
Rich Felker
|
780aede419
fix constraint violation in ftw
|
hace 12 años |
Rich Felker
|
c4ea0e3f8e
provide loff_t for splice syscall
|
hace 12 años |
Rich Felker
|
0c05bd3a9c
further use of _Noreturn, for non-plain-C functions
|
hace 12 años |
Rich Felker
|
453059571c
fix invalid implicit pointer conversion in gnulib-compat functions
|
hace 12 años |
Rich Felker
|
c8ea985748
add _Noreturn function attribute, with fallback for pre-C11 GNUC
|
hace 12 años |
Rich Felker
|
ac5d085691
dladdr should be available under _BSD_SOURCE as well as _GNU_SOURCE
|
hace 12 años |
Rich Felker
|
400c5e5c83
use restrict everywhere it's required by c99 and/or posix 2008
|
hace 12 años |
Rich Felker
|
bac03cdde1
remove dependency of wmemmove on wmemcpy direction
|
hace 12 años |
Rich Felker
|
594318fd3d
remove dependency of memmove on memcpy direction
|
hace 12 años |
Rich Felker
|
fcfba99503
fix broken ttyname[_r] (failure to null-terminate result)
|
hace 12 años |
Rich Felker
|
fb247fafa0
avoid "inline" in public headers for strict c89 compatibility
|
hace 12 años |
Rich Felker
|
3f62f76cab
fix wrong type for poll.h nfds_t
|
hace 12 años |
Rich Felker
|
0447b8dc5c
fix missing statics in crypt_sha256 code
|
hace 12 años |
Rich Felker
|
13157b025e
anti-DoS rounds count limits for blowfish and des crypt
|
hace 12 años |
Rich Felker
|
507b6091fa
limit sha512 rounds to similar runtime to sha256 limit
|
hace 12 años |
Rich Felker
|
88bf5a8a8d
add sha256/sha512 crypt
|
hace 12 años |
Rich Felker
|
b439c051c7
get rid of eh_frame bloat
|
hace 12 años |
Rich Felker
|
8b28aa9c94
fix bug caused by main app & libc having map set; cannot free them
|
hace 12 años |
Rich Felker
|
f419bcb9dc
dladdr support for dynamic linker (nonstandard extension)
|
hace 12 años |
Rich Felker
|
9bff7c133e
implement "low hanging fruit" from C11
|
hace 12 años |
Rich Felker
|
b5289fd749
add c11 quick_exit and at_quick_exit functions
|
hace 12 años |
Rich Felker
|
a5d6199d09
fix bug in gnu hash lookup on dlsym(handle, name) lookups
|
hace 12 años |
Rich Felker
|
dbcb3ad925
clean up search_vec usage for vdso
|
hace 12 años |
Rich Felker
|
08b3c71410
use new search_vec function to find vdso in dynamic linker
|
hace 12 años |
Rich Felker
|
731e8ffdcf
ensure canary is setup if stack-prot libs are dlopen'd into non-ssp app
|
hace 12 años |
Rich Felker
|
2bd05a4fc2
add gnu hash support in the dynamic linker
|
hace 12 años |
Rich Felker
|
7dba0494e8
type exposure fixes in sys/sem.h
|
hace 12 años |