33 Commits (25501c1079756c9b438842da649585c2a6983c24)

Author SHA1 Message Date
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
Rich Felker 0b44a0315b initial check-in, version 0.5.0 15 years ago