index
:
ntapi
main
Native API core library
midipix
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
Age
Commit message (
Collapse
)
Author
Files
Lines
2016-07-06
native ipc: added symlink daemon interface definitions.
midipix
2
-0
/
+98
2016-07-04
native ipc: added guid definition.
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
3
-3
/
+12
2016-07-01
tty session: added tty affiliation struct definition and constants.
midipix
1
-0
/
+26
2016-06-30
whitespace meditation.
midipix
2
-5
/
+5
2016-06-30
nt_string.h, ntapi_vtbl: added vsprintf and vsnprintf (via ntdll).
midipix
3
-1
/
+16
2016-06-30
ntapi_vtbl: string functions: code maintenance.
midipix
4
-6
/
+6
2016-06-30
nt_string.h, ntapi_vtbl: added snprintf (via ntdll).
midipix
3
-1
/
+9
2016-06-30
struct _nt_runtime_data: enhance support for free-standing native utilities.
midipix
1
-0
/
+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
8
-568
/
+28
2016-06-28
string functions: added __ntapi_tt_strncmp_utf16().
midipix
6
-0
/
+31
2016-06-28
string functions: added __ntapi_tt_strncmp_multibyte().
midipix
6
-0
/
+31
2016-06-28
string functions: added __ntapi_tt_strcmp_utf16().
midipix
6
-0
/
+26
2016-06-28
string functions: added __ntapi_tt_strcmp_multibyte().
midipix
6
-0
/
+26
2016-06-25
build system: configure test optimization: remove `expr` sub-shell invocation.
midipix
1
-1
/
+1
2016-06-25
build system: configure test optimization: use `awk` instead of `grep | cut`.
midipix
1
-2
/
+1
2016-06-25
build system: use `grep -q` instead of `grep > /dev/null`.
midipix
1
-4
/
+4
2016-06-25
build system: add a test for legacy gcc versions.
midipix
1
-0
/
+4
2016-06-25
build system: warn only upon failure to detect native sizeof(void *).
midipix
1
-2
/
+6
2016-06-24
process tokens: added __ntapi_tt_[enable/disable]_token_privilege().
midipix
7
-0
/
+90
2016-06-24
internals: added handle to the process's primary token.
midipix
2
-0
/
+8
2016-06-24
nt_token.h: added token privilege constants.
midipix
1
-0
/
+43
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
nt_socket.h: add definition for NT_AFD_DEFER_ACCEPT.
midipix
1
-0
/
+3
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
2
-4
/
+6
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
3
-9
/
+13
2016-06-16
__ntapi_sc_getsockopt(): initial implementation and integration.
midipix
6
-0
/
+63
2016-06-16
__ntapi_sc_setsockopt(): initial implementation and integration.
midipix
6
-0
/
+63
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
2
-5
/
+5
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-29
nt_object.h: nt_io_apc_routine function signature: fix linkage.
midipix
1
-1
/
+1
2016-05-28
code maintenance: debug: change type of 'char *' parameters to 'const char *'.
midipix
2
-10
/
+10
2016-05-28
build system: support project-specific overrides of OS and toolchain defs.
midipix
2
-0
/
+2
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-23
nt_atomic.h: i386: implement at_store_64() in terms or at_locked_cas_64.
midipix
1
-7
/
+3
2016-05-22
nt_atomic.h: i386: implement at_locked_cas_64 as inline asm (distilled pain).
midipix
1
-9
/
+19
[next]