summaryrefslogtreecommitdiffhomepage
AgeCommit message (Expand)AuthorFilesLines
2017-12-06__ntapi_tt_get_csr_port_handle_addr_by_logic_x86_64(): added missing braces.midipix1-1/+2
2017-12-06__ntapi_tt_fork_v2(): properly indent code block.midipix1-6/+6
2017-12-06internal foreign process creation: set process and thread creation flags.midipix1-0/+5
2017-11-23build system: added --cchost support.midipix5-4/+31
2017-11-23build system: added PERK to the toolchain variables.midipix2-0/+2
2017-11-13unicode: __utf8_to_utf16_handler_4bytes(): fix conversion logic.midipix1-12/+28
2017-11-11unicode: __utf16_to_utf8_handler_4bytes(): fix conversion logic.midipix1-21/+25
2017-10-31build system: toolchain: added definitions for message and resource compilers.midipix2-0/+4
2017-10-29__ntapi_tt_spawn_native_process(): initial clean-up, fixed buflen-related bug.midipix1-22/+41
2017-10-29__ntapi_tt_array_convert_utf8_to_utf16(): fixed stub (must update bytes_writt...midipix1-1/+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.midipix3-13/+114
2017-10-25build system: PE targets: added mdso-based import library generation support.midipix7-3/+30
2017-10-24build system: midipix.mk: OS_SONAME: use symlinks by default.midipix1-2/+2
2017-10-19build system: allow cmdline overriding of the static archive's base name.midipix1-1/+2
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().midipix6-0/+323
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-10-08__ntapi_tt_spawn_native_process(): properly handle a null sparams->patharg.midipix1-5/+7
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: re-implemented __ntapi_tt_get_env_var_meta_utf16().midipix1-23/+17
2017-09-10envp primitives: integrated __ntapi_tt_get_env_var_meta_utf8().midipix5-2/+54
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.midipix2-4/+3
2017-09-08integrated msgqueue client side interfaces.midipix17-1/+1074
2017-09-08subsystem interfaces: integrated sysv msgqueue definitions.midipix6-2/+99
2017-08-26__ntapi_sem_set(), __ntapi_sem_query(): handle hlock more elegantly.midipix2-15/+17
2017-08-18project: src/ipc: normalized source file names.midipix3-2/+2
2017-08-18__ntapi_ipc_create_pipe(): refine, change polling strategy.midipix3-21/+19
2017-08-06primary token: enable symlink creation capabilities by default.midipix1-0/+4
2017-08-04subsystem interfaces: added server-to-server synchronization interfaces.midipix10-14/+341
2017-08-04__tt_port_attr_from_name(): properly initialize attr->type.midipix1-0/+4
2017-08-04__ipc_connect_by_attr(): return section-related info in the _by_port code path.midipix1-5/+2
2017-08-01__ntapi_tt_fork(): fixed typo in legacy OS code path.midipix1-1/+1
2017-07-31subsystem interfaces: integrated sysv semaphore client-side interfaces.midipix13-0/+925
2017-07-31subsystem interfaces: integrated __ntapi_tty_client_session_disconnect().midipix6-0/+46
2017-07-31subsystem interfaces: session creation: set ppid_type and co. with server chain.midipix1-0/+19
2017-07-31subsystem interfaces: session creation: use srv_type and co. more elegantly.midipix1-9/+5
2017-07-31subsystem interfaces: integrated ipc connection section handlers.midipix8-14/+341
2017-07-31subsystem interfaces: integrated ipc connection handlers.midipix8-2/+342
2017-07-31subsystem interfaces: integrated __ntapi_tty_query_information_service().midipix6-0/+87
2017-07-31subsystem interfaces: set port type from guid when creating a server instance.midipix1-3/+12
2017-07-31subsystem interfaces: normalized port name helper functions.midipix7-7/+7
2017-07-31subsystem interfaces: integrated extended port name helper functions.midipix5-0/+168
2017-07-31subsystem interfaces: ipc object guid parameter is always a const.midipix4-10/+10
2017-07-31subsystem interfaces: integrated ipc object directory handlers.midipix5-1/+129