Age | Commit message (Expand) | Author | Files | Lines |
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 |
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 |
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 | 1 | -5/+5 |
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 |
2016-05-15 | nt_socket.h: added NT_AFD_POLL_CONNECT_FAIL. | midipix | 1 | -0/+1 |
2016-05-14 | nt_sync.h: union _nt_sync_block: changed type of lock_tries to int32_t. | midipix | 1 | -1/+1 |
2016-04-01 | socket interfaces: added afd poll-related definitions. | midipix | 1 | -0/+25 |
2016-03-27 | socket interfaces: __ntapi_sc_recv(): added connectionless datagram support. | midipix | 1 | -0/+8 |
2016-03-23 | socket interfaces: __ntapi_sc_send(): added connectionless datagram support. | midipix | 1 | -0/+2 |
2016-03-22 | socket interfaces: sc_shutdown(): remove non-native code path and constants. | midipix | 1 | -7/+1 |
2016-03-22 | struct nt_socket: split the client reserved member into 'state' and 'iomode'. | midipix | 1 | -1/+2 |
2016-03-22 | socket interfaces: sc_getpeername: initial integration. | midipix | 2 | -0/+6 |
2016-03-22 | nt_socket.h: fixed AFD IOCTL definitions. | midipix | 1 | -2/+5 |
2016-02-28 | zw_delay_execution(): fix signature. | midipix | 1 | -1/+1 |
2016-02-15 | nt_sysinfo.h: enum member NT_SYSTEM_PROCESS_AND_THREAD_INFORMATION (synonym). | midipix | 1 | -0/+1 |
2016-02-15 | nt_thread.h: NT_THREAD_AM_I_LAST_THREAD: fix typo. | midipix | 1 | -1/+1 |
2016-02-10 | nt_file.h: defined NT_FILE_GENERIC_WRITE. | midipix | 1 | -0/+7 |
2015-09-26 | blitter implementation: make round_trips unsigned (negative values are unidio... | midipix | 1 | -1/+1 |
2015-09-26 | pty inheritance: client-side implementation. | midipix | 2 | -1/+29 |
2015-09-26 | + fix the atomic store functions to include a full memory barrier. | midipix | 2 | -12/+28 |
2015-09-26 | fix typo in atomic headers. | midipix | 2 | -5/+5 |
2015-07-27 | entered advanced internal development stage. | midipix | 57 | -0/+13932 |