Age | Commit message (Expand) | Author | Files | Lines |
2017-10-08 | process creation: added __ntapi_tt_spawn_foreign_process(). | midipix | 2 | -0/+2 |
2017-09-10 | envp primitives: integrated __ntapi_tt_get_env_var_meta_utf8(). | midipix | 2 | -0/+2 |
2017-09-08 | integrated msgqueue client side interfaces. | midipix | 2 | -0/+24 |
2017-08-06 | primary token: enable symlink creation capabilities by default. | midipix | 1 | -0/+4 |
2017-08-04 | subsystem interfaces: added server-to-server synchronization interfaces. | midipix | 2 | -0/+4 |
2017-07-31 | subsystem interfaces: integrated sysv semaphore client-side interfaces. | midipix | 2 | -0/+20 |
2017-07-31 | subsystem interfaces: integrated __ntapi_tty_client_session_disconnect(). | midipix | 2 | -0/+2 |
2017-07-31 | subsystem interfaces: integrated ipc connection section handlers. | midipix | 2 | -0/+14 |
2017-07-31 | subsystem interfaces: integrated ipc connection handlers. | midipix | 3 | -2/+48 |
2017-07-31 | subsystem interfaces: integrated __ntapi_tty_query_information_service(). | midipix | 2 | -0/+2 |
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/+6 |
2017-07-31 | subsystem interfaces: integrated ipc object directory handlers. | midipix | 2 | -0/+4 |
2017-02-04 | annual chores. | midipix | 11 | -11/+11 |
2017-02-02 | added crc64 definitions and interfaces. | midipix | 2 | -0/+11 |
2017-01-26 | guid <--> string conversion functions: normalized interfaces. | midipix | 2 | -6/+6 |
2017-01-07 | pty interfaces: added __ntapi_pty_open_pair(). | midipix | 2 | -0/+2 |
2016-12-25 | file-system interfaces: removed the inadequate ntapi_tt_validate_fs_handle. | midipix | 2 | -2/+0 |
2016-12-15 | ntapi_debug.c: ensure the translation unit is never empty. | midipix | 1 | -0/+2 |
2016-12-12 | include <psxtypes/section/freestd.h> for improved foreign compiler support. | midipix | 1 | -0/+2 |
2016-12-12 | vmount module: removed current impl. of the virtual mount system client. | midipix | 2 | -27/+0 |
2016-11-12 | PE targets: free-standing environment: library image: mark affiliation. | midipix | 1 | -0/+5 |
2016-10-23 | __ntapi_tt_fork(): child: obtain hprocess and hthread handles upon success. | midipix | 1 | -0/+2 |
2016-10-23 | __ntapi_tt_fork(): added resilient interface around low-level implementation. | midipix | 2 | -2/+2 |
2016-08-22 | pty layer: __ntapi_pty_inherit_runtime_ctty(): implementation and integration. | midipix | 2 | -0/+2 |
2016-08-12 | sync block: remove validate/invalidate api, fix lock_tries logic, tidy up. | midipix | 2 | -6/+4 |
2016-08-11 | struct ntapi_vtbl: added missing pointer to __ntapi_tt_sync_block_discard(). | midipix | 2 | -0/+2 |
2016-08-10 | src/internal/ntapi_open.c: remove accidental #include of <ntcon/ntcon.h> | midipix | 1 | -1/+0 |
2016-07-24 | process creation: added __ntapi_tt_spawn_native_process(). | midipix | 2 | -0/+2 |
2016-07-24 | internals: added __ntapi_tt_open_file_utf8() and __ntapi_tt_open_dir_utf8(). | midipix | 2 | -0/+100 |
2016-06-30 | whitespace meditation. | midipix | 2 | -5/+5 |
2016-06-30 | nt_string.h, ntapi_vtbl: added vsprintf and vsnprintf (via ntdll). | midipix | 1 | -1/+3 |
2016-06-30 | ntapi_vtbl: string functions: code maintenance. | midipix | 2 | -3/+3 |
2016-06-30 | nt_string.h, ntapi_vtbl: added snprintf (via ntdll). | midipix | 1 | -1/+2 |
2016-06-30 | __ntapi_init_completed: as in __ntapi_init_once, return address of shadow vtbl. | midipix | 1 | -1/+1 |
2016-06-29 | free-standing environment: remove fluff from the argv/envp parsing facility. | midipix | 2 | -4/+0 |
2016-06-28 | string functions: added __ntapi_tt_strncmp_utf16(). | midipix | 2 | -0/+2 |
2016-06-28 | string functions: added __ntapi_tt_strncmp_multibyte(). | midipix | 2 | -0/+2 |
2016-06-28 | string functions: added __ntapi_tt_strcmp_utf16(). | midipix | 2 | -0/+2 |
2016-06-28 | string functions: added __ntapi_tt_strcmp_multibyte(). | midipix | 2 | -0/+2 |
2016-06-24 | process tokens: added __ntapi_tt_[enable/disable]_token_privilege(). | midipix | 2 | -0/+8 |
2016-06-24 | internals: added handle to the process's primary token. | midipix | 2 | -0/+8 |
2016-06-16 | __ntapi_sc_getsockopt(): initial implementation and integration. | midipix | 2 | -0/+2 |
2016-06-16 | __ntapi_sc_setsockopt(): initial implementation and integration. | midipix | 2 | -0/+2 |
2016-05-28 | code maintenance: debug: change type of 'char *' parameters to 'const char *'. | midipix | 1 | -5/+5 |
2016-05-14 | __ntapi_log_write(): properly handle signedness. | midipix | 1 | -2/+2 |
2016-05-14 | code maintenance: properly initialize struct entities. | midipix | 1 | -4/+8 |
2016-05-14 | code maintenance: mark unused parameters. | midipix | 2 | -0/+5 |
2016-05-14 | internals: __ntapi_log_write(): initial implementation. | midipix | 1 | -0/+66 |
2016-05-14 | debug: remove dead buffer. | midipix | 1 | -3/+1 |