asm for memmove on i386 and x86_64
[musl] / include /
2012-09-09 Rich Felkeradd setdomainname syscall, fix getdomainname (previousl...
2012-09-09 Rich Felkermincore syscall wrapper
2012-09-09 Rich Felkerfix up lfs64 junk for preadv/pwritev
2012-09-09 Rich Felkeradd preadv/pwritev syscall wrappers
2012-09-09 Rich Felkerfix typo introduced in poll.h
2012-09-09 Rich Felkeradd linux ppoll syscall wrapper
2012-09-09 Rich Felkersyscall organization overhaul
2012-09-09 Rich Felkeradd acct, accept4, setns, and dup3 syscalls (linux...
2012-09-08 Rich Felkeradd IPPROTO_HOPOPTS to in.h
2012-09-08 Rich Felkeradd IPPROTO_MAX to in.h
2012-09-08 Rich Felkerfix redundant _Noreturn def in err.h
2012-09-08 Rich Felkerremove all remaining redundant __restrict/__inline...
2012-09-08 Rich Felkersysmacros major/minor: result should have type unsigned...
2012-09-08 Rich Felkeradd linux tee syscall
2012-09-08 Rich Felkeradd linux sync_file_range syscall
2012-09-08 Rich Felkeradd linux readahead syscall
2012-09-08 Rich Felkeradd fallocate (nonstandardized) function
2012-09-08 Rich Felkeradd timerfd interfaces (untested)
2012-09-08 Rich Felkeradd stdnoreturn.h (C11)
2012-09-08 Rich FelkerTCP_* is in the reserved namespace for tcp.h; make...
2012-09-08 Rich Felkerremove unneeded judgemental commentary from ftw.h
2012-09-08 Rich Felkerdefault features: make musl usable without feature...
2012-09-07 Rich Felkerprovide loff_t for splice syscall
2012-09-07 Rich Felkerfurther use of _Noreturn, for non-plain-C functions
2012-09-07 Rich Felkeradd _Noreturn function attribute, with fallback for...
2012-09-07 Rich Felkerdladdr should be available under _BSD_SOURCE as well...
2012-09-07 Rich Felkeruse restrict everywhere it's required by c99 and/or...
2012-09-02 Rich Felkeravoid "inline" in public headers for strict c89 compati...
2012-09-01 Rich Felkerfix wrong type for poll.h nfds_t
2012-08-27 Rich Felkerdladdr support for dynamic linker (nonstandard extension)
2012-08-26 Rich Felkerimplement "low hanging fruit" from C11
2012-08-26 Rich Felkeradd c11 quick_exit and at_quick_exit functions
2012-08-24 Rich Felkertype exposure fixes in sys/sem.h
2012-08-24 Rich Felkerstdio_ext.h needs to include stdio.h, at least to get...
2012-08-24 Rich Felkerfix missing uintXX_t in nameser.h
2012-08-24 Rich Felkerfix dirent.h with _BSD_SOURCE
2012-08-15 Rich Felkerimprove headers to better deal with removed-in-posix...
2012-08-15 Rich Felkeradd missing xattr functions
2012-08-14 Rich FelkerMerge remote-tracking branch 'nsz/bsd'
2012-08-14 Rich FelkerMerge remote-tracking branch 'nsz/exp'
2012-08-13 nszmath: fix _BSD_SOURCE namespace in math.h bsd
2012-08-13 Rich Felkerremove significandl
2012-08-13 Rich Felkeradd significand[fl] math functions
2012-08-13 Rich Felkerpublicly expose getdents api under _BSD_SOURCE
2012-08-11 Rich Felkeradd bsd fgetln function
2012-08-05 Rich Felkerfix socket.h on mips
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-07-22 Rich Felkerfix namespace issue in prototypes in math.h
2012-07-22 Rich Felkerfix wrong size for sigjmp_buf signal set array
2012-07-19 Rich Felkerfix typo in aio.h
2012-07-13 Rich Felkerworkaround another sendmsg kernel bug on 64-bit machines
2012-07-12 Rich Felkerfix redef of sigprocmask constants on mips
2012-07-12 Rich Felkermore mips bits-header fixes
2012-07-04 Rich Felkeradd prototypes for getw/putw
2012-07-04 Rich Felkerjmp_buf overhaul fixing several issues
2012-06-29 Rich Felkerreplace old and ugly crypt implementation
2012-06-24 Rich Felkeradd process_vm_readv and process_vm_writev syscall...
2012-06-21 Rich Felkerproper error handling for fcntl F_GETOWN on modern...
2012-06-19 Rich Felkerinclude declarations for new stdio_ext functions (gnuli...
2012-06-16 Rich Felkerheader file fixes: multiple include guard consistency...
2012-06-13 Rich Felkerrevert one change in time.h; no evidence BSD_SOURCE...
2012-06-13 Rich Felkerfix feature test macros in time.h
2012-06-13 Rich Felkeradd timegm function (inverse of gmtime), nonstandard
2012-06-13 Rich Felkeradd (currently stubbed due to stubbed strverscmp) versi...
2012-06-08 Rich Felkerfix signedness errors in stdint.h constant macros
2012-06-08 Rich Felkerfix sysinfo, try 2. it seems to work this time.
2012-06-08 Rich Felkersysinfo struct was utter nonsense; no idea where it...
2012-06-04 Rich Felker_GNU_SOURCE is supposed to imply _LARGEFILE64_SOURCE
2012-06-02 Rich Felkerdeclare environ in unistd.h when _GNU_SOURCE feature...
2012-05-29 Rich Felkerthere is no such GNU function fpurge, only __fpurge.
2012-05-29 Rich Felkeradd prototype for BSD/GNU stdio *_unlocked extension...
2012-05-29 Rich Felkerremove duplicate lfs64 cruft in stdio.h
2012-05-28 nszmath: fix nextafter definition in tgmath.h
2012-05-23 Rich Felkerdebloat jmp_buf in _GNU_SOURCE mode
2012-05-23 Rich Felkerremove everything related to forkall
2012-05-23 Rich Felkersome feature test fixes for unistd.h
2012-05-23 Rich Felker_GNU_SOURCE implies all BSD features except ones GNU...
2012-05-23 Rich Felkervarious header cleanups, some related to _BSD_SOURCE...
2012-05-23 Rich Felkerbsd_signal is a legacy (removed) XSI function, not...
2012-05-23 Rich Felkersupport _BSD_SOURCE feature test macro
2012-05-21 Rich Felkermove getpass decl to the right place
2012-05-14 Rich Felkeruseless lastlog path just to make some stuff happy
2012-05-14 Rich Felkermissing limit LOGIN_NAME_MAX
2012-05-13 Rich Felkeruse __h_errno_location for h_errno
2012-05-13 Rich Felkersusv4 removed gethostbyname, etc. legacy cruft.
2012-05-13 Rich Felkernamespace cleanup - NI_* is NOT reserved by netdb.h
2012-05-13 Rich Felkersome gnu junk in netdb.h
2012-05-13 Rich Felkerfix missing va_list for vsyslog
2012-05-12 nszsearch: add tdestroy (gnu extension)
2012-05-11 Rich Felkeradd missing IN6_ARE_ADDR_EQUAL
2012-05-11 Rich Felkeradd one more bogus legacy header
2012-05-11 Rich Felkermove vsyslog out of SYSLOG_NAMES conditional
2012-05-11 Rich FelkerMerge remote-tracking branch 'nsz/master'
2012-05-10 Rich Felkerfix missing parens in bit op macros (param.h)
2012-05-10 Rich Felkerand another bug in setbit, etc. macros..
2012-05-10 Rich Felkerfix typo in sys/param.h that broke setbit, etc. macros
2012-05-09 Rich Felkeromit declaration of basename wrongly interpreted as...
next