aboutsummaryrefslogtreecommitdiff
path: root/src/pkg/os
AgeCommit message (Expand)Author
2013-10-07os/user: enable tests on all supported platformsJoel Sing
2013-10-07os/signal: make test logs reflect realityJoel Sing
2013-09-13os/exec: add more caveats to StdoutPipe, StderrPipeRuss Cox
2013-09-10os/exec: change windows LookPath so it works like cmd.exeAlex Brainman
2013-09-04cgo: enable cgo on dragonflyAulus Egnatius Varialus
2013-08-29os/exec: return idempotent Closer from StdinPipeAndrew Gerrand
2013-08-23os/user: Current support on Plan 9Nicolas Owens
2013-08-23os/exec: remove flaky TestExtraFilesFDShuffle testCarl Shapiro
2013-08-24os: dragonfly supportJoel Sing
2013-08-20os: fix windows buildRob Pike
2013-08-20os: be consistent about File methods with nil receiversRob Pike
2013-08-15os/exec: document that LookPath's result may be a relative pathRob Pike
2013-08-12all: change textflags from numbers to symbols.Keith Randall
2013-08-08os: fix windows and plan9 buildsBrad Fitzpatrick
2013-08-08os: make Readdir work as documentedPieter Droogendijk
2013-08-06os: fix plan9 buildBrad Fitzpatrick
2013-08-05undo CL 12486043 / ab644299d124Brad Fitzpatrick
2013-08-05all: use strings.IndexByte instead of Index where possibleBrad Fitzpatrick
2013-08-05os, syscall: implement Getwd on darwin using getattrlistBrad Fitzpatrick
2013-07-23all: be more idiomatic when documenting boolean return values.Rob Pike
2013-06-24os: rename error_posix.go to error_unix.goDave Cheney
2013-06-21all: avoid leaking fds during testsDave Cheney
2013-06-20all: excise some warts found by vet -shadowRob Pike
2013-06-20all: fix shadowing bugs found by go tool vet -shadowRob Pike
2013-06-18os/exec: make exec_test.go:TestExtraFilesFDShuffle portable.Cosmos Nicolaou
2013-06-11os: request appropriate access rights before calling windows TerminateProcessAlex Brainman
2013-06-10os: return io.EOF from windows ReadAt as documentedAlex Brainman
2013-05-28os/exec: fix test hangDmitriy Vyukov
2013-05-17os: clarify windows read console codeAlex Brainman
2013-05-16os: use small buffer when reading from windows consoleAlex Brainman
2013-05-15os/user: faster user lookup on WindowsAlexey Borzenkov
2013-04-30os/exec: disable TestExtraFilesFDShuffleRob Pike
2013-04-30syscall: fix a bug in the shuffling of file descriptors in StartProcess on Li...Cosmos Nicolaou
2013-03-30os/exec, syscall: fix tests to pass when GOGCTRACE=1 is setAlbert Strasheim
2013-03-22build: remove dead codeRuss Cox
2013-03-22build: update assembly variable names for vetRuss Cox
2013-03-20src/pkg: fixed various typosRobert Griesemer
2013-03-18os/exec: fix fd leak with Std*Pipe + LookPathBrad Fitzpatrick
2013-03-15os/signal: add Stop, be careful about SIGHUPRuss Cox
2013-03-13os/signal: windows is supported, update commentShenghou Ma
2013-03-11all: remove now-unnecessary unreachable panicsBrad Fitzpatrick
2013-03-11os/signal: deflake testDmitriy Vyukov
2013-02-28os: Plan 9: allocate space for a string in RenameAkshat Kumar
2013-02-28net, os, syscall: Plan 9: adjust error handlingAkshat Kumar
2013-02-26os/exec: Pass tests on Plan 9Akshat Kumar
2013-02-26os: use windows ReadConsole to read from consoleAlex Brainman
2013-02-22os: Plan 9: avoid doing zero-length writes.Akshat Kumar
2013-02-20path/filepath, os/exec: unquote PATH elements on WindowsPéter Surányi
2013-02-15os: point users of ProcessState.SysUsage to getrusage(2)Russ Cox
2013-02-14os: cache Getwd result as hint for next timeRuss Cox