index
:
go
bench-before
fix-runtime-test-GOMAXPROCS
json-isValidNumber
json-isValidNumber-before
main
makepkg
ms-fix-multipart-readform
Fork of Go programming language with my patches.
Go Authors
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
os
Age
Commit message (
Expand
)
Author
2017-06-25
os/signal: check MustHaveExec in TestAtomicStop
Ian Lance Taylor
2017-06-24
os/signal: avoid race between Stop and receiving on channel
Ian Lance Taylor
2017-06-23
os: align siginfo argument to waitid
Ian Lance Taylor
2017-06-22
os: run more of TestExecutable on OpenBSD
Michael Hendricks
2017-06-21
os: fix documentation for Executable on OpenBSD
Michael Hendricks
2017-06-17
os: on OpenBSD implement Executable using Args[0]
Ian Lance Taylor
2017-06-14
os: clarify behavior of TempDir
Brad Fitzpatrick
2017-06-09
os/exec: remove BUG for old and unsupported OS
Brad Fitzpatrick
2017-06-09
testing: show in-progress tests upon SIGINT
Meir Fischer
2017-05-23
os/exec: ignore some pipe write errors on windows
Alex Brainman
2017-05-19
os: make windows Stat as fast as Lstat for files and directories
Alex Brainman
2017-05-18
os: add some comments and remove an unused variable in rename func
Brad Fitzpatrick
2017-05-18
os: lstat oldname before renaming
Alexander Menzhinsky
2017-05-18
os: document that NewFile can return nil
Alberto Donizetti
2017-05-17
os: fix handling of ErrShortWrite in (*File).Write
Ian Lance Taylor
2017-05-10
os: remove extraneous 's' from TestStdPipe error message
Ian Lance Taylor
2017-05-09
os: avoid calulating fileStat.path until it is needed
Alex Brainman
2017-05-07
os, cmd/link: fix typos
Kevin Burke
2017-05-07
os: reimplement windows os.Stat
Alex Brainman
2017-04-30
os: skip TestNetworkSymbolicLink if Server service is not started
Alex Brainman
2017-04-28
os/exec: document that non-comparable writers may race
Justin Nuß
2017-04-27
os: use kernel limit on pipe size if possible
Ian Lance Taylor
2017-04-26
os: do not report ModeDir for symlinks on windows
Alex Brainman
2017-04-26
os: consistently return ErrClosed for closed file
Ian Lance Taylor
2017-04-26
os, net, internal/poll: return consistent error for closed socket
Ian Lance Taylor
2017-04-25
os: fix race between file I/O and Close
Ian Lance Taylor
2017-04-25
os: don't use a symlink's target path for FileInfo#Name on windows
Hiroshi Ioka
2017-04-22
os, syscall: fix errno in Seek on windows
Hiroshi Ioka
2017-04-12
os: handle relative symlinks starting with slash in Stat on windows
Hiroshi Ioka
2017-04-11
os: adjust error in Stat on windows
Hiroshi Ioka
2017-04-10
os: more descriptive error for File.ReadAt and File.WriteAt with negative off...
George Gkirtsou
2017-04-10
os: handle relative symlinks correctly in Stat on windows
Hiroshi Ioka
2017-04-08
os/exec: Update Cmd.Run() docs to reflect correct error return types
Nick Kubala
2017-04-03
all: fix minor misspellings
Eric Lagergren
2017-03-24
os: parse command line without shell32.dll
Alex Brainman
2017-03-21
syscall, os: fix FreeBSD 9 build
Brad Fitzpatrick
2017-03-21
syscall, os: use pipe2 syscall on FreeBSD instead of pipe
Brad Fitzpatrick
2017-03-08
os/user: fake Current on Android
Elias Naur
2017-03-07
os/user: use the stubs fallback for Android
Elias Naur
2017-03-04
os/user: add non-cgo versions of Lookup, LookupId
Kevin Burke
2017-03-04
Revert "all: test adjustments for the iOS builder"
Elias Naur
2017-03-01
os: add OpenFile example for appending data
Kevin Burke
2017-03-01
os: don't use waitid on Darwin
Ian Lance Taylor
2017-02-28
os/exec: remove duplicate environment variables in Cmd.Start
Brad Fitzpatrick
2017-02-27
os/user: add Go implementation of LookupGroup, LookupGroupId
Kevin Burke
2017-02-27
os/user: rename group cgo file
Kevin Burke
2017-02-26
os: skip atime-going-backwards test on NetBSD for now
Brad Fitzpatrick
2017-02-24
os/exec: deflake TestPipeLookPathLeak
Michael Munday
2017-02-21
os/exec: deflake TestStdinCloseRace
Ian Lance Taylor
2017-02-18
os: remove incorrect detection of O_CLOEXEC flag on darwin
Martin Möhrmann
[next]