2014-06-14 |
Clément Vasseur | fix missing argument to syscall in fanotify_mark |
tree | commitdiff |
2014-05-30 |
Rich Felker | fix breakage from recent syscall commits due to missing... |
tree | commitdiff |
2014-05-30 |
Szabolcs Nagy | fix for broken kernel side RLIM_INFINITY on mips |
tree | commitdiff |
2014-05-30 |
Rich Felker | support linux kernel apis (new archs) with old syscalls... |
tree | commitdiff |
2014-04-15 |
Rich Felker | add namespace-protected name for sysinfo function |
tree | commitdiff |
2014-03-06 |
rofl0r | x32: fix sysinfo() |
tree | commitdiff |
2014-02-10 |
Bobby Bingham | clone: make clone a wrapper around __clone |
tree | commitdiff |
2014-01-07 |
Rich Felker | fix const-correctness of argument to stime |
tree | commitdiff |
2014-01-07 |
Rich Felker | fix signedness of pgoff argument to remap_file_pages |
tree | commitdiff |
2014-01-07 |
Rich Felker | fix incorrect type for wd argument of inotify_rm_watch |
tree | commitdiff |
2014-01-07 |
Rich Felker | add some missing LFS64 aliases for fadvise/fallocate... |
tree | commitdiff |
2014-01-03 |
rofl0r | fanotify.c: fix typo in header inclusion |
tree | commitdiff |
2014-01-02 |
Rich Felker | disable the brk function |
tree | commitdiff |
2014-01-02 |
Rich Felker | disable sbrk for all values of increment except 0 |
tree | commitdiff |
2014-01-02 |
rofl0r | add fanotify syscall wrapper and header |
tree | commitdiff |
2013-12-20 |
Rich Felker | add sys/quota.h and quotactl syscall wrapper |
tree | commitdiff |
2013-12-12 |
Szabolcs Nagy | include cleanups: remove unused headers and add feature... |
tree | commitdiff |
2013-05-26 |
Rich Felker | Merge remote-tracking branch 'nsz/review' |
tree | commitdiff |
2013-05-26 |
Szabolcs Nagy | fix the prototype of settimeofday to follow the origina... |
tree | commitdiff |
2013-04-08 |
Rich Felker | fix signalfd not to ignore flags |
tree | commitdiff |
2013-03-27 |
Rich Felker | remove __SYSCALL_SSLEN arch macro in favor of using... |
tree | commitdiff |
2012-12-07 |
Rich Felker | remove __arch_prctl alias for arch_prctl |
tree | commitdiff |
2012-12-07 |
Rich Felker | move new linux syscall wrapper functions to proper... |
tree | commitdiff |
2012-11-19 |
Rich Felker | add port io functions to sys/io.h |
tree | commitdiff |
2012-11-04 |
Rich Felker | mips cache flush/ctl syscall support and header |
tree | commitdiff |
2012-09-29 |
Rich Felker | move accept4, dup3, and pipe2 to non-linux-specific... |
tree | commitdiff |
2012-09-29 |
Rich Felker | fix some indention-with-spaces that crept in |
tree | commitdiff |
2012-09-21 |
Rich Felker | LFS64 alias for prlimit |
tree | commitdiff |
2012-09-17 |
Rich Felker | add clock_adjtime, remap_file_pages, and syncfs syscall... |
tree | commitdiff |
2012-09-10 |
Rich Felker | fix another ppoll issue (missing sigset_t size argument) |
tree | commitdiff |
2012-09-10 |
Rich Felker | fix ppoll with null timeout argument |
tree | commitdiff |
2012-09-09 |
Rich Felker | add linux ppoll syscall wrapper |
tree | commitdiff |
2012-09-09 |
Rich Felker | reenable sync_file_range; should no longer break on... |
tree | commitdiff |
2012-09-09 |
Rich Felker | disable sync_file_range for now |
tree | commitdiff |
2012-09-09 |
Rich Felker | add acct, accept4, setns, and dup3 syscalls (linux... |
tree | commitdiff |
2012-09-08 |
Rich Felker | add linux tee syscall |
tree | commitdiff |
2012-09-08 |
Rich Felker | add linux sync_file_range syscall |
tree | commitdiff |
2012-09-08 |
Rich Felker | move fallocate syscall wrapper to linux-specific syscal... |
tree | commitdiff |
2012-09-08 |
Rich Felker | add linux readahead syscall |
tree | commitdiff |
2012-09-08 |
Rich Felker | add timerfd interfaces (untested) |
tree | commitdiff |
2012-09-07 |
Rich Felker | cleanup src/linux and src/misc trees, etc. |
tree | commitdiff |
2012-09-07 |
Rich Felker | further use of _Noreturn, for non-plain-C functions |
tree | commitdiff |
2012-08-16 |
Rich Felker | handle null arguments to legacy bsd err.h functions |
tree | commitdiff |
2012-08-15 |
Rich Felker | add missing xattr functions |
tree | commitdiff |
2012-08-14 |
Rich Felker | Merge remote-tracking branch 'nsz/exp' |
tree | commitdiff |
2012-08-10 |
Rich Felker | fix (hopefully) all hard-coded 8's for kernel sigset_t... |
tree | commitdiff |
2012-07-23 |
Rich Felker | add ioperm/iopl syscalls |
tree | commitdiff |
2012-07-23 |
Rich Felker | add splice and vmsplice syscalls |
tree | commitdiff |
2012-07-23 |
Rich Felker | add extended attributes syscalls |
tree | commitdiff |
2012-07-23 |
Rich Felker | add pipe2 syscall |
tree | commitdiff |
2012-06-24 |
Rich Felker | add process_vm_readv and process_vm_writev syscall... |
tree | commitdiff |
2012-06-19 |
Rich Felker | add vhangup syscall wrapper |
tree | commitdiff |
2012-06-13 |
Rich Felker | add init_module/delete_module syscall wrappers |
tree | commitdiff |
2012-06-13 |
Rich Felker | add deprecated capabilities functions |
tree | commitdiff |
2012-05-22 |
Rich Felker | fix typo in utimes function that made it mess up file... |
tree | commitdiff |
2012-04-29 |
Rich Felker | add linux-specific unshare syscall wrapper |
tree | commitdiff |
2012-04-18 |
Rich Felker | legacy junk compatibility grab-bag |
tree | commitdiff |
2012-03-17 |
Rich Felker | remove junk sincos implementations in preparation to... |
tree | commitdiff |
2012-03-15 |
nsz | efficient sincos based on sin and cos |
tree | commitdiff |
2012-03-15 |
Rich Felker | implement sincosf and sincosl functions; add prototypes |
tree | commitdiff |
2012-01-29 |
Rich Felker | add linux setfs[ug]id syscall wrappers |
tree | commitdiff |
2011-12-24 |
Rich Felker | fix broken reboot wrapper (syscall needs extra silly... |
tree | commitdiff |
2011-09-28 |
Rich Felker | make getmntent_r discard long lines when it returns... |
tree | commitdiff |
2011-09-27 |
Rich Felker | improve error handling in mntent stuff... |
tree | commitdiff |
2011-09-27 |
Rich Felker | fix missing va_end in prctl syscall wrapper |
tree | commitdiff |
2011-09-26 |
Rich Felker | cleanup various minor issues reported by nsz |
tree | commitdiff |
2011-08-03 |
Rich Felker | fix stubbed-out reboot call |
tree | commitdiff |
2011-05-22 |
Rich Felker | fix brk/sbrk behavior to match the real legacy functions |
tree | commitdiff |
2011-05-08 |
Rich Felker | eventfd syscall wrapper and read/write wrappers |
tree | commitdiff |
2011-04-20 |
Rich Felker | fix initgroups (uninitialized count passed to getgrouplist) |
tree | commitdiff |
2011-04-13 |
Rich Felker | add syscall wrapper for flock |
tree | commitdiff |
2011-04-13 |
Rich Felker | fix bug whereby getopt_long allowed mismatch in last... |
tree | commitdiff |
2011-04-13 |
Rich Felker | fix prototypes/signature for setgroups, etc. |
tree | commitdiff |
2011-04-06 |
Rich Felker | fix completely bogus loop condition in getmntent_r |
tree | commitdiff |
2011-04-05 |
Rich Felker | implement the adjtime and adjtimex functions (nonstandard) |
tree | commitdiff |
2011-04-05 |
Rich Felker | add getmntent_r interface (all of mntent is nonstandard... |
tree | commitdiff |
2011-04-05 |
Rich Felker | add pivot_root syscall wrapper |
tree | commitdiff |
2011-04-05 |
Rich Felker | support the nonstandard err.h interfaces |
tree | commitdiff |
2011-03-20 |
Rich Felker | global cleanup to use the new syscall interface |
tree | commitdiff |
2011-03-19 |
Rich Felker | overhaul syscall interface |
tree | commitdiff |
2011-03-01 |
Rich Felker | depends on settimeofday which needs _GNU_SOURCE feature... |
tree | commitdiff |
2011-02-19 |
Rich Felker | workaround gcc bug 46926 by providing a dumb sincos... |
tree | commitdiff |
2011-02-19 |
Rich Felker | add syscall wrappers for inotify |
tree | commitdiff |
2011-02-19 |
Rich Felker | cleanup cruft left from when kernel and user time_t... |
tree | commitdiff |
2011-02-17 |
Rich Felker | make daemon try the operations that might fail before... |
tree | commitdiff |
2011-02-17 |
Rich Felker | daemon should check for failures and return -1 |
tree | commitdiff |
2011-02-15 |
Rich Felker | remove standalone syscall cruft |
tree | commitdiff |
2011-02-14 |
Rich Felker | cleaning up syscalls in preparation for x86_64 port |
tree | commitdiff |
2011-02-14 |
Rich Felker | syscall cleanup for umount2 |
tree | commitdiff |
2011-02-14 |
Rich Felker | use umount2 syscall for umount (new targets lack old... |
tree | commitdiff |
2011-02-12 |
Rich Felker | initial check-in, version 0.5.0 v0.5.0 |
tree | commitdiff |
|