summaryrefslogtreecommitdiffhomepage
AgeCommit message (Expand)AuthorFilesLines
2018-01-26struct _nt_spawn_process_params: foreign process creation: support passing cwd.midipix2-2/+3
2018-01-21struct _nt_thread_params: replace the thread_id member with a complete cid.midipix3-3/+4
2018-01-20__ntapi_tt_create_thread(): SP register: remove redundant pointer allocation.midipix1-2/+1
2018-01-20__ntapi_tt_create_thread(): support caller-provided thread stack.midipix1-43/+81
2018-01-20__ntapi_tt_create_local_thread(): use cached handle to running process.midipix1-39/+8
2018-01-20__ntapi_init(), fork: obtain and keep a handle to the running process.midipix3-31/+67
2018-01-20thread creation routines: refactor for readability and style.midipix1-104/+103
2018-01-14atomics: at_store(), at_store_32(), at_store_64(): use a full memory barrier.midipix1-3/+6
2018-01-11__ntapi_tt_spawn_native_process(): use sparams->hroot as needed.midipix1-2/+2
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.midipix2-2/+2
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_.midipix2-4/+4
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.midipix2-4/+4
2017-12-22tt_array_copy_utf16(): properly implement the interp-optarg-script semantics.midipix2-25/+56
2017-12-22tt_array_copy_utf8(): properly implement the interp-optarg-script semantics.midipix3-26/+57
2017-12-22struct _nt_spawn_process_params: refactor (interp-optarg-script semantics).midipix2-4/+4
2017-12-11__ntapi_ldr_load_system_dll(): support 'downlevel' with greater compassion.midipix1-34/+60
2017-12-08__ntapi_ldr_load_system_dll(): added 'downlevel' support...midipix1-0/+33
2017-12-08__ntapi_ldr_load_system_dll(): use shell-style path for the system32 directory.midipix1-0/+4
2017-12-06project: foreign framework support: explicitly set dependency visibility flags.midipix1-2/+2
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