Age | Commit message (Collapse) | Author | Lines | |
---|---|---|---|---|
2015-01-30 | move MREMAP_MAYMOVE and MREMAP_FIXED out of bits | Trutz Behn | -3/+0 | |
the definitions are generic for all kernel archs. exposure of these macros now only occurs on the same feature test as for the function accepting them, which is believed to be more correct. | ||||
2013-01-12 | add missing mmap options and madvices to bits/mman.h based on linux headers | Szabolcs Nagy | -0/+6 | |
2012-12-06 | add more arch-specific MAP_ macros to bits/mman.h | rofl0r | -0/+4 | |
these are also needed by qemu. | ||||
2012-12-06 | add MAP_NORESERVE to bits/mman.h | rofl0r | -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. | ||||
2012-07-11 | fix MAP_ANONYMOUS value for mips, remove cruft copied from i386 | Rich Felker | -2/+1 | |
2012-07-11 | initial version of mips (o32) port, based on work by Richard Pennington (rdp) | Rich Felker | -0/+50 | |
basically, this version of the code was obtained by starting with rdp's work from his ellcc source tree, adapting it to musl's build system and coding style, auditing the bits headers for discrepencies with kernel definitions or glibc/LSB ABI or large file issues, fixing up incompatibility with the old binutils from aboriginal linux, and adding some new special cases to deal with the oddities of sigaction and pipe syscall interfaces on mips. at present, minimal test programs work, but some interfaces are broken or missing. threaded programs probably will not link. |