about summary refs log tree commit diff
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* fix issues with wait constants in stdlib.hRich Felker2012-10-212-6/+5
* complex: make _Complex_I work with gcc -std=c99 -pedantic-errorsnsz2012-10-211-0/+4
* assert() is supposed to have type voidRich Felker2012-10-171-1/+1
* add memmem function (gnu extension)Rich Felker2012-10-151-0/+1
* microblaze TLS relocation support, completely untestedRich Felker2012-10-151-1/+8
* add getopt reset supportRich Felker2012-09-301-1/+1
* define some _POSIX_* macros that were omitted; required for XSI conformanceRich Felker2012-09-301-0/+3
* always expose accept4Rich Felker2012-09-291-4/+1
* always expose dup3 and pipe2Rich Felker2012-09-291-2/+2
* microblaze portRich Felker2012-09-291-0/+24
* LFS64 alias for prlimitRich Felker2012-09-211-0/+1
* add clock_adjtime, remap_file_pages, and syncfs syscall wrappersRich Felker2012-09-163-0/+11
* fix stupid bug in updating of O_ACCMODE for O_SEARCH supportRich Felker2012-09-151-1/+1
* strsep is BSD|GNU, not GNU-only; it's originally from BSDRich Felker2012-09-131-1/+4
* add O_PATH/O_SEARCH support to fcntl.hRich Felker2012-09-131-1/+1
* add setdomainname syscall, fix getdomainname (previously a stub)Rich Felker2012-09-091-0/+1
* mincore syscall wrapperRich Felker2012-09-091-0/+1
* fix up lfs64 junk for preadv/pwritevRich Felker2012-09-091-0/+5
* add preadv/pwritev syscall wrappersRich Felker2012-09-091-0/+9
* fix typo introduced in poll.hRich Felker2012-09-091-1/+1
* add linux ppoll syscall wrapperRich Felker2012-09-091-0/+10
* syscall organization overhaulRich Felker2012-09-081-18/+0
* add acct, accept4, setns, and dup3 syscalls (linux extensions)Rich Felker2012-09-084-0/+82
* add IPPROTO_HOPOPTS to in.hRich Felker2012-09-081-0/+1
* add IPPROTO_MAX to in.hRich Felker2012-09-081-0/+1
* fix redundant _Noreturn def in err.hRich Felker2012-09-081-7/+1
* remove all remaining redundant __restrict/__inline/_Noreturn defsRich Felker2012-09-0814-76/+14
* sysmacros major/minor: result should have type unsigned int, not dev_tRich Felker2012-09-081-2/+2
* add linux tee syscallRich Felker2012-09-081-0/+1
* add linux sync_file_range syscallRich Felker2012-09-081-0/+4
* add linux readahead syscallRich Felker2012-09-081-0/+1
* add fallocate (nonstandardized) functionRich Felker2012-09-081-0/+3
* add timerfd interfaces (untested)Rich Felker2012-09-081-0/+18
* add stdnoreturn.h (C11)Rich Felker2012-09-081-0/+5
* TCP_* is in the reserved namespace for tcp.h; make use of thatRich Felker2012-09-071-3/+4
* remove unneeded judgemental commentary from ftw.hRich Felker2012-09-071-4/+0
* default features: make musl usable without feature test macrosRich Felker2012-09-0747-116/+100
* provide loff_t for splice syscallRich Felker2012-09-061-0/+1
* further use of _Noreturn, for non-plain-C functionsRich Felker2012-09-065-9/+37
* add _Noreturn function attribute, with fallback for pre-C11 GNUCRich Felker2012-09-062-5/+19
* dladdr should be available under _BSD_SOURCE as well as _GNU_SOURCERich Felker2012-09-061-1/+1
* use restrict everywhere it's required by c99 and/or posix 2008Rich Felker2012-09-0628-184/+353
* avoid "inline" in public headers for strict c89 compatibilityRich Felker2012-09-024-27/+22
* fix wrong type for poll.h nfds_tRich Felker2012-09-011-1/+1
* dladdr support for dynamic linker (nonstandard extension)Rich Felker2012-08-261-0/+10
* implement "low hanging fruit" from C11Rich Felker2012-08-253-0/+18
* add c11 quick_exit and at_quick_exit functionsRich Felker2012-08-251-0/+2
* type exposure fixes in sys/sem.hRich Felker2012-08-241-2/+5
* stdio_ext.h needs to include stdio.h, at least to get FILE...Rich Felker2012-08-241-0/+2
* fix missing uintXX_t in nameser.hRich Felker2012-08-241-0/+2