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