Windows NT Native Tools

[Releases]
Clone this repo:

Branches

Tags

  1. d9eff91 Remove bundled libgcc.a; append default libraries after user-defined 'LIBS' variable by WHR · 4 months ago master
  2. 5bb343e Declare a few additional functions in nt.h by WHR · 4 months ago
  3. 490d169 Revise makefiles by WHR · 4 months ago
  4. 3252d6a Implement function linkat by WHR · 4 months ago
  5. 0e8e7ce Remove '--enable-stdcall-fixup' option from ld(1) command line by WHR · 4 months ago
  6. 10cdfb9 Revise startup routine by WHR · 4 months ago
  7. ff9e6fb Correct permission mode of ntdll/include/ntstatus.h by WHR · 4 months ago
  8. 044f2ef Expand 'struct statfs' (ABI change) by WHR · 8 months ago
  9. 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
  10. 4b5e650 Update rules.mk by WHR · 8 months ago
  11. 5e26fd4 Implement fchmodat, mkdirat, readlinkat, symlinkat and unlinkat functions by WHR · 8 months ago
  12. 7af64e9 Function fork: remove unnecessary code of register values copying by WHR · 8 months ago
  13. 660a347 Function fstat: represent all device node types as character devices by WHR · 8 months ago
  14. 49fc47c Reject invalid flags in fstatat and utimensat functions by WHR · 8 months ago
  15. 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
  16. 72640b3 Expand 'struct stat' to include timestamps in type of 'struct timespec' (ABI change) by WHR · 8 months ago
  17. 72fb750 Function strftime: implement '%Z' and '%z' conversion sequences correctly by WHR · 8 months ago
  18. 4e2dd83 Function opendir: fix a potential file descriptor leaking by WHR · 8 months ago
  19. c1740e1 Update nativelibc/Makefile by WHR · 8 months ago
  20. b088e5d Avoid comparing signed and unsigned values, in function __ntstatus_to_errno_other by WHR · 8 months ago