Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | move signal.h definition of stack_t to arch-specific bits | Rich Felker | 2014-03-18 | 1 | -0/+6 |
| | | | | | it's different at least on mips. mips version will be fixed in a separate commit to show the change. | ||||
* | x32: fix struct statfs | rofl0r | 2014-03-17 | 1 | -2/+4 |
| | | | | | the omission of the padding was uncovered by the latest regression statvfs regression test added to libc-test. | ||||
* | move struct semid_ds to from shared sys/sem.h to bits | Rich Felker | 2014-03-11 | 1 | -0/+16 |
| | | | | | | | | | | | | the definition was found to be incorrect at least for powerpc, and fixing this cleanly requires making the definition arch-specific. this will allow cleaning up the definition for other archs to make it more specific, and reversing some of the ugliness (time_t hacks) introduced with the x32 port. this first commit simply copies the existing definition to each arch without any changes. this is intentional, to make it easier to review changes made on a per-arch basis. | ||||
* | x32 port (diff against vanilla x86_64) | rofl0r | 2014-02-23 | 11 | -662/+652 |
| | |||||
* | import vanilla x86_64 code as x32 | rofl0r | 2014-02-23 | 25 | -0/+1734 |