Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | x32: fix sysinfo() | rofl0r | 2014-03-06 | 1 | -0/+47 |
| | | | | | | | | the kernel uses long longs in the struct, but the documentation says they're long. so we need to fixup the mismatch between the userspace and kernelspace structs. since the struct offers a mem_unit member, we can avoid truncation by adjusting that value. | ||||
* | fix some issues in x32 syscall_cp_fixup | rofl0r | 2014-02-23 | 1 | -11/+8 |
| | | | | | | - the nanosleep fixup "fixed" the second timespec* argument erroneusly. - the futex fixup was missing the check for FUTEX_WAIT. - general cleanup using a macro. | ||||
* | x32 port (diff against vanilla x86_64) | rofl0r | 2014-02-23 | 1 | -0/+34 |