Age | Commit message (Expand) | Author | Lines |
2012-11-04 | mips cache flush/ctl syscall support and header | Rich Felker | -0/+22 |
2012-11-01 | avoid breakage if somebody wrongly defines empty feature test macros | Rich Felker | -3/+3 |
2012-10-31 | add dl_iterate_phdr interface | Rich Felker | -0/+27 |
2012-10-21 | fix issues with wait constants in stdlib.h | Rich Felker | -6/+5 |
2012-10-21 | complex: make _Complex_I work with gcc -std=c99 -pedantic-errors | nsz | -0/+4 |
2012-10-17 | assert() is supposed to have type void | Rich Felker | -1/+1 |
2012-10-15 | add memmem function (gnu extension) | Rich Felker | -0/+1 |
2012-10-15 | microblaze TLS relocation support, completely untested | Rich Felker | -1/+8 |
2012-09-30 | add getopt reset support | Rich Felker | -1/+1 |
2012-09-30 | define some _POSIX_* macros that were omitted; required for XSI conformance | Rich Felker | -0/+3 |
2012-09-29 | always expose accept4 | Rich Felker | -4/+1 |
2012-09-29 | always expose dup3 and pipe2 | Rich Felker | -2/+2 |
2012-09-29 | microblaze port | Rich Felker | -0/+24 |
2012-09-21 | LFS64 alias for prlimit | Rich Felker | -0/+1 |
2012-09-16 | add clock_adjtime, remap_file_pages, and syncfs syscall wrappers | Rich Felker | -0/+11 |
2012-09-15 | fix stupid bug in updating of O_ACCMODE for O_SEARCH support | Rich Felker | -1/+1 |
2012-09-13 | strsep is BSD|GNU, not GNU-only; it's originally from BSD | Rich Felker | -1/+4 |
2012-09-13 | add O_PATH/O_SEARCH support to fcntl.h | Rich Felker | -1/+1 |
2012-09-09 | add setdomainname syscall, fix getdomainname (previously a stub) | Rich Felker | -0/+1 |
2012-09-09 | mincore syscall wrapper | Rich Felker | -0/+1 |
2012-09-09 | fix up lfs64 junk for preadv/pwritev | Rich Felker | -0/+5 |
2012-09-09 | add preadv/pwritev syscall wrappers | Rich Felker | -0/+9 |
2012-09-09 | fix typo introduced in poll.h | Rich Felker | -1/+1 |
2012-09-09 | add linux ppoll syscall wrapper | Rich Felker | -0/+10 |
2012-09-08 | syscall organization overhaul | Rich Felker | -18/+0 |
2012-09-08 | add acct, accept4, setns, and dup3 syscalls (linux extensions) | Rich Felker | -0/+82 |
2012-09-08 | add IPPROTO_HOPOPTS to in.h | Rich Felker | -0/+1 |
2012-09-08 | add IPPROTO_MAX to in.h | Rich Felker | -0/+1 |
2012-09-08 | fix redundant _Noreturn def in err.h | Rich Felker | -7/+1 |
2012-09-08 | remove all remaining redundant __restrict/__inline/_Noreturn defs | Rich Felker | -76/+14 |
2012-09-08 | sysmacros major/minor: result should have type unsigned int, not dev_t | Rich Felker | -2/+2 |
2012-09-08 | add linux tee syscall | Rich Felker | -0/+1 |
2012-09-08 | add linux sync_file_range syscall | Rich Felker | -0/+4 |
2012-09-08 | add linux readahead syscall | Rich Felker | -0/+1 |
2012-09-08 | add fallocate (nonstandardized) function | Rich Felker | -0/+3 |
2012-09-08 | add timerfd interfaces (untested) | Rich Felker | -0/+18 |
2012-09-08 | add stdnoreturn.h (C11) | Rich Felker | -0/+5 |
2012-09-07 | TCP_* is in the reserved namespace for tcp.h; make use of that | Rich Felker | -3/+4 |
2012-09-07 | remove unneeded judgemental commentary from ftw.h | Rich Felker | -4/+0 |
2012-09-07 | default features: make musl usable without feature test macros | Rich Felker | -116/+100 |
2012-09-06 | provide loff_t for splice syscall | Rich Felker | -0/+1 |
2012-09-06 | further use of _Noreturn, for non-plain-C functions | Rich Felker | -9/+37 |
2012-09-06 | add _Noreturn function attribute, with fallback for pre-C11 GNUC | Rich Felker | -5/+19 |
2012-09-06 | dladdr should be available under _BSD_SOURCE as well as _GNU_SOURCE | Rich Felker | -1/+1 |
2012-09-06 | use restrict everywhere it's required by c99 and/or posix 2008 | Rich Felker | -184/+353 |
2012-09-02 | avoid "inline" in public headers for strict c89 compatibility | Rich Felker | -27/+22 |
2012-09-01 | fix wrong type for poll.h nfds_t | Rich Felker | -1/+1 |
2012-08-26 | dladdr support for dynamic linker (nonstandard extension) | Rich Felker | -0/+10 |
2012-08-25 | implement "low hanging fruit" from C11 | Rich Felker | -0/+18 |
2012-08-25 | add c11 quick_exit and at_quick_exit functions | Rich Felker | -0/+2 |