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