fix gethostby*_r result pointer value on error
[musl] / arch /
2014-06-19 Rich Felkeradd tlsdesc support for x86_64
2014-06-19 Rich Felkeradd tlsdesc support for i386
2014-06-18 Rich Felkerrefactor to remove arch-specific relocation code from...
2014-06-17 Rich Felkerfix powerpc dynamic linker thread-pointer-relative...
2014-06-17 Rich Felkermultiple fixes to sh (superh) dynamic linker relocations
2014-06-16 Rich Felkerdynamic linker: permit error returns from arch-specific...
2014-06-06 Rich Felkeradd vdso clock_gettime acceleration support to i386
2014-05-30 Szabolcs Nagyadd sched_{get,set}attr syscall numbers and SCHED_DEADL...
2014-05-30 Szabolcs Nagyfix for broken kernel side RLIM_INFINITY on mips
2014-04-30 Rich Felkerfix arm thread-pointer/atomic asm when compiling to...
2014-04-30 Rich Felkerfix missing SO_RCVBUFFORCE and SO_SNDBUFFORCE in mips...
2014-04-17 Timo Teräsmake socketcall types common as they are same for all...
2014-04-16 Rich Felkeradd working vdso clock_gettime support, including stati...
2014-04-15 Szabolcs Nagyfix RLIMIT_ constants for mips
2014-04-15 Rich Felkeradd namespace-protected name for sysinfo function
2014-04-15 Rich Felkeruse dmb barrier instruction for atomics on arm v7
2014-04-07 Rich Felkerfix arm atomic asm register constraint
2014-04-07 Rich Felkeruse inline atomics and thread pointer on arm models...
2014-04-02 Rich Felkerfix microblaze syscall register clobbers
2014-03-19 Rich Felkerfix signal.h breakage from moving stack_t to arch-speci...
2014-03-19 Rich Felkerfix mips stack_t
2014-03-19 Rich Felkermove signal.h definition of stack_t to arch-specific...
2014-03-19 Rich Felkerfix typo in filename used in sh port
2014-03-19 Rich Felkerfix size of mips jmp_buf
2014-03-19 Rich Felkerremove useless and incorrect uc_regspace member from...
2014-03-17 rofl0rx32: fix struct statfs
2014-03-16 Bobby Binghamsuperh: fix dynamic linking of __fpscr_values
2014-03-12 Szabolcs Nagyfix statfs struct on mips
2014-03-12 Szabolcs Nagyfix semid_ds structure on mips
2014-03-11 Rich Felkerfix socket.h struct msghdr member types on powerpc
2014-03-11 Rich Felkerfix sysvipc structures on powerpc
2014-03-11 Rich Felkermove struct semid_ds to from shared sys/sem.h to bits
2014-03-08 Rich Felkeradd bits/user.h for sh port
2014-03-06 rofl0rx32: fix sysinfo()
2014-02-28 Rich Felkeradd nofpu subarchs to the sh arch, and properly detect...
2014-02-28 Rich Felkerfix endian subarchs for sh arch
2014-02-28 Rich Felkerrename superh port to "sh" for consistency
2014-02-24 Szabolcs Nagymips: add mips-sf subarch support (soft-float)
2014-02-24 rofl0rfixup general __syscall breakage introduced in x32...
2014-02-24 Rich Felkermake the x32 port use the correct ld-musl-x32.path...
2014-02-23 Bobby Binghamsuperh port
2014-02-23 rofl0rfix x32 syscall arch.h timespec fixup code
2014-02-23 rofl0rfix some issues in x32 syscall_cp_fixup
2014-02-23 Rich Felkermostly-cosmetic fixups to x32 port merge
2014-02-23 rofl0rx32 port (diff against vanilla x86_64)
2014-02-23 rofl0rimport vanilla x86_64 code as x32
2014-02-23 rofl0rsys/shm.h: move arch specific structs to bits/
2014-01-16 Rich Felkerremove more unnecessary operand-size suffixes from...
2014-01-12 Rich Felkerremove gratuitous temp vars, casts, and suffixes in...
2014-01-11 Rich Felkerremove size suffix in x86_64 __pthread_self asm
2014-01-11 Rich Felkermake type of st_dev explicitly dev_t in x86_64 stat.h
2014-01-09 Rich Felkeradd IUTF8 to termios.h on archs that were missing it
2014-01-09 Rich Felkerfix namespace violations in termios.h, at least mostly
2013-12-02 Rich Felkerworkaround clang deficiency affecting thread pointer...
2013-11-23 Szabolcs Nagyadd O_TMPFILE flag, new in linux 3.11
2013-11-20 Rich Felkerfix the nominal type of LDBL_* limits on archs with...
2013-09-26 Rich Felkeradd missing i386 syscall numbers
2013-09-26 Rich Felkerremove duplicate lines from mips bits/syscall.h
2013-09-22 Rich Felkerfix arm atomic store and generate simpler/less-bloated...
2013-09-15 Szabolcs Nagysupport configurable page size on mips, powerpc and...
2013-09-14 Rich Felkerfix mips sysv ipc bits headers
2013-08-18 Szabolcs Nagyremove the __mxcsr member from fenv_t on i386 to follow...
2013-08-16 Rich Felkerfix detection of arm hardfloat
2013-08-16 Rich Felkersupport floating point environment (fenv) on armhf...
2013-08-15 Rich Felkeradd function types to arm crt assembly
2013-08-11 Rich Felkeradd missing a_or_l to atomic.h for non-x86 archs
2013-08-11 Rich Felkerfix _NSIG and SIGRTMAX on mips
2013-07-26 Rich Felkerfix powerpc build breakage from dynamic linker path...
2013-07-26 Rich Felkernew mostly-C crt1 implementation
2013-07-24 Rich Felkerchange jmp_buf to share an underlying type and struct...
2013-07-22 Rich Felkerremove SIG_ATOMIC_MIN/MAX from stdint bits headers
2013-07-22 Rich Felkerfix regression in size of nlink_t (broken stat struct...
2013-07-22 Rich Felkerdisable legacy init/fini processing on ARM
2013-07-22 Rich Felkerchange wint_t to unsigned
2013-07-22 Rich Felkerrefactor headers, especially alltypes.h, and improve...
2013-07-19 Rich Felkerchange uid_t, gid_t, and id_t to unsigned types
2013-07-18 Rich Felkermake the dynamic linker find its path file relative...
2013-07-17 Rich Felkermake spacing in x86_64 alltypes.h.sh more uniform with...
2013-07-10 Rich Felkeradd some ARM EABI-specific exception handling infrastru...
2013-06-29 Rich Felkeradd some comments about the mips ksigaction structure...
2013-06-26 Rich Felkerrespect iso c namespace in stdio.h and wchar.h regardin...
2013-05-26 Rich FelkerMerge remote-tracking branch 'nsz/review'
2013-05-26 Szabolcs Nagyfix ioctl _IOR, _IOW, etc macros to avoid signed overfl...
2013-05-26 Szabolcs Nagyon x86_64 use long instead of long long for 64bit posix...
2013-05-24 Rich Felkerchange underlying type of clock_t to be uniform and...
2013-05-17 Rich Felkeradd FLT_TRUE_MIN, etc. macros from C11
2013-04-05 Rich Felkerfix type issues in stdint.h so underlying types of...
2013-04-04 Rich Felkereliminate bits/wchar.h
2013-04-02 rofl0rre-add useconds_t
2013-04-01 Szabolcs Nagyadd syscall numbers for the new kcmp and finit_module...
2013-04-01 Szabolcs Nagyadd the new SO_REUSEPORT socket option to mips and...
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-26 Rich Felkerfix wrong float_t on x86_64
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
next