Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | consistency: change all remaining syscalls to use SYS_ rather than __NR_ prefix | Rich Felker | 2011-04-06 | 12 | -12/+12 |
* | move rsyscall out of pthread_create module | Rich Felker | 2011-04-06 | 6 | -12/+6 |
* | make ualarm actually work (obsolete function removed from SUS) | Rich Felker | 2011-04-03 | 1 | -4/+9 |
* | add setresuid/setresgid functions (nonstandard) | Rich Felker | 2011-04-03 | 2 | -0/+20 |
* | remove obsolete and useless useconds_t type | Rich Felker | 2011-04-01 | 2 | -2/+2 |
* | global cleanup to use the new syscall interface | Rich Felker | 2011-03-20 | 49 | -50/+50 |
* | syscall overhaul part two - unify public and internal syscall interface | Rich Felker | 2011-03-19 | 4 | -4/+4 |
* | finish moving 32-bit-specific junk out of source files. | Rich Felker | 2011-02-15 | 4 | -14/+4 |
* | put confstr.c with the other conf functions | Rich Felker | 2011-02-14 | 1 | -17/+0 |
* | cleaning up syscalls in preparation for x86_64 port | Rich Felker | 2011-02-13 | 14 | -24/+27 |
* | initial check-in, version 0.5.0 v0.5.0 | Rich Felker | 2011-02-12 | 71 | -0/+646 |