summaryrefslogtreecommitdiff
path: root/src/pkg/os
Commit message (Expand)AuthorAgeFilesLines
* os: disable Hostname test on OpenBSDJoel Sing2011-08-221-0/+6
* build: build more packages/commands for Plan 9Fazlul Shahriar2011-08-221-0/+1
* build: allow builds without cgoRuss Cox2011-08-104-3/+9
* os: add support for openbsdJoel Sing2011-08-082-0/+44
* os: point readers at the exec packageBrad Fitzpatrick2011-07-201-1/+6
* go/printer: changed max. number of newlines from 3 to 2Robert Griesemer2011-07-1411-18/+0
* os: Plan 9: add Process.Signal as a way to send notes.Yuval Pavel Zholkover2011-07-134-20/+27
* os: don't permit Process.Signal after a successful WaitBrad Fitzpatrick2011-07-114-2/+20
* os: fix documentation for FileInfo.Name.Rob Pike2011-07-071-1/+1
* syscall: rearrange windows code so 386 and amd64 can share filesAlex Brainman2011-07-071-1/+1
* os: fix build for Plan 9Fazlul Shahriar2011-07-052-4/+28
* windows: define and use syscall.HandleWei Guangjing2011-07-017-66/+109
* os: use a different symbol from syscall in mkunixsignals.sh.David Symonds2011-06-301-1/+1
* os: simplify WriteStringRob Pike2011-06-281-3/+1
* os: remove duplicate package descriptionRobert Hencke2011-06-241-2/+0
* os: fixed PathListSeparator to ';' for windows.Yasuhiro Matsumoto2011-06-241-1/+1
* Fix Windows build; ErrorString->NewErrorBrad Fitzpatrick2011-06-221-1/+1
* os.Error API: don't export os.ErrorString, use os.NewError consistentlyRobert Griesemer2011-06-221-8/+5
* os: change Waitmsg String method to use pointer receiverGraham Miller2011-06-203-2/+16
* exec: add support for Plan 9Anthony Martin2011-06-202-2/+5
* os: Plan 9, fix OpenFile & Chmod. Update tests.Yuval Pavel Zholkover2011-06-147-29/+135
* syscall, os, exec: introduce *syscall.SysProcAttr field in os.ProcAttr and ex...Russ Cox2011-06-143-0/+8
* os: be explicit in the package comment that this package is for portable feat...Rob Pike2011-06-141-0/+2
* os: fix Getenv for Plan 9. Truncate the rightmost char if it is '\0'.Yuval Pavel Zholkover2011-06-081-5/+10
* os: add Process.Kill and Process.SignalEvan Shaw2011-06-068-31/+64
* http: don't fail on accept hitting EMFILEBrad Fitzpatrick2011-06-031-1/+1
* Make unix Readdir and windows Readdirnames return partially successful result...Yuval Pavel Zholkover2011-06-014-45/+49
* pkg: spelling tweaks, I-ZRobert Hencke2011-05-301-7/+7
* os: fix os.MkdirAll with backslash path separator.Yasuhiro Matsumoto2011-05-296-7/+67
* os: fix windows version of Readdir(0)Alex Brainman2011-05-291-2/+3
* os: yet more Readdir tests and fix earlier regressionBrad Fitzpatrick2011-05-272-9/+16
* os: improve Readdir test coverage, fix Readdir(0) on EOFBrad Fitzpatrick2011-05-272-1/+66
* os: another attempt to handle OpenFile flag parameter properly on WindowsAlex Brainman2011-05-271-1/+9
* os: TestMkdirAll should not fail to delete _test/_TestMkdirAll_ on WindowsAlex Brainman2011-05-271-1/+2
* os: Fix test to work on Solaris.Ian Lance Taylor2011-05-241-1/+2
* go/printer, gofmt: fix formatting of expression lists (missing blank)Robert Griesemer2011-05-191-1/+1
* pkg: fix new incorrect prints found by govetRobert Hencke2011-05-161-1/+1
* os: fix Windows build from earlier readdir changeBrad Fitzpatrick2011-05-161-1/+1
* os: make Readdir & Readdirnames return os.EOF at endBrad Fitzpatrick2011-05-166-37/+88
* pkg: fix incorrect prints found by govetRobert Hencke2011-05-141-1/+1
* os: remove race paranoia from Environ(); it's guarded nowBrad Fitzpatrick2011-05-021-7/+3
* os: make Setenv update C environment variablesBrad Fitzpatrick2011-05-022-1/+21
* os: fix race in ReadAt/WriteAt on WindowsAlex Brainman2011-04-264-8/+147
* runtime: turn "too many EPIPE" into real SIGPIPERuss Cox2011-04-251-1/+3
* syscall: fix Ftruncate under linux/arm5Dave Cheney2011-04-221-2/+20
* os/user: new package to look up usersBrad Fitzpatrick2011-04-225-0/+245
* os: Open with O_APPEND|O_CREATE to append to the end of file on WindowsAlex Brainman2011-04-221-0/+12
* src/pkg: make package doc comments consistently start with "Package foo".Nigel Tao2011-04-202-3/+3
* os: turn EPIPE exit into panicRuss Cox2011-04-151-1/+1
* gofmt: gofmt -s -w src miscRobert Griesemer2011-04-131-1/+1