- 044f2ef Expand 'struct statfs' (ABI change) by WHR · 7 hours ago master
- e744918 Function openat: recognize flags O_EXEC and O_SYNC; remove O_CLOEXEC completely because its meaning doesn't apply to Windows NT; recognize O_NOINHERIT instead for the previous behavior (ABI change) by WHR · 2 days ago
- 4b5e650 Update rules.mk by WHR · 2 days ago
- 5e26fd4 Implement fchmodat, mkdirat, readlinkat, symlinkat and unlinkat functions by WHR · 4 days ago
- 7af64e9 Function fork: remove unnecessary code of register values copying by WHR · 5 days ago
- 660a347 Function fstat: represent all device node types as character devices by WHR · 5 days ago
- 49fc47c Reject invalid flags in fstatat and utimensat functions by WHR · 5 days ago
- 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
- 72640b3 Expand 'struct stat' to include timestamps in type of 'struct timespec' (ABI change) by WHR · 5 days ago
- 72fb750 Function strftime: implement '%Z' and '%z' conversion sequences correctly by WHR · 5 days ago
- 4e2dd83 Function opendir: fix a potential file descriptor leaking by WHR · 5 days ago
- c1740e1 Update nativelibc/Makefile by WHR · 5 days ago
- b088e5d Avoid comparing signed and unsigned values, in function __ntstatus_to_errno_other by WHR · 5 days ago
- 37a74b3 Enable export of symbols 'timezone' and 'daylight', and provide the corresponding declarations in 'time.h' if macro _XOPEN_SOURCE is defined by WHR · 5 days ago
- cffa0f7 Implement functions localtime, localtime_r, gmtime and gmtime_r using Arthur Olson's code by WHR · 5 days ago
- a138064 Add full support of time zone configurations by WHR · 6 days ago
- 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
- 501061c Rewrite ctype functions (ABI change) by WHR · 6 days ago
- 3f73da5 Remove symbols 'tolower' and 'toupper', from ntdll exports list by WHR · 6 days ago
- 7ba2675 Select a proper strerror_r variant based on macro definition in build time by WHR · 7 days ago