| Commit message (Expand) | Author | Age | Files | Lines |
* | document in sysconf and unistd.h that per-thread cpu clocks exist | Rich Felker | 2013-06-26 | 1 | -0/+1 |
* | re-add useconds_t | rofl0r | 2013-04-02 | 1 | -0/+1 |
* | use a common definition of NULL as 0L for C and C++ | Rich Felker | 2013-01-18 | 1 | -6/+1 |
* | syscall() declaration belongs in unistd.h, not sys/syscall.h | Rich Felker | 2012-12-10 | 1 | -0/+1 |
* | unistd.h: fix wrong type for gid_t argument | rofl0r | 2012-12-06 | 1 | -1/+1 |
* | report support of TPS option in unistd.h and sysconf | Rich Felker | 2012-11-11 | 1 | -0/+1 |
* | avoid breakage if somebody wrongly defines empty feature test macros | Rich Felker | 2012-11-01 | 1 | -1/+1 |
* | define some _POSIX_* macros that were omitted; required for XSI conformance | Rich Felker | 2012-09-30 | 1 | -0/+3 |
* | always expose dup3 and pipe2 | Rich Felker | 2012-09-29 | 1 | -2/+2 |
* | add clock_adjtime, remap_file_pages, and syncfs syscall wrappers | Rich Felker | 2012-09-16 | 1 | -0/+1 |
* | add setdomainname syscall, fix getdomainname (previously a stub) | Rich Felker | 2012-09-09 | 1 | -0/+1 |
* | add acct, accept4, setns, and dup3 syscalls (linux extensions) | Rich Felker | 2012-09-08 | 1 | -0/+2 |
* | default features: make musl usable without feature test macros | Rich Felker | 2012-09-07 | 1 | -12/+1 |
* | further use of _Noreturn, for non-plain-C functions | Rich Felker | 2012-09-06 | 1 | -1/+8 |
* | use restrict everywhere it's required by c99 and/or posix 2008 | Rich Felker | 2012-09-06 | 1 | -3/+9 |
* | improve headers to better deal with removed-in-posix-2008 features | Rich Felker | 2012-08-15 | 1 | -2/+6 |
* | add pipe2 syscall | Rich Felker | 2012-07-23 | 1 | -0/+1 |
* | _GNU_SOURCE is supposed to imply _LARGEFILE64_SOURCE | Rich Felker | 2012-06-04 | 1 | -1/+1 |
* | declare environ in unistd.h when _GNU_SOURCE feature test macro is used | Rich Felker | 2012-06-02 | 1 | -0/+1 |
* | remove everything related to forkall | Rich Felker | 2012-05-22 | 1 | -1/+0 |
* | some feature test fixes for unistd.h | Rich Felker | 2012-05-22 | 1 | -16/+16 |
* | _GNU_SOURCE implies all BSD features except ones GNU rejects | Rich Felker | 2012-05-22 | 1 | -1/+1 |
* | various header cleanups, some related to _BSD_SOURCE addition | Rich Felker | 2012-05-22 | 1 | -11/+4 |
* | support _BSD_SOURCE feature test macro | Rich Felker | 2012-05-22 | 1 | -3/+17 |
* | move getpass decl to the right place | Rich Felker | 2012-05-20 | 1 | -0/+1 |
* | add support for ugly *64 functions with _LARGEFILE64_SOURCE | Rich Felker | 2012-05-04 | 1 | -0/+10 |
* | implement getusershell, etc. legacy functions | Rich Felker | 2012-04-22 | 1 | -0/+3 |
* | getdtablesize is not standard; move it to its correct spot in unistd.h | Rich Felker | 2012-04-22 | 1 | -1/+1 |
* | add getresuid and getresgid syscall wrappers | Rich Felker | 2012-04-22 | 1 | -0/+2 |
* | legacy junk compatibility grab-bag | Rich Felker | 2012-04-18 | 1 | -0/+2 |
* | add get_current_dir_name function | Rich Felker | 2012-02-17 | 1 | -0/+1 |
* | fix various errors in function signatures/prototypes found by nsz | Rich Felker | 2011-09-13 | 1 | -3/+3 |
* | implement forkall | Rich Felker | 2011-08-12 | 1 | -0/+1 |
* | correct variadic prototypes for execl* family | Rich Felker | 2011-04-27 | 1 | -3/+3 |
* | fix prototypes/signature for setgroups, etc. | Rich Felker | 2011-04-13 | 1 | -1/+1 |
* | prototype getdtablesize (nonstandard function) | Rich Felker | 2011-04-03 | 1 | -0/+1 |
* | add setresuid/setresgid functions (nonstandard) | Rich Felker | 2011-04-03 | 1 | -0/+2 |
* | remove obsolete and useless useconds_t type | Rich Felker | 2011-04-01 | 1 | -3/+2 |
* | implement fexecve | Rich Felker | 2011-02-27 | 1 | -0/+1 |
* | prototypes for brk and sbrk | Rich Felker | 2011-02-19 | 1 | -0/+2 |
* | feature test support in unistd.h | Rich Felker | 2011-02-15 | 1 | -23/+27 |
* | initial check-in, version 0.5.0 v0.5.0 | Rich Felker | 2011-02-12 | 1 | -0/+464 |