1
0
Rich Felker dd5f50da6f support linux kernel apis (new archs) with old syscalls removed 11 жил өмнө
..
mips 6315004f61 initial version of mips (o32) port, based on work by Richard Pennington (rdp) 13 жил өмнө
sh aacd348637 rename superh port to "sh" for consistency 11 жил өмнө
_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 11 жил өмнө
acct.c c983e6415a fix some indention-with-spaces that crept in 12 жил өмнө
alarm.c e241896cd5 avoid deprecated (by linux) alarm syscall; use setitimer instead 13 жил өмнө
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 11 жил өмнө
close.c 82dc1e2e78 fix handling of EINTR during close() 12 жил өмнө
ctermid.c 571744447c include cleanups: remove unused headers and add feature test macros 11 жил өмнө
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 11 жил өмнө
dup3.c dd5f50da6f support linux kernel apis (new archs) with old syscalls removed 11 жил өмнө
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 11 жил өмнө
fchownat.c aa398f56fa global cleanup to use the new syscall interface 14 жил өмнө
fdatasync.c ca1773d864 fix dummied-out fdatasync 13 жил өмнө
fsync.c ee1f69a360 fix dummied-out fsync 13 жил өмнө
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 11 жил өмнө
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 0b44a0315b initial check-in, version 0.5.0 14 жил өмнө
lchown.c dd5f50da6f support linux kernel apis (new archs) with old syscalls removed 11 жил өмнө
link.c dd5f50da6f support linux kernel apis (new archs) with old syscalls removed 11 жил өмнө
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 11 жил өмнө
pipe.c dd5f50da6f support linux kernel apis (new archs) with old syscalls removed 11 жил өмнө
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 11 жил өмнө
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 11 жил өмнө
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 544ee752cd fix some bugs in setxid and update setrlimit to use __synccall 13 жил өмнө
sleep.c 0b44a0315b initial check-in, version 0.5.0 14 жил өмнө
symlink.c dd5f50da6f support linux kernel apis (new archs) with old syscalls removed 11 жил өмнө
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 11 жил өмнө
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 жил өмнө