Rich Felker 10d0268ccf switch to using trap number 31 for syscalls on sh 9 سال پیش
..
mips 6315004f61 initial version of mips (o32) port, based on work by Richard Pennington (rdp) 12 سال پیش
sh 10d0268ccf switch to using trap number 31 for syscalls on sh 9 سال پیش
_exit.c 0c05bd3a9c further use of _Noreturn, for non-plain-C functions 12 سال پیش
access.c dd5f50da6f support linux kernel apis (new archs) with old syscalls removed 10 سال پیش
acct.c c983e6415a fix some indention-with-spaces that crept in 12 سال پیش
alarm.c e241896cd5 avoid deprecated (by linux) alarm syscall; use setitimer instead 12 سال پیش
chdir.c aa398f56fa global cleanup to use the new syscall interface 14 سال پیش
chown.c dd5f50da6f support linux kernel apis (new archs) with old syscalls removed 10 سال پیش
close.c 6bea5dc698 map interruption of close by signal to success rather than EINPROGRESS 10 سال پیش
ctermid.c 9772eadba8 simplify ctermid 10 سال پیش
dup.c aa398f56fa global cleanup to use the new syscall interface 14 سال پیش
dup2.c dd5f50da6f support linux kernel apis (new archs) with old syscalls removed 10 سال پیش
dup3.c dd5f50da6f support linux kernel apis (new archs) with old syscalls removed 10 سال پیش
faccessat.c f9fb20b42d simplify faccessat AT_EACCESS path and eliminate resource dependence 11 سال پیش
fchdir.c 65ea604c74 fix failure of fchmod, fstat, fchdir, and fchown to produce EBADF 11 سال پیش
fchown.c dd5f50da6f support linux kernel apis (new archs) with old syscalls removed 10 سال پیش
fchownat.c aa398f56fa global cleanup to use the new syscall interface 14 سال پیش
fdatasync.c 0b21a07c78 make fsync, fdatasync, and msync cancellation points 10 سال پیش
fsync.c 0b21a07c78 make fsync, fdatasync, and msync cancellation points 10 سال پیش
ftruncate.c 0b6eb2dfb2 update syscalls with off_t arguments to handle argument alignment, if needed 13 سال پیش
getcwd.c 4fb7df12f5 fix errno value for getcwd when size argument is zero 11 سال پیش
getegid.c d878dcecca omit errno update path for syscalls that cannot fail 14 سال پیش
geteuid.c d878dcecca omit errno update path for syscalls that cannot fail 14 سال پیش
getgid.c d878dcecca omit errno update path for syscalls that cannot fail 14 سال پیش
getgroups.c aa398f56fa global cleanup to use the new syscall interface 14 سال پیش
gethostname.c 571744447c include cleanups: remove unused headers and add feature test macros 11 سال پیش
getlogin.c 0b44a0315b initial check-in, version 0.5.0 14 سال پیش
getlogin_r.c 571744447c include cleanups: remove unused headers and add feature test macros 11 سال پیش
getpgid.c aa398f56fa global cleanup to use the new syscall interface 14 سال پیش
getpgrp.c dd5f50da6f support linux kernel apis (new archs) with old syscalls removed 10 سال پیش
getpid.c d878dcecca omit errno update path for syscalls that cannot fail 14 سال پیش
getppid.c d878dcecca omit errno update path for syscalls that cannot fail 14 سال پیش
getsid.c aa398f56fa global cleanup to use the new syscall interface 14 سال پیش
getuid.c d878dcecca omit errno update path for syscalls that cannot fail 14 سال پیش
isatty.c 2de85a9856 fix possible isatty false positives and unwanted device state changes 10 سال پیش
lchown.c dd5f50da6f support linux kernel apis (new archs) with old syscalls removed 10 سال پیش
link.c dd5f50da6f support linux kernel apis (new archs) with old syscalls removed 10 سال پیش
linkat.c aa398f56fa global cleanup to use the new syscall interface 14 سال پیش
lseek.c c2cd25bff8 consistency: change all remaining syscalls to use SYS_ rather than __NR_ prefix 14 سال پیش
nice.c c2cd25bff8 consistency: change all remaining syscalls to use SYS_ rather than __NR_ prefix 14 سال پیش
pause.c dd5f50da6f support linux kernel apis (new archs) with old syscalls removed 10 سال پیش
pipe.c dd5f50da6f support linux kernel apis (new archs) with old syscalls removed 10 سال پیش
pipe2.c ae7399bfd8 in pipe2, use pipe() rather than __syscall(SYS_pipe, ...) for fallback 12 سال پیش
posix_close.c 8708e137d6 add posix_close, accepted for inclusion in the next issue of POSIX 11 سال پیش
pread.c 0b6eb2dfb2 update syscalls with off_t arguments to handle argument alignment, if needed 13 سال پیش
preadv.c 2416c63b81 fix up lfs64 junk for preadv/pwritev 12 سال پیش
pwrite.c 0b6eb2dfb2 update syscalls with off_t arguments to handle argument alignment, if needed 13 سال پیش
pwritev.c 2416c63b81 fix up lfs64 junk for preadv/pwritev 12 سال پیش
read.c feee98903c overhaul pthread cancellation 14 سال پیش
readlink.c dd5f50da6f support linux kernel apis (new archs) with old syscalls removed 10 سال پیش
readlinkat.c 400c5e5c83 use restrict everywhere it's required by c99 and/or posix 2008 12 سال پیش
readv.c feee98903c overhaul pthread cancellation 14 سال پیش
renameat.c aa398f56fa global cleanup to use the new syscall interface 14 سال پیش
rmdir.c dd5f50da6f support linux kernel apis (new archs) with old syscalls removed 10 سال پیش
setegid.c acb0480662 new attempt at making set*id() safe and robust 13 سال پیش
seteuid.c acb0480662 new attempt at making set*id() safe and robust 13 سال پیش
setgid.c acb0480662 new attempt at making set*id() safe and robust 13 سال پیش
setpgid.c fd142e5ec4 cleanup various minor issues reported by nsz 13 سال پیش
setpgrp.c 0b44a0315b initial check-in, version 0.5.0 14 سال پیش
setregid.c acb0480662 new attempt at making set*id() safe and robust 13 سال پیش
setresgid.c acb0480662 new attempt at making set*id() safe and robust 13 سال پیش
setresuid.c acb0480662 new attempt at making set*id() safe and robust 13 سال پیش
setreuid.c acb0480662 new attempt at making set*id() safe and robust 13 سال پیش
setsid.c aa398f56fa global cleanup to use the new syscall interface 14 سال پیش
setuid.c acb0480662 new attempt at making set*id() safe and robust 13 سال پیش
setxid.c 472e8b71f7 for multithreaded set*id/setrlimit, handle case where callback does not run 10 سال پیش
sleep.c 0b44a0315b initial check-in, version 0.5.0 14 سال پیش
symlink.c dd5f50da6f support linux kernel apis (new archs) with old syscalls removed 10 سال پیش
symlinkat.c aa398f56fa global cleanup to use the new syscall interface 14 سال پیش
sync.c eb0e8fa0b1 debloat: use __syscall instead of syscall where possible 14 سال پیش
tcgetpgrp.c 0b44a0315b initial check-in, version 0.5.0 14 سال پیش
tcsetpgrp.c 0b44a0315b initial check-in, version 0.5.0 14 سال پیش
truncate.c 0b6eb2dfb2 update syscalls with off_t arguments to handle argument alignment, if needed 13 سال پیش
ttyname.c 0b44a0315b initial check-in, version 0.5.0 14 سال پیش
ttyname_r.c 571744447c include cleanups: remove unused headers and add feature test macros 11 سال پیش
ualarm.c 3910e93340 make ualarm actually work (obsolete function removed from SUS) 14 سال پیش
unlink.c dd5f50da6f support linux kernel apis (new archs) with old syscalls removed 10 سال پیش
unlinkat.c aa398f56fa global cleanup to use the new syscall interface 14 سال پیش
usleep.c 571744447c include cleanups: remove unused headers and add feature test macros 11 سال پیش
write.c feee98903c overhaul pthread cancellation 14 سال پیش
writev.c feee98903c overhaul pthread cancellation 14 سال پیش