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
2016-12-18
project: clbuild-bat: added -Wno-unused-parameter support.
midipix
1
-0
/
+1
2016-12-18
project: clbuild-bat: added -Wno-missing-field-initializers support.
midipix
1
-0
/
+1
2016-12-18
project: clbuild-bat: added proper version.tag support.
midipix
2
-9
/
+27
2016-12-18
build system: version.sh: create output directory as needed.
midipix
1
-0
/
+1
2016-12-15
project: clbuild.bat: initial check-in (generated via: make clbuild-bat).
midipix
1
-0
/
+907
2016-12-15
project: clbuilt-bat: added shared-objs-asm and static-objs-asm build targets.
midipix
1
-0
/
+4
2016-12-15
project: clbuild-bat: asm source file normalization.
midipix
1
-0
/
+0
2016-12-15
added clbuild-bat: a poor man's transitional clbuild command translator.
midipix
2
-0
/
+197
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
nt_thread.h: fix sign and size of NT_CONTEXT_JUST_EVERYTHING.
midipix
1
-1
/
+1
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
2
-2
/
+2
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-13
PE soname support: added the designated LDFLAGS_SONAME variable.
midipix
1
-2
/
+3
2016-12-12
include <psxtypes/section/freestd.h> for improved foreign compiler support.
midipix
1
-0
/
+2
2016-12-12
api headers: foreign toolchain support: fix type definition of wchar32_t.
midipix
1
-1
/
+1
2016-12-12
api headers: nt_{abi|compiler}.h: provide a smoother foreign toolchain support.
midipix
2
-0
/
+28
2016-12-12
vmount module: removed current impl. of the virtual mount system client.
midipix
14
-1030
/
+0
2016-12-11
api headers: added nt_dalist.h, nt_pe.h, for smooth foreign toolchain support.
midipix
5
-2
/
+32
2016-12-11
api headers: nt_vfd.h, nt_vmount.h: remove dependency on dalist (not needed).
midipix
2
-2
/
+0
2016-12-11
api headers: added nt_api.h, supporting visual studio and hosted environments.
midipix
3
-11
/
+19
2016-12-11
api headers: added hosted environment and visual studio support.
midipix
49
-48
/
+58
2016-12-11
api headers: added nt_abi.h, supporting visual studio and hosted environment.
midipix
2
-0
/
+32
2016-12-11
api headers: nt_symlink.h: explicitly include nt_port.h.
midipix
1
-0
/
+1
2016-12-11
api headers: nt_hash.h: include the correct secondary header.
midipix
1
-1
/
+1
2016-12-11
api headers: nt_thread.h: added visual studio and hosted environment support.
midipix
1
-6
/
+8
2016-12-11
api headers: added nt_compiler.h, supporting visual studio and hosted envs.
midipix
2
-0
/
+56
2016-12-11
api headers: normalize secondary header inclusion.
midipix
9
-11
/
+11
2016-12-11
project: install-headers-custom: bits sub-dirs: i386 --> nt32, x86_64 --> nt64.
midipix
1
-4
/
+4
2016-12-11
project: headers.mk: use the proper source-tree variable.
midipix
1
-65
/
+65
2016-12-11
project: arch.mk: use the proper source-tree variable.
midipix
1
-2
/
+2
2016-12-11
nt_socket.h: removed out-of-scope constant definitions.
midipix
1
-21
/
+0
2016-12-11
arch-specific thread struct definitions: added hosted application support.
midipix
2
-3
/
+4
2016-12-11
api headers: bits sub-dirs: i386 --> nt32, x86_64 --> nt64.
midipix
9
-12
/
+12
2016-12-10
midipix free-standing environment: adjust to forthcoming feature test macro.
midipix
1
-1
/
+1
2016-12-08
build system: configure: pass --sysroot to the linker as a compiler argument.
midipix
1
-1
/
+1
2016-12-08
__tt_get_dos_drive_device_or_root_handle(): pass drive_letter by value.
midipix
3
-24
/
+17
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-30
build system: sofort/os/pe.mk: install-implib-solink: fix target definition.
midipix
1
-3
/
+3
2016-11-30
build system: sofort/version.mk: install-soname: fix build target definition.
midipix
1
-3
/
+3
2016-11-30
build system: sofort/version.mk: install-solink: fix build target definition.
midipix
1
-3
/
+3
2016-11-19
PE format: update code following libpemagine's pre-alpha API update.
midipix
2
-5
/
+5
[prev]
[next]