math: move x86_64 exp2l implementation to exp2l.s from expl.s
[musl] / src / linux /
2012-12-07 Rich Felkerremove __arch_prctl alias for arch_prctl
2012-12-07 Rich Felkermove new linux syscall wrapper functions to proper...
2012-11-19 Rich Felkeradd port io functions to sys/io.h
2012-11-04 Rich Felkermips cache flush/ctl syscall support and header
2012-09-29 Rich Felkermove accept4, dup3, and pipe2 to non-linux-specific...
2012-09-29 Rich Felkerfix some indention-with-spaces that crept in
2012-09-21 Rich FelkerLFS64 alias for prlimit
2012-09-17 Rich Felkeradd clock_adjtime, remap_file_pages, and syncfs syscall...
2012-09-10 Rich Felkerfix another ppoll issue (missing sigset_t size argument)
2012-09-10 Rich Felkerfix ppoll with null timeout argument
2012-09-09 Rich Felkeradd linux ppoll syscall wrapper
2012-09-09 Rich Felkerreenable sync_file_range; should no longer break on...
2012-09-09 Rich Felkerdisable sync_file_range for now
2012-09-09 Rich Felkeradd acct, accept4, setns, and dup3 syscalls (linux...
2012-09-08 Rich Felkeradd linux tee syscall
2012-09-08 Rich Felkeradd linux sync_file_range syscall
2012-09-08 Rich Felkermove fallocate syscall wrapper to linux-specific syscal...
2012-09-08 Rich Felkeradd linux readahead syscall
2012-09-08 Rich Felkeradd timerfd interfaces (untested)
2012-09-07 Rich Felkercleanup src/linux and src/misc trees, etc.
2012-09-07 Rich Felkerfurther use of _Noreturn, for non-plain-C functions
2012-08-16 Rich Felkerhandle null arguments to legacy bsd err.h functions
2012-08-15 Rich Felkeradd missing xattr functions
2012-08-14 Rich FelkerMerge remote-tracking branch 'nsz/exp'
2012-08-10 Rich Felkerfix (hopefully) all hard-coded 8's for kernel sigset_t...
2012-07-23 Rich Felkeradd ioperm/iopl syscalls
2012-07-23 Rich Felkeradd splice and vmsplice syscalls
2012-07-23 Rich Felkeradd extended attributes syscalls
2012-07-23 Rich Felkeradd pipe2 syscall
2012-06-24 Rich Felkeradd process_vm_readv and process_vm_writev syscall...
2012-06-19 Rich Felkeradd vhangup syscall wrapper
2012-06-13 Rich Felkeradd init_module/delete_module syscall wrappers
2012-06-13 Rich Felkeradd deprecated capabilities functions
2012-05-22 Rich Felkerfix typo in utimes function that made it mess up file...
2012-04-29 Rich Felkeradd linux-specific unshare syscall wrapper
2012-04-18 Rich Felkerlegacy junk compatibility grab-bag
2012-03-17 Rich Felkerremove junk sincos implementations in preparation to...
2012-03-15 nszefficient sincos based on sin and cos
2012-03-15 Rich Felkerimplement sincosf and sincosl functions; add prototypes
2012-01-29 Rich Felkeradd linux setfs[ug]id syscall wrappers
2011-12-24 Rich Felkerfix broken reboot wrapper (syscall needs extra silly...
2011-09-28 Rich Felkermake getmntent_r discard long lines when it returns...
2011-09-27 Rich Felkerimprove error handling in mntent stuff...
2011-09-27 Rich Felkerfix missing va_end in prctl syscall wrapper
2011-09-26 Rich Felkercleanup various minor issues reported by nsz
2011-08-03 Rich Felkerfix stubbed-out reboot call
2011-05-22 Rich Felkerfix brk/sbrk behavior to match the real legacy functions
2011-05-08 Rich Felkereventfd syscall wrapper and read/write wrappers
2011-04-20 Rich Felkerfix initgroups (uninitialized count passed to getgrouplist)
2011-04-13 Rich Felkeradd syscall wrapper for flock
2011-04-13 Rich Felkerfix bug whereby getopt_long allowed mismatch in last...
2011-04-13 Rich Felkerfix prototypes/signature for setgroups, etc.
2011-04-06 Rich Felkerfix completely bogus loop condition in getmntent_r
2011-04-05 Rich Felkerimplement the adjtime and adjtimex functions (nonstandard)
2011-04-05 Rich Felkeradd getmntent_r interface (all of mntent is nonstandard...
2011-04-05 Rich Felkeradd pivot_root syscall wrapper
2011-04-05 Rich Felkersupport the nonstandard err.h interfaces
2011-03-20 Rich Felkerglobal cleanup to use the new syscall interface
2011-03-19 Rich Felkeroverhaul syscall interface
2011-03-01 Rich Felkerdepends on settimeofday which needs _GNU_SOURCE feature...
2011-02-19 Rich Felkerworkaround gcc bug 46926 by providing a dumb sincos...
2011-02-19 Rich Felkeradd syscall wrappers for inotify
2011-02-19 Rich Felkercleanup cruft left from when kernel and user time_t...
2011-02-17 Rich Felkermake daemon try the operations that might fail before...
2011-02-17 Rich Felkerdaemon should check for failures and return -1
2011-02-15 Rich Felkerremove standalone syscall cruft
2011-02-14 Rich Felkercleaning up syscalls in preparation for x86_64 port
2011-02-14 Rich Felkersyscall cleanup for umount2
2011-02-14 Rich Felkeruse umount2 syscall for umount (new targets lack old...
2011-02-12 Rich Felkerinitial check-in, version 0.5.0