Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | add missing mmap options and madvices to bits/mman.h based on linux headers | Szabolcs Nagy | 2013-01-12 | 1 | -0/+7 |
| | |||||
* | add more arch-specific MAP_ macros to bits/mman.h | rofl0r | 2012-12-06 | 1 | -0/+4 |
| | | | | these are also needed by qemu. | ||||
* | remove MAP_32 from non-x86 archs | rofl0r | 2012-12-06 | 1 | -1/+0 |
| | | | | both kernel and glibc define it only on x86(_64). | ||||
* | add MAP_NORESERVE to bits/mman.h | rofl0r | 2012-12-06 | 1 | -0/+1 |
| | | | | | this is needed for qemu, and since it differs for each arch it can't be circumvented easily by using a macro in CFLAGS. | ||||
* | microblaze port | Rich Felker | 2012-09-29 | 1 | -0/+50 |
based on initial work by rdp, with heavy modifications. some features including threads are untested because qemu app-level emulation seems to be broken and I do not have a proper system image for testing. |