Age | Commit message (Collapse) | Author | Lines | |
---|---|---|---|---|
2011-04-27 | correct variadic prototypes for execl* family | Rich Felker | -3/+3 | |
the old versions worked, but conflicted with programs which declared their own prototypes and generated warnings with some versions of gcc. | ||||
2011-04-13 | fix prototypes/signature for setgroups, etc. | Rich Felker | -1/+1 | |
2011-04-03 | prototype getdtablesize (nonstandard function) | Rich Felker | -0/+1 | |
2011-04-03 | add setresuid/setresgid functions (nonstandard) | Rich Felker | -0/+2 | |
2011-04-01 | remove obsolete and useless useconds_t type | Rich Felker | -3/+2 | |
2011-02-27 | implement fexecve | Rich Felker | -0/+1 | |
2011-02-19 | prototypes for brk and sbrk | Rich Felker | -0/+2 | |
2011-02-15 | feature test support in unistd.h | Rich Felker | -23/+27 | |
2011-02-12 | initial check-in, version 0.5.0v0.5.0 | Rich Felker | -0/+464 | |