You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
Rich Felker c07daf0f2f fix broken reboot wrapper (syscall needs extra silly magic arguments...) 15 years ago
..
adjtime.c implement the adjtime and adjtimex functions (nonstandard) 15 years ago
adjtimex.c implement the adjtime and adjtimex functions (nonstandard) 15 years ago
brk.c fix brk/sbrk behavior to match the real legacy functions 15 years ago
chroot.c global cleanup to use the new syscall interface 15 years ago
daemon.c make daemon try the operations that might fail before fork rather than after 15 years ago
epoll_create.c global cleanup to use the new syscall interface 15 years ago
epoll_create1.c global cleanup to use the new syscall interface 15 years ago
epoll_ctl.c global cleanup to use the new syscall interface 15 years ago
epoll_pwait.c global cleanup to use the new syscall interface 15 years ago
epoll_wait.c global cleanup to use the new syscall interface 15 years ago
err.c support the nonstandard err.h interfaces 15 years ago
eventfd.c eventfd syscall wrapper and read/write wrappers 15 years ago
eventfd_read.c eventfd syscall wrapper and read/write wrappers 15 years ago
eventfd_write.c eventfd syscall wrapper and read/write wrappers 15 years ago
flock.c add syscall wrapper for flock 15 years ago
getdtablesize.c initial check-in, version 0.5.0 15 years ago
gethostid.c initial check-in, version 0.5.0 15 years ago
getopt_long.c fix bug whereby getopt_long allowed mismatch in last char of option name 15 years ago
getpagesize.c initial check-in, version 0.5.0 15 years ago
getpass.c initial check-in, version 0.5.0 15 years ago
initgroups.c fix initgroups (uninitialized count passed to getgrouplist) 15 years ago
inotify_add_watch.c global cleanup to use the new syscall interface 15 years ago
inotify_init.c global cleanup to use the new syscall interface 15 years ago
inotify_init1.c global cleanup to use the new syscall interface 15 years ago
inotify_rm_watch.c global cleanup to use the new syscall interface 15 years ago
klogctl.c global cleanup to use the new syscall interface 15 years ago
mntent.c make getmntent_r discard long lines when it returns error, not seek back 15 years ago
mount.c global cleanup to use the new syscall interface 15 years ago
pivot_root.c add pivot_root syscall wrapper 15 years ago
prctl.c fix missing va_end in prctl syscall wrapper 15 years ago
reboot.c fix broken reboot wrapper (syscall needs extra silly magic arguments...) 15 years ago
sbrk.c cleanup various minor issues reported by nsz 15 years ago
sendfile.c global cleanup to use the new syscall interface 15 years ago
setgroups.c fix prototypes/signature for setgroups, etc. 15 years ago
sethostname.c global cleanup to use the new syscall interface 15 years ago
settimeofday.c global cleanup to use the new syscall interface 15 years ago
signalfd.c global cleanup to use the new syscall interface 15 years ago
sincos.c workaround gcc bug 46926 by providing a dumb sincos implementation 15 years ago
stime.c depends on settimeofday which needs _GNU_SOURCE feature test 15 years ago
swapoff.c global cleanup to use the new syscall interface 15 years ago
swapon.c global cleanup to use the new syscall interface 15 years ago
syscall.c overhaul syscall interface 15 years ago
sysinfo.c global cleanup to use the new syscall interface 15 years ago
umount.c global cleanup to use the new syscall interface 15 years ago
umount2.c global cleanup to use the new syscall interface 15 years ago
utimes.c global cleanup to use the new syscall interface 15 years ago
wait3.c cleanup cruft left from when kernel and user time_t disagreed 15 years ago
wait4.c global cleanup to use the new syscall interface 15 years ago