Rivoreo Source Code Repositories
src.rivoreo.one
/
devel
/
nativetools
Windows NT Native Tools
[
Releases
]
Clone this repo:
Branches
master
Tags
1.0
d9eff91
Remove bundled libgcc.a; append default libraries after user-defined 'LIBS' variable
by WHR
· 4 months ago
master
5bb343e
Declare a few additional functions in nt.h
by WHR
· 4 months ago
490d169
Revise makefiles
by WHR
· 4 months ago
3252d6a
Implement function linkat
by WHR
· 4 months ago
0e8e7ce
Remove '--enable-stdcall-fixup' option from ld(1) command line
by WHR
· 4 months ago
10cdfb9
Revise startup routine
by WHR
· 4 months ago
ff9e6fb
Correct permission mode of ntdll/include/ntstatus.h
by WHR
· 4 months ago
044f2ef
Expand 'struct statfs' (ABI change)
by WHR
· 8 months ago
e744918
Function openat: recognize flags O_EXEC and O_SYNC; remove O_CLOEXEC completely because its meaning doesn't apply to Windows NT; recognize O_NOINHERIT instead for the previous behavior (ABI change)
by WHR
· 8 months ago
4b5e650
Update rules.mk
by WHR
· 8 months ago
5e26fd4
Implement fchmodat, mkdirat, readlinkat, symlinkat and unlinkat functions
by WHR
· 8 months ago
7af64e9
Function fork: remove unnecessary code of register values copying
by WHR
· 8 months ago
660a347
Function fstat: represent all device node types as character devices
by WHR
· 8 months ago
49fc47c
Reject invalid flags in fstatat and utimensat functions
by WHR
· 8 months ago
debfad9
Function fork: don't assume the compiled x86 code too much, but set the instruction pointer to the beginning of this function, and change the value of variable 'is_child' to 1 in the child process, so it will be less likely to break on compiler changes
by WHR
· 8 months ago
72640b3
Expand 'struct stat' to include timestamps in type of 'struct timespec' (ABI change)
by WHR
· 8 months ago
72fb750
Function strftime: implement '%Z' and '%z' conversion sequences correctly
by WHR
· 8 months ago
4e2dd83
Function opendir: fix a potential file descriptor leaking
by WHR
· 8 months ago
c1740e1
Update nativelibc/Makefile
by WHR
· 8 months ago
b088e5d
Avoid comparing signed and unsigned values, in function __ntstatus_to_errno_other
by WHR
· 8 months ago
Next »