index
:
ntapi
main
Native API core library
midipix
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2024-08-29
__ntapi_tt_get_argv_envp_utf16(): guard against repeated vector relocations.
midipix
4
-27
/
+42
2024-08-27
struct _nt_runtime_data: added members for unix socket ctl and _nt_sid ipc.
midipix
1
-0
/
+12
2024-08-16
struct _nt_runtime_data: added the hpidmapdir and hntpipcdir members.
midipix
1
-0
/
+2
2024-08-14
struct _nt_socket: added the .hipc member to the handle union.
midipix
1
-0
/
+1
2024-08-12
struct _nt_system_basic_information: make struct size pointer-size aligned.
midipix
1
-5
/
+5
2024-07-07
nt_socket.h: added definitions for afd tcp socket options.
midipix
1
-0
/
+29
2024-04-13
build system: annual chores.
midipix
1
-1
/
+1
2024-04-03
build system: cfgtest.sh: properly cast the probed interface's address.
midipix
1
-1
/
+1
2024-03-18
build system: ccenv.sh: bsd targets: define __BSD_VISIBLE as needed.
midipix
1
-4
/
+21
2024-03-17
build system: ccenv.sh: supplement solar gates with the necessary extensions.
midipix
1
-0
/
+13
2024-03-11
build system: cfgtest.sh: fix typo in status message.
midipix
1
-1
/
+1
2024-03-07
build system: cfgtest.sh: fix c99 conformance bugs (newline, one declaration).
midipix
2
-12
/
+22
2024-02-24
build system: configure: do not (potentially) change the search path semantics.
midipix
1
-17
/
+0
2024-02-22
build system: if supported, add -Wpedantic to --strict cflags.
midipix
2
-1
/
+2
2024-02-22
build system: ccenv.sh: legacy PE targets: define __PE__ and friends as needed.
midipix
1
-0
/
+14
2024-02-22
build system: Makefile.in: remove CFLAGS_OS (duplicate, already in ccenv.in).
midipix
1
-1
/
+0
2024-02-18
build system: ccenv: detect compiler support of visibility attributes.
midipix
4
-1
/
+77
2024-02-03
build system: usage(): handle lack of a of project-specific cfgdefs.usage.
midipix
1
-1
/
+6
2024-02-01
nt64: struct nt_mcontext_x86_64_t: added missing context member.
midipix
1
-0
/
+1
2024-01-25
__ntapi_tt_spawn_foreign_process(): refactor __tt_spawn_return().
midipix
1
-28
/
+49
2024-01-25
__ntapi_tt_spawn_foreign_process(): remove redundant write (init'ed buffer).
midipix
1
-2
/
+0
2024-01-25
__ntapi_tt_spawn_foreign_process(): use macro defs for alloc- and buffer size.
midipix
1
-20
/
+24
2024-01-24
__ntapi_tt_spawn_native_process(): optimize transient buffer alloc size.
midipix
1
-3
/
+29
2024-01-24
__ntapi_tt_spawn_native_process(): refactor buffer size accounting.
midipix
1
-14
/
+10
2024-01-24
__ntapi_tt_spawn_native_process(): adjust argv limit, annotate alloc method.
midipix
1
-1
/
+2
2024-01-24
__ntapi_tt_spawn_native_process(): refactor __tt_spawn_return().
midipix
1
-21
/
+47
2024-01-24
__ntapi_tt_spawn_native_process(): use macro defs for alloc- and buffer size.
midipix
1
-5
/
+9
2024-01-24
__ntapi_tt_create_remote_process_params(): guard page size: use a macro.
midipix
1
-1
/
+4
2024-01-24
__ntapi_tt_fork_child(): replace hard-coded values with macro definitions.
midipix
1
-2
/
+5
2024-01-23
__ntapi_tt_array_convert_utf8_to_utf16(): outer loop: boundary checking.
midipix
1
-1
/
+4
2024-01-23
__ntapi_tt_array_convert_utf8_to_utf16(): fix 4-byte code-point bit shift.
midipix
1
-1
/
+1
2024-01-23
__ntapi_tt_spawn_native_process(): fix typo in assignment-based comparison.
midipix
1
-1
/
+1
2023-12-23
build system: annual chores.
midipix
1
-1
/
+1
2023-05-07
build system: ./configure: base SHELL on the environment's CONFIG_SHELL.
midipix
3
-2
/
+3
2023-02-07
__ntapi_tt_spawn_native_process(): propagate the w32_envp array as needed.
midipix
2
-0
/
+57
2023-02-07
__ntapi_tt_array_convert_utf8_to_utf16(): add final termination (win32 abi).
midipix
1
-0
/
+1
2023-02-07
struct _nt_runtime_data: added the w32_argv and w32_envp members.
midipix
1
-0
/
+3
2023-02-01
__ntapi_tt_spawn_foreign_process(): added arbitrary environment block support.
midipix
1
-4
/
+27
2023-01-13
__ntapi_tt_spawn_native_process(): export the posix env to the native layer.
midipix
1
-0
/
+3
2023-01-13
__ntapi_tt_array_convert_utf8_to_utf16(): initial implementation.
midipix
1
-9
/
+241
2022-12-21
Whitespace meditation.
midipix
2
-2
/
+2
2022-12-21
__tt_fork_impl_v2(): do not leak child thread handle upon post-fork failure.
midipix
1
-9
/
+17
2022-12-21
__ntapi_tt_fork(): never leak the hresumed event handle.
midipix
1
-4
/
+8
2022-12-21
__ntapi_tt_fork(): changed signature: record cid, return native status code.
midipix
4
-71
/
+93
2022-11-18
ipc helper interfaces: allow requesting an existing connection.
midipix
6
-30
/
+59
2022-11-13
__ntapi_tt_get_system_info_snapshot(): eliminate the buffer's helper struct.
midipix
2
-12
/
+6
2022-11-12
struct _nt_system_processes: updated definition.
midipix
1
-9
/
+35
2022-10-15
__ntapi_tt_port_prefix_from_type(): initial implementation and integration.
midipix
5
-0
/
+32
2021-12-30
A new home.
midipix
154
-155
/
+155
2021-07-06
Annual chores.
midipix
153
-153
/
+153
[next]