aboutsummaryrefslogtreecommitdiff
path: root/darwin-bootstrap (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Fix unrestrict. Problem was right under my nose...comex2015-04-151-34/+49
|
* improve verbose logcomex2015-04-151-2/+3
|
* More bugfixes thanks to him.comex2015-04-112-2/+5
|
* Fix missing dereference, thanks to alexzielenskicomex2015-03-231-1/+1
|
* fixes for compiling on older OS Xcomex2015-03-031-1/+1
|
* Made Substitute depend on iOS 8Evan2015-03-031-0/+1
|
* Add extrainst_ and postrmcomex2015-03-013-0/+41
| | | | | 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.comex2015-03-012-5/+13
|
* seems to workcomex2015-03-012-19/+39
|
* minor changescomex2015-03-014-14/+51
|
* Add extra argument to substitute_hook_functions and interpose_imports for ↵comex2015-02-281-1/+2
| | | | | | | | | | use with unhooking. I think we'll need to explicitly record trampoline locations to avoid the possibility of stomping on someone else's stuff if the function was re-patched... Also, document substitute_hook_functions.
* add substituted launchd plist; move helpers to separate directorycomex2015-02-283-4/+22
|
* Add substituted and fix things up to use it. Still untested.comex2015-02-287-192/+620
|
* Rename ios-bootstrap to darwin-bootstrap; cleanup posixspawn-hook and ↵comex2015-02-2810-0/+1295
unrestrict. Not tested yet.