aboutsummaryrefslogtreecommitdiff
path: root/darwin-bootstrap (unfollow)
Commit message (Collapse)AuthorFilesLines
2015-07-11safety-dance UI fixescomex2-3/+5
2015-07-11be safe in case the dylibs are missingcomex1-0/+7
2015-07-11better fixcomex2-3/+5
2015-07-11put back notifyd exclusion - still an issue :<comex1-17/+23
2015-07-11work around SSH issuecomex1-6/+24
2015-07-11fix?comex4-32/+47
2015-07-10stuff!comex2-6/+37
2015-07-10Avoid issues with the system time changingcomex1-8/+12
2015-07-07redo all the things with xpc - not tested yetcomex4-352/+260
2015-07-07warning fixcomex1-1/+1
2015-04-15Fix unrestrict. Problem was right under my nose...comex1-34/+49
2015-04-15improve verbose logcomex1-2/+3
2015-04-11More bugfixes thanks to him.comex2-2/+5
2015-03-23Fix missing dereference, thanks to alexzielenskicomex1-1/+1
2015-03-03fixes for compiling on older OS Xcomex1-1/+1
2015-03-03Made Substitute depend on iOS 8Evan1-0/+1
2015-03-01Add extrainst_ and postrmcomex3-0/+41
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.comex2-5/+13
2015-03-01seems to workcomex2-19/+39
2015-03-01minor changescomex4-14/+51
2015-02-28Add extra argument to substitute_hook_functions and interpose_imports for ↵comex1-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.
2015-02-28add substituted launchd plist; move helpers to separate directorycomex3-4/+22
2015-02-28Add substituted and fix things up to use it. Still untested.comex7-192/+620
2015-02-28Rename ios-bootstrap to darwin-bootstrap; cleanup posixspawn-hook and ↵comex10-0/+1295
unrestrict. Not tested yet.