100 Commits (036df43d2a1d327370af005f861598d814c55121)

Author SHA1 Message Date
Rich Felker 231b9d1880 add timerfd interfaces (untested) 14 years ago
Rich Felker b9bb8f67bb cleanup src/linux and src/misc trees, etc. 14 years ago
Rich Felker 0c05bd3a9c further use of _Noreturn, for non-plain-C functions 14 years ago
Rich Felker dc82ee4e30 handle null arguments to legacy bsd err.h functions 14 years ago
Rich Felker 7650390de8 add missing xattr functions 14 years ago
Rich Felker 2f437040e7 fix (hopefully) all hard-coded 8's for kernel sigset_t size 14 years ago
Rich Felker d426b04533 add ioperm/iopl syscalls 14 years ago
Rich Felker 53147f902b add splice and vmsplice syscalls 14 years ago
Rich Felker 207460d097 add extended attributes syscalls 14 years ago
Rich Felker 42f0e965c4 add pipe2 syscall 14 years ago
Rich Felker 9cf9c39e48 add process_vm_readv and process_vm_writev syscall wrappers 14 years ago
Rich Felker 25c8444919 add vhangup syscall wrapper 14 years ago
Rich Felker 2169265ec6 add init_module/delete_module syscall wrappers 14 years ago
Rich Felker e361019c24 add deprecated capabilities functions 14 years ago
Rich Felker 7b5467cbae fix typo in utimes function that made it mess up file times 14 years ago
Rich Felker 50da5c264f add linux-specific unshare syscall wrapper 14 years ago
Rich Felker ba6a9e7734 legacy junk compatibility grab-bag 14 years ago
Rich Felker 2cbb24bba3 remove junk sincos implementations in preparation to merge nsz's real ones 14 years ago
nsz 0144b45b71 efficient sincos based on sin and cos 14 years ago
Rich Felker 5657cc58e5 implement sincosf and sincosl functions; add prototypes 14 years ago
Rich Felker 4619901ec4 add linux setfs[ug]id syscall wrappers 15 years ago
Rich Felker c07daf0f2f fix broken reboot wrapper (syscall needs extra silly magic arguments...) 15 years ago
Rich Felker ede5ae7b0b make getmntent_r discard long lines when it returns error, not seek back 15 years ago
Rich Felker 7e76095180 improve error handling in mntent stuff... 15 years ago
Rich Felker f135ef3f34 fix missing va_end in prctl syscall wrapper 15 years ago
Rich Felker fd142e5ec4 cleanup various minor issues reported by nsz 15 years ago
Rich Felker 4f5ba9211e fix stubbed-out reboot call 15 years ago
Rich Felker 19892bf0a7 fix brk/sbrk behavior to match the real legacy functions 15 years ago
Rich Felker 15b77d52c9 eventfd syscall wrapper and read/write wrappers 15 years ago
Rich Felker 29a15ad077 fix initgroups (uninitialized count passed to getgrouplist) 15 years ago
Rich Felker 55b123b5ed add syscall wrapper for flock 15 years ago
Rich Felker 6f0259a4fc fix bug whereby getopt_long allowed mismatch in last char of option name 15 years ago
Rich Felker 3f44f298e4 fix prototypes/signature for setgroups, etc. 15 years ago
Rich Felker 6b87e941f9 fix completely bogus loop condition in getmntent_r 15 years ago
Rich Felker f209440bcf implement the adjtime and adjtimex functions (nonstandard) 15 years ago
Rich Felker 2c4e9e6e4b add getmntent_r interface (all of mntent is nonstandard anyway) 15 years ago
Rich Felker 5546f7a73a add pivot_root syscall wrapper 15 years ago
Rich Felker 39e48531ef support the nonstandard err.h interfaces 15 years ago
Rich Felker aa398f56fa global cleanup to use the new syscall interface 15 years ago
Rich Felker d00ff2950e overhaul syscall interface 15 years ago
Rich Felker 07e9d63b8f depends on settimeofday which needs _GNU_SOURCE feature test 15 years ago
Rich Felker 13e8459232 workaround gcc bug 46926 by providing a dumb sincos implementation 15 years ago
Rich Felker 095a5ae6f2 add syscall wrappers for inotify 15 years ago
Rich Felker cc2a8228fa cleanup cruft left from when kernel and user time_t disagreed 15 years ago
Rich Felker 187fe29d5b make daemon try the operations that might fail before fork rather than after 15 years ago
Rich Felker 19e35c500b daemon should check for failures and return -1 15 years ago
Rich Felker 9b235e8374 remove standalone syscall cruft 15 years ago
Rich Felker 2cdfb7ca26 cleaning up syscalls in preparation for x86_64 port 15 years ago
Rich Felker 978ca01659 syscall cleanup for umount2 15 years ago
Rich Felker a5dec11306 use umount2 syscall for umount (new targets lack old 1-arg umount) 15 years ago