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 (
Collapse
)
Author
Files
Lines
2018-06-14
string helper api's: added ntapi_tt_uintptr_to_dec{_null}_utf{8|16}().
midipix
3
-0
/
+156
2018-06-13
keyed object directory: use a simplified naming scheme.
midipix
1
-45
/
+57
2018-06-06
internals: removed __ntapi_log_write(), as it is no longer needed.
midipix
2
-71
/
+1
2018-05-18
socket interfaces: send and receive: defer wait for completion to caller.
midipix
2
-14
/
+10
2018-05-15
local thread creation: extended argument: sync via atomic memory access.
midipix
1
-6
/
+13
2018-05-15
string interfaces: __ntapi_tt_aligned_block_memlock(): initial integration.
midipix
3
-0
/
+25
2018-05-14
daemon initialization: revised for optimized thread synchronization.
midipix
5
-108
/
+113
2018-05-12
__ntapi_dsr_connect_internal_client((): remove timeout (designated thread).
midipix
1
-10
/
+4
2018-05-07
advisory file locking: integrated client-side interfaces.
midipix
8
-0
/
+682
2018-05-07
struct _nt_runtime_data: integrated advisory file locking support.
midipix
1
-0
/
+3
2018-05-07
subsystem interfaces: integrated advisory file locking definitions.
midipix
2
-2
/
+75
2018-05-07
fs interfaces: ntapi_tt_open_volume_by_guid(): initial integration.
midipix
3
-0
/
+67
2018-05-07
object directory interfaces: integrated device- and node-related interfaces.
midipix
3
-0
/
+64
2018-03-29
acl helper interfaces: added ntapi_acl_init_common_descriptor_meta().
midipix
3
-0
/
+174
2018-03-29
acl common descriptor: allow setting admin access.
midipix
1
-3
/
+13
2018-03-29
internals: when running as a local/domain user, cache the domain's admin sid.
midipix
4
-7
/
+26
2018-03-29
sid helper interfaces: added ntapi_tt_sid_compare().
midipix
3
-0
/
+32
2018-03-29
__ntapi_acl_init_common_descriptor(): assign owner perms. via OWNER_RIGHTS sid.
midipix
1
-3
/
+2
2018-03-21
daemon interfaces: ntapi_dsr_create_port(): allow passing a security desc.
midipix
1
-1
/
+1
2018-03-20
acl helper interfaces: added ntapi_acl_init_common_descriptor().
midipix
3
-0
/
+97
2018-03-20
ipc and keyed object directories: support multi-user env. via sec. descriptor.
midipix
1
-3
/
+83
2018-03-20
sysv semaphore: open ipc directory with minimally required access.
midipix
1
-2
/
+6
2018-03-20
sysv msgqueue: open ipc directory with minimally required access.
midipix
1
-2
/
+6
2018-03-20
internals: cache the process's token user sid.
midipix
2
-0
/
+17
2018-03-20
sid helper interfaces: added ntapi_tt_sid_copy().
midipix
3
-0
/
+25
2018-03-20
code maintenance: incorporate use of the __offsetof convenience macro.
midipix
5
-6
/
+6
2018-03-14
__ntapi_msq_send(): unmap the ad-hoc section as needed.
midipix
1
-6
/
+23
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
[prev]
[next]