cleanup mbstowcs wrapper
[musl] / arch / arm /
2013-04-02 rofl0rre-add useconds_t
2013-04-01 Szabolcs Nagyadd syscall numbers for the new kcmp and finit_module...
2013-03-27 Rich Felkerremove __SYSCALL_SSLEN arch macro in favor of using...
2013-03-24 Rich Felkeradd deprecated SIGIOT alias for SIGABRT
2013-03-05 Rich Felkerfix types for wctype_t and wctrans_t
2013-02-06 rofl0rarm: add __aeabi_atexit()
2013-01-14 Rich FelkerMerge remote-tracking branch 'nsz/math'
2013-01-12 Szabolcs Nagyadd missing mmap options and madvices to bits/mman...
2013-01-12 Szabolcs Nagyadd missing EXTPROC flag to bits/termios.h
2013-01-12 Szabolcs Nagyadd missing F_GETOWNER_UIDS flag to bits/fcntl.h
2013-01-12 Szabolcs Nagyadd missing EHWPOISON to bits/errno.h
2012-12-06 rofl0radd more arch-specific MAP_ macros to bits/mman.h
2012-12-06 rofl0rremove MAP_32 from non-x86 archs
2012-12-06 rofl0radd MAP_NORESERVE to bits/mman.h
2012-12-04 Rich Felkerfix regression in arm user.h that happened during big...
2012-11-26 Rich Felkerfixup mcontext stuff to expost gregset_t/fpregset_t...
2012-11-26 Rich Felkermake sys/procfs.h mostly work on most archs
2012-11-24 Rich Felkerbegin sys/user.h and sys/reg.h fixes for ports
2012-11-23 Rich Felkersigcontext/mcontext cleanup for arch-specific bits
2012-11-23 Rich Felkerfix up leftover, incorrect NSIG definitions in arch...
2012-11-21 Rich Felkeradd back NSIG, removed from powerpc in last commit...
2012-11-19 Rich Felkerfix breakage from introducing bits header for sys/io.h
2012-11-18 Rich FelkerMerge remote-tracking branch 'nsz/math'
2012-11-18 rofl0rfcntl.h: O_SEARCH was missing for powerpc
2012-10-19 Rich Felkerbetter support for reverse-endian variants of arm/mips...
2012-10-15 Rich Felkeradd support for TLS variant I, presently needed for...
2012-10-05 Rich Felkerdynamic-linked TLS support for everything but dlopen...
2012-09-22 Rich Felkerfix broken semctl on systems that don't use IPC_64...
2012-09-16 Rich Felkeradd O_EXEC open mode
2012-09-15 Rich Felkerfix syscall asm constraints for arm too
2012-09-14 Rich Felkeradd O_PATH/O_SEARCH support to fcntl.h
2012-09-09 Rich Felkerinline syscall support for arm
2012-09-09 Rich Felkersyscall organization overhaul
2012-09-02 Rich Felkeravoid "inline" in public headers for strict c89 compati...
2012-08-14 Rich FelkerMerge remote-tracking branch 'nsz/exp'
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