index
:
ntapi
main
Native API core library
midipix
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
src
Age
Commit message (
Expand
)
Author
Files
Lines
2017-01-17
struct nt_runtime_data: update for the benefit of the framework loader impl.
midipix
1
-3
/
+3
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
5
-3
/
+84
2017-01-08
ntapi_tty_create_session(): removed hard-coded fallback image name.
midipix
1
-15
/
+4
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
2
-14
/
+14
2017-01-07
subsystem infrastructure: distinguish between port and session type/subtype.
midipix
1
-2
/
+11
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
1
-4
/
+48
2017-01-07
native process creation: added child process session registration support.
midipix
2
-0
/
+16
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
3
-6
/
+47
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
1
-18
/
+34
2016-12-25
file-system interfaces: removed the inadequate ntapi_tt_validate_fs_handle.
midipix
3
-29
/
+0
2016-12-25
{i}stat{fs} interfaces: remove fluff, require valid handle, simplify logic.
midipix
4
-143
/
+67
2016-12-25
{i}stat{fs} interfaces: add .obj_name_strlen, remove .record_name_strlen.
midipix
3
-12
/
+12
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
1
-14
/
+16
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
1
-21
/
+20
2016-12-23
__ntapi_tt_istat(): clean-up, simplify logic.
midipix
1
-6
/
+7
2016-12-23
__ntapi_tt_stat(): clean-up, simplify logic.
midipix
1
-44
/
+42
2016-12-22
__ntapi_tt_stat(): properly populate .dev_name_hash and .dev_name_strlen.
midipix
1
-15
/
+44
2016-12-22
__ntapi_tt_statfs(), __ntapi_tt_istat(): added initial \Device\Mup support.
midipix
2
-13
/
+43
2016-12-19
32/64-bit code path: use __SIZEOF_POINTER__ in anticipation of arm support.
midipix
7
-14
/
+14
2016-12-18
__ntapi_sc_socket_V{1|2}: provide smooth foreign compiler support.
midipix
2
-4
/
+24
2016-12-18
ntapi_sc_sockete(): update to a more caller-friendly signature.
midipix
2
-4
/
+4
2016-12-15
project: clbuild-bat: asm source file normalization.
midipix
1
-0
/
+0
2016-12-15
fork: removed the dangling src/process/nt64/tt_fork_v1_x86_64.asm.
midipix
1
-50
/
+0
2016-12-15
__ntapi_tt_create_thread(): do not alter value of caller's params->reg_context.
midipix
1
-4
/
+10
2016-12-15
__ntapi_tt_get_csr_port_handle_addr_by_logic_x86_64(): code clean-up.
midipix
1
-5
/
+6
2016-12-15
__ntapi_pty_query(): properly validate pty_info_class.
midipix
1
-0
/
+2
2016-12-15
__ntapi_tt_fork_v1(): code clean-up.
midipix
2
-13
/
+16
2016-12-15
__ntapi_tt_create_remote_runtime_data(): code clean-up.
midipix
1
-59
/
+55
2016-12-15
__ntapi_ldr_load_system_dll(): have size match strlen in nt_unicode_string.
midipix
1
-1
/
+1
2016-12-15
ntapi_debug.c: ensure the translation unit is never empty.
midipix
1
-0
/
+2
2016-12-15
__ntapi_tt_get_dos_drive_mount_points(): simplify logic.
midipix
1
-5
/
+2
2016-12-15
__ntapi_blt_alloc(): remove useless cast.
midipix
1
-1
/
+1
2016-12-15
code maintenance: provide smooth foreign toolchain support.
midipix
6
-10
/
+11
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
9
-677
/
+0
2016-12-08
__tt_get_dos_drive_device_or_root_handle(): pass drive_letter by value.
midipix
2
-20
/
+13
2016-12-08
__ntapi_tt_open_physical_parent_directory(): fix device root dir detection.
midipix
1
-5
/
+22
2016-12-03
PE format: update code following libpemagine's pre-alpha API update.
midipix
1
-3
/
+3
2016-11-19
PE format: update code following libpemagine's pre-alpha API update.
midipix
2
-5
/
+5
2016-11-12
PE targets: free-standing environment: library image: mark affiliation.
midipix
1
-0
/
+5
2016-11-08
__ntapi_tt_open_physical_parent_directory(): support device root directory.
midipix
1
-2
/
+4
[prev]
[next]