aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2012-09-16release notes for 0.9.6v0.9.6Rich Felker
2012-09-15add O_EXEC open modeRich Felker
2012-09-15add crypt_md5 password hashRich Felker
2012-09-15fix stupid bug in updating of O_ACCMODE for O_SEARCH supportRich Felker
2012-09-150.9.5 release notesv0.9.5Rich Felker
2012-09-15fix syscall asm constraints for arm tooRich Felker
2012-09-15revert low rounds-count limits in crypt hashesRich Felker
2012-09-15update mips cancellation-point syscall asm with 7-arg and r25 fixesRich Felker
2012-09-15fix buggy constraints in mips inline syscall asmRich Felker
2012-09-14workaround gcc got-register-reload performance problems in mallocRich Felker
2012-09-14remove forced -O3 from shared library CFLAGSRich Felker
2012-09-14use vfork if possible in posix_spawnRich Felker
2012-09-13strsep is BSD|GNU, not GNU-only; it's originally from BSDRich Felker
2012-09-13add O_PATH/O_SEARCH support to fcntl.hRich Felker
2012-09-11improve mips syscall asm constraints to use immediates, if possibleRich Felker
2012-09-10eliminate assumption that mips syscall restart preserves r25Rich Felker
2012-09-10asm for memmove on i386 and x86_64Rich Felker
2012-09-10fix another ppoll issue (missing sigset_t size argument)Rich Felker
2012-09-10reenable word-at-at-time copying in memmoveRich Felker
2012-09-10fix ppoll with null timeout argumentRich Felker
2012-09-10add LIBCC (compiler runtime) logic and override to configureRich Felker
2012-09-09add setdomainname syscall, fix getdomainname (previously a stub)Rich Felker
2012-09-09mincore syscall wrapperRich Felker
2012-09-09fix up lfs64 junk for preadv/pwritevRich Felker
2012-09-09add preadv/pwritev syscall wrappersRich Felker
2012-09-09fix typo introduced in poll.hRich Felker
2012-09-09add linux ppoll syscall wrapperRich Felker
2012-09-09reenable sync_file_range; should no longer break on mipsRich Felker
2012-09-09add 7-arg syscall support for mipsRich Felker
2012-09-09inline syscall support for armRich Felker
2012-09-09inline syscall support for mipsRich Felker
2012-09-09fix mips syscall_cp_asm code (saved register usage)Rich Felker
2012-09-09fix broken mips syscall asmRich Felker
2012-09-08disable sync_file_range for nowRich Felker
2012-09-08syscall organization overhaulRich Felker
2012-09-08add acct syscall source file, omitted in last syscalls commitRich Felker
2012-09-08add acct, accept4, setns, and dup3 syscalls (linux extensions)Rich Felker
2012-09-08add IPPROTO_HOPOPTS to in.hRich Felker
2012-09-08add IPPROTO_MAX to in.hRich Felker
2012-09-08fix redundant _Noreturn def in err.hRich Felker
2012-09-08remove all remaining redundant __restrict/__inline/_Noreturn defsRich Felker
2012-09-08sysmacros major/minor: result should have type unsigned int, not dev_tRich Felker
2012-09-08add linux tee syscallRich Felker
2012-09-08add linux sync_file_range syscallRich Felker
2012-09-08move fallocate syscall wrapper to linux-specific syscalls dirRich Felker
2012-09-08add linux readahead syscallRich Felker
2012-09-08add fallocate (nonstandardized) functionRich Felker
2012-09-08fix broken fallocate syscall in posix_fallocateRich Felker
2012-09-08add timerfd interfaces (untested)Rich Felker
2012-09-08add stdnoreturn.h (C11)Rich Felker