Age | Commit message (Expand) | Author | Files | Lines |
2017-09-17 | struct _nt_socket: added the hobject union member. | midipix | 1 | -0/+1 |
2017-09-10 | envp primitives: integrated __ntapi_tt_get_env_var_meta_utf8(). | midipix | 2 | -2/+18 |
2017-09-10 | struct nt_runtime_data: added shared memory and tmpfs layer definitions. | midipix | 2 | -0/+10 |
2017-09-08 | subsystem interfaces: optimized struct _nt_sem_info. | midipix | 1 | -3/+2 |
2017-09-08 | integrated msgqueue client side interfaces. | midipix | 3 | -1/+118 |
2017-09-08 | subsystem interfaces: integrated sysv msgqueue definitions. | midipix | 4 | -0/+92 |
2017-08-18 | __ntapi_ipc_create_pipe(): refine, change polling strategy. | midipix | 1 | -1/+1 |
2017-08-04 | subsystem interfaces: added server-to-server synchronization interfaces. | midipix | 4 | -0/+94 |
2017-07-31 | subsystem interfaces: integrated sysv semaphore client-side interfaces. | midipix | 3 | -0/+95 |
2017-07-31 | subsystem interfaces: integrated __ntapi_tty_client_session_disconnect(). | midipix | 2 | -0/+5 |
2017-07-31 | subsystem interfaces: integrated ipc connection section handlers. | midipix | 3 | -0/+75 |
2017-07-31 | subsystem interfaces: integrated ipc connection handlers. | midipix | 2 | -0/+24 |
2017-07-31 | subsystem interfaces: integrated __ntapi_tty_query_information_service(). | midipix | 2 | -0/+29 |
2017-07-31 | subsystem interfaces: normalized port name helper functions. | midipix | 2 | -2/+2 |
2017-07-31 | subsystem interfaces: integrated extended port name helper functions. | midipix | 2 | -0/+18 |
2017-07-31 | subsystem interfaces: ipc object guid parameter is always a const. | midipix | 2 | -4/+4 |
2017-07-31 | subsystem interfaces: integrated ipc object directory handlers. | midipix | 2 | -0/+31 |
2017-07-31 | subsystem interfaces: integrated sysv semaphore definitions. | midipix | 4 | -0/+117 |
2017-07-31 | string to hex, hex to string: pre-alpha api normalization. | midipix | 1 | -12/+12 |
2017-02-02 | added crc64 definitions and interfaces. | midipix | 2 | -0/+95 |
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 | 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 |