Fork of NextBSD's libxpc for Darling build
Go to file
Thomas A 542a107926 Include libkern/OSAtomic.h
Unlike x86, there isn't an ARM specific implementation. Therefore, we need to rely on the generic implementation of OSAtomic. Since I have decided to rely on `libkern/OSAtomicDeprecated.h` for the time being, this header must be exposed to any function that uses (directly on indirectly) OSAtomic functions.
2020-05-14 18:33:08 -07:00
xpc Implement xpc_create_* and xpc_dictionary_get_double and... 2020-04-08 19:43:14 -04:00
.gitignore Initial commit 2015-09-11 16:35:24 +02:00
bsm_wrappers.c ...and add bsm_wrappers again 2017-05-02 23:44:38 +02:00
CMakeLists.txt Add back subr_sbuf.c 2020-04-14 21:18:44 -04:00
CMakeLists.txt.old Changes for Darling build 2016-03-07 21:25:42 +01:00
common_impl.h Update to latest NextBSD sources, adapt them to macOS 2017-04-02 22:34:44 +02:00
endian_compat.h Update to latest NextBSD sources, adapt them to macOS 2017-04-02 22:34:44 +02:00
init.c Call bootstrap_init() 2017-04-18 21:50:11 +02:00
mpack-config.h Initial import. 2015-09-11 16:37:32 +02:00
mpack.c Initial import. 2015-09-11 16:37:32 +02:00
mpack.h Initial import. 2015-09-11 16:37:32 +02:00
msgio.c Update to latest NextBSD sources, adapt them to macOS 2017-04-02 22:34:44 +02:00
msgio.h Update to latest NextBSD sources, adapt them to macOS 2017-04-02 22:34:44 +02:00
reboot3.c Forward reboot3 to reboot2 (darlinghq/darling#450) 2018-11-22 22:43:30 -05:00
subr_sbuf.c Add back subr_sbuf.c 2020-04-14 21:18:44 -04:00
todo.c XPC stubs for securityd 2019-01-15 11:57:14 -05:00
xpc_activity.c Add some more XPC activity constants 2017-08-08 21:15:06 +02:00
xpc_array.c Increment xo_size when appending to arrays 2020-04-14 21:20:41 -04:00
xpc_connection.c Include libkern/OSAtomic.h 2020-05-14 18:33:08 -07:00
xpc_dictionary.c Merge pull request #7 from facekapow/implement-dict-setters 2020-04-19 12:44:53 +02:00
xpc_errors.c Implememnt _xpc_error_* 2017-02-12 10:35:29 +03:00
xpc_internal.h Initial rewrite of XPC encoding/decoding code 2020-04-13 19:05:18 -04:00
xpc_misc.c xpc_double_create, not xpc_uint64_create 2020-04-16 09:30:12 -04:00
xpc_pipe.c Some stubs for unimplemented functions 2017-04-08 13:47:07 -07:00
xpc_private.c Implement xpc_create_* and xpc_dictionary_get_double and... 2020-04-08 19:43:14 -04:00
xpc_type.c Fix behavior of some XPC object functions 2020-04-07 08:44:15 -04:00