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 (
Collapse
)
Author
Files
Lines
2016-08-10
runtime data: added flags and NT_RUNTIME_DATA_INTEGRAL_PROCESS support.
midipix
1
-0
/
+3
2016-07-30
__ntapi_tt_spawn_native_process(): close handle to hfile as needed.
midipix
1
-0
/
+4
2016-07-30
__ntapi_tt_create_native_process_v2(): close resulting informational handles.
midipix
1
-0
/
+4
2016-07-30
debug: __ntapi_tt_wait_for_dummy_event(): fix logic, properly close hevent.
midipix
1
-5
/
+4
2016-07-27
__ntapi_tt_spawn_native_process(): always use sparams->hsession.
midipix
1
-1
/
+3
2016-07-27
__ntapi_ldr_load_system_dll(): pass the system directory as the path parameter.
midipix
1
-14
/
+15
2016-07-24
process creation: added __ntapi_tt_spawn_native_process().
midipix
3
-0
/
+321
2016-07-24
internals: added __ntapi_tt_open_file_utf8() and __ntapi_tt_open_dir_utf8().
midipix
2
-0
/
+100
2016-07-24
__ntapi_tty_join_session(): for primary sessions, also set rtdata->hsession.
midipix
1
-0
/
+3
2016-07-20
tty session information: support free-standing session spawning.
midipix
2
-2
/
+2
With matching support in the tty/pty server, passing the syspid of a child process should allow for child session initialization from within a multi-threaded parent as part of a fork-less, native process creation.
2016-07-19
__ntapi_pty_inherit(): re-set client info, free context upon failure.
midipix
1
-1
/
+12
2016-07-18
pty layer: __ntapi_pty_inherit(): obtain hpty from the server.
midipix
1
-0
/
+1
2016-07-06
__ntapi_pty_open(): properly set the context's hpty member when opening a pts.
midipix
1
-0
/
+1
2016-07-03
__ntapi_tt_port_name_from_attributes(): removed excess array elements.
midipix
1
-8
/
+8
2016-07-03
native ipc: added definitions for 'symlnk' and 'ntproc'.
midipix
1
-3
/
+7
2016-06-30
whitespace meditation.
midipix
2
-5
/
+5
2016-06-30
nt_string.h, ntapi_vtbl: added vsprintf and vsnprintf (via ntdll).
midipix
1
-1
/
+3
2016-06-30
ntapi_vtbl: string functions: code maintenance.
midipix
3
-4
/
+4
2016-06-30
nt_string.h, ntapi_vtbl: added snprintf (via ntdll).
midipix
1
-1
/
+2
2016-06-30
__ntapi_init_completed: as in __ntapi_init_once, return address of shadow vtbl.
midipix
1
-1
/
+1
2016-06-29
__ntapi_pty_open: refactor, explicit string comparison.
midipix
1
-6
/
+11
2016-06-29
__ntapi_tt_istat: refactor, explicit string comparison.
midipix
1
-48
/
+44
2016-06-29
__ntapi_tt_statfs: refactor, explicit string comparison.
midipix
1
-57
/
+54
2016-06-29
__ntapi_tt_dev_mount_points_to_statfs: refactor, explicit string comparison.
midipix
1
-20
/
+34
2016-06-29
free-standing environment: remove fluff from the argv/envp parsing facility.
midipix
5
-543
/
+28
2016-06-28
string functions: added __ntapi_tt_strncmp_utf16().
midipix
3
-0
/
+24
2016-06-28
string functions: added __ntapi_tt_strncmp_multibyte().
midipix
3
-0
/
+24
2016-06-28
string functions: added __ntapi_tt_strcmp_utf16().
midipix
3
-0
/
+20
2016-06-28
string functions: added __ntapi_tt_strcmp_multibyte().
midipix
3
-0
/
+20
2016-06-24
process tokens: added __ntapi_tt_[enable/disable]_token_privilege().
midipix
3
-0
/
+73
2016-06-24
internals: added handle to the process's primary token.
midipix
2
-0
/
+8
2016-06-20
__ntapi_tt_create_pipe_v2(): refactor, always close hdevpipes.
midipix
1
-17
/
+15
2016-06-20
__ntapi_uc_validate_unicode_stream_utf16(): preserve callback fn return value.
midipix
1
-2
/
+5
2016-06-20
__ntapi_uc_validate_unicode_stream_utf8(): preserve callback fn return value.
midipix
1
-2
/
+5
2016-06-17
__ntapi_sc_accept(): fix handling of ipv6 addresses.
midipix
1
-0
/
+11
2016-06-16
ntapi_sc_listen(): properly support backlog and afd flags.
midipix
1
-3
/
+4
2016-06-16
ntapi_sc_bind(): properly support afd (port-sharing) flags.
midipix
2
-8
/
+11
2016-06-16
__ntapi_sc_getsockopt(): initial implementation and integration.
midipix
3
-0
/
+52
2016-06-16
__ntapi_sc_setsockopt(): initial implementation and integration.
midipix
3
-0
/
+52
2016-06-16
nt_socket.h: struct _nt_afd_listen_info: fix definition.
midipix
1
-3
/
+3
2016-06-14
__ntapi_sc_bind_v2(): fix handling of ipv6 addresses.
midipix
1
-8
/
+20
2016-06-14
__ntapi_sc_connect_v2(): always initialize the entire afd_connect_req struct.
midipix
1
-0
/
+3
2016-05-28
code maintenance: debug: change type of 'char *' parameters to 'const char *'.
midipix
1
-5
/
+5
2016-05-27
__ntapi_tt_create_thread(): strictly align thread context and stack params.
midipix
1
-2
/
+2
2016-05-23
__tt_fork_v1(): nt32: add missing _v1 suffixes to internal symbols.
midipix
1
-3
/
+3
2016-05-14
__ntapi_sc_wait(): fix return value assignment after a successful wait.
midipix
1
-3
/
+1
2016-05-14
__ntapi_tt_sync_block_lock(): properly handle signedness.
midipix
1
-1
/
+2
2016-05-14
__ntapi_tt_generic_memset(): properly handle signedness.
midipix
1
-1
/
+1
2016-05-14
__ntapi_log_write(): properly handle signedness.
midipix
1
-2
/
+2
2016-05-14
__ntapi_tt_get_argv_envp_utf16(): properly handle signedness.
midipix
1
-1
/
+1
[next]