Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2016-11-15 | fix some ARM stuff including calls, and test it | comex | 1 | -2/+8 | |
wow this code sucks | |||||
2016-11-15 | fix bool arguments with false default | comex | 1 | -1/+3 | |
2016-07-12 | replace broken gen-manual-mach.sh with a Python version | comex | 2 | -26/+52 | |
it was dropping the #pragma pack(4) declarations, rendering it broken for like most of the last year | |||||
2016-01-27 | Update mconfig.py and fix the debug info option with multiple machines; ↵ | comex | 1 | -28/+87 | |
update configure and add a symlink in out/ so (DY)LD_LIBRARY_PATH works | |||||
2015-10-27 | better | comex | 1 | -2/+5 | |
2015-10-27 | fixed. | comex | 1 | -3/+7 | |
2015-10-27 | lol, mach awk fail | comex | 2 | -8/+17 | |
2015-08-17 | avoid overflowing Version into debian_revision | comex | 1 | -1/+1 | |
2015-08-17 | mconfig quick fixes | comex | 1 | -1/+3 | |
2015-08-07 | add the missing ability to specify --disable-x and --without-x ;p | comex | 1 | -1/+15 | |
2015-08-07 | fixes | comex | 2 | -4/+7 | |
2015-07-17 | show the name of slow commands | comex | 1 | -1/+12 | |
2015-07-17 | fix iOS detection properly. | comex | 1 | -15/+38 | |
2015-07-17 | add more correct 'is iOS' heuristic, and use it | comex | 1 | -2/+28 | |
fixes missing -miphoneos-version-min=8.0 | |||||
2015-07-16 | fix some build stuff | comex | 1 | -12/+35 | |
2015-07-16 | fix accidentally exported symbols | comex | 1 | -2/+2 | |
2015-07-13 | sort of works, but marking it as setup is causing problems - probably better ↵ | comex | 1 | -1/+1 | |
not to, actually | |||||
2015-07-12 | fix my hash table algorithm - argh | comex | 1 | -0/+1 | |
2015-07-12 | fixes | comex | 1 | -1/+1 | |
2015-07-12 | safetydance work, but it's broken | comex | 1 | -0/+3 | |
2015-07-11 | build fixes | comex | 1 | -1/+1 | |
2015-07-11 | fix? | comex | 1 | -0/+1 | |
2015-07-07 | Werror, Makefile fix | comex | 1 | -1/+3 | |
2015-07-07 | ldid | comex | 1 | -17/+23 | |
2015-07-07 | build more stuff - need ldid and arguably dsym fixup | comex | 1 | -5/+10 | |
2015-07-07 | tests | comex | 2 | -14/+20 | |
2015-07-07 | ... | comex | 2 | -64/+115 | |
2015-06-30 | fix auto_rerun_config for ninja/etc | comex | 1 | -30/+61 | |
2015-06-29 | move mconfig.py | comex | 1 | -0/+1098 | |
2015-03-01 | add link to release page | comex | 1 | -4/+0 | |
2015-03-01 | Add extrainst_ and postrm | comex | 1 | -2/+2 | |
Not actually tested, because I'm too tired tonight to try setting up a real repository (as opposed to dpkg -i). | |||||
2015-03-01 | A number of critical fixes painstakingly discovered in the slowest way possible. | comex | 1 | -0/+2 | |
2015-03-01 | minor changes | comex | 1 | -1/+1 | |
2015-02-28 | add substituted launchd plist; move helpers to separate directory | comex | 1 | -1/+4 | |
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. | |||||
2015-02-15 | more fixes | comex | 1 | -1/+1 | |
2015-02-14 | fix test cases | comex | 1 | -0/+6 | |
2015-01-29 | a bunch of stuff that should have been committed separately | comex | 1 | -1/+1 | |
2015-01-29 | "Fix" broken launchd injection stuff. | comex | 1 | -1/+1 | |
2015-01-28 | ***yawn*** | comex | 1 | -0/+2 | |
2015-01-25 | forgot to commit this, predictably | comex | 1 | -0/+24 | |
2015-01-25 | this is dumb | comex | 1 | -1/+1 | |
2015-01-24 | Add function to deal with mprotecting RW and back. A bit more complex than ↵ | comex | 1 | -2/+2 | |
the minimum would be... (and minor build fixes) | |||||
2015-01-21 | Current version of generic-dis-*, for posterity (I'm sure it'll need to be ↵ | comex | 1 | -2/+2 | |
changed...) and apparently i changed something in inject-asm | |||||
2015-01-21 | oops, forgot to add that | comex | 1 | -0/+22 | |