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
2019-09-06
__ntapi_tt_spawn_native_process(): added debug support.
midipix
1
-0
/
+22
2019-09-03
__ntapi_tt_parse_cmd_line_args_utf16(): use correct invalid parameter ordinals.
midipix
1
-5
/
+5
2019-08-29
__ntapi_tt_array_convert_utf16_to_utf8(): coding style: replace while with for.
midipix
1
-7
/
+3
2019-08-29
__ntapi_tt_array_convert_utf16_to_utf8(): remove arrv init requirement.
midipix
1
-0
/
+1
2019-08-29
__ntapi_tt_array_convert_utf16_to_utf8(): ubound accounts for null termination.
midipix
1
-3
/
+2
2019-08-29
__ntapi_tt_parse_cmd_line_args_utf16(): arg_count: fix alignment check logic.
midipix
2
-1
/
+2
2019-08-29
__ntapi_tt_array_convert_utf16_to_utf8(): remove input validation requirement.
midipix
1
-1
/
+6
2019-08-29
__ntapi_tt_array_convert_utf16_to_utf8(): remove buffer init requirement.
midipix
1
-1
/
+3
2019-08-29
__ntapi_tt_array_convert_utf16_to_utf8(): fix conversion logic (cf. 13e6f2c0).
midipix
1
-25
/
+26
2019-08-13
__ntapi_uc_validate_unicode_stream_{utf8|utf16}(): explicitly set .bytes_count;
midipix
1
-2
/
+6
2019-08-06
__ntapi_blt_obtain(): fix optimized code path (do not reset *blkid).
midipix
1
-1
/
+1
2019-07-29
daemon routines: make __ntapi_dsr_{start|once} strictly internal functions.
midipix
2
-4
/
+4
2019-07-29
__ntapi_sem_create() implementation: linkage consistency.
midipix
1
-1
/
+1
2019-07-29
__ntapi_msq_create() implementation: linkage consistency.
midipix
1
-1
/
+1
2019-07-29
__ntapi_afl_create() implementation: linkage consistency.
midipix
1
-1
/
+1
2019-07-23
__ntapi_tty_connect(): remove oa variable and initialization (not used).
midipix
1
-16
/
+2
2019-06-28
remove nt_sync_block and related interfaces in favor of pure atomic primitives.
midipix
4
-318
/
+4
2019-06-18
subsystem interfaces: removed unsued / not-implemented vms bits.
midipix
4
-90
/
+0
2019-06-12
__ntapi_tt_spawn_foreign_process(): fix copy-paste error (cf. prev. for loop).
midipix
1
-1
/
+1
2019-06-11
__ntapi_tt_{i}stat{fs}(): top-level UNC shares might not have a trailing slash.
midipix
3
-3
/
+12
2019-06-11
__ntapi_tt_spawn_native_process(): support additional pass-through context.
midipix
1
-0
/
+52
2019-06-10
ntapi_tt_open_physical_parent_directory(): remove buffer alignment requirement.
midipix
1
-2
/
+12
2019-06-08
struct nt_pty_context(): replace the .sync member with a simple atomic lock.
midipix
2
-19
/
+24
2019-05-28
debug interfaces: normalize extension functions (set prefix to tt_debug_).
midipix
4
-8
/
+8
2019-05-28
debug helpers: __ntapi_tt_debug_break_process(): initial implementation.
midipix
3
-0
/
+128
2019-05-28
__ntapi_tt_create_thread(): remote threads: x86_64: properly pass arg in reg.
midipix
1
-4
/
+10
2019-05-28
debug translation units: added missing note.
midipix
2
-0
/
+12
2019-05-28
__ntapi_tt_create_thread(): whitespace meditation.
midipix
1
-1
/
+2
2019-05-28
__ntapi_tt_debug_execution_flow(): impl. NT_DBG_FLOW_MASK_DETACH_AND_CLOSE.
midipix
1
-0
/
+9
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
3
-0
/
+97
2019-05-28
__ntapi_tt_spawn_foreign_process(): added initial debug support.
midipix
1
-3
/
+26
2019-05-28
debug helpers: added __ntapi_tt_create_{attach_}debug_object().
midipix
3
-1
/
+123
2019-05-27
ntapi.h: added pointers to the native debug-related interfaces.
midipix
2
-29
/
+45
2019-05-26
native api custom import table: added table-generation reference.
midipix
2
-0
/
+264
2019-05-25
internals: renamed nt_debug.h --> nt_log.h, renamed interfaces accordingly.
midipix
3
-46
/
+32
2019-04-22
__ntapi_sc_getsockopt(): support NT_SO_IOCTL_GET_TCP_INFO.
midipix
1
-3
/
+12
2019-02-22
internals: explicitly attribute protected visibility to all interfaces.
midipix
21
-242
/
+271
2019-02-22
internals: explicitly apply internal visibility to the accessor table.
midipix
1
-3
/
+3
2019-02-22
ntapi_entry_point(): explicitly apply protected visibility.
midipix
1
-1
/
+4
2019-02-22
attribute protected visibility to declarations of internal functions.
midipix
1
-7
/
+7
2019-02-02
__ntapi_tt_seh_frame(): apply hidden visibility.
midipix
4
-14
/
+2
2019-01-31
ntapi_zw_create_event(), __ntapi_tt_create_private_event(): use volatile type.
midipix
1
-7
/
+7
2019-01-31
assembly sources: .def declarations: fix multiple storage-class typos.
midipix
2
-3
/
+3
2018-10-20
__ntapi_acl_init_common_descriptor(): properly handle system-owned entities.
midipix
1
-0
/
+6
2018-10-20
__acl_init_common_meta_impl(): ace interp.: account for system-owned entities.
midipix
1
-2
/
+18
2018-10-12
__acl_init_common_meta_impl(): report the system account assigned permissions.
midipix
1
-1
/
+1
2018-10-12
__ntapi_acl_init_common_descriptor(): disallow inheritance of parent ACEs.
midipix
1
-1
/
+1
2018-08-14
socket interfaces: async i/o completion: mark nt_iosb as volatile.
midipix
19
-36
/
+39
2018-08-12
__ntapi_dsr_init(): overcome potential scheduling bug in recent (10.0) kernel.
midipix
1
-0
/
+12
[next]