summaryrefslogtreecommitdiffhomepage
path: root/include
AgeCommit message (Expand)AuthorFilesLines
2018-01-26struct _nt_spawn_process_params: foreign process creation: support passing cwd.midipix1-1/+2
2018-01-21struct _nt_thread_params: replace the thread_id member with a complete cid.midipix1-1/+1
2018-01-14atomics: at_store(), at_store_32(), at_store_64(): use a full memory barrier.midipix1-3/+6
2017-12-27nt_rtdata: ldso: finalized (dun-dun-duuuun!) the stage-one loader context abi.midipix1-1/+1
2017-12-27__ntapi_tt_spawn_foreign_process(): added interopflags support.midipix1-1/+1
2017-12-25nt_process.h: struct _nt_runtime_data: loader abi: added bridge support.midipix1-0/+3
2017-12-25nt_process.h: refactor: NT_PROCESS_CREATE_FLAGS_ --> NT_PROCESS_SPAWN_FLAG_.midipix1-3/+3
2017-12-25nt_process: added foreign process creation flags.midipix1-0/+19
2017-12-25nt_process.h: struct nt_startup_info: added flag bits.midipix1-0/+17
2017-12-25framework: port guids: replaced NT_PORT_GUID_SYMLNK with NT_PORT_GUID_BRIDGE.midipix1-2/+2
2017-12-22tt_array_copy_utf16(): properly implement the interp-optarg-script semantics.midipix1-2/+2
2017-12-22tt_array_copy_utf8(): properly implement the interp-optarg-script semantics.midipix1-3/+3
2017-12-22struct _nt_spawn_process_params: refactor (interp-optarg-script semantics).midipix1-2/+2
2017-10-29framework ipc: added shmkey definitions.midipix2-0/+4
2017-10-29__ntapi_tt_spawn_foreign_process(): optionally use kernel32 as the backend.midipix1-1/+9
2017-10-15framework: struct _nt_runtime_data: adjusted to match loader abi.midipix1-1/+4
2017-10-08struct _nt_process_alternate_client_id: renamed .htarget --> .hpidany.midipix1-1/+1
2017-10-08struct _nt_runtime_data: added the .hpidanydir and .hbnorootdir members.midipix1-0/+2
2017-10-08process creation: added __ntapi_tt_spawn_foreign_process().midipix2-0/+4
2017-10-08struct _nt_spawn_process_params: added the .startupinfo member.midipix1-0/+23
2017-10-08struct _nt_spawn_process_params: added the .hroot and .hcwd members.midipix1-0/+2
2017-09-17native interfaces: zw_query_directory_object(): fixed signature.midipix1-1/+1
2017-09-17struct _nt_socket: added the hobject union member.midipix1-0/+1
2017-09-10envp primitives: integrated __ntapi_tt_get_env_var_meta_utf8().midipix2-2/+18
2017-09-10struct nt_runtime_data: added shared memory and tmpfs layer definitions.midipix2-0/+10
2017-09-08subsystem interfaces: optimized struct _nt_sem_info.midipix1-3/+2
2017-09-08integrated msgqueue client side interfaces.midipix3-1/+118
2017-09-08subsystem interfaces: integrated sysv msgqueue definitions.midipix4-0/+92
2017-08-18__ntapi_ipc_create_pipe(): refine, change polling strategy.midipix1-1/+1
2017-08-04subsystem interfaces: added server-to-server synchronization interfaces.midipix4-0/+94
2017-07-31subsystem interfaces: integrated sysv semaphore client-side interfaces.midipix3-0/+95
2017-07-31subsystem interfaces: integrated __ntapi_tty_client_session_disconnect().midipix2-0/+5
2017-07-31subsystem interfaces: integrated ipc connection section handlers.midipix3-0/+75
2017-07-31subsystem interfaces: integrated ipc connection handlers.midipix2-0/+24
2017-07-31subsystem interfaces: integrated __ntapi_tty_query_information_service().midipix2-0/+29
2017-07-31subsystem interfaces: normalized port name helper functions.midipix2-2/+2
2017-07-31subsystem interfaces: integrated extended port name helper functions.midipix2-0/+18
2017-07-31subsystem interfaces: ipc object guid parameter is always a const.midipix2-4/+4
2017-07-31subsystem interfaces: integrated ipc object directory handlers.midipix2-0/+31
2017-07-31subsystem interfaces: integrated sysv semaphore definitions.midipix4-0/+117
2017-07-31string to hex, hex to string: pre-alpha api normalization.midipix1-12/+12
2017-02-02added crc64 definitions and interfaces.midipix2-0/+95
2017-01-28struct nt_runtime_data: added dynamic loader context members.midipix1-0/+2
2017-01-26guid <--> string conversion functions: normalized interfaces.midipix2-4/+4
2017-01-19__ntapi_tt_get_runtime_data(): integral process: guard against false positives.midipix1-1/+5
2017-01-18struct nt_runtime_data: added dynamic loader guid information.midipix1-0/+1
2017-01-18ntapi_tt_open_{physical|logical}_parent_directory: added 'reserved' param.midipix1-2/+4
2017-01-18ntapi_tt_open_logical_parent_directory(): added inheritance and share params.midipix1-0/+2
2017-01-18ntapi_tt_open_logical_parent_directory(): removed 'type' param (not needed).midipix1-2/+1
2017-01-18ntapi_tt_open_physical_parent_directory(): added inheritance and share params.midipix1-0/+2