summaryrefslogtreecommitdiff
path: root/src/linux
AgeCommit message (Expand)AuthorLines
2013-05-26fix the prototype of settimeofday to follow the original BSD declarationSzabolcs Nagy-1/+2
2013-04-07fix signalfd not to ignore flagsRich Felker-1/+12
2013-03-26remove __SYSCALL_SSLEN arch macro in favor of using public _NSIGRich Felker-3/+6
2012-12-07remove __arch_prctl alias for arch_prctlRich Felker-3/+1
2012-12-07move new linux syscall wrapper functions to proper source dirRich Felker-0/+16
2012-11-18add port io functions to sys/io.hRich Felker-2/+4
2012-11-04mips cache flush/ctl syscall support and headerRich Felker-0/+18
2012-09-29move accept4, dup3, and pipe2 to non-linux-specific locationsRich Felker-27/+0
2012-09-29fix some indention-with-spaces that crept inRich Felker-4/+4
2012-09-21LFS64 alias for prlimitRich Felker-0/+3
2012-09-16add clock_adjtime, remap_file_pages, and syncfs syscall wrappersRich Felker-0/+25
2012-09-10fix another ppoll issue (missing sigset_t size argument)Rich Felker-1/+1
2012-09-10fix ppoll with null timeout argumentRich Felker-2/+2
2012-09-09add linux ppoll syscall wrapperRich Felker-0/+9
2012-09-09reenable sync_file_range; should no longer break on mipsRich Felker-2/+2
2012-09-08disable sync_file_range for nowRich Felker-2/+3
2012-09-08add acct, accept4, setns, and dup3 syscalls (linux extensions)Rich Felker-0/+28
2012-09-08add linux tee syscallRich Felker-0/+8
2012-09-08add linux sync_file_range syscallRich Felker-0/+16
2012-09-08move fallocate syscall wrapper to linux-specific syscalls dirRich Felker-0/+9
2012-09-08add linux readahead syscallRich Felker-0/+8
2012-09-08add timerfd interfaces (untested)Rich Felker-0/+17
2012-09-07cleanup src/linux and src/misc trees, etc.Rich Felker-404/+107
2012-09-06further use of _Noreturn, for non-plain-C functionsRich Felker-4/+4
2012-08-15handle null arguments to legacy bsd err.h functionsRich Felker-2/+2
2012-08-15add missing xattr functionsRich Felker-0/+15
2012-08-09fix (hopefully) all hard-coded 8's for kernel sigset_t sizeRich Felker-2/+2
2012-07-23add ioperm/iopl syscallsRich Felker-0/+18
2012-07-23add splice and vmsplice syscallsRich Felker-0/+16
2012-07-23add extended attributes syscallsRich Felker-0/+47
2012-07-23add pipe2 syscallRich Felker-0/+8
2012-06-23add process_vm_readv and process_vm_writev syscall wrappersRich Felker-0/+13
2012-06-19add vhangup syscall wrapperRich Felker-0/+8
2012-06-13add init_module/delete_module syscall wrappersRich Felker-0/+11
2012-06-13add deprecated capabilities functionsRich Felker-0/+11
2012-05-21fix typo in utimes function that made it mess up file timesRich Felker-1/+1
2012-04-29add linux-specific unshare syscall wrapperRich Felker-0/+8
2012-04-18legacy junk compatibility grab-bagRich Felker-0/+1
2012-03-16remove junk sincos implementations in preparation to merge nsz's real onesRich Felker-24/+0
2012-03-15implement sincosf and sincosl functions; add prototypesRich Felker-0/+16
2012-01-28add linux setfs[ug]id syscall wrappersRich Felker-0/+16
2011-12-23fix broken reboot wrapper (syscall needs extra silly magic arguments...)Rich Felker-1/+1
2011-09-28make getmntent_r discard long lines when it returns error, not seek backRich Felker-2/+1
2011-09-27improve error handling in mntent stuff...Rich Felker-2/+9
2011-09-27fix missing va_end in prctl syscall wrapperRich Felker-0/+1
2011-09-26cleanup various minor issues reported by nszRich Felker-2/+2
2011-08-02fix stubbed-out reboot callRich Felker-3/+2
2011-05-22fix brk/sbrk behavior to match the real legacy functionsRich Felker-2/+4
2011-05-08eventfd syscall wrapper and read/write wrappersRich Felker-0/+21
2011-04-20fix initgroups (uninitialized count passed to getgrouplist)Rich Felker-1/+1