1. 58c73de os, runtime: better EPIPE behavior for command line programs by Ian Lance Taylor · 9 years ago
  2. f5f480e os: reduce allocations in Readdir on unix by Taru Karttunen · 9 years ago
  3. e7e2739 os: touch up the EINTR retry loop in OpenFile by Aaron Jacobs · 10 years ago
  4. 50d0ee0 os: handle EINTR from open(2). by Aaron Jacobs · 10 years ago
  5. 90c668d os: remove stuttering return value names by Brad Fitzpatrick · 10 years ago
  6. 92c5736 os: windows Rename should overwrite destination file. by Daniel Theophanes · 10 years ago
  7. 9c0b145 os: don't return Chmod's error from Mkdir and OpenFile by Kato Kazuyoshi · 10 years ago
  8. 6262902 os: handle the sticky bit separately for *BSD and Solaris by Kato Kazuyoshi · 10 years ago
  9. 1cdd9b4 os: document that users of Fd should keep f alive by Russ Cox · 10 years ago
  10. 8a9c2c5 os: fix build by Russ Cox · 10 years ago
  11. a62da20 os: do not assume syscall i/o funcs return n=0 on error by Russ Cox · 10 years ago
  12. c007ce8 build: move package sources from src/pkg to src by Russ Cox · 11 years ago[Renamed from src/pkg/os/file_unix.go]
  13. cf521ce os: Implement symlink support for Windows by Michael Fraenkel · 11 years ago
  14. c4b714d os: no /tmp on android by David Crawshaw · 11 years ago
  15. 3879f0a os: cut limited read to 1 GB by Russ Cox · 11 years ago
  16. 8409dea os: cap reads and writes to 2GB on Darwin and FreeBSD by Brad Fitzpatrick · 11 years ago
  17. be8aa4b os: handle file creation with close-on-exec flag correctly on darwin, freebsd by Mikio Hara · 11 years ago
  18. 7c8280c all: merge NaCl branch (part 1) by Dave Cheney · 11 years ago
  19. 6d0d08b os, os/exec, os/user: add support for GOOS=solaris by Aram Hăvărneanu · 11 years ago
  20. ff8e458 os: avoid a string concat in readdir by Brad Fitzpatrick · 11 years ago
  21. 6a1a217 os, path/filepath: don't ignore Lstat errors in Readdir by Brad Fitzpatrick · 11 years ago
  22. ef805fe os: do not return Lstat errors from Readdir by Russ Cox · 11 years ago
  23. 6939061d os: dragonfly support by Joel Sing · 12 years ago
  24. 4cb086b os: be consistent about File methods with nil receivers by Rob Pike · 12 years ago
  25. 8378804 os: fix windows and plan9 builds by Brad Fitzpatrick · 12 years ago
  26. bdbd541 os: make Readdir work as documented by Pieter Droogendijk · 12 years ago
  27. 3e710c0 all: fix shadowing bugs found by go tool vet -shadow by Rob Pike · 12 years ago
  28. e15c0ac all: remove now-unnecessary unreachable panics by Brad Fitzpatrick · 12 years ago
  29. 98259b9 os: use syscall.Pipe2 on Linux by Georg Reinke · 12 years ago
  30. 9c8ae6c os: move epipecheck from file_posix.go and into file_unix.go to fix windows build by Alex Brainman · 13 years ago
  31. ab9cced os: fix data race in epipecheck() Fixes #3860. by Dmitriy Vyukov · 13 years ago
  32. b7b3652 os: do not assume syscall.Write will write everything by Russ Cox · 13 years ago
  33. 56069f0 os: delete os.EINVAL and so on by Rob Pike · 13 years ago
  34. 4152b43 os: delete Exec, NewFile takes uintptr, rename ShellExpand, doc fixes by Brad Fitzpatrick · 13 years ago
  35. be0f6fe os: talk about errors and PathError in the package documentation by Rob Pike · 13 years ago
  36. 20f4385 os: turn FileStat.Sys into a method on FileInfo by Gustavo Niemeyer · 13 years ago
  37. 6454a3e os: use FileMode instead of uint32 in various functions by Brad Fitzpatrick · 13 years ago
  38. 994e064 pkg: add missing godoc comments to windows versions by Alex Brainman · 13 years ago
  39. 1dfe3d1 os: don't trust O_CLOEXEC on OS X by Brad Fitzpatrick · 13 years ago
  40. 796a2c1 os: make sure Remove returns correct error on windows by Alex Brainman · 13 years ago
  41. 5030177 os: Add NetBSD support for recent signal changes. by Christopher Nielsen · 13 years ago
  42. 744fb52 os: be consistent with receiver names for godoc TOC alignment by Brad Fitzpatrick · 13 years ago
  43. 8dce57e os: new FileInfo, FileMode types + update tree by Russ Cox · 13 years ago
  44. d03611f allow copy of struct containing unexported fields by Russ Cox · 13 years ago
  45. 0acd879 syscall: take over env implementation by Russ Cox · 13 years ago
  46. c017a82 syscall: use error by Russ Cox · 13 years ago
  47. eb1717e all: rename os.EOF to io.EOF in various non-code contexts by Vincent Vanackere · 13 years ago
  48. 492098e all: rename os.Error to error in various non-code contexts by Russ Cox · 13 years ago
  49. 08a073a os: use error, io.EOF by Russ Cox · 13 years ago
  50. 2715956 build: add build comments to core packages by Russ Cox · 14 years ago
  51. 37f390a os: use GetFileAttributesEx to implement Stat on windows by Alex Brainman · 14 years ago
  52. bedee31 os: fix build for Plan 9 by Fazlul Shahriar · 14 years ago
  53. 63b8b948 windows: define and use syscall.Handle Fixes #1487. by Wei Guangjing · 14 years ago
  54. f74f50e Make unix Readdir and windows Readdirnames return partially successful results on error. by Yuval Pavel Zholkover · 14 years ago
  55. 4da5cd4 os: make Readdir & Readdirnames return os.EOF at end by Brad Fitzpatrick · 14 years ago
  56. b1deb3b os: fix race in ReadAt/WriteAt on Windows by Alex Brainman · 14 years ago
  57. 8a90fd3 os: New Open API. by Rob Pike · 14 years ago
  58. 85c79ef os: fix FileInfo.Name returned by Stat by David Forsythe · 14 years ago
  59. 7534d40 fix various comments by Robert Griesemer · 15 years ago
  60. 304d72b os: error in documentation by Robert Griesemer · 15 years ago
  61. e45b58f os: change the type of permissions argument for Open etc. to uint32. by Rob Pike · 15 years ago
  62. 12befd0 os: Null device by Peter Mundy · 15 years ago
  63. fb6b391 os, syscall: more mingw by Alex Brainman · 15 years ago
  64. b07e4d9 os: mingw version of Readdir() and Stat() implemented by Alex Brainman · 15 years ago