2012-11-01 |
Rich Felker | avoid breakage if somebody wrongly defines empty featur... |
blob | commitdiff |
2012-09-30 |
Rich Felker | define some _POSIX_* macros that were omitted; required... |
blob | commitdiff | diff to current |
2012-09-29 |
Rich Felker | always expose dup3 and pipe2 |
blob | commitdiff | diff to current |
2012-09-17 |
Rich Felker | add clock_adjtime, remap_file_pages, and syncfs syscall... |
blob | commitdiff | diff to current |
2012-09-09 |
Rich Felker | add setdomainname syscall, fix getdomainname (previousl... |
blob | commitdiff | diff to current |
2012-09-09 |
Rich Felker | add acct, accept4, setns, and dup3 syscalls (linux... |
blob | commitdiff | diff to current |
2012-09-08 |
Rich Felker | default features: make musl usable without feature... |
blob | commitdiff | diff to current |
2012-09-07 |
Rich Felker | further use of _Noreturn, for non-plain-C functions |
blob | commitdiff | diff to current |
2012-09-07 |
Rich Felker | use restrict everywhere it's required by c99 and/or... |
blob | commitdiff | diff to current |
2012-08-15 |
Rich Felker | improve headers to better deal with removed-in-posix... |
blob | commitdiff | diff to current |
2012-07-23 |
Rich Felker | add pipe2 syscall |
blob | commitdiff | diff to current |
2012-06-04 |
Rich Felker | _GNU_SOURCE is supposed to imply _LARGEFILE64_SOURCE |
blob | commitdiff | diff to current |
2012-06-02 |
Rich Felker | declare environ in unistd.h when _GNU_SOURCE feature... |
blob | commitdiff | diff to current |
2012-05-23 |
Rich Felker | remove everything related to forkall |
blob | commitdiff | diff to current |
2012-05-23 |
Rich Felker | some feature test fixes for unistd.h |
blob | commitdiff | diff to current |
2012-05-23 |
Rich Felker | _GNU_SOURCE implies all BSD features except ones GNU... |
blob | commitdiff | diff to current |
2012-05-23 |
Rich Felker | various header cleanups, some related to _BSD_SOURCE... |
blob | commitdiff | diff to current |
2012-05-23 |
Rich Felker | support _BSD_SOURCE feature test macro |
blob | commitdiff | diff to current |
2012-05-21 |
Rich Felker | move getpass decl to the right place |
blob | commitdiff | diff to current |
2012-05-04 |
Rich Felker | add support for ugly *64 functions with _LARGEFILE64_SOURCE |
blob | commitdiff | diff to current |
2012-04-22 |
Rich Felker | implement getusershell, etc. legacy functions |
blob | commitdiff | diff to current |
2012-04-22 |
Rich Felker | getdtablesize is not standard; move it to its correct... |
blob | commitdiff | diff to current |
2012-04-22 |
Rich Felker | add getresuid and getresgid syscall wrappers |
blob | commitdiff | diff to current |
2012-04-18 |
Rich Felker | legacy junk compatibility grab-bag |
blob | commitdiff | diff to current |
2012-02-18 |
Rich Felker | add get_current_dir_name function |
blob | commitdiff | diff to current |
2011-09-14 |
Rich Felker | fix various errors in function signatures/prototypes... |
blob | commitdiff | diff to current |
2011-08-12 |
Rich Felker | implement forkall |
blob | commitdiff | diff to current |
2011-04-27 |
Rich Felker | correct variadic prototypes for execl* family |
blob | commitdiff | diff to current |
2011-04-13 |
Rich Felker | fix prototypes/signature for setgroups, etc. |
blob | commitdiff | diff to current |
2011-04-03 |
Rich Felker | prototype getdtablesize (nonstandard function) |
blob | commitdiff | diff to current |
2011-04-03 |
Rich Felker | add setresuid/setresgid functions (nonstandard) |
blob | commitdiff | diff to current |
2011-04-02 |
Rich Felker | remove obsolete and useless useconds_t type |
blob | commitdiff | diff to current |
2011-02-27 |
Rich Felker | implement fexecve |
blob | commitdiff | diff to current |
2011-02-19 |
Rich Felker | prototypes for brk and sbrk |
blob | commitdiff | diff to current |
2011-02-15 |
Rich Felker | feature test support in unistd.h |
blob | commitdiff | diff to current |
2011-02-12 |
Rich Felker | initial check-in, version 0.5.0 |
blob | commitdiff | diff to current |
|