Windows NT Native Tools

[Releases]
Clone this repo:

Branches

Tags

  1. a5da56b Call __init_keyboard from library startup code as necessary by WHR · 7 months ago master
  2. a759150 Initialize keyboard_fh in nativelibc/posix-io/tty-fd.c to invalid value; make more uses of macro IS_STD_PSEUDO_FD by WHR · 7 months ago
  3. 293a668 Normalize return value of function close by WHR · 7 months ago
  4. dc43679 Fix an invalid use of free(3) by WHR · 7 months ago
  5. 9c96493 Add dummy function read_keyboard to make this built by WHR · 6 years ago
  6. 428dcc4 Add macro IS_STD_PSEUDO_FD to filter pseudo file descriptors; Fix switch missing break in function _set_std_fd; Some other changes for standard conforming by WHR · 6 years ago
  7. 7f6554a Function readlink: fix invalid address to RtlFreeHeap; add _set_stdin_fd call from init_console by WHR · 7 years ago
  8. 8e637db Function readlink: fix unclosed handle by WHR · 7 years ago
  9. 035eaa2 Add functions statvfs and strtoimax; Functions unlink changed: POSIX said giving EPERM to deny unlinking directories; Add a macro in unlink.c to control whether unlinking directories is allowed; Bug fixes by WHR · 7 years ago
  10. d20fc31 Implementing stdin in POSIX IO; getopt changed: opterr bug fixed, add rescanning support; Function open changed: flag O_CLOEXEC is supported; stat improved; Add new dirent famliy function dirfd; Add some string functions by WHR · 8 years ago
  11. d7e6972 Function rename changed; fork implemented by WHR · 10 years ago
  12. 03f2c66 Disable all debug messages; Rename a empty directory object are supported; Function unlink changed by WHR · 10 years ago 1.0
  13. 34804fa Function fstatfs can get the device name of the fd; Add new functions clock_settime, remove and wait by WHR · 10 years ago
  14. 53bbee3 Function waitpid changed: flag WNOHANG supported; Add new functions statfs and fstatfs by WHR · 10 years ago
  15. 77feb39 Add some ctype functions; Add function waitpid; Stop using NtGetTickCount; by WHR · 10 years ago
  16. 9173736 Move atexit and exit into crtn.c; Rewrite environment support; Add a function _create_process by WHR · 10 years ago
  17. 922d5fa New functions chmod, fchmod, fopendir and atexit implemented; Function unlink changed by WHR · 10 years ago
  18. 8c9b117 The NT status to errno mapping is done; User environment supported; Function localtime_r changed: bug fix; by WHR · 10 years ago
  19. 5934f6d New functions access, truncate, ftruncate, utimes, utimensat futimens gettimeofday, settimeofday implemented by WHR · 10 years ago
  20. 8f614f7 Add new function fsync; Remove directory files in file system supported; Function sleep is can handle more larger number; by WHR · 10 years ago