memcpy asm for i386 and x86_64
[musl] / arch / arm /
2012-08-10 Rich Felkeruse int instead of long for ptrdiff_t on all 32-bit...
2012-08-10 Rich Felkeradd defines for number of sigset_t bytes syscalls expect
2012-07-13 Rich Felkerworkaround another sendmsg kernel bug on 64-bit machines
2012-07-09 Rich Felkermake arm syscalls (still non-inline) more efficient
2012-07-08 Rich Felkerremove little-endian assumption from arm atomic.h
2012-07-04 Rich Felkerjmp_buf overhaul fixing several issues
2012-06-24 Rich Felkerupdate syscall defs to latest kernel ones
2012-06-21 Rich Felkerproper error handling for fcntl F_GETOWN on modern...
2012-05-24 Rich Felkerfix arm syscall.h to reflect which syscalls actually...
2012-05-23 Rich Felkerfix missing _BSD_SOURCE support in bits/*.h
2012-04-24 Rich Felkeruse signed char rather than plain char for int8_t
2012-04-15 Rich Felkermove F_DUPFD_CLOEXEC out of bits
2012-04-15 Rich Felkeradd F_SETSIG and F_GETSIG (linux specific) to fcntl.h
2012-03-21 Rich Felkerfix DECIMAL_DIG definitions
2012-02-25 Rich Felkeruse __attribute__((const)) on arm __pthread_self function
2012-02-16 Rich Felkeradd float_t and double_t to math.h
2012-02-09 Rich Felkerreplace bad cancellation cleanup abi with a sane one
2011-10-17 Rich Felkerfix some details in ugly stuff that doesn't belong...
2011-10-15 Rich Felkerdon't define wchar_t on c++
2011-10-05 Rich Felkerfix fcntl O_* flags for arm
2011-10-01 Rich Felkertypo (copy 2) in arm reloc.h
2011-10-01 Rich Felkertypo in arm reloc.h
2011-10-01 Rich Felkerfirst attempt at arm dynamic linking
2011-09-23 Rich Felker"optimize" arm __pthread_self
2011-09-22 Rich Felkerupdate syscalls with off_t arguments to handle argument...
2011-09-20 Rich Felkerfix the definition of struct statvfs to match lsb abi
2011-09-20 Rich Felkercleanup redundancy in bits/signal.h versions
2011-09-19 Rich Felkerfix the type of wchar_t on arm; support wchar_t varying...
2011-09-19 Rich Felkerfix incorrect long double parameters on arm (and other...
2011-09-18 Rich Felkerinitial commit of the arm port