index
:
ntapi
main
Native API core library
midipix
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
include
Age
Commit message (
Collapse
)
Author
Files
Lines
2016-12-11
api headers: nt_hash.h: include the correct secondary header.
midipix
1
-1
/
+1
2016-12-11
api headers: nt_thread.h: added visual studio and hosted environment support.
midipix
1
-6
/
+8
2016-12-11
api headers: added nt_compiler.h, supporting visual studio and hosted envs.
midipix
1
-0
/
+55
2016-12-11
api headers: normalize secondary header inclusion.
midipix
9
-11
/
+11
2016-12-11
nt_socket.h: removed out-of-scope constant definitions.
midipix
1
-21
/
+0
2016-12-11
arch-specific thread struct definitions: added hosted application support.
midipix
2
-3
/
+4
2016-12-11
api headers: bits sub-dirs: i386 --> nt32, x86_64 --> nt64.
midipix
8
-6
/
+6
2016-12-08
__tt_get_dos_drive_device_or_root_handle(): pass drive_letter by value.
midipix
1
-4
/
+4
2016-11-19
ntapi.h: fix export/import inconsistency.
midipix
1
-2
/
+2
2016-11-07
unicode interfaces: always set addr_failed, leftover_bytes, and leftover_count.
midipix
1
-6
/
+6
2016-10-10
nt_tty.h: added nt_tty_pid_msg struct definition.
midipix
1
-0
/
+9
2016-10-10
nt_process.h: struct _nt_runtime_data: added process synchronization support.
midipix
1
-0
/
+12
2016-10-10
nt_socket.h: added socket-level socket option constants.
midipix
1
-0
/
+26
2016-10-10
nt_socket.h: added socket option level constants.
midipix
1
-0
/
+6
2016-08-22
struct _nt_runtime_data: added parent process daemon identification data.
midipix
1
-0
/
+4
2016-08-22
pty layer: __ntapi_pty_inherit_runtime_ctty(): implementation and integration.
midipix
3
-2
/
+12
2016-08-18
nt_file.h: fix signatures of zw_lock_file() and zw_unlock_file().
midipix
1
-2
/
+2
2016-08-12
sync block: remove validate/invalidate api, fix lock_tries logic, tidy up.
midipix
2
-19
/
+10
2016-08-12
synchronization block: make all value assignments atomic.
midipix
1
-1
/
+1
2016-08-11
struct ntapi_vtbl: added missing pointer to __ntapi_tt_sync_block_discard().
midipix
1
-0
/
+1
2016-08-10
runtime data: added signal action support.
midipix
1
-0
/
+5
2016-08-10
runtime data: added flags and NT_RUNTIME_DATA_INTEGRAL_PROCESS support.
midipix
1
-0
/
+5
2016-08-10
nt_process.h: remove NT_RUNTIME_DATA_ALLOW_BUILTIN_DEFAULT (unused).
midipix
1
-3
/
+0
2016-07-24
runtime data: added group identifiers.
midipix
1
-0
/
+4
2016-07-24
process creation: added __ntapi_tt_spawn_native_process().
midipix
2
-0
/
+27
2016-07-20
tty session information: support free-standing session spawning.
midipix
1
-1
/
+1
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-06
native ipc: added symlink daemon interface definitions.
midipix
1
-0
/
+97
2016-07-04
native ipc: added guid definition.
midipix
1
-0
/
+1
2016-07-03
native ipc: added definitions for 'symlnk' and 'ntproc'.
midipix
2
-0
/
+5
2016-07-01
tty session: added tty affiliation struct definition and constants.
midipix
1
-0
/
+26
2016-06-30
nt_string.h, ntapi_vtbl: added vsprintf and vsnprintf (via ntdll).
midipix
2
-0
/
+13
2016-06-30
ntapi_vtbl: string functions: code maintenance.
midipix
1
-2
/
+2
2016-06-30
nt_string.h, ntapi_vtbl: added snprintf (via ntdll).
midipix
2
-0
/
+7
2016-06-30
struct _nt_runtime_data: enhance support for free-standing native utilities.
midipix
1
-0
/
+2
2016-06-29
free-standing environment: remove fluff from the argv/envp parsing facility.
midipix
2
-24
/
+0
2016-06-28
string functions: added __ntapi_tt_strncmp_utf16().
midipix
2
-0
/
+6
2016-06-28
string functions: added __ntapi_tt_strncmp_multibyte().
midipix
2
-0
/
+6
2016-06-28
string functions: added __ntapi_tt_strcmp_utf16().
midipix
2
-0
/
+5
2016-06-28
string functions: added __ntapi_tt_strcmp_multibyte().
midipix
2
-0
/
+5
2016-06-24
process tokens: added __ntapi_tt_[enable/disable]_token_privilege().
midipix
2
-0
/
+15
2016-06-24
nt_token.h: added token privilege constants.
midipix
1
-0
/
+43
2016-06-17
nt_socket.h: add definition for NT_AFD_DEFER_ACCEPT.
midipix
1
-0
/
+3
2016-06-16
ntapi_sc_listen(): properly support backlog and afd flags.
midipix
1
-1
/
+2
2016-06-16
nt_socket.h: add afd bind (port-sharing) constants.
midipix
1
-0
/
+6
2016-06-16
ntapi_sc_bind(): properly support afd (port-sharing) flags.
midipix
1
-1
/
+2
2016-06-16
__ntapi_sc_getsockopt(): initial implementation and integration.
midipix
2
-0
/
+10
2016-06-16
__ntapi_sc_setsockopt(): initial implementation and integration.
midipix
2
-0
/
+10
2016-06-16
nt_socket.h: add afd sockopt definitions.
midipix
1
-0
/
+15
2016-06-16
nt_socket.h: add ipv6 sockopt constants.
midipix
1
-0
/
+31
2016-06-16
nt_socket.h: struct _nt_afd_listen_info: fix definition.
midipix
1
-2
/
+2
[prev]
[next]