Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | fix memory leak in unlikely (bug) scenario | comex | 2015-07-17 | 1 | -1/+5 |
| | |||||
* | race condition fix | comex | 2015-07-17 | 1 | -1/+1 |
| | |||||
* | add now-unnecessary but nice-for-consistency 'static's | comex | 2015-07-16 | 1 | -15/+19 |
| | |||||
* | fix hang caused by -fvisibility=hidden x.x | comex | 2015-07-16 | 1 | -0/+1 |
| | |||||
* | PSH thread safety fix/minor cleanup | comex | 2015-07-16 | 1 | -10/+17 |
| | |||||
* | add verbose thingy | comex | 2015-07-16 | 1 | -0/+2 |
| | |||||
* | hook up the list of dylibs | comex | 2015-07-13 | 1 | -5/+0 |
| | |||||
* | fixes | comex | 2015-07-12 | 1 | -21/+38 |
| | |||||
* | redo crash reporting - untested (but it compiles) | comex | 2015-07-12 | 1 | -7/+130 |
| | |||||
* | Important: Fix fd leak that I think was the culprit for substitute'd devices ↵ | comex | 2015-07-12 | 1 | -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 safety | comex | 2015-07-11 | 1 | -27/+4 |
| | |||||
* | be safe in case the dylibs are missing | comex | 2015-07-11 | 1 | -0/+7 |
| | |||||
* | put back notifyd exclusion - still an issue :< | comex | 2015-07-11 | 1 | -17/+23 |
| | |||||
* | work around SSH issue | comex | 2015-07-11 | 1 | -6/+24 |
| | |||||
* | improve verbose log | comex | 2015-04-15 | 1 | -2/+3 |
| | |||||
* | More bugfixes thanks to him. | comex | 2015-04-11 | 1 | -2/+3 |
| | |||||
* | A number of critical fixes painstakingly discovered in the slowest way possible. | comex | 2015-03-01 | 1 | -4/+12 |
| | |||||
* | seems to work | comex | 2015-03-01 | 1 | -9/+15 |
| | |||||
* | Add extra argument to substitute_hook_functions and interpose_imports for ↵ | comex | 2015-02-28 | 1 | -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 directory | comex | 2015-02-28 | 1 | -3/+3 |
| | |||||
* | Add substituted and fix things up to use it. Still untested. | comex | 2015-02-28 | 1 | -31/+71 |
| | |||||
* | Rename ios-bootstrap to darwin-bootstrap; cleanup posixspawn-hook and ↵ | comex | 2015-02-28 | 1 | -0/+399 |
unrestrict. Not tested yet. |