index
:
ntapi
main
Native API core library
midipix
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
src
Age
Commit message (
Expand
)
Author
Files
Lines
2018-03-14
__ntapi_msq_recv(): unmap the ad-hoc section as needed.
midipix
1
-5
/
+20
2018-03-14
__ntapi_sem_ioctl(): unmap the ad-hoc section as needed.
midipix
1
-6
/
+23
2018-03-14
__ntapi_sem_set(): unmap the ad-hoc section as needed.
midipix
1
-5
/
+20
2018-03-14
__ntapi_sem_query(): unmap the ad-hoc section as needed.
midipix
1
-4
/
+22
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
2
-2
/
+3
2018-01-20
__ntapi_tt_create_thread(): SP register: remove redundant pointer allocation.
midipix
1
-2
/
+1
2018-01-20
__ntapi_tt_create_thread(): support caller-provided thread stack.
midipix
1
-43
/
+81
2018-01-20
__ntapi_tt_create_local_thread(): use cached handle to running process.
midipix
1
-39
/
+8
2018-01-20
__ntapi_init(), fork: obtain and keep a handle to the running process.
midipix
3
-31
/
+67
2018-01-20
thread creation routines: refactor for readability and style.
midipix
1
-104
/
+103
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-25
framework: port guids: replaced NT_PORT_GUID_SYMLNK with NT_PORT_GUID_BRIDGE.
midipix
1
-2
/
+2
2017-12-22
tt_array_copy_utf16(): properly implement the interp-optarg-script semantics.
midipix
1
-23
/
+54
2017-12-22
tt_array_copy_utf8(): properly implement the interp-optarg-script semantics.
midipix
2
-23
/
+54
2017-12-22
struct _nt_spawn_process_params: refactor (interp-optarg-script semantics).
midipix
1
-2
/
+2
2017-12-11
__ntapi_ldr_load_system_dll(): support 'downlevel' with greater compassion.
midipix
1
-34
/
+60
2017-12-08
__ntapi_ldr_load_system_dll(): added 'downlevel' support...
midipix
1
-0
/
+33
2017-12-08
__ntapi_ldr_load_system_dll(): use shell-style path for the system32 directory.
midipix
1
-0
/
+4
2017-12-06
__ntapi_tt_get_csr_port_handle_addr_by_logic_x86_64(): added missing braces.
midipix
1
-1
/
+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-11-13
unicode: __utf8_to_utf16_handler_4bytes(): fix conversion logic.
midipix
1
-12
/
+28
2017-11-11
unicode: __utf16_to_utf8_handler_4bytes(): fix conversion logic.
midipix
1
-21
/
+25
2017-10-29
__ntapi_tt_spawn_native_process(): initial clean-up, fixed buflen-related bug.
midipix
1
-22
/
+41
2017-10-29
__ntapi_tt_array_convert_utf8_to_utf16(): fixed stub (must update bytes_writt...
midipix
1
-1
/
+2
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
3
-0
/
+318
2017-10-08
__ntapi_tt_spawn_native_process(): properly handle a null sparams->patharg.
midipix
1
-5
/
+7
2017-09-10
envp primitives: re-implemented __ntapi_tt_get_env_var_meta_utf16().
midipix
1
-23
/
+17
2017-09-10
envp primitives: integrated __ntapi_tt_get_env_var_meta_utf8().
midipix
3
-0
/
+36
2017-09-08
subsystem interfaces: optimized struct _nt_sem_info.
midipix
1
-1
/
+1
2017-09-08
integrated msgqueue client side interfaces.
midipix
12
-0
/
+947
2017-09-08
subsystem interfaces: integrated sysv msgqueue definitions.
midipix
1
-2
/
+6
2017-08-26
__ntapi_sem_set(), __ntapi_sem_query(): handle hlock more elegantly.
midipix
2
-15
/
+17
2017-08-18
project: src/ipc: normalized source file names.
midipix
2
-0
/
+0
2017-08-18
__ntapi_ipc_create_pipe(): refine, change polling strategy.
midipix
2
-20
/
+18
2017-08-06
primary token: enable symlink creation capabilities by default.
midipix
1
-0
/
+4
2017-08-04
subsystem interfaces: added server-to-server synchronization interfaces.
midipix
6
-14
/
+247
2017-08-04
__tt_port_attr_from_name(): properly initialize attr->type.
midipix
1
-0
/
+4
2017-08-04
__ipc_connect_by_attr(): return section-related info in the _by_port code path.
midipix
1
-5
/
+2
2017-08-01
__ntapi_tt_fork(): fixed typo in legacy OS code path.
midipix
1
-1
/
+1
2017-07-31
subsystem interfaces: integrated sysv semaphore client-side interfaces.
midipix
8
-0
/
+823
2017-07-31
subsystem interfaces: integrated __ntapi_tty_client_session_disconnect().
midipix
3
-0
/
+40
2017-07-31
subsystem interfaces: session creation: set ppid_type and co. with server chain.
midipix
1
-0
/
+19
2017-07-31
subsystem interfaces: session creation: use srv_type and co. more elegantly.
midipix
1
-9
/
+5
2017-07-31
subsystem interfaces: integrated ipc connection section handlers.
midipix
4
-14
/
+265
2017-07-31
subsystem interfaces: integrated ipc connection handlers.
midipix
5
-2
/
+317
[prev]
[next]