Rich Felker 5c43e1dbc8 add RUSAGE_THREAD (Linux extension) definition to sys/resource.h 8 лет назад
..
acct.h 6cf8bfdb64 add acct, accept4, setns, and dup3 syscalls (linux extensions) 12 лет назад
auxv.h 21ada94c4b add getauxval function 11 лет назад
cachectl.h fc5f16d182 mips cache flush/ctl syscall support and header 12 лет назад
dir.h 54446d730c add wrapper headers, with warnings, for various incorrect names under sys 11 лет назад
epoll.h b10ca0f560 add EPOLLEXCLUSIVE epoll flag from linux v4.5 9 лет назад
errno.h 54446d730c add wrapper headers, with warnings, for various incorrect names under sys 11 лет назад
eventfd.h b4d8a16c1a fix eventfd and inotify nonblock/cloexec flags to match arch values 12 лет назад
fanotify.h 5c81b8fe45 add fanotify syscall wrapper and header 11 лет назад
fcntl.h 54446d730c add wrapper headers, with warnings, for various incorrect names under sys 11 лет назад
file.h 671ffab776 various header cleanups, some related to _BSD_SOURCE addition 12 лет назад
fsuid.h 57d5fff5f7 header file fixes: multiple include guard consistency and correctness 12 лет назад
inotify.h 2750337379 fix incorrect type for wd argument of inotify_rm_watch 11 лет назад
io.h 0004ea613a fix breakage from introducing bits header for sys/io.h 12 лет назад
ioctl.h 0b44a0315b initial check-in, version 0.5.0 14 лет назад
ipc.h 490d4a0e9e fix regressions in app compatibility from previous sys/ipc.h changes 12 лет назад
kd.h 0b44a0315b initial check-in, version 0.5.0 14 лет назад
klog.h 0b44a0315b initial check-in, version 0.5.0 14 лет назад
mman.h d578c74e67 add MADV_FREE madvise command from linux v4.5 9 лет назад
mount.h ecf02f4e8a add MS_LAZYTIME mount option to sys/mount.h 9 лет назад
msg.h 4ce6bd8345 add missing MSG_EXCEPT in sys/msg.h 11 лет назад
mtio.h 10c8b7148b use 0 instead of NULL in headers where NULL is not defined 11 лет назад
param.h bfb29b666e fix missing parens in bit op macros (param.h) 13 лет назад
personality.h e28c2ecae4 sys/personality.h: add missing C++ compat 11 лет назад
poll.h 54446d730c add wrapper headers, with warnings, for various incorrect names under sys 11 лет назад
prctl.h 8afd2a1d03 add new PR_CAP_AMBIENT and related defines to sys/prctl.h 9 лет назад
procfs.h 73f5b09605 in sys/procfs.h, avoid using __WORDSIZE macro 11 лет назад
ptrace.h c243d6f095 add new PTRACE_SECCOMP_GET_FILTER ptrace command 9 лет назад
quota.h e36d8a1d74 add sys/quota.h and quotactl syscall wrapper 11 лет назад
reboot.h c7351ffe9b add RB_SW_SUSPEND and RB_KEXEC to sys/reboot.h 12 лет назад
reg.h 53431b091b fix broken multi-inclusion guard in sys/reg.h 13 лет назад
resource.h 5c43e1dbc8 add RUSAGE_THREAD (Linux extension) definition to sys/resource.h 8 лет назад
select.h ca9aff6a16 add NFDBITS in sys/select.h with appropriate feature tests 11 лет назад
sem.h f6e2f7e13f move struct semid_ds to from shared sys/sem.h to bits 11 лет назад
sendfile.h c1a9658bd1 default features: make musl usable without feature test macros 12 лет назад
shm.h 0f169cbb79 sys/shm.h: move arch specific structs to bits/ 11 лет назад
signal.h 54446d730c add wrapper headers, with warnings, for various incorrect names under sys 11 лет назад
signalfd.h 7e10f209fb fix struct signalfd_siginfo 11 лет назад
socket.h 1e6fc0b690 avoid padding gaps in struct sockaddr_storage 8 лет назад
soundcard.h 0b44a0315b initial check-in, version 0.5.0 14 лет назад
stat.h 7ff804269b fix macros for LFS *64_t types in sys/stat.h, sys/types.h, glob.h 10 лет назад
statfs.h 9448b0513e refactor headers, especially alltypes.h, and improve C++ ABI compat 11 лет назад
statvfs.h c1a9658bd1 default features: make musl usable without feature test macros 12 лет назад
stropts.h 0b44a0315b initial check-in, version 0.5.0 14 лет назад
swap.h d650631dad add SWAP_FLAG_DISCARD to sys/swap.h 12 лет назад
syscall.h baf246e559 syscall() declaration belongs in unistd.h, not sys/syscall.h 12 лет назад
sysinfo.h 1429ce9ba2 fix sysinfo, try 2. it seems to work this time. 12 лет назад
syslog.h 8b61c81693 alternate name for syslog.h 14 лет назад
sysmacros.h 9b732fe51b fix shifts possibly larger than type in major() macro 11 лет назад
termios.h 54446d730c add wrapper headers, with warnings, for various incorrect names under sys 11 лет назад
time.h ad87c2eecf add nonstandard timespec/timeval conversion macros in sys/time.h 11 лет назад
timeb.h 4b15d9f46a add legacy ftime function and sys/timeb.h 11 лет назад
timerfd.h 9c3da8968d declare incomplete type struct itimerspec in timerfd.h 10 лет назад
times.h 3ed8c9f2df fix all missing instances of __cplusplus checks/extern "C" in headers 13 лет назад
timex.h d4c04d1360 add ADJ_SETOFFSET timex mode bit (new in linux v2.6.39) 12 лет назад
ttydefaults.h ab72420439 add legacy sys/ttydefaults.h header 11 лет назад
types.h 7ff804269b fix macros for LFS *64_t types in sys/stat.h, sys/types.h, glob.h 10 лет назад
ucontext.h 0b44a0315b initial check-in, version 0.5.0 14 лет назад
uio.h 41e2fd9d52 add UIO_MAXIOV macro in sys/uio.h 11 лет назад
un.h ecf4e24d81 add SUN_LEN macro to sys/un.h under appropriate feature tests 11 лет назад
user.h 1587224ed6 sys/user.h may need stdint.h 13 лет назад
utsname.h c1a9658bd1 default features: make musl usable without feature test macros 12 лет назад
vfs.h 0b44a0315b initial check-in, version 0.5.0 14 лет назад
vt.h 0b44a0315b initial check-in, version 0.5.0 14 лет назад
wait.h aa6ce3d4e3 fix signed and unsigned comparision in macros in public headers 11 лет назад
xattr.h 7650390de8 add missing xattr functions 12 лет назад