| Age | Commit message (Expand) | Author |
| 6 days | syscall: typo tv[0] shoulde be tv[1] | Weixie Cui |
| 2025-11-04 | os: ignore O_TRUNC errors on named pipes and terminal devices on Windows | qmuntal |
| 2025-10-29 | internal/itoa, internal/runtime/strconv: delete | Russ Cox |
| 2025-08-29 | os,syscall: pass file flags to CreateFile on Windows | qmuntal |
| 2025-08-27 | os: return nil slice when ReadDir is used with a file on file_windows | qmuntal |
| 2025-08-06 | all: remove support for windows/arm | qiulaidongfeng |
| 2025-05-27 | os: don't follow symlinks on Windows when O_CREATE|O_EXCL and read-only | Damien Neil |
| 2025-05-15 | os: set FILE_FLAG_BACKUP_SEMANTICS when opening without I/O access | qmuntal |
| 2025-05-14 | os: don't follow symlinks on Windows when O_CREATE|O_EXCL | Damien Neil |
| 2025-04-30 | syscall: cache Errno.Error() on Windows | Jake Bailey |
| 2025-04-30 | net: support IPv6 addresses in ListenMulticastUDP on Windows | qmuntal |
| 2025-04-08 | syscall: fix dangling pointers in Windows' process attributes | qmuntal |
| 2025-02-24 | syscall: allow \x00-prefixed unix abstract socket to use full path length | Albert Sundjaja |
| 2025-02-19 | syscall: don't truncate newly created files on Windows | qmuntal |
| 2024-10-23 | syscall: only remove write data access when O_APPEND is set on Windows | qmuntal |
| 2024-10-18 | syscall: keep write access when O_TRUNC is used on Windows | qmuntal |
| 2024-10-10 | syscall: support more flags when opening directories on Windows | qmuntal |
| 2024-10-10 | syscall: fix Open param names | qmuntal |
| 2024-10-10 | syscall,os: move flags validation from os.OpenFile to syscall.Open | qmuntal |
| 2024-10-09 | syscall: simplify O_TRUNC handling on Windows | qmuntal |
| 2024-10-09 | syscall: implement Ftruncate using a single syscall on Windows | qmuntal |
| 2024-03-21 | cmd/internal/osinfo,runtime,syscall: use RtlGetVersion instead of RtlGetNtVer... | qmuntal |
| 2024-03-19 | internal/asan: match runtime.asan{read,write} len parameter type | Tobias Klauser |
| 2024-03-17 | syscall: use internal/asan and internal/msan | Mauri de Souza Meneguzzo |
| 2024-03-07 | net: support TCP_KEEPIDLE, TCP_KEEPINTVL and TCP_KEEPCNT on newer Windows | Andy Pan |
| 2024-02-26 | syscall: add available godoc link | cui fliter |
| 2024-01-30 | all: fix typos | Jes Cok |
| 2023-11-20 | syscall: support O_SYNC flag for os.OpenFile on windows | Jes Cok |
| 2023-10-20 | syscall: stop counting trailing NUL for abstract addresses starting with NUL | F Y |
| 2023-09-12 | all: fix Microsoft links | qmuntal |
| 2023-08-17 | syscall: don't check non-existent return code in GetStartupInfo | Tobias Klauser |
| 2023-06-14 | syscall: Fix Getwd on Windows to correctly handle long paths. | Qi Xiao |
| 2023-05-30 | syscall: fix ComputerName on Windows | qmuntal |
| 2023-05-16 | os, syscall: permit setting mtime to Unix 0 on Windows | Ian Lance Taylor |
| 2023-05-15 | os, syscall: support ill-formed UTF-16 strings on Windows | qmuntal |
| 2023-05-11 | os: make Chtimes accept empty time values to skip file time modification | Constantin Konstantinidis |
| 2023-05-09 | syscall,internal/poll: move pipe check from syscall.Seek to callers | qmuntal |
| 2023-05-04 | syscall: reduce memory allocated by UTF16FromString | Frediano Ziglio |
| 2023-04-12 | syscall: implement Fchdir on Windows | qmuntal |
| 2023-03-16 | syscall: let errors.ErrUnsupported match ERROR_NOT_SUPPORTED and ERROR_CALL_N... | Tobias Klauser |
| 2023-03-16 | syscall: let ENOSYS, ENOTSUP and EOPNOTSUPP implement errors.ErrUnsupported | Tobias Klauser |
| 2023-03-15 | syscall: let EPLAN9 and EWINDOWS implement errors.ErrUnsupported | Tobias Klauser |
| 2023-02-28 | syscall: use unsafe.Slice in (*RawSockaddrAny).Sockaddr on windows | Tobias Klauser |
| 2022-11-14 | os,syscall: File.Stat to use file handle for directories on Windows | qmuntal |
| 2022-09-26 | syscall: check if to is nil to prevent panic from WSASendto | cuiweixie |
| 2022-09-13 | syscall: simplify unsafe.Slice usage | Cuong Manh Le |
| 2022-09-09 | syscall: use unsafe.Slice instead of unsafeheader package | Tobias Klauser |
| 2022-08-23 | syscall: rely on utf16.AppendRune | qmuntal |
| 2022-05-10 | syscall: update broken links | Ian Lance Taylor |
| 2022-03-18 | syscall: optimize UTF16{,Ptr}FromString | Tobias Klauser |