Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | fix breakage from introducing bits header for sys/io.h | Rich Felker | 2012-11-18 | 1 | -0/+0 |
* | add missing const on powerpc FE_DFL_ENV | Rich Felker | 2012-11-18 | 1 | -1/+1 |
* | fenv support for ppc, untested | Rich Felker | 2012-11-18 | 1 | -7/+28 |
* | ppc socket.h: add forgotten cmsghdr | rofl0r | 2012-11-18 | 1 | -0/+7 |
* | dynamic linking support for powerpc | Rich Felker | 2012-11-16 | 1 | -8/+27 |
* | fix ppc stat structure definition | Rich Felker | 2012-11-16 | 1 | -4/+3 |
* | fix powerpc termios.h and ioctl.h | rofl0r | 2012-11-16 | 2 | -192/+232 |
* | ppc wchar_t is long, not int | Rich Felker | 2012-11-15 | 1 | -1/+1 |
* | fix powerpc atomic compare-and-swap function | Rich Felker | 2012-11-14 | 1 | -6/+7 |
* | update ppc atomic code to match the endian-agnostic version on other archs | Rich Felker | 2012-11-14 | 1 | -14/+6 |
* | fix wchar limits mistakenly copied from arm | Rich Felker | 2012-11-14 | 1 | -2/+2 |
* | PPC port cleaned up, static linking works well now. | rofl0r | 2012-11-13 | 29 | -0/+2040 |