Age | Commit message (Expand) | Author | Files | Lines |
2017-07-31 | subsystem interfaces: session creation: use srv_type and co. more elegantly. | midipix | 1 | -9/+5 |
2017-07-31 | subsystem interfaces: integrated ipc connection section handlers. | midipix | 8 | -14/+341 |
2017-07-31 | subsystem interfaces: integrated ipc connection handlers. | midipix | 8 | -2/+342 |
2017-07-31 | subsystem interfaces: integrated __ntapi_tty_query_information_service(). | midipix | 6 | -0/+87 |
2017-07-31 | subsystem interfaces: set port type from guid when creating a server instance. | midipix | 1 | -3/+12 |
2017-07-31 | subsystem interfaces: normalized port name helper functions. | midipix | 7 | -7/+7 |
2017-07-31 | subsystem interfaces: integrated extended port name helper functions. | midipix | 5 | -0/+168 |
2017-07-31 | subsystem interfaces: ipc object guid parameter is always a const. | midipix | 4 | -10/+10 |
2017-07-31 | subsystem interfaces: integrated ipc object directory handlers. | midipix | 5 | -1/+129 |
2017-07-31 | subsystem interfaces: integrated sysv semaphore definitions. | midipix | 6 | -2/+124 |
2017-07-31 | __ntapi_blt_alloc(): properly support user-provided block array regions. | midipix | 1 | -1/+4 |
2017-07-31 | string to hex, hex to string: pre-alpha api normalization. | midipix | 4 | -26/+26 |
2017-07-31 | __ntapi_tt_string_to_guid_utf16(): support outer dashes and outer underscores. | midipix | 1 | -4/+16 |
2017-07-31 | __ntapi_tty_create_session(): use the proper 'server ready' event type. | midipix | 1 | -1/+1 |
2017-07-31 | __ntapi_tty_create_session(): properly set the server's runtime abi. | midipix | 1 | -0/+4 |
2017-05-28 | build system: added extended dir variables. | midipix | 3 | -0/+140 |
2017-05-24 | build system: added --sbindir support. | midipix | 3 | -0/+10 |
2017-02-04 | update code following libpemagine's pre-alpha API update. | midipix | 1 | -1/+1 |
2017-02-04 | annual chores. | midipix | 117 | -117/+117 |
2017-02-02 | added crc64 definitions and interfaces. | midipix | 7 | -0/+157 |
2017-01-29 | {i}stat{fs} interfaces(): hold the operating system's hand as needed. | midipix | 3 | -0/+12 |
2017-01-28 | __ntapi_tt_open_physical_parent_directory(): whitespace meditation. | midipix | 1 | -8/+8 |
2017-01-28 | __ntapi_tt_open_physical_parent_directory(): properly handle \Device\Mup. | midipix | 1 | -5/+28 |
2017-01-28 | __ntapi_tt_create_native_process(): rtdata: provide a uniform command line. | midipix | 2 | -112/+89 |
2017-01-28 | struct nt_runtime_data: added dynamic loader context members. | midipix | 1 | -0/+2 |
2017-01-26 | guid <--> string conversion functions: normalized interfaces. | midipix | 10 | -17/+17 |
2017-01-19 | __ntapi_tt_get_peb_env_block_utf16(): rewrite more elegantly. | midipix | 1 | -7/+4 |
2017-01-19 | __ntapi_tt_get_cmd_line_utf16(): rewrite more elegantly. | midipix | 1 | -9/+4 |
2017-01-19 | __ntapi_tt_get_runtime_data(): integral process: guard against false positives. | midipix | 3 | -2/+17 |
2017-01-19 | __ntapi_tt_get_runtime_data(): simplify logic, check align. at page boundary. | midipix | 1 | -11/+17 |
2017-01-18 | struct nt_runtime_data: added dynamic loader guid information. | midipix | 1 | -0/+1 |
2017-01-18 | ntapi_tt_open_{physical|logical}_parent_directory: added 'reserved' param. | midipix | 3 | -4/+11 |
2017-01-18 | __ntapi_tt_open_logical_parent_directory(): updated stub return value. | midipix | 1 | -1/+1 |
2017-01-18 | ntapi_tt_open_logical_parent_directory(): added inheritance and share params. | midipix | 2 | -0/+6 |
2017-01-18 | ntapi_tt_open_logical_parent_directory(): removed 'type' param (not needed). | midipix | 2 | -5/+2 |
2017-01-18 | ntapi_tt_open_physical_parent_directory(): added inheritance and share params. | midipix | 2 | -4/+7 |
2017-01-18 | ntapi_tt_open_physical_parent_directory(): removed 'type' param (not needed). | midipix | 2 | -6/+2 |
2017-01-17 | struct nt_runtime_data: update for the benefit of the framework loader impl. | midipix | 2 | -9/+9 |
2017-01-16 | __ntapi_dsr_start_impl(): copy the loop routine addr and ctx onto the stack. | midipix | 1 | -2/+4 |
2017-01-16 | daemon initialization: establish SEH frames for the daemon and internal thread. | midipix | 8 | -3/+95 |
2017-01-16 | native process framework: added opcode indexes for STOPPED and CONTINUED. | midipix | 1 | -0/+2 |
2017-01-08 | ntapi_tty_create_session(): removed hard-coded fallback image name. | midipix | 2 | -16/+5 |
2017-01-07 | daemon initialization: simplified logic, fixed params-related race hazard. | midipix | 2 | -47/+53 |
2017-01-07 | framework: process parameters: renamed srv_ready --> hserver. | midipix | 3 | -15/+15 |
2017-01-07 | subsystem infrastructure: distinguish between port and session type/subtype. | midipix | 3 | -2/+22 |
2017-01-07 | __ntapi_tty_create_session(): properly close the server ready event handle. | midipix | 1 | -6/+8 |
2017-01-07 | __ntapi_tty_create_session(): check for a server's premature termination. | midipix | 1 | -3/+16 |
2017-01-07 | subsystem infrastructure: added proper session chain support. | midipix | 3 | -5/+55 |
2017-01-07 | native process creation: added child process session registration support. | midipix | 3 | -0/+17 |
2017-01-07 | __ntapi_pty_inherit(): do not repeat __ntapi_pty_free() upon failure. | midipix | 1 | -3/+1 |