summaryrefslogtreecommitdiffhomepage
AgeCommit message (Expand)AuthorFilesLines
2018-05-15local thread creation: extended argument: sync via atomic memory access.midipix1-6/+13
2018-05-15string interfaces: __ntapi_tt_aligned_block_memlock(): initial integration.midipix6-1/+30
2018-05-14daemon initialization: revised for optimized thread synchronization.midipix7-115/+115
2018-05-12__ntapi_dsr_connect_internal_client((): remove timeout (designated thread).midipix1-10/+4
2018-05-07advisory file locking: integrated client-side interfaces.midipix11-0/+699
2018-05-07struct _nt_runtime_data: integrated advisory file locking support.midipix2-0/+42
2018-05-07subsystem interfaces: integrated advisory file locking definitions.midipix7-3/+222
2018-05-07fs interfaces: ntapi_tt_open_volume_by_guid(): initial integration.midipix6-0/+78
2018-05-07object directory interfaces: integrated device- and node-related interfaces.midipix5-0/+80
2018-03-29acl helper interfaces: added ntapi_acl_init_common_descriptor_meta().midipix5-2/+185
2018-03-29acl common descriptor: allow setting admin access.midipix2-4/+20
2018-03-29internals: when running as a local/domain user, cache the domain's admin sid.midipix4-7/+26
2018-03-29sid helper interfaces: added ntapi_tt_sid_compare().midipix5-0/+38
2018-03-29__ntapi_acl_init_common_descriptor(): assign owner perms. via OWNER_RIGHTS sid.midipix1-3/+2
2018-03-21nt_port.h: added macro definitions for port access bits.midipix1-0/+6
2018-03-21daemon interfaces: ntapi_dsr_create_port(): allow passing a security desc.midipix2-1/+2
2018-03-20acl helper interfaces: added ntapi_acl_init_common_descriptor().midipix7-0/+115
2018-03-20ipc and keyed object directories: support multi-user env. via sec. descriptor.midipix1-3/+83
2018-03-20sysv semaphore: open ipc directory with minimally required access.midipix1-2/+6
2018-03-20sysv msgqueue: open ipc directory with minimally required access.midipix1-2/+6
2018-03-20sd & acl helper structures: added nt_sd_common_{data|meta|buffer}.midipix1-0/+39
2018-03-20internals: cache the process's token user sid.midipix2-0/+17
2018-03-20sid helper interfaces: added ntapi_tt_sid_copy().midipix6-0/+32
2018-03-20added helper sid struct definitions (with pre-defined sub-authority arrays).midipix1-0/+24
2018-03-20code maintenance: incorporate use of the __offsetof convenience macro.midipix5-6/+6
2018-03-14__ntapi_msq_send(): unmap the ad-hoc section as needed.midipix1-6/+23
2018-03-14__ntapi_msq_recv(): unmap the ad-hoc section as needed.midipix1-5/+20
2018-03-14__ntapi_sem_ioctl(): unmap the ad-hoc section as needed.midipix1-6/+23
2018-03-14__ntapi_sem_set(): unmap the ad-hoc section as needed.midipix1-5/+20
2018-03-14__ntapi_sem_query(): unmap the ad-hoc section as needed.midipix1-4/+22
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