1. 49fc47c Reject invalid flags in fstatat and utimensat functions by WHR · 5 days ago
  2. 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 · 5 days ago
  3. 72640b3 Expand 'struct stat' to include timestamps in type of 'struct timespec' (ABI change) by WHR · 5 days ago
  4. 72fb750 Function strftime: implement '%Z' and '%z' conversion sequences correctly by WHR · 5 days ago
  5. 4e2dd83 Function opendir: fix a potential file descriptor leaking by WHR · 5 days ago
  6. c1740e1 Update nativelibc/Makefile by WHR · 6 days ago
  7. b088e5d Avoid comparing signed and unsigned values, in function __ntstatus_to_errno_other by WHR · 6 days ago
  8. 37a74b3 Enable export of symbols 'timezone' and 'daylight', and provide the corresponding declarations in 'time.h' if macro _XOPEN_SOURCE is defined by WHR · 6 days ago
  9. cffa0f7 Implement functions localtime, localtime_r, gmtime and gmtime_r using Arthur Olson's code by WHR · 6 days ago
  10. a138064 Add full support of time zone configurations by WHR · 6 days ago
  11. fcae4d3 Change size of the types off_t, time_t, blkcnt_t, fsblkcnt_t and fsfilcnt_t to 64-bit, and switch to the 64-bit compatible, public domain implementation of function mktime that originally written by Arthur Olson (ABI change) by WHR · 6 days ago
  12. 501061c Rewrite ctype functions (ABI change) by WHR · 6 days ago
  13. 3f73da5 Remove symbols 'tolower' and 'toupper', from ntdll exports list by WHR · 7 days ago
  14. 7ba2675 Select a proper strerror_r variant based on macro definition in build time by WHR · 7 days ago
  15. 98fcc8a Check dir_fd for common invalid file descriptor value in '*at' functions by WHR · 7 days ago
  16. a955754 Implement the POSIX variant of strerror_r function; change some errno values and NT status to errno mappings (ABI change) by WHR · 7 days ago
  17. d102249 Implement function fstatat by WHR · 7 days ago
  18. 2243144 Function utimensat: support operation on path that relative to the specified directory file descriptor by WHR · 7 days ago
  19. 3796c7c Implement function openat by WHR · 7 days ago
  20. a5da56b Call __init_keyboard from library startup code as necessary by WHR · 1 year, 11 months ago
  21. 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 · 1 year, 11 months ago
  22. 293a668 Normalize return value of function close by WHR · 1 year, 11 months ago
  23. dc43679 Fix an invalid use of free(3) by WHR · 1 year, 11 months ago
  24. 9c96493 Add dummy function read_keyboard to make this built by WHR · 8 years ago
  25. 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 · 8 years ago
  26. 7f6554a Function readlink: fix invalid address to RtlFreeHeap; add _set_stdin_fd call from init_console by WHR · 8 years ago
  27. 8e637db Function readlink: fix unclosed handle by WHR · 8 years ago
  28. 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 · 8 years ago
  29. 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 · 10 years ago
  30. d7e6972 Function rename changed; fork implemented by WHR · 11 years ago
  31. 03f2c66 Disable all debug messages; Rename a empty directory object are supported; Function unlink changed by WHR · 11 years ago 1.0
  32. 34804fa Function fstatfs can get the device name of the fd; Add new functions clock_settime, remove and wait by WHR · 11 years ago
  33. 53bbee3 Function waitpid changed: flag WNOHANG supported; Add new functions statfs and fstatfs by WHR · 11 years ago
  34. 77feb39 Add some ctype functions; Add function waitpid; Stop using NtGetTickCount; by WHR · 11 years ago
  35. 9173736 Move atexit and exit into crtn.c; Rewrite environment support; Add a function _create_process by WHR · 11 years ago
  36. 922d5fa New functions chmod, fchmod, fopendir and atexit implemented; Function unlink changed by WHR · 11 years ago
  37. 8c9b117 The NT status to errno mapping is done; User environment supported; Function localtime_r changed: bug fix; by WHR · 11 years ago
  38. 5934f6d New functions access, truncate, ftruncate, utimes, utimensat futimens gettimeofday, settimeofday implemented by WHR · 11 years ago
  39. 8f614f7 Add new function fsync; Remove directory files in file system supported; Function sleep is can handle more larger number; by WHR · 11 years ago
  40. a0a8fcb Add some time functions; POSIX standard dirent implemented; A buffer overwritten bug is fixed; Function vprintf changed: some field width flags are supported by WHR · 11 years ago
  41. 2f433e2 Renaming symbolic links supported; Function usleep changed: a return value bug fixed by WHR · 11 years ago
  42. 5d8501b Create, open, and remove directory objects are supported; Function open changed: specify the O_DIRECTORY flag when open a directory (object or file) is no longer needed; readlink implemented by WHR · 11 years ago
  43. fb7cdda Add some functions: stat, rename, strerror, perror, etc.; getopt implemented; Function open is now can open symlink object, symlink becomes really useful, and unlink is now can remove a symlink object instead of target file; errno support is enabled by WHR · 11 years ago
  44. 031bc2a Function getcwd changed; Add a new function time by WHR · 11 years ago
  45. 787794a Function dup changed: add tty fd support; Add the build date into the version information by WHR · 11 years ago
  46. a28327d Function getcwd changed; Prints some information when running the DLL as a program by WHR · 11 years ago
  47. 523b393 Building the nativelibc as a shared library becomes default by WHR · 11 years ago
  48. 8a2f2f9 Add a new function link; Function write_tty changed - print characters over the ASCII-Null supported by WHR · 11 years ago
  49. db86460 Add new function strdup; stdout and stderr on POSIX-IO supported by WHR · 11 years ago
  50. 88604c5 Function unlink changed; The calling convention of function DllMainCRTStartup changed to stdcall by WHR · 11 years ago
  51. 3704b2a Add new functions creat and mkdir, creating a directory with function open supported by WHR · 11 years ago
  52. d1ead1c Function open changed: S_IWRITE permission (convert to attribute) supported, open file with FILE_SHARE_READ as default by WHR · 11 years ago
  53. d5a178f Supplements errno mapping; nt.h improved by WHR · 12 years ago
  54. c3cd769 Add new functions getpid, getppid, lseek; Function symlink changed; Members name and type of structure PROCESS_BASIC_INFORMATION changed; Add some structures for file information by WHR · 12 years ago
  55. 07f55a9 Add new function dup; Add errno.h by WHR · 12 years ago
  56. a219d4d Function open changed: O_APPEND supported; Most of compiler warnings enabled by WHR · 12 years ago
  57. cdf75cf Add lost file ntdll/Makefile; continue working on errno; crtn.c improved by WHR · 12 years ago
  58. 7fd998a POSIX IO functions read and write implemented, but the O_APPEND is still didn't work; Path name style converts implemented by WHR · 12 years ago
  59. bf63a4a POSIX IO functions open and close implemented by WHR · 12 years ago
  60. 732977a Function abort changed; Add new functions symlink and unlink, also a new function getcwd but not done yet by WHR · 12 years ago
  61. 3bbf622 Bug fixed that version structure overwrite in some platform; strnlen bug fixed; abort, assert supported by WHR · 12 years ago
  62. 37396ce Improve Makefiles, vprintf function; Some bug of crtn fixed by WHR · 12 years ago
  63. 55f9ac2 Supplements main Makefile and errnos of nativelibc by WHR · 12 years ago
  64. 9f190b5 Supplement Makefile and errnos by WHR · 12 years ago
  65. acac09d Initial commit by Administrator · 12 years ago