- 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
- 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 · 10 years ago
- 2f433e2 Renaming symbolic links supported; Function usleep changed: a return value bug fixed by WHR · 10 years ago
- 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 · 10 years ago
- 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 · 10 years ago
- 031bc2a Function getcwd changed; Add a new function time by WHR · 10 years ago
- 787794a Function dup changed: add tty fd support; Add the build date into the version information by WHR · 10 years ago
- a28327d Function getcwd changed; Prints some information when running the DLL as a program by WHR · 10 years ago
- 523b393 Building the nativelibc as a shared library becomes default by WHR · 10 years ago
- 8a2f2f9 Add a new function link; Function write_tty changed - print characters over the ASCII-Null supported by WHR · 10 years ago
- db86460 Add new function strdup; stdout and stderr on POSIX-IO supported by WHR · 10 years ago
- 88604c5 Function unlink changed; The calling convention of function DllMainCRTStartup changed to stdcall by WHR · 10 years ago
- 3704b2a Add new functions creat and mkdir, creating a directory with function open supported by WHR · 10 years ago
- d1ead1c Function open changed: S_IWRITE permission (convert to attribute) supported, open file with FILE_SHARE_READ as default by WHR · 10 years ago
- d5a178f Supplements errno mapping; nt.h improved by WHR · 10 years ago
- 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 · 10 years ago
- 07f55a9 Add new function dup; Add errno.h by WHR · 10 years ago
- a219d4d Function open changed: O_APPEND supported; Most of compiler warnings enabled by WHR · 10 years ago
- cdf75cf Add lost file ntdll/Makefile; continue working on errno; crtn.c improved by WHR · 10 years ago
- 7fd998a POSIX IO functions read and write implemented, but the O_APPEND is still didn't work; Path name style converts implemented by WHR · 10 years ago
- bf63a4a POSIX IO functions open and close implemented by WHR · 10 years ago
- 732977a Function abort changed; Add new functions symlink and unlink, also a new function getcwd but not done yet by WHR · 10 years ago
- 3bbf622 Bug fixed that version structure overwrite in some platform; strnlen bug fixed; abort, assert supported by WHR · 11 years ago
- 37396ce Improve Makefiles, vprintf function; Some bug of crtn fixed by WHR · 11 years ago
- 55f9ac2 Supplements main Makefile and errnos of nativelibc by WHR · 11 years ago
- 9f190b5 Supplement Makefile and errnos by WHR · 11 years ago
- acac09d Initial commit by Administrator · 11 years ago