aboutsummaryrefslogtreecommitdiff
path: root/script (unfollow)
Commit message (Collapse)AuthorFilesLines
2016-11-15fix some ARM stuff including calls, and test itcomex1-2/+8
wow this code sucks
2016-11-15fix bool arguments with false defaultcomex1-1/+3
2016-07-12replace broken gen-manual-mach.sh with a Python versioncomex2-26/+52
it was dropping the #pragma pack(4) declarations, rendering it broken for like most of the last year
2016-01-27Update mconfig.py and fix the debug info option with multiple machines; ↵comex1-28/+87
update configure and add a symlink in out/ so (DY)LD_LIBRARY_PATH works
2015-10-27bettercomex1-2/+5
2015-10-27fixed.comex1-3/+7
2015-10-27lol, mach awk failcomex2-8/+17
2015-08-17avoid overflowing Version into debian_revisioncomex1-1/+1
2015-08-17mconfig quick fixescomex1-1/+3
2015-08-07add the missing ability to specify --disable-x and --without-x ;pcomex1-1/+15
2015-08-07fixescomex2-4/+7
2015-07-17show the name of slow commandscomex1-1/+12
2015-07-17fix iOS detection properly.comex1-15/+38
2015-07-17add more correct 'is iOS' heuristic, and use itcomex1-2/+28
fixes missing -miphoneos-version-min=8.0
2015-07-16fix some build stuffcomex1-12/+35
2015-07-16fix accidentally exported symbolscomex1-2/+2
2015-07-13sort of works, but marking it as setup is causing problems - probably better ↵comex1-1/+1
not to, actually
2015-07-12fix my hash table algorithm - arghcomex1-0/+1
2015-07-12fixescomex1-1/+1
2015-07-12safetydance work, but it's brokencomex1-0/+3
2015-07-11build fixescomex1-1/+1
2015-07-11fix?comex1-0/+1
2015-07-07Werror, Makefile fixcomex1-1/+3
2015-07-07ldidcomex1-17/+23
2015-07-07build more stuff - need ldid and arguably dsym fixupcomex1-5/+10
2015-07-07testscomex2-14/+20
2015-07-07...comex2-64/+115
2015-06-30fix auto_rerun_config for ninja/etccomex1-30/+61
2015-06-29move mconfig.pycomex1-0/+1098
2015-03-01add link to release pagecomex1-4/+0
2015-03-01Add extrainst_ and postrmcomex1-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-01A number of critical fixes painstakingly discovered in the slowest way possible.comex1-0/+2
2015-03-01minor changescomex1-1/+1
2015-02-28add substituted launchd plist; move helpers to separate directorycomex1-1/+4
2015-02-23Fix vm_remap, of trouble with which the previous diagnosis was completely ↵comex1-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-23Redo manual syscalls, and use them for hooking.. And fix mmap, which now ↵comex1-0/+13
makes the whole thing slightly broken, because vm_remap into the middle of the shared region apparently silently does nothing.
2015-02-15more fixescomex1-1/+1
2015-02-14fix test casescomex1-0/+6
2015-01-29a bunch of stuff that should have been committed separatelycomex1-1/+1
2015-01-29"Fix" broken launchd injection stuff.comex1-1/+1
2015-01-28***yawn***comex1-0/+2
2015-01-25forgot to commit this, predictablycomex1-0/+24
2015-01-25this is dumbcomex1-1/+1
2015-01-24Add function to deal with mprotecting RW and back. A bit more complex than ↵comex1-2/+2
the minimum would be... (and minor build fixes)
2015-01-21Current version of generic-dis-*, for posterity (I'm sure it'll need to be ↵comex1-2/+2
changed...) and apparently i changed something in inject-asm
2015-01-21oops, forgot to add thatcomex1-0/+22