summaryrefslogtreecommitdiff
path: root/src/unistd
AgeCommit message (Expand)AuthorLines
2011-07-30fix some bugs in setxid and update setrlimit to use __synccallRich Felker-8/+6
2011-07-29add setxid.c for new set*id() framework. missed in last commit.Rich Felker-0/+49
2011-07-29new attempt at making set*id() safe and robustRich Felker-8/+12
2011-04-21omit errno update path for syscalls that cannot failRich Felker-7/+7
2011-04-20workaround bug in linux dup2Rich Felker-1/+4
2011-04-18remove bogus extra logic for close cancellabilityRich Felker-3/+1
2011-04-17debloat: use __syscall instead of syscall where possibleRich Felker-1/+1
2011-04-17overhaul pthread cancellationRich Felker-38/+9
2011-04-06consistency: change all remaining syscalls to use SYS_ rather than __NR_ prefixRich Felker-12/+12
2011-04-06move rsyscall out of pthread_create moduleRich Felker-12/+6
2011-04-03make ualarm actually work (obsolete function removed from SUS)Rich Felker-4/+9
2011-04-03add setresuid/setresgid functions (nonstandard)Rich Felker-0/+20
2011-04-01remove obsolete and useless useconds_t typeRich Felker-2/+2
2011-03-20global cleanup to use the new syscall interfaceRich Felker-50/+50
2011-03-19syscall overhaul part two - unify public and internal syscall interfaceRich Felker-4/+4
2011-02-15finish moving 32-bit-specific junk out of source files.Rich Felker-14/+4
2011-02-14put confstr.c with the other conf functionsRich Felker-17/+0
2011-02-13cleaning up syscalls in preparation for x86_64 portRich Felker-24/+27
2011-02-12initial check-in, version 0.5.0v0.5.0Rich Felker-0/+646