1495 Commits (f2b1f1af83e96f8f98fbf2a5c663d8d058f2a66d)
 

Author SHA1 Message Date
Rich Felker 5a1abeeb7c fix stupid bug in updating of O_ACCMODE for O_SEARCH support 14 years ago
Rich Felker 7ad42b9496 0.9.5 release notes 14 years ago
Rich Felker 075fdb909b fix syscall asm constraints for arm too 14 years ago
Rich Felker aeaceb1fa8 revert low rounds-count limits in crypt hashes 14 years ago
Rich Felker 881868382a update mips cancellation-point syscall asm with 7-arg and r25 fixes 14 years ago
Rich Felker 4221f154ff fix buggy constraints in mips inline syscall asm 14 years ago
Rich Felker afd209deb7 workaround gcc got-register-reload performance problems in malloc 14 years ago
Rich Felker 9f74574fe6 remove forced -O3 from shared library CFLAGS 14 years ago
Rich Felker d62f4e9888 use vfork if possible in posix_spawn 14 years ago
Rich Felker e2f6a3257e strsep is BSD|GNU, not GNU-only; it's originally from BSD 14 years ago
Rich Felker b238b37a0f add O_PATH/O_SEARCH support to fcntl.h 14 years ago
Rich Felker cfc09b1ecf improve mips syscall asm constraints to use immediates, if possible 14 years ago
Rich Felker b94067eeae eliminate assumption that mips syscall restart preserves r25 14 years ago
Rich Felker 2bf469310d asm for memmove on i386 and x86_64 14 years ago
Rich Felker a9555a995c fix another ppoll issue (missing sigset_t size argument) 14 years ago
Rich Felker 1701e4f3d4 reenable word-at-at-time copying in memmove 14 years ago
Rich Felker 3b5e69052a fix ppoll with null timeout argument 14 years ago
Rich Felker 2c1cd2399a add LIBCC (compiler runtime) logic and override to configure 14 years ago
Rich Felker c87584a3e9 add setdomainname syscall, fix getdomainname (previously a stub) 14 years ago
Rich Felker a660180c6a mincore syscall wrapper 14 years ago
Rich Felker 2416c63b81 fix up lfs64 junk for preadv/pwritev 14 years ago
Rich Felker ea544bfe80 add preadv/pwritev syscall wrappers 14 years ago
Rich Felker 743546a933 fix typo introduced in poll.h 14 years ago
Rich Felker 141138c41b add linux ppoll syscall wrapper 14 years ago
Rich Felker 3d939be2e3 reenable sync_file_range; should no longer break on mips 14 years ago
Rich Felker 9a3bbce447 add 7-arg syscall support for mips 14 years ago
Rich Felker 5e3c243d8d inline syscall support for arm 14 years ago
Rich Felker 328810d325 inline syscall support for mips 14 years ago
Rich Felker be48e22b42 fix mips syscall_cp_asm code (saved register usage) 14 years ago
Rich Felker 21419914c5 fix broken mips syscall asm 14 years ago
Rich Felker 41c5ee50ee disable sync_file_range for now 14 years ago
Rich Felker 208eb584ef syscall organization overhaul 14 years ago
Rich Felker fe0260400e add acct syscall source file, omitted in last syscalls commit 14 years ago
Rich Felker 6cf8bfdb64 add acct, accept4, setns, and dup3 syscalls (linux extensions) 14 years ago
Rich Felker b10d0230c1 add IPPROTO_HOPOPTS to in.h 14 years ago
Rich Felker f59cedb549 add IPPROTO_MAX to in.h 14 years ago
Rich Felker 695a04fc25 fix redundant _Noreturn def in err.h 14 years ago
Rich Felker 455f96857f remove all remaining redundant __restrict/__inline/_Noreturn defs 14 years ago
Rich Felker b7afd7a7ec sysmacros major/minor: result should have type unsigned int, not dev_t 14 years ago
Rich Felker 997ba92a0f add linux tee syscall 14 years ago
Rich Felker 00e6bbcc05 add linux sync_file_range syscall 14 years ago
Rich Felker b72db3d1ed move fallocate syscall wrapper to linux-specific syscalls dir 14 years ago
Rich Felker 90f770523f add linux readahead syscall 14 years ago
Rich Felker adb88e773b add fallocate (nonstandardized) function 14 years ago
Rich Felker 5271ff46b9 fix broken fallocate syscall in posix_fallocate 14 years ago
Rich Felker 231b9d1880 add timerfd interfaces (untested) 14 years ago
Rich Felker f0f17b5b70 add stdnoreturn.h (C11) 14 years ago
Rich Felker 3cd084bb03 TCP_* is in the reserved namespace for tcp.h; make use of that 14 years ago
Rich Felker 6951110368 remove unneeded judgemental commentary from ftw.h 14 years ago
Rich Felker c1a9658bd1 default features: make musl usable without feature test macros 14 years ago