.. |
adjtime.c
|
implement the adjtime and adjtimex functions (nonstandard)
|
2011-04-05 15:38:20 -04:00 |
adjtimex.c
|
implement the adjtime and adjtimex functions (nonstandard)
|
2011-04-05 15:38:20 -04:00 |
brk.c
|
fix brk/sbrk behavior to match the real legacy functions
|
2011-05-22 12:34:33 -04:00 |
cap.c
|
add deprecated capabilities functions
|
2012-06-13 11:04:31 -04:00 |
chroot.c
|
global cleanup to use the new syscall interface
|
2011-03-20 00:16:43 -04:00 |
epoll.c
|
cleanup src/linux and src/misc trees, etc.
|
2012-09-07 00:48:25 -04:00 |
eventfd.c
|
cleanup src/linux and src/misc trees, etc.
|
2012-09-07 00:48:25 -04:00 |
flock.c
|
add syscall wrapper for flock
|
2011-04-13 14:55:26 -04:00 |
inotify.c
|
cleanup src/linux and src/misc trees, etc.
|
2012-09-07 00:48:25 -04:00 |
ioperm.c
|
add ioperm/iopl syscalls
|
2012-07-23 16:54:53 -04:00 |
iopl.c
|
add ioperm/iopl syscalls
|
2012-07-23 16:54:53 -04:00 |
klogctl.c
|
global cleanup to use the new syscall interface
|
2011-03-20 00:16:43 -04:00 |
module.c
|
add init_module/delete_module syscall wrappers
|
2012-06-13 11:49:22 -04:00 |
mount.c
|
cleanup src/linux and src/misc trees, etc.
|
2012-09-07 00:48:25 -04:00 |
pipe2.c
|
add pipe2 syscall
|
2012-07-23 16:32:49 -04:00 |
pivot_root.c
|
add pivot_root syscall wrapper
|
2011-04-05 12:32:10 -04:00 |
prctl.c
|
fix missing va_end in prctl syscall wrapper
|
2011-09-27 16:47:00 -04:00 |
prlimit.c
|
cleanup src/linux and src/misc trees, etc.
|
2012-09-07 00:48:25 -04:00 |
process_vm.c
|
add process_vm_readv and process_vm_writev syscall wrappers
|
2012-06-23 21:38:47 -04:00 |
ptrace.c
|
cleanup src/linux and src/misc trees, etc.
|
2012-09-07 00:48:25 -04:00 |
reboot.c
|
fix broken reboot wrapper (syscall needs extra silly magic arguments...)
|
2011-12-23 19:13:48 -05:00 |
sbrk.c
|
cleanup various minor issues reported by nsz
|
2011-09-26 00:59:28 -04:00 |
sendfile.c
|
global cleanup to use the new syscall interface
|
2011-03-20 00:16:43 -04:00 |
setfsgid.c
|
add linux setfs[ug]id syscall wrappers
|
2012-01-28 21:09:50 -05:00 |
setfsuid.c
|
add linux setfs[ug]id syscall wrappers
|
2012-01-28 21:09:50 -05:00 |
setgroups.c
|
fix prototypes/signature for setgroups, etc.
|
2011-04-13 09:03:22 -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
|
fix (hopefully) all hard-coded 8's for kernel sigset_t size
|
2012-08-09 22:52:13 -04:00 |
splice.c
|
add splice and vmsplice syscalls
|
2012-07-23 16:50:56 -04:00 |
stime.c
|
depends on settimeofday which needs _GNU_SOURCE feature test
|
2011-03-01 11:57:19 -05:00 |
swap.c
|
cleanup src/linux and src/misc trees, etc.
|
2012-09-07 00:48:25 -04:00 |
sysinfo.c
|
global cleanup to use the new syscall interface
|
2011-03-20 00:16:43 -04:00 |
timerfd.c
|
add timerfd interfaces (untested)
|
2012-09-08 00:21:02 -04:00 |
unshare.c
|
add linux-specific unshare syscall wrapper
|
2012-04-29 19:54:03 -04:00 |
utimes.c
|
fix typo in utimes function that made it mess up file times
|
2012-05-21 23:55:36 -04:00 |
vhangup.c
|
add vhangup syscall wrapper
|
2012-06-19 15:32:13 -04:00 |
vmsplice.c
|
add splice and vmsplice syscalls
|
2012-07-23 16:50:56 -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 |
xattr.c
|
add missing xattr functions
|
2012-08-15 08:31:44 -04:00 |