Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2012-11-21 | fix invalid usage of mcontext_t in powerpc signal.h | rofl0r | 1 | -1/+1 | |
2012-11-18 | fix breakage from introducing bits header for sys/io.h | Rich Felker | 1 | -0/+0 | |
apparently some other archs have sys/io.h and should not break just because they don't have the x86 port io functions. provide a blank bits/io.h everywhere for now. | |||||
2012-11-18 | add missing const on powerpc FE_DFL_ENV | Rich Felker | 1 | -1/+1 | |
2012-11-18 | fenv support for ppc, untested | Rich Felker | 1 | -7/+28 | |
based on code sent to the mailing list by nsz, with minor changes. | |||||
2012-11-18 | ppc socket.h: add forgotten cmsghdr | rofl0r | 1 | -0/+7 | |
2012-11-16 | fix ppc stat structure definition | Rich Felker | 1 | -4/+3 | |
2012-11-16 | fix powerpc termios.h and ioctl.h | rofl0r | 2 | -192/+232 | |
2012-11-15 | ppc wchar_t is long, not int | Rich Felker | 1 | -1/+1 | |
2012-11-14 | fix wchar limits mistakenly copied from arm | Rich Felker | 1 | -2/+2 | |
2012-11-13 | PPC port cleaned up, static linking works well now. | rofl0r | 25 | -0/+1804 | |