summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)AuthorFilesLines
2012-11-01avoid breakage if somebody wrongly defines empty feature test macrosRich Felker2-3/+3
2012-10-31add dl_iterate_phdr interfaceRich Felker1-0/+27
2012-10-21fix issues with wait constants in stdlib.hRich Felker2-6/+5
2012-10-21complex: make _Complex_I work with gcc -std=c99 -pedantic-errorsnsz1-0/+4
2012-10-17assert() is supposed to have type voidRich Felker1-1/+1
2012-10-15add memmem function (gnu extension)Rich Felker1-0/+1
2012-10-15microblaze TLS relocation support, completely untestedRich Felker1-1/+8
2012-09-30add getopt reset supportRich Felker1-1/+1
2012-09-30define some _POSIX_* macros that were omitted; required for XSI conformanceRich Felker1-0/+3
2012-09-29always expose accept4Rich Felker1-4/+1
2012-09-29always expose dup3 and pipe2Rich Felker1-2/+2
2012-09-29microblaze portRich Felker1-0/+24
2012-09-21LFS64 alias for prlimitRich Felker1-0/+1
2012-09-16add clock_adjtime, remap_file_pages, and syncfs syscall wrappersRich Felker3-0/+11
2012-09-15fix stupid bug in updating of O_ACCMODE for O_SEARCH supportRich Felker1-1/+1
2012-09-13strsep is BSD|GNU, not GNU-only; it's originally from BSDRich Felker1-1/+4
2012-09-13add O_PATH/O_SEARCH support to fcntl.hRich Felker1-1/+1
2012-09-09add setdomainname syscall, fix getdomainname (previously a stub)Rich Felker1-0/+1
2012-09-09mincore syscall wrapperRich Felker1-0/+1
2012-09-09fix up lfs64 junk for preadv/pwritevRich Felker1-0/+5
2012-09-09add preadv/pwritev syscall wrappersRich Felker1-0/+9
2012-09-09fix typo introduced in poll.hRich Felker1-1/+1
2012-09-09add linux ppoll syscall wrapperRich Felker1-0/+10
2012-09-08syscall organization overhaulRich Felker1-18/+0
2012-09-08add acct, accept4, setns, and dup3 syscalls (linux extensions)Rich Felker4-0/+82
2012-09-08add IPPROTO_HOPOPTS to in.hRich Felker1-0/+1
2012-09-08add IPPROTO_MAX to in.hRich Felker1-0/+1
2012-09-08fix redundant _Noreturn def in err.hRich Felker1-7/+1
2012-09-08remove all remaining redundant __restrict/__inline/_Noreturn defsRich Felker14-76/+14
2012-09-08sysmacros major/minor: result should have type unsigned int, not dev_tRich Felker1-2/+2
2012-09-08add linux tee syscallRich Felker1-0/+1
2012-09-08add linux sync_file_range syscallRich Felker1-0/+4
2012-09-08add linux readahead syscallRich Felker1-0/+1
2012-09-08add fallocate (nonstandardized) functionRich Felker1-0/+3
2012-09-08add timerfd interfaces (untested)Rich Felker1-0/+18
2012-09-08add stdnoreturn.h (C11)Rich Felker1-0/+5
2012-09-07TCP_* is in the reserved namespace for tcp.h; make use of thatRich Felker1-3/+4
2012-09-07remove unneeded judgemental commentary from ftw.hRich Felker1-4/+0
2012-09-07default features: make musl usable without feature test macrosRich Felker47-116/+100
2012-09-06provide loff_t for splice syscallRich Felker1-0/+1
2012-09-06further use of _Noreturn, for non-plain-C functionsRich Felker5-9/+37
2012-09-06add _Noreturn function attribute, with fallback for pre-C11 GNUCRich Felker2-5/+19
2012-09-06dladdr should be available under _BSD_SOURCE as well as _GNU_SOURCERich Felker1-1/+1
2012-09-06use restrict everywhere it's required by c99 and/or posix 2008Rich Felker28-184/+353
2012-09-02avoid "inline" in public headers for strict c89 compatibilityRich Felker4-27/+22
2012-09-01fix wrong type for poll.h nfds_tRich Felker1-1/+1
2012-08-26dladdr support for dynamic linker (nonstandard extension)Rich Felker1-0/+10
2012-08-25implement "low hanging fruit" from C11Rich Felker3-0/+18
2012-08-25add c11 quick_exit and at_quick_exit functionsRich Felker1-0/+2
2012-08-24type exposure fixes in sys/sem.hRich Felker1-2/+5