Szabolcs Nagy 31ff797787 fix the prototype of settimeofday to follow the original BSD declaration пре 12 година
..
adjtime.c f209440bcf implement the adjtime and adjtimex functions (nonstandard) пре 14 година
adjtimex.c f209440bcf implement the adjtime and adjtimex functions (nonstandard) пре 14 година
arch_prctl.c 3ee67505fe remove __arch_prctl alias for arch_prctl пре 12 година
brk.c 19892bf0a7 fix brk/sbrk behavior to match the real legacy functions пре 14 година
cache.c fc5f16d182 mips cache flush/ctl syscall support and header пре 12 година
cap.c e361019c24 add deprecated capabilities functions пре 13 година
chroot.c aa398f56fa global cleanup to use the new syscall interface пре 14 година
clock_adjtime.c 662da62eb7 add clock_adjtime, remap_file_pages, and syncfs syscall wrappers пре 12 година
epoll.c ccc7b4c3a1 remove __SYSCALL_SSLEN arch macro in favor of using public _NSIG пре 12 година
eventfd.c b9bb8f67bb cleanup src/linux and src/misc trees, etc. пре 12 година
fallocate.c b72db3d1ed move fallocate syscall wrapper to linux-specific syscalls dir пре 12 година
flock.c 55b123b5ed add syscall wrapper for flock пре 14 година
inotify.c b9bb8f67bb cleanup src/linux and src/misc trees, etc. пре 12 година
ioperm.c 61aa6324af add port io functions to sys/io.h пре 12 година
iopl.c 61aa6324af add port io functions to sys/io.h пре 12 година
klogctl.c aa398f56fa global cleanup to use the new syscall interface пре 14 година
module.c 2169265ec6 add init_module/delete_module syscall wrappers пре 13 година
mount.c b9bb8f67bb cleanup src/linux and src/misc trees, etc. пре 12 година
personality.c 55aef73f47 move new linux syscall wrapper functions to proper source dir пре 12 година
pivot_root.c 5546f7a73a add pivot_root syscall wrapper пре 14 година
ppoll.c ccc7b4c3a1 remove __SYSCALL_SSLEN arch macro in favor of using public _NSIG пре 12 година
prctl.c f135ef3f34 fix missing va_end in prctl syscall wrapper пре 13 година
prlimit.c f600105eef LFS64 alias for prlimit пре 12 година
process_vm.c 9cf9c39e48 add process_vm_readv and process_vm_writev syscall wrappers пре 13 година
ptrace.c b9bb8f67bb cleanup src/linux and src/misc trees, etc. пре 12 година
readahead.c 90f770523f add linux readahead syscall пре 12 година
reboot.c c07daf0f2f fix broken reboot wrapper (syscall needs extra silly magic arguments...) пре 13 година
remap_file_pages.c 662da62eb7 add clock_adjtime, remap_file_pages, and syncfs syscall wrappers пре 12 година
sbrk.c fd142e5ec4 cleanup various minor issues reported by nsz пре 13 година
sendfile.c aa398f56fa global cleanup to use the new syscall interface пре 14 година
setfsgid.c 4619901ec4 add linux setfs[ug]id syscall wrappers пре 13 година
setfsuid.c 4619901ec4 add linux setfs[ug]id syscall wrappers пре 13 година
setgroups.c 3f44f298e4 fix prototypes/signature for setgroups, etc. пре 14 година
sethostname.c aa398f56fa global cleanup to use the new syscall interface пре 14 година
setns.c c983e6415a fix some indention-with-spaces that crept in пре 12 година
settimeofday.c 31ff797787 fix the prototype of settimeofday to follow the original BSD declaration пре 12 година
signalfd.c bcd9302508 fix signalfd not to ignore flags пре 12 година
splice.c 53147f902b add splice and vmsplice syscalls пре 13 година
stime.c 07e9d63b8f depends on settimeofday which needs _GNU_SOURCE feature test пре 14 година
swap.c b9bb8f67bb cleanup src/linux and src/misc trees, etc. пре 12 година
sync_file_range.c 3d939be2e3 reenable sync_file_range; should no longer break on mips пре 12 година
syncfs.c 662da62eb7 add clock_adjtime, remap_file_pages, and syncfs syscall wrappers пре 12 година
sysinfo.c aa398f56fa global cleanup to use the new syscall interface пре 14 година
tee.c 997ba92a0f add linux tee syscall пре 12 година
timerfd.c 231b9d1880 add timerfd interfaces (untested) пре 12 година
unshare.c 50da5c264f add linux-specific unshare syscall wrapper пре 13 година
utimes.c 7b5467cbae fix typo in utimes function that made it mess up file times пре 13 година
vhangup.c 25c8444919 add vhangup syscall wrapper пре 13 година
vmsplice.c 53147f902b add splice and vmsplice syscalls пре 13 година
wait3.c cc2a8228fa cleanup cruft left from when kernel and user time_t disagreed пре 14 година
wait4.c aa398f56fa global cleanup to use the new syscall interface пре 14 година
xattr.c 7650390de8 add missing xattr functions пре 12 година