add IP_CHECKSUM socket option to netinet/in.h
[oweals/musl.git] / arch /
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
2013-01-12 Szabolcs Nagyadd missing EHWPOISON to bits/errno.h
2012-12-19 Rich Felkermerge a few fixes by sh4rm4
2012-12-19 rofl0rx86_64/bits/signal.h: fix typo in REG_CSGSFS
2012-12-07 Rich Felkerfix trailing whitespace issues that crept in here and...
2012-12-06 Rich Felkermove signal.h REG_* macros under _GNU_SOURCE protection
2012-12-06 rofl0rbits/signal.h: add register names for x86(_64)
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-27 Rich Felkerremove stat member aliases from ppc-specific bits/stat.h
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-26 Rich Felkerremove microblaze user.h incorrectly copied from arm
2012-11-24 Rich Felkerbegin sys/user.h and sys/reg.h fixes for ports
2012-11-24 Rich Felkerfix powerpc ucontext, again..
2012-11-23 Rich Felkerfix termios constants on mips
2012-11-23 Rich Felkersigcontext/mcontext cleanup for arch-specific bits
2012-11-23 Rich Felkerfix powerpc setjmp/longjmp to save/restore float regs...
2012-11-23 Rich Felkerfix up leftover, incorrect NSIG definitions in arch...
2012-11-23 Rich Felkerremove stuff that doesn't belong in powerpc 32-bit...
2012-11-21 Rich Felkermore ppc signal.h typedef order fixes
2012-11-21 Rich Felkerfix misordered typedefs in ppc signal.h
2012-11-21 Rich Felkerppc signal/NSIG related fix (warning fix, redefinition)
2012-11-21 Rich Felkeradd back NSIG, removed from powerpc in last commit...
2012-11-21 Rich Felkermake powerpc signal.h namespace-clean for posix/isoc
2012-11-21 Rich Felkerfix powerpc types to match abi, and some feature test...
2012-11-21 rofl0rfix invalid usage of mcontext_t in powerpc signal.h
2012-11-19 Rich Felkerfix breakage from introducing bits header for sys/io.h
2012-11-19 Rich Felkeradd port io functions to sys/io.h
2012-11-18 Rich Felkeradd missing const on powerpc FE_DFL_ENV
2012-11-18 Rich Felkerfenv support for ppc, untested
2012-11-18 Rich FelkerMerge remote-tracking branch 'nsz/math'
2012-11-18 rofl0rfcntl.h: O_SEARCH was missing for powerpc
2012-11-18 rofl0rppc socket.h: add forgotten cmsghdr
2012-11-17 Rich Felkerdynamic linking support for powerpc
2012-11-16 Rich Felkerfix ppc stat structure definition
next