about summary refs log tree commit diff
path: root/src/unistd
Commit message (Expand)AuthorAgeFilesLines
* initial version of mips (o32) port, based on work by Richard Pennington (rdp)Rich Felker2012-07-111-0/+20
* fix mistake in length test in getlogin_rRich Felker2012-06-191-1/+1
* fix dummied-out fsyncRich Felker2012-06-191-2/+1
* fix dummied-out fdatasyncRich Felker2012-06-191-1/+1
* avoid deprecated (by linux) alarm syscall; use setitimer insteadRich Felker2012-05-241-1/+4
* support null buffer argument to getcwd, auto-allocating behaviorRich Felker2012-03-011-1/+6
* cleanup various minor issues reported by nszRich Felker2011-09-261-1/+1
* update syscalls with off_t arguments to handle argument alignment, if neededRich Felker2011-09-214-4/+4
* fix various errors in function signatures/prototypes found by nszRich Felker2011-09-132-2/+2
* fix some bugs in setxid and update setrlimit to use __synccallRich Felker2011-07-301-8/+6
* 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