-
Notifications
You must be signed in to change notification settings - Fork 787
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
1: fix orphan processes not being able to fork 2: fix interpose for arm64e processes(eg: apple terminal app) 3: prevent broken apps from breaking bootstrapping(code255)
- Loading branch information
Showing
12 changed files
with
29 additions
and
5 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,24 @@ | ||
{ | ||
"files.associations": { | ||
"__locale": "c", | ||
"__tree": "c", | ||
"bitset": "c", | ||
"set": "c", | ||
"syslimits.h": "c", | ||
"mman.h": "c", | ||
"fcntl.h": "c", | ||
"_pthread_types.h": "c", | ||
"_pthread_t.h": "c", | ||
"signal.h": "c", | ||
"algorithm": "cpp", | ||
"__bit_reference": "c", | ||
"chrono": "c", | ||
"map": "c", | ||
"unordered_map": "c", | ||
"pwd.h": "c", | ||
"libgen.h": "c", | ||
"libproc.h": "c", | ||
"proc_info.h": "c", | ||
"libproc_private.h": "c" | ||
} | ||
} |
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 modified
BIN
+4.39 KB
(100%)
...xcodeproj/project.xcworkspace/xcuserdata/admin.xcuserdatad/UserInterfaceState.xcuserstate
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
Binary file not shown.
Submodule basebin
updated
11 files
+3 −0 | bootstrap/Makefile | |
+2 −2 | bootstrap/autosign.c | |
+14 −32 | bootstrap/bootstrap.c | |
+2 −1 | bootstrap/fixfork.c | |
+38 −9 | bootstrap/interpose.c | |
+3 −0 | bootstrapd/Makefile | |
+4 −0 | devtest/Makefile | |
+3 −0 | preload/Makefile | |
+3 −0 | rebuildapp/Makefile | |
+2 −2 | rebuildapp/layout/basebin/rebuildapps.sh | |
+4 −0 | uicache/Makefile |