Rich Felker
|
00e6bbcc05
add linux sync_file_range syscall
|
12 년 전 |
Rich Felker
|
b72db3d1ed
move fallocate syscall wrapper to linux-specific syscalls dir
|
12 년 전 |
Rich Felker
|
90f770523f
add linux readahead syscall
|
12 년 전 |
Rich Felker
|
adb88e773b
add fallocate (nonstandardized) function
|
12 년 전 |
Rich Felker
|
5271ff46b9
fix broken fallocate syscall in posix_fallocate
|
12 년 전 |
Rich Felker
|
231b9d1880
add timerfd interfaces (untested)
|
12 년 전 |
Rich Felker
|
f0f17b5b70
add stdnoreturn.h (C11)
|
12 년 전 |
Rich Felker
|
3cd084bb03
TCP_* is in the reserved namespace for tcp.h; make use of that
|
12 년 전 |
Rich Felker
|
6951110368
remove unneeded judgemental commentary from ftw.h
|
12 년 전 |
Rich Felker
|
c1a9658bd1
default features: make musl usable without feature test macros
|
12 년 전 |
Rich Felker
|
9f65796c35
add clang-compatible thread-pointer code for mips
|
12 년 전 |
Rich Felker
|
b9bb8f67bb
cleanup src/linux and src/misc trees, etc.
|
12 년 전 |
Rich Felker
|
780aede419
fix constraint violation in ftw
|
12 년 전 |
Rich Felker
|
c4ea0e3f8e
provide loff_t for splice syscall
|
12 년 전 |
Rich Felker
|
0c05bd3a9c
further use of _Noreturn, for non-plain-C functions
|
12 년 전 |
Rich Felker
|
453059571c
fix invalid implicit pointer conversion in gnulib-compat functions
|
12 년 전 |
Rich Felker
|
c8ea985748
add _Noreturn function attribute, with fallback for pre-C11 GNUC
|
12 년 전 |
Rich Felker
|
ac5d085691
dladdr should be available under _BSD_SOURCE as well as _GNU_SOURCE
|
12 년 전 |
Rich Felker
|
400c5e5c83
use restrict everywhere it's required by c99 and/or posix 2008
|
12 년 전 |
Rich Felker
|
bac03cdde1
remove dependency of wmemmove on wmemcpy direction
|
12 년 전 |
Rich Felker
|
594318fd3d
remove dependency of memmove on memcpy direction
|
12 년 전 |
Rich Felker
|
fcfba99503
fix broken ttyname[_r] (failure to null-terminate result)
|
12 년 전 |
Rich Felker
|
fb247fafa0
avoid "inline" in public headers for strict c89 compatibility
|
12 년 전 |
Rich Felker
|
3f62f76cab
fix wrong type for poll.h nfds_t
|
12 년 전 |
Rich Felker
|
0447b8dc5c
fix missing statics in crypt_sha256 code
|
12 년 전 |
Rich Felker
|
13157b025e
anti-DoS rounds count limits for blowfish and des crypt
|
12 년 전 |
Rich Felker
|
507b6091fa
limit sha512 rounds to similar runtime to sha256 limit
|
12 년 전 |
Rich Felker
|
88bf5a8a8d
add sha256/sha512 crypt
|
12 년 전 |
Rich Felker
|
b439c051c7
get rid of eh_frame bloat
|
12 년 전 |
Rich Felker
|
8b28aa9c94
fix bug caused by main app & libc having map set; cannot free them
|
12 년 전 |