pagure Logo
  • Log In

runtime / ntapi

Clone
Source Code
GIT
  • Source
  • Issues  0
  • Pull Requests  0
  • Stats
 Overview  Files  Commits  Branches  Forks  Releases

Commits 614

Branch: 037eededf5ded2062da4f2668765b77fdd25960f
main
__ntapi_tt_array_convert_utf16_to_utf8(): ubound accounts for null termination.
midipix • 5 years ago  
037eed
__ntapi_tt_parse_cmd_line_args_utf16(): arg_count: fix alignment check logic.
midipix • 5 years ago  
f96e1d
__ntapi_tt_array_convert_utf16_to_utf8(): remove input validation requirement.
midipix • 5 years ago  
834438
__ntapi_tt_array_convert_utf16_to_utf8(): remove buffer init requirement.
midipix • 5 years ago  
802637
__ntapi_tt_array_convert_utf16_to_utf8(): fix conversion logic (cf. 13e6f2c0).
midipix • 5 years ago  
cef942
nt_argv.h: remove macro and struct definitions that are no longer used.
midipix • 5 years ago  
7d967d
build system: pkgconf.sh: output Libs and Ldflags more elegantly.
midipix • 5 years ago  
cffb6e
build system: pkgconf.sh: add missing -L switch (oversight).
midipix • 5 years ago  
5e860d
build system: pkgconf.sh: properly handle empty prefix variable.
midipix • 5 years ago  
4062dc
__ntapi_uc_validate_unicode_stream_{utf8|utf16}(): explicitly set .bytes_count;
midipix • 5 years ago  
e2e674
nt_mount.h: struct _nt_mount_point_reparse_buffer: fix typedef typo.
midipix • 5 years ago  
abdbe1
nt_registry.h: struct _nt_key_value_basic_information: fix typedef typo.
midipix • 5 years ago  
3bbdf0
struct _nt_socket: additional context handle union: added .hkey.
midipix • 5 years ago  
b15269
__ntapi_blt_obtain(): fix optimized code path (do not reset *blkid).
midipix • 5 years ago  
7740ea
daemon routines: make __ntapi_dsr_{start|once} strictly internal functions.
midipix • 5 years ago  
f9e9df
__ntapi_sem_create() implementation: linkage consistency.
midipix • 5 years ago  
2903da
__ntapi_msq_create() implementation: linkage consistency.
midipix • 5 years ago  
e3eea2
__ntapi_afl_create() implementation: linkage consistency.
midipix • 5 years ago  
980940
__ntapi_tty_connect(): remove oa variable and initialization (not used).
midipix • 5 years ago  
2ea2de
struct _nt_runtime_data: renamed .hkey_userv --> .hkey_root.
midipix • 5 years ago  
96f6a0
struct _nt_runtime_data: renamed .dbg_type,.log_type --> .dbg_level,.log_level.
midipix • 5 years ago  
f048be
subsystem interfaces: defined log entry data passing & loginfo.data population.
midipix • 5 years ago  
6e70fb
subsystem interfaces: enum _nt_tty_log_info_type: additional log types.
midipix • 5 years ago  
3e4395
remove nt_sync_block and related interfaces in favor of pure atomic primitives.
midipix • 5 years ago  
6445d5
struct _nt_runtime_data: added .hkey_{ctrlset,tcipi,users,userv}.
midipix • 5 years ago  
4686df
struct _nt_runtime_data: added .host_name.
midipix • 5 years ago  
c75b7e
enum _nt_tty_opcode: added network-related opcodes.
midipix • 5 years ago  
c3620f
subsystem interfaces: removed unsued / not-implemented vms bits.
midipix • 5 years ago  
702adf
struct _nt_sem_info: future-proof .ipcuid, .ipcgid, ipccuid,and .ipccgid.
midipix • 5 years ago  
7701d9
struct _nt_msq_info: future-proof .ipcuid, .ipcgid, ipccuid,and .ipccgid.
midipix • 5 years ago  
1710c4
__ntapi_tt_spawn_foreign_process(): fix copy-paste error (cf. prev. for loop).
midipix • 5 years ago  
b2cb88
__ntapi_tt_{i}stat{fs}(): top-level UNC shares might not have a trailing slash.
midipix • 5 years ago  
7bb8ac
__ntapi_tt_spawn_native_process(): support additional pass-through context.
midipix • 5 years ago  
103960
ntapi_tt_open_physical_parent_directory(): remove buffer alignment requirement.
midipix • 5 years ago  
baceb0
atomic primitives: refactor for coding-style consistency.
midipix • 5 years ago  
e40843
struct nt_pty_context(): replace the .sync member with a simple atomic lock.
midipix • 5 years ago  
ae5d60
remove nt_symlink.h (use a kernel driver on winxp, not needed otherwise).
midipix • 5 years ago  
1c0e99
runtime flags: defined NT_RUNTIME_DATA_TTY_TOP_LEVEL.
midipix • 5 years ago  
441756
struct _nt_runtime_data: set type of amask (admin mask) to native access type.
midipix • 5 years ago  
978970
runtime flags: renamed seh trap flag to NT_RUNTIME_DATA_DEBUG_SEH_TRAP.
midipix • 5 years ago  
34a88c
struct _nt_runtime_data: support propagation of umask and amask (admin mask).
midipix • 5 years ago  
cc8356
debug interfaces: normalize extension functions (set prefix to tt_debug_).
midipix • 5 years ago  
d4344e
debug helpers: __ntapi_tt_debug_break_process(): initial implementation.
midipix • 5 years ago  
2a7f67
__ntapi_tt_create_thread(): remote threads: x86_64: properly pass arg in reg.
midipix • 5 years ago  
d7c519
debug translation units: added missing note.
midipix • 5 years ago  
03cd3c
__ntapi_tt_create_thread(): whitespace meditation.
midipix • 5 years ago  
c2fe99
__ntapi_tt_debug_execution_flow(): impl. NT_DBG_FLOW_MASK_DETACH_AND_CLOSE.
midipix • 5 years ago  
dce12f
__ntapi_tt_debug_execution_flow(): defined enhanced flow masks.
midipix • 5 years ago  
c155d9
struct _nt_tty_log_info, __log_exception_to_server(): report priority.
midipix • 5 years ago  
7969fc
debug helpers: __ntapi_tt_debug_execution_flow(): initial implementation.
midipix • 5 years ago  
bf05bd
__ntapi_tt_spawn_foreign_process(): added initial debug support.
midipix • 5 years ago  
168f83
  • « Newer
  • page 1 of 13
  • » Older

Powered by Pagure 5.13.3

SSH Hostkey/Fingerprint | Documentation | About

© Red Hat, Inc. and others.