Call __init_keyboard from library startup code as necessary
Initialize keyboard_fh in nativelibc/posix-io/tty-fd.c to invalid value; make more uses of macro IS_STD_PSEUDO_FD
Normalize return value of function close
Fix an invalid use of free(3)
Add dummy function read_keyboard to make this built
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
Function readlink: fix invalid address to RtlFreeHeap; add _set_stdin_fd call from init_console
Function readlink: fix unclosed handle
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
Implementing stdin in POSIX IO; getopt changed:...
Function rename changed; fork implemented
Disable all debug messages; Rename a empty dire...
Function fstatfs can get the device name of the...
Function waitpid changed: flag WNOHANG supporte...
Add some ctype functions; Add function waitpid;...
Move atexit and exit into crtn.c; Rewrite envir...
New functions chmod, fchmod, fopendir and atexi...
The NT status to errno mapping is done; User en...
New functions access, truncate, ftruncate, utim...
Add new function fsync; Remove directory files ...
Add some time functions; POSIX standard dirent ...
Renaming symbolic links supported; Function usl...
Create, open, and remove directory objects are ...
Add some functions: stat, rename, strerror, per...
Function getcwd changed; Add a new function time
Function dup changed: add tty fd support; Add t...
Function getcwd changed; Prints some informatio...
Building the nativelibc as a shared library bec...
Add a new function link; Function write_tty cha...
Add new function strdup; stdout and stderr on P...
Function unlink changed; The calling convention...
Add new functions creat and mkdir, creating a d...
Function open changed: S_IWRITE permission (con...
Supplements errno mapping; nt.h improved
Add new functions getpid, getppid, lseek; Funct...
Add new function dup; Add errno.h
Function open changed: O_APPEND supported; Most...
Add lost file ntdll/Makefile; continue working ...
POSIX IO functions read and write implemented, ...
POSIX IO functions open and close implemented
Function abort changed; Add new functions symli...
Bug fixed that version structure overwrite in s...
Improve Makefiles, vprintf function; Some bug o...