summaryrefslogtreecommitdiffhomepage
path: root/src/internal/ntapi_fnapi.h
AgeCommit message (Collapse)AuthorFilesLines
2017-09-10envp primitives: integrated __ntapi_tt_get_env_var_meta_utf8().midipix1-0/+1
2017-09-08integrated msgqueue client side interfaces.midipix1-0/+12
2017-08-04subsystem interfaces: added server-to-server synchronization interfaces.midipix1-0/+2
2017-07-31subsystem interfaces: integrated sysv semaphore client-side interfaces.midipix1-0/+10
2017-07-31subsystem interfaces: integrated __ntapi_tty_client_session_disconnect().midipix1-0/+1
2017-07-31subsystem interfaces: integrated ipc connection section handlers.midipix1-0/+7
2017-07-31subsystem interfaces: integrated ipc connection handlers.midipix1-0/+4
2017-07-31subsystem interfaces: integrated __ntapi_tty_query_information_service().midipix1-0/+1
2017-07-31subsystem interfaces: normalized port name helper functions.midipix1-1/+1
2017-07-31subsystem interfaces: integrated extended port name helper functions.midipix1-0/+3
2017-07-31subsystem interfaces: integrated ipc object directory handlers.midipix1-0/+2
2017-02-04annual chores.midipix1-1/+1
2017-02-02added crc64 definitions and interfaces.midipix1-0/+5
2017-01-26guid <--> string conversion functions: normalized interfaces.midipix1-4/+4
2017-01-07pty interfaces: added __ntapi_pty_open_pair().midipix1-0/+1
2016-12-25file-system interfaces: removed the inadequate ntapi_tt_validate_fs_handle.midipix1-1/+0
2016-12-12vmount module: removed current impl. of the virtual mount system client.midipix1-13/+0
the current design of the virtual mount system turned out to be less than ideal in terms of both simplicity and robustness. since its importance seems to be rather marginal at the moment, it is better to first remove it in its entirety, and then, given sufficient interest, re-implement and integrate it into the system.
2016-10-23__ntapi_tt_fork(): added resilient interface around low-level implementation.midipix1-0/+1
2016-08-22pty layer: __ntapi_pty_inherit_runtime_ctty(): implementation and integration.midipix1-0/+1
2016-08-12sync block: remove validate/invalidate api, fix lock_tries logic, tidy up.midipix1-3/+2
2016-08-11struct ntapi_vtbl: added missing pointer to __ntapi_tt_sync_block_discard().midipix1-0/+1
2016-07-24process creation: added __ntapi_tt_spawn_native_process().midipix1-0/+1
2016-06-30whitespace meditation.midipix1-1/+1
2016-06-30ntapi_vtbl: string functions: code maintenance.midipix1-1/+1
2016-06-29free-standing environment: remove fluff from the argv/envp parsing facility.midipix1-2/+0
2016-06-28string functions: added __ntapi_tt_strncmp_utf16().midipix1-0/+1
2016-06-28string functions: added __ntapi_tt_strncmp_multibyte().midipix1-0/+1
2016-06-28string functions: added __ntapi_tt_strcmp_utf16().midipix1-0/+1
2016-06-28string functions: added __ntapi_tt_strcmp_multibyte().midipix1-0/+1
2016-06-24process tokens: added __ntapi_tt_[enable/disable]_token_privilege().midipix1-0/+4
2016-06-16__ntapi_sc_getsockopt(): initial implementation and integration.midipix1-0/+1
2016-06-16__ntapi_sc_setsockopt(): initial implementation and integration.midipix1-0/+1
2016-03-22socket interfaces: sc_getpeername: initial integration.midipix1-0/+2
Integration of this function into the library has been delayed since the AFD ioctl operation, while succeeding, seems to only memset the caller's address buffer, and accordingly to never copy the remote socket address to it. Callers of sc_getpeername() should therefore first check the return value for success -- which may be used as indication that the socket is connected -- and then test the returned address buffer for validity.
2016-01-23annual chores.midipix1-1/+1
2015-09-26pty inheritance: client-side implementation.midipix1-0/+1
2015-07-27entered advanced internal development stage.midipix1-0/+262