Age | Commit message (Expand) | Author | Files | Lines |
2018-01-26 | struct _nt_spawn_process_params: foreign process creation: support passing cwd. | midipix | 1 | -1/+1 |
2018-01-21 | struct _nt_thread_params: replace the thread_id member with a complete cid. | midipix | 1 | -1/+1 |
2018-01-20 | __ntapi_init(), fork: obtain and keep a handle to the running process. | midipix | 1 | -31/+47 |
2018-01-11 | __ntapi_tt_spawn_native_process(): use sparams->hroot as needed. | midipix | 1 | -2/+2 |
2017-12-27 | __ntapi_tt_spawn_foreign_process(): added interopflags support. | midipix | 1 | -1/+1 |
2017-12-25 | nt_process.h: refactor: NT_PROCESS_CREATE_FLAGS_ --> NT_PROCESS_SPAWN_FLAG_. | midipix | 1 | -1/+1 |
2017-12-22 | tt_array_copy_utf8(): properly implement the interp-optarg-script semantics. | midipix | 1 | -1/+1 |
2017-12-22 | struct _nt_spawn_process_params: refactor (interp-optarg-script semantics). | midipix | 1 | -2/+2 |
2017-12-06 | __ntapi_tt_fork_v2(): properly indent code block. | midipix | 1 | -6/+6 |
2017-12-06 | internal foreign process creation: set process and thread creation flags. | midipix | 1 | -0/+5 |
2017-10-29 | __ntapi_tt_spawn_native_process(): initial clean-up, fixed buflen-related bug. | midipix | 1 | -22/+41 |
2017-10-29 | __ntapi_tt_spawn_foreign_process(): optionally use kernel32 as the backend. | midipix | 2 | -12/+105 |
2017-10-08 | process creation: added __ntapi_tt_spawn_foreign_process(). | midipix | 1 | -0/+316 |
2017-10-08 | __ntapi_tt_spawn_native_process(): properly handle a null sparams->patharg. | midipix | 1 | -5/+7 |
2017-09-08 | integrated msgqueue client side interfaces. | midipix | 1 | -0/+3 |
2017-08-04 | subsystem interfaces: added server-to-server synchronization interfaces. | midipix | 1 | -0/+12 |
2017-08-01 | __ntapi_tt_fork(): fixed typo in legacy OS code path. | midipix | 1 | -1/+1 |
2017-07-31 | subsystem interfaces: integrated ipc connection handlers. | midipix | 1 | -0/+20 |
2017-02-04 | update code following libpemagine's pre-alpha API update. | midipix | 1 | -1/+1 |
2017-02-04 | annual chores. | midipix | 15 | -15/+15 |
2017-01-28 | __ntapi_tt_create_native_process(): rtdata: provide a uniform command line. | midipix | 2 | -112/+89 |
2017-01-19 | __ntapi_tt_get_runtime_data(): integral process: guard against false positives. | midipix | 2 | -1/+12 |
2017-01-19 | __ntapi_tt_get_runtime_data(): simplify logic, check align. at page boundary. | midipix | 1 | -11/+17 |
2017-01-17 | struct nt_runtime_data: update for the benefit of the framework loader impl. | midipix | 1 | -3/+3 |
2017-01-07 | framework: process parameters: renamed srv_ready --> hserver. | midipix | 1 | -6/+6 |
2017-01-07 | native process creation: added child process session registration support. | midipix | 2 | -0/+16 |
2016-12-19 | 32/64-bit code path: use __SIZEOF_POINTER__ in anticipation of arm support. | midipix | 4 | -8/+8 |
2016-12-15 | project: clbuild-bat: asm source file normalization. | midipix | 1 | -0/+0 |
2016-12-15 | fork: removed the dangling src/process/nt64/tt_fork_v1_x86_64.asm. | midipix | 1 | -50/+0 |
2016-12-15 | __ntapi_tt_fork_v1(): code clean-up. | midipix | 2 | -13/+16 |
2016-12-15 | __ntapi_tt_create_remote_runtime_data(): code clean-up. | midipix | 1 | -59/+55 |
2016-12-15 | code maintenance: provide smooth foreign toolchain support. | midipix | 1 | -1/+1 |
2016-12-03 | PE format: update code following libpemagine's pre-alpha API update. | midipix | 1 | -3/+3 |
2016-11-19 | PE format: update code following libpemagine's pre-alpha API update. | midipix | 1 | -4/+4 |
2016-10-23 | __ntapi_tt_fork(): child: obtain hprocess and hthread handles upon success. | midipix | 1 | -1/+43 |
2016-10-23 | __ntapi_tt_fork(): added resilient interface around low-level implementation. | midipix | 1 | -0/+230 |
2016-08-10 | runtime data: added flags and NT_RUNTIME_DATA_INTEGRAL_PROCESS support. | midipix | 1 | -0/+3 |
2016-07-30 | __ntapi_tt_spawn_native_process(): close handle to hfile as needed. | midipix | 1 | -0/+4 |
2016-07-30 | __ntapi_tt_create_native_process_v2(): close resulting informational handles. | midipix | 1 | -0/+4 |
2016-07-27 | __ntapi_tt_spawn_native_process(): always use sparams->hsession. | midipix | 1 | -1/+3 |
2016-07-24 | process creation: added __ntapi_tt_spawn_native_process(). | midipix | 1 | -0/+319 |
2016-06-29 | free-standing environment: remove fluff from the argv/envp parsing facility. | midipix | 1 | -11/+13 |
2016-05-23 | __tt_fork_v1(): nt32: add missing _v1 suffixes to internal symbols. | midipix | 1 | -3/+3 |
2016-05-14 | code maintenance: properly initialize struct entities. | midipix | 1 | -2/+2 |
2016-05-14 | code maintenance: mark unused parameters. | midipix | 1 | -0/+5 |
2016-01-23 | annual chores. | midipix | 10 | -10/+10 |
2015-09-26 | fix labels in the 32-bit fork assembly wrapper. | midipix | 1 | -3/+3 |
2015-09-26 | fix comment format in asm file. | midipix | 1 | -5/+5 |
2015-07-27 | entered advanced internal development stage. | midipix | 15 | -0/+2132 |