about summary refs log tree commit diff
path: root/src/unistd
Commit message (Expand)AuthorAgeFilesLines
...
* add setxid.c for new set*id() framework. missed in last commit.Rich Felker2011-07-291-0/+49
* new attempt at making set*id() safe and robustRich Felker2011-07-298-8/+12
* omit errno update path for syscalls that cannot failRich Felker2011-04-217-7/+7
* workaround bug in linux dup2Rich Felker2011-04-201-1/+4
* remove bogus extra logic for close cancellabilityRich Felker2011-04-181-3/+1
* debloat: use __syscall instead of syscall where possibleRich Felker2011-04-171-1/+1
* overhaul pthread cancellationRich Felker2011-04-178-38/+9
* consistency: change all remaining syscalls to use SYS_ rather than __NR_ prefixRich Felker2011-04-0612-12/+12
* move rsyscall out of pthread_create moduleRich Felker2011-04-066-12/+6
* make ualarm actually work (obsolete function removed from SUS)Rich Felker2011-04-031-4/+9
* add setresuid/setresgid functions (nonstandard)Rich Felker2011-04-032-0/+20
* remove obsolete and useless useconds_t typeRich Felker2011-04-012-2/+2
* global cleanup to use the new syscall interfaceRich Felker2011-03-2049-50/+50
* syscall overhaul part two - unify public and internal syscall interfaceRich Felker2011-03-194-4/+4
* finish moving 32-bit-specific junk out of source files.Rich Felker2011-02-154-14/+4
* put confstr.c with the other conf functionsRich Felker2011-02-141-17/+0
* cleaning up syscalls in preparation for x86_64 portRich Felker2011-02-1314-24/+27
* initial check-in, version 0.5.0 v0.5.0Rich Felker2011-02-1271-0/+646