summaryrefslogtreecommitdiff
path: root/src/os/file_unix.go
Commit message (Collapse)AuthorAgeFilesLines
* os: document that users of Fd should keep f aliveRuss Cox2014-11-061-0/+1
| | | | | | | | | Fixes issue 9046. LGTM=r R=r CC=golang-codereviews https://codereview.appspot.com/162680043
* os: fix buildRuss Cox2014-10-281-1/+1
| | | | | | TBR=crawshaw CC=golang-codereviews https://codereview.appspot.com/162390043
* os: do not assume syscall i/o funcs return n=0 on errorRuss Cox2014-10-281-5/+5
| | | | | | | | | Fixes issue 9007. LGTM=iant, r R=r, iant CC=golang-codereviews https://codereview.appspot.com/160670043
* build: move package sources from src/pkg to srcRuss Cox2014-09-081-0/+338
Preparation was in CL 134570043. This CL contains only the effect of 'hg mv src/pkg/* src'. For more about the move, see golang.org/s/go14nopkg.