musl/src/linux
2011-03-20 00:16:43 -04:00
..
brk.c global cleanup to use the new syscall interface 2011-03-20 00:16:43 -04:00
chroot.c global cleanup to use the new syscall interface 2011-03-20 00:16:43 -04:00
daemon.c make daemon try the operations that might fail before fork rather than after 2011-02-17 10:30:00 -05:00
epoll_create.c global cleanup to use the new syscall interface 2011-03-20 00:16:43 -04:00
epoll_create1.c global cleanup to use the new syscall interface 2011-03-20 00:16:43 -04:00
epoll_ctl.c global cleanup to use the new syscall interface 2011-03-20 00:16:43 -04:00
epoll_pwait.c global cleanup to use the new syscall interface 2011-03-20 00:16:43 -04:00
epoll_wait.c global cleanup to use the new syscall interface 2011-03-20 00:16:43 -04:00
getdtablesize.c initial check-in, version 0.5.0 2011-02-12 00:22:29 -05:00
gethostid.c initial check-in, version 0.5.0 2011-02-12 00:22:29 -05:00
getopt_long.c initial check-in, version 0.5.0 2011-02-12 00:22:29 -05:00
getpagesize.c initial check-in, version 0.5.0 2011-02-12 00:22:29 -05:00
getpass.c initial check-in, version 0.5.0 2011-02-12 00:22:29 -05:00
initgroups.c initial check-in, version 0.5.0 2011-02-12 00:22:29 -05:00
inotify_add_watch.c global cleanup to use the new syscall interface 2011-03-20 00:16:43 -04:00
inotify_init.c global cleanup to use the new syscall interface 2011-03-20 00:16:43 -04:00
inotify_init1.c global cleanup to use the new syscall interface 2011-03-20 00:16:43 -04:00
inotify_rm_watch.c global cleanup to use the new syscall interface 2011-03-20 00:16:43 -04:00
klogctl.c global cleanup to use the new syscall interface 2011-03-20 00:16:43 -04:00
mntent.c initial check-in, version 0.5.0 2011-02-12 00:22:29 -05:00
mount.c global cleanup to use the new syscall interface 2011-03-20 00:16:43 -04:00
prctl.c global cleanup to use the new syscall interface 2011-03-20 00:16:43 -04:00
reboot.c initial check-in, version 0.5.0 2011-02-12 00:22:29 -05:00
sbrk.c global cleanup to use the new syscall interface 2011-03-20 00:16:43 -04:00
sendfile.c global cleanup to use the new syscall interface 2011-03-20 00:16:43 -04:00
setgroups.c global cleanup to use the new syscall interface 2011-03-20 00:16:43 -04:00
sethostname.c global cleanup to use the new syscall interface 2011-03-20 00:16:43 -04:00
settimeofday.c global cleanup to use the new syscall interface 2011-03-20 00:16:43 -04:00
signalfd.c global cleanup to use the new syscall interface 2011-03-20 00:16:43 -04:00
sincos.c workaround gcc bug 46926 by providing a dumb sincos implementation 2011-02-19 17:56:57 -05:00
stime.c depends on settimeofday which needs _GNU_SOURCE feature test 2011-03-01 11:57:19 -05:00
swapoff.c global cleanup to use the new syscall interface 2011-03-20 00:16:43 -04:00
swapon.c global cleanup to use the new syscall interface 2011-03-20 00:16:43 -04:00
syscall.c overhaul syscall interface 2011-03-19 18:51:42 -04:00
sysinfo.c global cleanup to use the new syscall interface 2011-03-20 00:16:43 -04:00
umount.c global cleanup to use the new syscall interface 2011-03-20 00:16:43 -04:00
umount2.c global cleanup to use the new syscall interface 2011-03-20 00:16:43 -04:00
utimes.c global cleanup to use the new syscall interface 2011-03-20 00:16:43 -04:00
wait3.c cleanup cruft left from when kernel and user time_t disagreed 2011-02-19 02:28:42 -05:00
wait4.c global cleanup to use the new syscall interface 2011-03-20 00:16:43 -04:00