this repo has no description
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

Add missing macro and a submodule for top There is a macro in newer versions of mach/thread_info.h not present in this one Top needs it to build

+6
+3
.gitmodules
··· 192 192 [submodule "src/external/openpam"] 193 193 path = src/external/openpam 194 194 url = ../darling-openpam.git 195 + [submodule "src/external/top"] 196 + path = src/external/top 197 + url = ../darling-top.git
+2
platform-include/mach/thread_info.h
··· 69 69 #ifndef _MACH_THREAD_INFO_H_ 70 70 #define _MACH_THREAD_INFO_H_ 71 71 72 + #define TH_FLAGS_GLOBAL_FORCED_IDLE 0x4 73 + 72 74 #include <mach/boolean.h> 73 75 #include <mach/policy.h> 74 76 #include <mach/time_value.h>
+1
src/CMakeLists.txt
··· 133 133 add_subdirectory(launchd/src) 134 134 add_subdirectory(launchd/support) 135 135 add_subdirectory(external/openssh) 136 + add_subdirectory(external/top) 136 137 endif (NOT DARLING_NO_EXECUTABLES) 137 138 138 139 ######################