aboutsummaryrefslogtreecommitdiff
path: root/darwin-bootstrap/posixspawn-hook.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* PSH thread safety fix/minor cleanupcomex2015-07-161-10/+17
|
* add verbose thingycomex2015-07-161-0/+2
|
* hook up the list of dylibscomex2015-07-131-5/+0
|
* fixescomex2015-07-121-21/+38
|
* redo crash reporting - untested (but it compiles)comex2015-07-121-7/+130
|
* 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
* working on safetycomex2015-07-111-27/+4
|
* be safe in case the dylibs are missingcomex2015-07-111-0/+7
|
* put back notifyd exclusion - still an issue :<comex2015-07-111-17/+23
|
* work around SSH issuecomex2015-07-111-6/+24
|
* improve verbose logcomex2015-04-151-2/+3
|
* More bugfixes thanks to him.comex2015-04-111-2/+3
|
* A number of critical fixes painstakingly discovered in the slowest way possible.comex2015-03-011-4/+12
|
* seems to workcomex2015-03-011-9/+15
|
* 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-281-3/+3
|
* Add substituted and fix things up to use it. Still untested.comex2015-02-281-31/+71
|
* Rename ios-bootstrap to darwin-bootstrap; cleanup posixspawn-hook and ↵comex2015-02-281-0/+399
unrestrict. Not tested yet.