summaryrefslogtreecommitdiffhomepage
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2019-08-06__ntapi_blt_obtain(): fix optimized code path (do not reset *blkid).midipix1-1/+1
2019-07-29daemon routines: make __ntapi_dsr_{start|once} strictly internal functions.midipix2-4/+4
2019-07-29__ntapi_sem_create() implementation: linkage consistency.midipix1-1/+1
2019-07-29__ntapi_msq_create() implementation: linkage consistency.midipix1-1/+1
2019-07-29__ntapi_afl_create() implementation: linkage consistency.midipix1-1/+1
2019-07-23__ntapi_tty_connect(): remove oa variable and initialization (not used).midipix1-16/+2
2019-06-28remove nt_sync_block and related interfaces in favor of pure atomic primitives.midipix4-318/+4
2019-06-18subsystem interfaces: removed unsued / not-implemented vms bits.midipix4-90/+0
2019-06-12__ntapi_tt_spawn_foreign_process(): fix copy-paste error (cf. prev. for loop).midipix1-1/+1
2019-06-11__ntapi_tt_{i}stat{fs}(): top-level UNC shares might not have a trailing slash.midipix3-3/+12
2019-06-11__ntapi_tt_spawn_native_process(): support additional pass-through context.midipix1-0/+52
2019-06-10ntapi_tt_open_physical_parent_directory(): remove buffer alignment requirement.midipix1-2/+12
2019-06-08struct nt_pty_context(): replace the .sync member with a simple atomic lock.midipix2-19/+24
2019-05-28debug interfaces: normalize extension functions (set prefix to tt_debug_).midipix4-8/+8
2019-05-28debug helpers: __ntapi_tt_debug_break_process(): initial implementation.midipix3-0/+128
2019-05-28__ntapi_tt_create_thread(): remote threads: x86_64: properly pass arg in reg.midipix1-4/+10
2019-05-28debug translation units: added missing note.midipix2-0/+12
2019-05-28__ntapi_tt_create_thread(): whitespace meditation.midipix1-1/+2
2019-05-28__ntapi_tt_debug_execution_flow(): impl. NT_DBG_FLOW_MASK_DETACH_AND_CLOSE.midipix1-0/+9
2019-05-28struct _nt_tty_log_info, __log_exception_to_server(): report priority.midipix1-1/+1
2019-05-28debug helpers: __ntapi_tt_debug_execution_flow(): initial implementation.midipix3-0/+97
2019-05-28__ntapi_tt_spawn_foreign_process(): added initial debug support.midipix1-3/+26
2019-05-28debug helpers: added __ntapi_tt_create_{attach_}debug_object().midipix3-1/+123
2019-05-27ntapi.h: added pointers to the native debug-related interfaces.midipix2-29/+45
2019-05-26native api custom import table: added table-generation reference.midipix2-0/+264
2019-05-25internals: renamed nt_debug.h --> nt_log.h, renamed interfaces accordingly.midipix3-46/+32
2019-04-22__ntapi_sc_getsockopt(): support NT_SO_IOCTL_GET_TCP_INFO.midipix1-3/+12
2019-02-22internals: explicitly attribute protected visibility to all interfaces.midipix21-242/+271
2019-02-22internals: explicitly apply internal visibility to the accessor table.midipix1-3/+3
2019-02-22ntapi_entry_point(): explicitly apply protected visibility.midipix1-1/+4
2019-02-22attribute protected visibility to declarations of internal functions.midipix1-7/+7
2019-02-02__ntapi_tt_seh_frame(): apply hidden visibility.midipix4-14/+2
2019-01-31ntapi_zw_create_event(), __ntapi_tt_create_private_event(): use volatile type.midipix1-7/+7
2019-01-31assembly sources: .def declarations: fix multiple storage-class typos.midipix2-3/+3
2018-10-20__ntapi_acl_init_common_descriptor(): properly handle system-owned entities.midipix1-0/+6
2018-10-20__acl_init_common_meta_impl(): ace interp.: account for system-owned entities.midipix1-2/+18
2018-10-12__acl_init_common_meta_impl(): report the system account assigned permissions.midipix1-1/+1
2018-10-12__ntapi_acl_init_common_descriptor(): disallow inheritance of parent ACEs.midipix1-1/+1
2018-08-14socket interfaces: async i/o completion: mark nt_iosb as volatile.midipix19-36/+39
2018-08-12__ntapi_dsr_init(): overcome potential scheduling bug in recent (10.0) kernel.midipix1-0/+12
2018-08-12__ntapi_dsr_init(): added missing memory barriers.midipix1-5/+11
2018-08-09__ntapi_blt_possess(): use an inlined cmpxchg loop.midipix1-4/+11
2018-06-19pty client interfaces: pty_query(): added NT_PTY_OFD_INFORMATION support.midipix1-0/+26
2018-06-19__ntapi_pty_query(): refactor in anticipation of NT_PTY_OFD_INFORMATION.midipix1-22/+24
2018-06-18pty client interfaces: pty_xquery(): added NT_PTY_CONTEXT_INFORMATION support.midipix1-3/+70
2018-06-17tty client-side interfaces(): added ntapi_tty_query_server_pts_slot_info().midipix3-0/+52
2018-06-16pty query: client-side interfaces: revised and extended for api consistency.midipix5-37/+95
2018-06-16pty query/set interfaces: code maintenance, whitespace meditation.midipix2-23/+34
2018-06-15string helper api's: added ntapi_tt_dec_utf16_to_uint{16|32|64|ptr}().midipix3-0/+134
2018-06-15keyed object directory interfaces: added ntapi_tt_keyed_object_to_key().midipix3-0/+35