Age | Commit message (Expand) | Author | Files | Lines |
2019-06-18 | subsystem interfaces: removed unsued / not-implemented vms bits. | midipix | 2 | -37/+0 |
2019-06-14 | struct _nt_sem_info: future-proof .ipcuid, .ipcgid, ipccuid,and .ipccgid. | midipix | 1 | -4/+4 |
2019-06-14 | struct _nt_msq_info: future-proof .ipcuid, .ipcgid, ipccuid,and .ipccgid. | midipix | 1 | -4/+4 |
2019-06-10 | ntapi_tt_open_physical_parent_directory(): remove buffer alignment requirement. | midipix | 1 | -1/+1 |
2019-06-08 | atomic primitives: refactor for coding-style consistency. | midipix | 4 | -12/+12 |
2019-06-08 | remove nt_symlink.h (use a kernel driver on winxp, not needed otherwise). | midipix | 1 | -99/+0 |
2019-06-02 | runtime flags: defined NT_RUNTIME_DATA_TTY_TOP_LEVEL. | midipix | 1 | -0/+1 |
2019-06-02 | struct _nt_runtime_data: set type of amask (admin mask) to native access type. | midipix | 1 | -1/+1 |
2019-06-02 | runtime flags: renamed seh trap flag to NT_RUNTIME_DATA_DEBUG_SEH_TRAP. | midipix | 1 | -1/+1 |
2019-06-02 | struct _nt_runtime_data: support propagation of umask and amask (admin mask). | midipix | 1 | -0/+3 |
2019-05-28 | debug interfaces: normalize extension functions (set prefix to tt_debug_). | midipix | 2 | -4/+4 |
2019-05-28 | debug helpers: __ntapi_tt_debug_break_process(): initial implementation. | midipix | 2 | -0/+6 |
2019-05-28 | __ntapi_tt_debug_execution_flow(): impl. NT_DBG_FLOW_MASK_DETACH_AND_CLOSE. | midipix | 1 | -0/+1 |
2019-05-28 | __ntapi_tt_debug_execution_flow(): defined enhanced flow masks. | midipix | 1 | -0/+3 |
2019-05-28 | struct _nt_tty_log_info, __log_exception_to_server(): report priority. | midipix | 1 | -1/+1 |
2019-05-28 | debug helpers: __ntapi_tt_debug_execution_flow(): initial implementation. | midipix | 2 | -0/+26 |
2019-05-28 | debug helpers: added __ntapi_tt_create_{attach_}debug_object(). | midipix | 2 | -0/+14 |
2019-05-28 | process creation: spawn: added debug-related definitions. | midipix | 1 | -0/+3 |
2019-05-28 | dbg_state of the union. | midipix | 1 | -1/+1 |
2019-05-27 | process runtime flags: added NT_RUNTIME_DATA_DEBUG_{FOREIGN|NATIVE}_CHILDREN. | midipix | 1 | -0/+2 |
2019-05-27 | log info: added NT_TTY_LOG_INFO_EXCEPTION_ENTRY and related fields. | midipix | 1 | -0/+3 |
2019-05-27 | ntapi.h: added pointers to the native debug-related interfaces. | midipix | 1 | -0/+11 |
2019-05-27 | native api: added debug-related definitions. | midipix | 1 | -0/+314 |
2019-05-25 | internals: renamed nt_debug.h --> nt_log.h, renamed interfaces accordingly. | midipix | 2 | -12/+12 |
2019-05-13 | tty API: renamed NT_TTY_LOG_WRITE --> NT_TTY_LOG_ENTRY. | midipix | 1 | -1/+1 |
2019-05-13 | tty API: defined enum _nt_tty_log_info_type, struct _nt_tty_log_msg. | midipix | 1 | -0/+26 |
2019-05-13 | tty API: added NT_TTY_LOG_WRITE, NT_TTY_LOG_QUERY. | midipix | 1 | -0/+3 |
2019-05-13 | framework api: process flags: defined NT_RUNTIME_DATA_SEH_TRAP. | midipix | 1 | -0/+1 |
2019-04-22 | nt_socket.h: added afd socket ioctl core definitions. | midipix | 1 | -0/+106 |
2019-03-24 | nt_exception.h: added SEH-oriented definitions. | midipix | 1 | -1/+46 |
2019-03-24 | api headers: moved enum _nt_exception_disposition to nt_exception.h. | midipix | 2 | -7/+9 |
2019-02-22 | nt_api.h: NTAPI_STATIC now implies protected visibility. | midipix | 1 | -1/+8 |
2019-01-31 | ntapi_zw_create_event(), __ntapi_tt_create_private_event(): use volatile type. | midipix | 1 | -4/+4 |
2018-08-14 | socket interfaces: async i/o completion: mark nt_iosb as volatile. | midipix | 1 | -15/+18 |
2018-08-14 | nt_file.h: async i/o function signatures: qualify nt_iosb as volatile. | midipix | 1 | -9/+9 |
2018-08-09 | library: atomics: simplify and-or-xor interfaces. | midipix | 5 | -144/+78 |
2018-06-19 | pty framework: enum _nt_pty_info_class: revised, added NT_PTY_OFD_INFORMATION. | midipix | 1 | -1/+2 |
2018-06-18 | pty client interfaces: pty_xquery(): added NT_PTY_CONTEXT_INFORMATION support. | midipix | 1 | -0/+8 |
2018-06-18 | pty interfaces: struct _nt_pty_inherit_info: simplify definition, remove union. | midipix | 1 | -11/+4 |
2018-06-18 | pty framework: enum _nt_pty_info_class: added NT_PTY_{SLOT|CONTEXT}_INFORMATION. | midipix | 1 | -0/+2 |
2018-06-17 | tty client-side interfaces(): added ntapi_tty_query_server_pts_slot_info(). | midipix | 2 | -0/+16 |
2018-06-17 | framework: nt_tty_msg_info: renamed .msg_id --> .msgid, .reserved --> .exarg. | midipix | 1 | -2/+2 |
2018-06-16 | pty query: client-side interfaces: revised and extended for api consistency. | midipix | 2 | -0/+10 |
2018-06-15 | nt_socket.h: macro defs: renamed NT_AF_DECnet --> NT_AF_DECNET (coding style). | midipix | 1 | -1/+1 |
2018-06-15 | framework: struct _nt_socket: added vfd-related overlay members. | midipix | 1 | -0/+6 |
2018-06-15 | string helper api's: added ntapi_tt_dec_utf16_to_uint{16|32|64|ptr}(). | midipix | 2 | -0/+24 |
2018-06-15 | keyed object directory interfaces: added ntapi_tt_keyed_object_to_key(). | midipix | 2 | -0/+7 |
2018-06-14 | string helper api's: added ntapi_tt_uintptr_to_dec{_null}_utf{8|16}(). | midipix | 2 | -0/+32 |
2018-06-14 | struct: _nt_directory_basic_information --> _nt_object_directory_information. | midipix | 1 | -2/+2 |
2018-06-13 | keyed object directory: use a simplified naming scheme. | midipix | 1 | -27/+4 |