Rich Felker 07e9d63b8f depends on settimeofday which needs _GNU_SOURCE feature test 14 years ago
..
brk.c 0b44a0315b initial check-in, version 0.5.0 14 years ago
chroot.c 9b235e8374 remove standalone syscall cruft 14 years ago
daemon.c 187fe29d5b make daemon try the operations that might fail before fork rather than after 14 years ago
epoll_create.c 0b44a0315b initial check-in, version 0.5.0 14 years ago
epoll_create1.c 0b44a0315b initial check-in, version 0.5.0 14 years ago
epoll_ctl.c 0b44a0315b initial check-in, version 0.5.0 14 years ago
epoll_pwait.c 0b44a0315b initial check-in, version 0.5.0 14 years ago
epoll_wait.c 0b44a0315b initial check-in, version 0.5.0 14 years ago
getdtablesize.c 0b44a0315b initial check-in, version 0.5.0 14 years ago
gethostid.c 0b44a0315b initial check-in, version 0.5.0 14 years ago
getopt_long.c 0b44a0315b initial check-in, version 0.5.0 14 years ago
getpagesize.c 0b44a0315b initial check-in, version 0.5.0 14 years ago
getpass.c 0b44a0315b initial check-in, version 0.5.0 14 years ago
initgroups.c 0b44a0315b initial check-in, version 0.5.0 14 years ago
inotify_add_watch.c 095a5ae6f2 add syscall wrappers for inotify 14 years ago
inotify_init.c 095a5ae6f2 add syscall wrappers for inotify 14 years ago
inotify_init1.c 095a5ae6f2 add syscall wrappers for inotify 14 years ago
inotify_rm_watch.c 095a5ae6f2 add syscall wrappers for inotify 14 years ago
klogctl.c 9b235e8374 remove standalone syscall cruft 14 years ago
mntent.c 0b44a0315b initial check-in, version 0.5.0 14 years ago
mount.c 9b235e8374 remove standalone syscall cruft 14 years ago
prctl.c 0b44a0315b initial check-in, version 0.5.0 14 years ago
reboot.c 0b44a0315b initial check-in, version 0.5.0 14 years ago
sbrk.c 0b44a0315b initial check-in, version 0.5.0 14 years ago
sendfile.c 0b44a0315b initial check-in, version 0.5.0 14 years ago
setgroups.c 2cdfb7ca26 cleaning up syscalls in preparation for x86_64 port 14 years ago
sethostname.c 9b235e8374 remove standalone syscall cruft 14 years ago
settimeofday.c 0b44a0315b initial check-in, version 0.5.0 14 years ago
signalfd.c 0b44a0315b initial check-in, version 0.5.0 14 years ago
sincos.c 13e8459232 workaround gcc bug 46926 by providing a dumb sincos implementation 14 years ago
stime.c 07e9d63b8f depends on settimeofday which needs _GNU_SOURCE feature test 14 years ago
swapoff.c 9b235e8374 remove standalone syscall cruft 14 years ago
swapon.c 9b235e8374 remove standalone syscall cruft 14 years ago
sysinfo.c 9b235e8374 remove standalone syscall cruft 14 years ago
umount.c a5dec11306 use umount2 syscall for umount (new targets lack old 1-arg umount) 14 years ago
umount2.c 978ca01659 syscall cleanup for umount2 14 years ago
utimes.c 9b235e8374 remove standalone syscall cruft 14 years ago
wait3.c cc2a8228fa cleanup cruft left from when kernel and user time_t disagreed 14 years ago
wait4.c cc2a8228fa cleanup cruft left from when kernel and user time_t disagreed 14 years ago