Age | Commit message (Expand) | Author | Files | Lines |
2016-10-23 | __ntapi_tt_fork(): added resilient interface around low-level implementation. | midipix | 4 | -2/+233 |
2016-10-23 | __ntapi_tt_create_thread(): retain proper value of params->stack_size_commit. | midipix | 1 | -5/+7 |
2016-10-23 | daemon service routine: set daemon status using atomic updates. | midipix | 2 | -34/+101 |
2016-10-16 | __ntapi_tt_sync_block_lock(): fix references to hwait. | midipix | 1 | -3/+3 |
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-09-21 | build system: support setting an external folder as the source directory. | midipix | 3 | -10/+41 |
2016-08-22 | __ntapi_tt_port_generate_keys(): use zw_query_performance_counter(). | midipix | 1 | -4/+5 |
2016-08-22 | __ntapi_tt_port_generate_keys(): code maintenance: coding style. | midipix | 1 | -4/+4 |
2016-08-22 | __ntapi_tt_port_type_from_guid(): reimplement using __ntapi_tt_guid_compare(). | midipix | 1 | -11/+4 |
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 | 6 | -2/+123 |
2016-08-18 | nt_file.h: fix signatures of zw_lock_file() and zw_unlock_file(). | midipix | 1 | -2/+2 |
2016-08-14 | __ntapi_tt_sync_block_server_lock(): fix typo. | midipix | 1 | -1/+1 |
2016-08-12 | sync block: remove validate/invalidate api, fix lock_tries logic, tidy up. | midipix | 5 | -94/+59 |
2016-08-12 | synchronization block: make all value assignments atomic. | midipix | 2 | -22/+65 |
2016-08-11 | struct ntapi_vtbl: added missing pointer to __ntapi_tt_sync_block_discard(). | midipix | 3 | -0/+3 |
2016-08-11 | daemon initialization routines: support daemon loop termination. | midipix | 2 | -64/+53 |
2016-08-10 | src/internal/ntapi_open.c: remove accidental #include of <ntcon/ntcon.h> | midipix | 1 | -1/+0 |
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 | 2 | -0/+8 |
2016-08-10 | nt_process.h: remove NT_RUNTIME_DATA_ALLOW_BUILTIN_DEFAULT (unused). | midipix | 1 | -3/+0 |
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 | runtime data: added group identifiers. | midipix | 1 | -0/+4 |
2016-07-24 | process creation: added __ntapi_tt_spawn_native_process(). | midipix | 6 | -0/+349 |
2016-07-24 | internals: added __ntapi_tt_open_file_utf8() and __ntapi_tt_open_dir_utf8(). | midipix | 3 | -0/+101 |
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 | 3 | -3/+3 |
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-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 |