Age | Commit message (Expand) | Author | Files | Lines |
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 |
2017-01-07 | pty interfaces: added __ntapi_pty_open_pair(). | midipix | 5 | -6/+58 |
2017-01-07 | {i}stat{fs} interfaces: maintained smooth foreign compiler support. | midipix | 3 | -3/+3 |
2017-01-07 | ntapi_tty_query_information_server: update, follow ntapi_pty_query's model. | midipix | 2 | -21/+56 |
2016-12-31 | nt_tty.h: removed enum _nt_tty_info_class (not in use, not needed). | midipix | 1 | -6/+0 |
2016-12-25 | file-system interfaces: removed the inadequate ntapi_tt_validate_fs_handle. | midipix | 5 | -38/+0 |
2016-12-25 | {i}stat{fs} interfaces: remove fluff, require valid handle, simplify logic. | midipix | 7 | -161/+76 |
2016-12-25 | {i}stat{fs} interfaces: add .obj_name_strlen, remove .record_name_strlen. | midipix | 6 | -16/+20 |
2016-12-25 | __ntapi_tt_{i}stat{fs}(): [semantic] clean-up: device/file name copy. | midipix | 3 | -23/+15 |
2016-12-25 | __ntapi_tt_istat(): added NT_ISTAT_DEV_NAME_ONLY support. | midipix | 2 | -14/+17 |
2016-12-25 | __ntapi_tt_{i}stat{fs}(): \Device\Mup: include share name in device name. | midipix | 3 | -7/+22 |
2016-12-25 | __ntapi_tt_istat(): respect NT_ISTAT_DEV_NAME_COPY. | midipix | 1 | -0/+14 |
2016-12-23 | __ntapi_tt_statfs(): clean-up, simplify logic. | midipix | 2 | -24/+21 |
2016-12-23 | __ntapi_tt_istat(): clean-up, simplify logic. | midipix | 2 | -8/+8 |
2016-12-23 | __ntapi_tt_stat(): clean-up, simplify logic. | midipix | 2 | -46/+43 |
2016-12-22 | __ntapi_tt_stat(): properly populate .dev_name_hash and .dev_name_strlen. | midipix | 2 | -15/+45 |
2016-12-22 | __ntapi_tt_statfs(), __ntapi_tt_istat(): added initial \Device\Mup support. | midipix | 5 | -13/+49 |
2016-12-19 | 32/64-bit code path: use __SIZEOF_POINTER__ in anticipation of arm support. | midipix | 8 | -15/+15 |
2016-12-19 | project: clbuild-bat: added -mno-stack-arg-probe support. | midipix | 1 | -0/+1 |
2016-12-18 | __ntapi_sc_socket_V{1|2}: provide smooth foreign compiler support. | midipix | 2 | -4/+24 |
2016-12-18 | project: clbuild-bat: added static front-end support. | midipix | 1 | -0/+1 |
2016-12-18 | project: clbuild-bat: added link target (shared-lib/default-app) support. | midipix | 2 | -3/+10 |
2016-12-18 | project: clbuild-bat: whitespace meditation. | midipix | 1 | -15/+15 |
2016-12-18 | project: removed the generated clbuild.bat, should be provided externally. | midipix | 2 | -907/+1 |
2016-12-18 | ntapi_sc_sockete(): update to a more caller-friendly signature. | midipix | 3 | -6/+6 |
2016-12-18 | nt_thread_x86_64.h: properly pad nt_mcontext_x86_64_t. | midipix | 1 | -0/+1 |
2016-12-18 | project: clbuild-bat: added -static support. | midipix | 1 | -0/+1 |
2016-12-18 | project: clbuild-bat: added -Wno-unused-parameter support. | midipix | 1 | -0/+1 |
2016-12-18 | project: clbuild-bat: added -Wno-missing-field-initializers support. | midipix | 1 | -0/+1 |
2016-12-18 | project: clbuild-bat: added proper version.tag support. | midipix | 2 | -9/+27 |
2016-12-18 | build system: version.sh: create output directory as needed. | midipix | 1 | -0/+1 |
2016-12-15 | project: clbuild.bat: initial check-in (generated via: make clbuild-bat). | midipix | 1 | -0/+907 |
2016-12-15 | project: clbuilt-bat: added shared-objs-asm and static-objs-asm build targets. | midipix | 1 | -0/+4 |
2016-12-15 | project: clbuild-bat: asm source file normalization. | midipix | 1 | -0/+0 |
2016-12-15 | added clbuild-bat: a poor man's transitional clbuild command translator. | midipix | 2 | -0/+197 |