aboutsummaryrefslogtreecommitdiff
path: root/darwin-bootstrap (follow)
Commit message (Collapse)AuthorAgeFilesLines
* future proofingcomex2015-07-182-0/+9
|
* fix memory leak in unlikely (bug) scenariocomex2015-07-171-1/+5
|
* race condition fixcomex2015-07-171-1/+1
|
* add now-unnecessary but nice-for-consistency 'static'scomex2015-07-161-15/+19
|
* fix hang caused by -fvisibility=hidden x.xcomex2015-07-161-0/+1
|
* save/load statecomex2015-07-161-2/+82
|
* PSH thread safety fix/minor cleanupcomex2015-07-161-10/+17
|
* add verbose thingycomex2015-07-161-0/+2
|
* hook up the list of dylibscomex2015-07-135-12/+174
|
* be betacomex2015-07-132-4/+21
|
* Hook up SafetyDance properly.comex2015-07-132-60/+55
| | | | | Not as a setup application anymore, since we don't want to disable the rest of SpringBoard if you choose to continue in safe mode... doh...
* ...this should have been committedcomex2015-07-131-0/+15
|
* sort of works, but marking it as setup is causing problems - probably better ↵comex2015-07-134-2/+48
| | | | not to, actually
* aand, one last fixcomex2015-07-121-2/+2
|
* fixescomex2015-07-122-35/+68
|
* redo crash reporting - untested (but it compiles)comex2015-07-123-57/+209
|
* safetydance work, but it's brokencomex2015-07-122-7/+35
|
* Important: Fix fd leak that I think was the culprit for substitute'd devices ↵comex2015-07-121-6/+9
| | | | | | | | | | not accepting SSH connections after a while. Jul 12 14:03:44 iPhone com.apple.xpc.launchd[1] (Listeners) <Error>: assertion failed: 12F70: launchd + 34500 [C1C897D3-ECD1-3674-8B53-E0BCCDBCCEDE]: 0x9 Jul 12 14:03:44 iPhone com.apple.xpc.launchd[1] (com.openssh.sshd) <Error>: Could not accept new inetd connection: 9: Bad file descriptor
* progresscomex2015-07-112-9/+121
|
* working on safetycomex2015-07-113-76/+111
|
* fix anti-noisecomex2015-07-112-3/+3
|
* safety-dance UI fixescomex2015-07-112-3/+5
|
* be safe in case the dylibs are missingcomex2015-07-111-0/+7
|
* better fixcomex2015-07-112-3/+5
|
* put back notifyd exclusion - still an issue :<comex2015-07-111-17/+23
|
* work around SSH issuecomex2015-07-111-6/+24
|
* fix?comex2015-07-114-32/+47
|
* stuff!comex2015-07-102-6/+37
|
* Avoid issues with the system time changingcomex2015-07-101-8/+12
|
* redo all the things with xpc - not tested yetcomex2015-07-074-352/+260
|
* warning fixcomex2015-07-071-1/+1
|
* 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.