23 Commits (01e94c46231f2670e9b0c1962f10de646674fded)

Author SHA1 Message Date
Rich Felker 899b13cae7 support null buffer argument to getcwd, auto-allocating behavior 14 years ago
Rich Felker fd142e5ec4 cleanup various minor issues reported by nsz 15 years ago
Rich Felker 0b6eb2dfb2 update syscalls with off_t arguments to handle argument alignment, if needed 15 years ago
Rich Felker 13cd969552 fix various errors in function signatures/prototypes found by nsz 15 years ago
Rich Felker 544ee752cd fix some bugs in setxid and update setrlimit to use __synccall 15 years ago
Rich Felker afade2356e add setxid.c for new set*id() framework. missed in last commit. 15 years ago
Rich Felker acb0480662 new attempt at making set*id() safe and robust 15 years ago
Rich Felker d878dcecca omit errno update path for syscalls that cannot fail 15 years ago
Rich Felker f9a6372a98 workaround bug in linux dup2 15 years ago
Rich Felker 61b56a8d21 remove bogus extra logic for close cancellability 15 years ago
Rich Felker eb0e8fa0b1 debloat: use __syscall instead of syscall where possible 15 years ago
Rich Felker feee98903c overhaul pthread cancellation 15 years ago
Rich Felker c2cd25bff8 consistency: change all remaining syscalls to use SYS_ rather than __NR_ prefix 15 years ago
Rich Felker b2486a8922 move rsyscall out of pthread_create module 15 years ago
Rich Felker 3910e93340 make ualarm actually work (obsolete function removed from SUS) 15 years ago
Rich Felker 1db283bf19 add setresuid/setresgid functions (nonstandard) 15 years ago
Rich Felker 5243e5f160 remove obsolete and useless useconds_t type 15 years ago
Rich Felker aa398f56fa global cleanup to use the new syscall interface 15 years ago
Rich Felker 685e40bb09 syscall overhaul part two - unify public and internal syscall interface 15 years ago
Rich Felker cfe373146d finish moving 32-bit-specific junk out of source files. 15 years ago
Rich Felker c255e5542d put confstr.c with the other conf functions 15 years ago
Rich Felker 2cdfb7ca26 cleaning up syscalls in preparation for x86_64 port 15 years ago
Rich Felker 0b44a0315b initial check-in, version 0.5.0 15 years ago