Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2016-07-12 | replace broken gen-manual-mach.sh with a Python version | comex | 1 | -26/+0 | |
it was dropping the #pragma pack(4) declarations, rendering it broken for like most of the last year | |||||
2015-10-27 | better | comex | 1 | -2/+5 | |
2015-10-27 | fixed. | comex | 1 | -3/+7 | |
2015-10-27 | lol, mach awk fail | comex | 1 | -7/+13 | |
2015-02-23 | Fix vm_remap, of trouble with which the previous diagnosis was completely ↵ | comex | 1 | -1/+1 | |
incorrect. It's actually the fact that no vm_map_server actually exists on the kernel side - even though the otherwise useless function vm_remap exists in the kernel source, and mig generates server code for it, apparently that server code isn't built or linked into the kobject table. Bizarre. Anyway, switch to mach_vm_remap, which is what vm_remap in userspace calls into. | |||||
2015-02-23 | Redo manual syscalls, and use them for hooking.. And fix mmap, which now ↵ | comex | 1 | -0/+13 | |
makes the whole thing slightly broken, because vm_remap into the middle of the shared region apparently silently does nothing. |