add deprecated SIGIOT alias for SIGABRT
[musl] / arch / powerpc /
2013-03-24 Rich Felkeradd deprecated SIGIOT alias for SIGABRT
2013-03-05 Rich Felkerfix types for wctype_t and wctrans_t
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 F_GETOWNER_UIDS flag to bits/fcntl.h
2013-01-12 Szabolcs Nagyadd missing EHWPOISON to bits/errno.h
2012-12-07 Rich Felkerfix trailing whitespace issues that crept in here and...
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-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-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 powerpc setjmp/longjmp to save/restore float regs...
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-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 rofl0rppc socket.h: add forgotten cmsghdr
2012-11-17 Rich Felkerdynamic linking support for powerpc
2012-11-16 Rich Felkerfix ppc stat structure definition
2012-11-16 rofl0rfix powerpc termios.h and ioctl.h
2012-11-15 Rich Felkerppc wchar_t is long, not int
2012-11-15 Rich FelkerMerge remote-tracking branch 'nsz/math'
2012-11-14 Rich Felkerfix powerpc atomic compare-and-swap function
2012-11-14 Rich Felkerupdate ppc atomic code to match the endian-agnostic...
2012-11-14 Rich Felkerfix wchar limits mistakenly copied from arm
2012-11-14 Rich FelkerMerge remote-tracking branch 'ppc-port/ppc-squashed'
2012-11-13 rofl0rPPC port cleaned up, static linking works well now.