Age | Commit message (Expand) | Author | Files | Lines |
2012-09-08 | sysmacros major/minor: result should have type unsigned int, not dev_t | Rich Felker | 1 | -2/+2 |
2012-09-08 | add linux tee syscall | Rich Felker | 1 | -0/+1 |
2012-09-08 | add linux sync_file_range syscall | Rich Felker | 1 | -0/+4 |
2012-09-08 | add linux readahead syscall | Rich Felker | 1 | -0/+1 |
2012-09-08 | add fallocate (nonstandardized) function | Rich Felker | 1 | -0/+3 |
2012-09-08 | add timerfd interfaces (untested) | Rich Felker | 1 | -0/+18 |
2012-09-08 | add stdnoreturn.h (C11) | Rich Felker | 1 | -0/+5 |
2012-09-07 | TCP_* is in the reserved namespace for tcp.h; make use of that | Rich Felker | 1 | -3/+4 |
2012-09-07 | remove unneeded judgemental commentary from ftw.h | Rich Felker | 1 | -4/+0 |
2012-09-07 | default features: make musl usable without feature test macros | Rich Felker | 47 | -116/+100 |
2012-09-06 | provide loff_t for splice syscall | Rich Felker | 1 | -0/+1 |
2012-09-06 | further use of _Noreturn, for non-plain-C functions | Rich Felker | 5 | -9/+37 |
2012-09-06 | add _Noreturn function attribute, with fallback for pre-C11 GNUC | Rich Felker | 2 | -5/+19 |
2012-09-06 | dladdr should be available under _BSD_SOURCE as well as _GNU_SOURCE | Rich Felker | 1 | -1/+1 |
2012-09-06 | use restrict everywhere it's required by c99 and/or posix 2008 | Rich Felker | 28 | -184/+353 |
2012-09-02 | avoid "inline" in public headers for strict c89 compatibility | Rich Felker | 4 | -27/+22 |
2012-09-01 | fix wrong type for poll.h nfds_t | Rich Felker | 1 | -1/+1 |
2012-08-26 | dladdr support for dynamic linker (nonstandard extension) | Rich Felker | 1 | -0/+10 |
2012-08-25 | implement "low hanging fruit" from C11 | Rich Felker | 3 | -0/+18 |
2012-08-25 | add c11 quick_exit and at_quick_exit functions | Rich Felker | 1 | -0/+2 |
2012-08-24 | type exposure fixes in sys/sem.h | Rich Felker | 1 | -2/+5 |
2012-08-24 | stdio_ext.h needs to include stdio.h, at least to get FILE... | Rich Felker | 1 | -0/+2 |
2012-08-24 | fix missing uintXX_t in nameser.h | Rich Felker | 1 | -0/+2 |
2012-08-24 | fix dirent.h with _BSD_SOURCE | Rich Felker | 1 | -0/+3 |
2012-08-15 | improve headers to better deal with removed-in-posix-2008 features | Rich Felker | 2 | -13/+22 |
2012-08-15 | add missing xattr functions | Rich Felker | 1 | -0/+3 |
2012-08-13 | math: fix _BSD_SOURCE namespace in math.h | nsz | 1 | -25/+26 |
2012-08-13 | remove significandl | Rich Felker | 1 | -1/+0 |
2012-08-13 | add significand[fl] math functions | Rich Felker | 1 | -0/+4 |
2012-08-13 | publicly expose getdents api under _BSD_SOURCE | Rich Felker | 1 | -0/+7 |
2012-08-11 | add bsd fgetln function | Rich Felker | 1 | -0/+4 |
2012-08-05 | fix socket.h on mips | Rich Felker | 1 | -0/+3 |
2012-07-23 | add ioperm/iopl syscalls | Rich Felker | 1 | -0/+13 |
2012-07-23 | add splice and vmsplice syscalls | Rich Felker | 1 | -0/+12 |
2012-07-23 | add extended attributes syscalls | Rich Felker | 1 | -0/+27 |
2012-07-23 | add pipe2 syscall | Rich Felker | 1 | -0/+1 |
2012-07-22 | fix namespace issue in prototypes in math.h | Rich Felker | 1 | -2/+2 |
2012-07-22 | fix wrong size for sigjmp_buf signal set array | Rich Felker | 1 | -1/+1 |
2012-07-19 | fix typo in aio.h | Rich Felker | 1 | -1/+1 |
2012-07-12 | workaround another sendmsg kernel bug on 64-bit machines | Rich Felker | 1 | -7/+0 |
2012-07-12 | fix redef of sigprocmask constants on mips | Rich Felker | 1 | -2/+0 |
2012-07-12 | more mips bits-header fixes | Rich Felker | 1 | -0/+2 |
2012-07-04 | add prototypes for getw/putw | Rich Felker | 1 | -0/+2 |
2012-07-03 | jmp_buf overhaul fixing several issues | Rich Felker | 1 | -1/+5 |
2012-06-29 | replace old and ugly crypt implementation | Rich Felker | 1 | -0/+20 |
2012-06-23 | add process_vm_readv and process_vm_writev syscall wrappers | Rich Felker | 1 | -0/+9 |
2012-06-20 | proper error handling for fcntl F_GETOWN on modern kernels | Rich Felker | 1 | -0/+11 |
2012-06-19 | include declarations for new stdio_ext functions (gnulib support) | Rich Felker | 1 | -0/+5 |
2012-06-15 | header file fixes: multiple include guard consistency and correctness | Rich Felker | 10 | -18/+18 |
2012-06-13 | revert one change in time.h; no evidence BSD_SOURCE should expose these.. | Rich Felker | 1 | -1/+1 |