-
Notifications
You must be signed in to change notification settings - Fork 444
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
2 additions
and
2 deletions.
There are no files selected for viewing
Submodule darlingserver
updated
14 files
+1 −0 | CMakeLists.txt | |
+1 −3 | duct-tape/internal-include/darlingserver/duct-tape/locks.h | |
+6 −13 | duct-tape/src/locks.c | |
+1 −2 | duct-tape/src/misc.c | |
+2 −0 | duct-tape/src/semaphore.c | |
+8 −1 | duct-tape/src/task.c | |
+7 −2 | duct-tape/xnu/osfmk/kern/waitq.h | |
+2 −0 | internal-include/darlingserver/kqchan.hpp | |
+69 −0 | internal-include/darlingserver/stack-pool.hpp | |
+5 −7 | internal-include/darlingserver/thread.hpp | |
+23 −0 | src/darlingserver.cpp | |
+13 −0 | src/kqchan.cpp | |
+126 −0 | src/stack-pool.cpp | |
+62 −85 | src/thread.cpp |
Submodule libkqueue
updated
3 files
+5 −6 | src/linux/fs.c | |
+5 −7 | src/linux/machport.c | |
+5 −6 | src/linux/proc.c |