-
Notifications
You must be signed in to change notification settings - Fork 788
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
1: fix an issue that could cause abnormal battery drain/device overheating 2: prevent some jailbroken apps from causing kernel panics on iOS 17.0 A15+ devices 3: fixed the issue where some apps may be detected as jailbroken 4: keep the screen on during bootstrapping to prevent the device from going to sleep
- Loading branch information
Showing
15 changed files
with
43 additions
and
29 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Submodule basebin
updated
8 files
+3 −1 | bootstrap/Makefile | |
+2 −0 | bootstrap/bootstrap.c | |
+87 −29 | bootstrap/fixfork.c | |
+63 −0 | bootstrap/syscall.S | |
+2 −13 | bootstrapd/ipc.m | |
+1 −1 | bootstrapd/jiter.m | |
+0 −10 | preload/prelib.m | |
+0 −1 | uicache/main.m |