- a5da56b Call __init_keyboard from library startup code as necessary by WHR · 1 year, 2 months ago master
- 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, 2 months ago
- 293a668 Normalize return value of function close by WHR · 1 year, 2 months ago
- dc43679 Fix an invalid use of free(3) by WHR · 1 year, 2 months ago
- 9c96493 Add dummy function read_keyboard to make this built by WHR · 7 years ago
- 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 · 7 years ago
- 7f6554a Function readlink: fix invalid address to RtlFreeHeap; add _set_stdin_fd call from init_console by WHR · 7 years ago
- 8e637db Function readlink: fix unclosed handle by WHR · 7 years ago
- 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
- 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 · 9 years ago
- d7e6972 Function rename changed; fork implemented by WHR · 10 years ago
- 03f2c66 Disable all debug messages; Rename a empty directory object are supported; Function unlink changed by WHR · 10 years ago 1.0
- 34804fa Function fstatfs can get the device name of the fd; Add new functions clock_settime, remove and wait by WHR · 10 years ago
- 53bbee3 Function waitpid changed: flag WNOHANG supported; Add new functions statfs and fstatfs by WHR · 10 years ago
- 77feb39 Add some ctype functions; Add function waitpid; Stop using NtGetTickCount; by WHR · 10 years ago
- 9173736 Move atexit and exit into crtn.c; Rewrite environment support; Add a function _create_process by WHR · 10 years ago
- 922d5fa New functions chmod, fchmod, fopendir and atexit implemented; Function unlink changed by WHR · 10 years ago
- 8c9b117 The NT status to errno mapping is done; User environment supported; Function localtime_r changed: bug fix; by WHR · 10 years ago
- 5934f6d New functions access, truncate, ftruncate, utimes, utimensat futimens gettimeofday, settimeofday implemented by WHR · 10 years ago
- 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