- b621876 fix bogus lazy allocation in ctermid and missing malloc failure check by Rich Felker · 11 years ago
- cdf0f53 fix fd leak on races and cancellation in ctermid by Rich Felker · 11 years ago
- ae7399b in pipe2, use pipe() rather than __syscall(SYS_pipe, ...) for fallback by Rich Felker · 12 years ago
- 89d3df6 streamline old-kernel fallback path of pipe2 to use syscalls directly by Rich Felker · 12 years ago
- bcc20d2 fix double errno-decoding in the old-kernel fallback path of pipe2 by Rich Felker · 12 years ago
- 892caff greatly improve freopen behavior by Rich Felker · 12 years ago
- 44eb4d8 overhaul system() and popen() to use vfork; fix various related bugs by Rich Felker · 12 years ago
- dc62790 move accept4, dup3, and pipe2 to non-linux-specific locations by Rich Felker · 12 years ago
- c983e64 fix some indention-with-spaces that crept in by Rich Felker · 12 years ago
- 82dc1e2 fix handling of EINTR during close() by Rich Felker · 12 years ago
- 2416c63 fix up lfs64 junk for preadv/pwritev by Rich Felker · 12 years ago
- ea544bf add preadv/pwritev syscall wrappers by Rich Felker · 12 years ago
- fe02604 add acct syscall source file, omitted in last syscalls commit by Rich Felker · 12 years ago
- 0c05bd3 further use of _Noreturn, for non-plain-C functions by Rich Felker · 12 years ago
- 400c5e5 use restrict everywhere it's required by c99 and/or posix 2008 by Rich Felker · 12 years ago
- fcfba99 fix broken ttyname[_r] (failure to null-terminate result) by Rich Felker · 12 years ago
- 6315004 initial version of mips (o32) port, based on work by Richard Pennington (rdp) by Rich Felker · 12 years ago
- ee96c50 fix mistake in length test in getlogin_r by Rich Felker · 12 years ago
- ee1f69a fix dummied-out fsync by Rich Felker · 12 years ago
- ca1773d fix dummied-out fdatasync by Rich Felker · 12 years ago
- e241896 avoid deprecated (by linux) alarm syscall; use setitimer instead by Rich Felker · 12 years ago
- 899b13c support null buffer argument to getcwd, auto-allocating behavior by Rich Felker · 13 years ago
- fd142e5 cleanup various minor issues reported by nsz by Rich Felker · 13 years ago
- 0b6eb2d update syscalls with off_t arguments to handle argument alignment, if needed by Rich Felker · 13 years ago
- 13cd969 fix various errors in function signatures/prototypes found by nsz by Rich Felker · 13 years ago
- 544ee75 fix some bugs in setxid and update setrlimit to use __synccall by Rich Felker · 13 years ago
- afade23 add setxid.c for new set*id() framework. missed in last commit. by Rich Felker · 13 years ago
- acb0480 new attempt at making set*id() safe and robust by Rich Felker · 13 years ago
- d878dce omit errno update path for syscalls that cannot fail by Rich Felker · 14 years ago
- f9a6372 workaround bug in linux dup2 by Rich Felker · 14 years ago
- 61b56a8 remove bogus extra logic for close cancellability by Rich Felker · 14 years ago
- eb0e8fa debloat: use __syscall instead of syscall where possible by Rich Felker · 14 years ago
- feee989 overhaul pthread cancellation by Rich Felker · 14 years ago
- c2cd25b consistency: change all remaining syscalls to use SYS_ rather than __NR_ prefix by Rich Felker · 14 years ago
- b2486a8 move rsyscall out of pthread_create module by Rich Felker · 14 years ago
- 3910e93 make ualarm actually work (obsolete function removed from SUS) by Rich Felker · 14 years ago
- 1db283b add setresuid/setresgid functions (nonstandard) by Rich Felker · 14 years ago
- 5243e5f remove obsolete and useless useconds_t type by Rich Felker · 14 years ago
- aa398f5 global cleanup to use the new syscall interface by Rich Felker · 14 years ago
- 685e40b syscall overhaul part two - unify public and internal syscall interface by Rich Felker · 14 years ago
- cfe3731 finish moving 32-bit-specific junk out of source files. by Rich Felker · 14 years ago
- c255e55 put confstr.c with the other conf functions by Rich Felker · 14 years ago
- 2cdfb7c cleaning up syscalls in preparation for x86_64 port by Rich Felker · 14 years ago
- 0b44a03 initial check-in, version 0.5.0 by Rich Felker · 14 years ago