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
2020-10-29
__ntapi_ipc_page_alloc(): internally set the size of memory to be allocated.
midipix
1
-2
/
+6
2020-06-27
internals: __ntapi_init_completed(): remove stray semi-colon.
midipix
1
-1
/
+1
2020-06-26
__ntapi_tt_dec_utf16_to_uintptr(): fixed 32-bit code-path.
midipix
1
-1
/
+1
2020-06-25
__ntapi_tt_debug_break_process(): use correct (32-bit) entry-point signature.
midipix
1
-1
/
+1
2020-06-25
__ntapi_dsr_start_impl(): use correct (32-bit) entry-point signature.
midipix
1
-1
/
+1
2020-06-25
__ntapi_blt_alloc(): use (-1), not an explicit representation (32-bit support).
midipix
1
-2
/
+1
2020-06-24
__ntapi_init_solib_fork_child_finalize(): support abstract-only first use.
midipix
1
-2
/
+4
2020-06-24
__ntapi_tt_guid_to_string_utf8(): initial implementation and integration.
midipix
3
-0
/
+57
2020-06-19
internals: __ntapi_init_solib_fork_child_finalize() [rare use-case support].
midipix
1
-1
/
+83
2020-06-19
__ntapi_tt_fork_finalize(): update rtdata->cid_self, rtdata->cid_parent.
midipix
1
-0
/
+6
2020-06-08
string functions: added ntapi_tt_hex_utf8_to_uint{16|32|64|ptr}.
midipix
3
-0
/
+139
2020-06-06
__ntapi_tt_string_to_guid_utf8(): initial implementation and integration.
midipix
3
-0
/
+24
2020-06-06
__ntapi_tt_string_to_guid_utf16(): fix signature.
midipix
1
-5
/
+5
2020-05-20
__ntapi_tt_fork_finalize(): for oversight typo in condition.
midipix
1
-1
/
+1
2020-05-15
__ntapi_init_adjust_privileges(): also enable the debug and audit privileges.
midipix
1
-1
/
+9
2020-05-14
__ntapi_acl_init_common_descriptor_meta(): tweak support of Admins privileges.
midipix
1
-8
/
+5
2020-05-14
__ntapi_acl_init_common_descriptor_meta(): set meta->group by owner as needed.
midipix
1
-0
/
+1
2020-05-14
__ntapi_init(): [never hurts to try to] __ntapi_init_adjust_privileges().
midipix
1
-3
/
+33
2020-04-02
__ntapi_acl_init_common_descriptor(): properly handle admins-owned entities.
midipix
1
-0
/
+6
2020-01-05
object directory: __ipc_sd_init(): use consts, empirically remove admins acl.
midipix
1
-4
/
+11
2019-12-24
__ipc_sd_init(): add missing rights (authenticated_users) and acl's.
midipix
1
-1
/
+3
2019-12-07
acl: __ntapi_acl_init_common_descriptor(): allow specification of ace flags.
midipix
1
-7
/
+9
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
[prev]
[next]