Age | Commit message (Expand) | Author | Files | Lines |
2017-01-26 | guid <--> string conversion functions: normalized interfaces. | midipix | 2 | -4/+4 |
2017-01-19 | __ntapi_tt_get_runtime_data(): integral process: guard against false positives. | midipix | 1 | -1/+5 |
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 | 1 | -2/+4 |
2017-01-18 | ntapi_tt_open_logical_parent_directory(): added inheritance and share params. | midipix | 1 | -0/+2 |
2017-01-18 | ntapi_tt_open_logical_parent_directory(): removed 'type' param (not needed). | midipix | 1 | -2/+1 |
2017-01-18 | ntapi_tt_open_physical_parent_directory(): added inheritance and share params. | midipix | 1 | -0/+2 |
2017-01-18 | ntapi_tt_open_physical_parent_directory(): removed 'type' param (not needed). | midipix | 1 | -2/+1 |
2017-01-17 | struct nt_runtime_data: update for the benefit of the framework loader impl. | midipix | 1 | -6/+6 |
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 | 1 | -1/+1 |
2017-01-07 | framework: process parameters: renamed srv_ready --> hserver. | midipix | 1 | -1/+1 |
2017-01-07 | subsystem infrastructure: distinguish between port and session type/subtype. | midipix | 2 | -0/+11 |
2017-01-07 | subsystem infrastructure: added proper session chain support. | midipix | 2 | -1/+7 |
2017-01-07 | native process creation: added child process session registration support. | midipix | 1 | -0/+1 |
2017-01-07 | pty interfaces: added __ntapi_pty_open_pair(). | midipix | 2 | -0/+11 |
2017-01-07 | ntapi_tty_query_information_server: update, follow ntapi_pty_query's model. | midipix | 1 | -3/+22 |
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 | 2 | -9/+0 |
2016-12-25 | {i}stat{fs} interfaces: remove fluff, require valid handle, simplify logic. | midipix | 3 | -18/+9 |
2016-12-25 | {i}stat{fs} interfaces: add .obj_name_strlen, remove .record_name_strlen. | midipix | 3 | -4/+8 |
2016-12-25 | __ntapi_tt_istat(): added NT_ISTAT_DEV_NAME_ONLY support. | midipix | 1 | -0/+1 |
2016-12-23 | __ntapi_tt_statfs(): clean-up, simplify logic. | midipix | 1 | -3/+1 |
2016-12-23 | __ntapi_tt_istat(): clean-up, simplify logic. | midipix | 1 | -2/+1 |
2016-12-23 | __ntapi_tt_stat(): clean-up, simplify logic. | midipix | 1 | -2/+1 |
2016-12-22 | __ntapi_tt_stat(): properly populate .dev_name_hash and .dev_name_strlen. | midipix | 1 | -0/+1 |
2016-12-22 | __ntapi_tt_statfs(), __ntapi_tt_istat(): added initial \Device\Mup support. | midipix | 3 | -0/+6 |
2016-12-19 | 32/64-bit code path: use __SIZEOF_POINTER__ in anticipation of arm support. | midipix | 1 | -1/+1 |
2016-12-18 | ntapi_sc_sockete(): update to a more caller-friendly signature. | midipix | 1 | -2/+2 |
2016-12-18 | nt_thread_x86_64.h: properly pad nt_mcontext_x86_64_t. | midipix | 1 | -0/+1 |
2016-12-15 | nt_thread.h: fix sign and size of NT_CONTEXT_JUST_EVERYTHING. | midipix | 1 | -1/+1 |
2016-12-15 | __ntapi_ldr_load_system_dll(): have size match strlen in nt_unicode_string. | midipix | 1 | -1/+1 |
2016-12-12 | api headers: foreign toolchain support: fix type definition of wchar32_t. | midipix | 1 | -1/+1 |
2016-12-12 | api headers: nt_{abi|compiler}.h: provide a smoother foreign toolchain support. | midipix | 2 | -0/+28 |
2016-12-12 | vmount module: removed current impl. of the virtual mount system client. | midipix | 2 | -343/+0 |
2016-12-11 | api headers: added nt_dalist.h, nt_pe.h, for smooth foreign toolchain support. | midipix | 4 | -2/+30 |
2016-12-11 | api headers: nt_vfd.h, nt_vmount.h: remove dependency on dalist (not needed). | midipix | 2 | -2/+0 |
2016-12-11 | api headers: added nt_api.h, supporting visual studio and hosted environments. | midipix | 2 | -11/+18 |
2016-12-11 | api headers: added hosted environment and visual studio support. | midipix | 49 | -48/+58 |
2016-12-11 | api headers: added nt_abi.h, supporting visual studio and hosted environment. | midipix | 1 | -0/+31 |
2016-12-11 | api headers: nt_symlink.h: explicitly include nt_port.h. | midipix | 1 | -0/+1 |
2016-12-11 | api headers: nt_hash.h: include the correct secondary header. | midipix | 1 | -1/+1 |
2016-12-11 | api headers: nt_thread.h: added visual studio and hosted environment support. | midipix | 1 | -6/+8 |
2016-12-11 | api headers: added nt_compiler.h, supporting visual studio and hosted envs. | midipix | 1 | -0/+55 |
2016-12-11 | api headers: normalize secondary header inclusion. | midipix | 9 | -11/+11 |
2016-12-11 | nt_socket.h: removed out-of-scope constant definitions. | midipix | 1 | -21/+0 |
2016-12-11 | arch-specific thread struct definitions: added hosted application support. | midipix | 2 | -3/+4 |
2016-12-11 | api headers: bits sub-dirs: i386 --> nt32, x86_64 --> nt64. | midipix | 8 | -6/+6 |
2016-12-08 | __tt_get_dos_drive_device_or_root_handle(): pass drive_letter by value. | midipix | 1 | -4/+4 |
2016-11-19 | ntapi.h: fix export/import inconsistency. | midipix | 1 | -2/+2 |