Sign in
go
/
go
/
b60c8203eac32eb0d0b11751ba8f85b2f5eada81
/
src
/
os
/
file_plan9.go
90c668d
os: remove stuttering return value names
by Brad Fitzpatrick
· 10 years ago
cfb8b18
strings: use LastIndexByte in LastIndex
by Dmitry Vyukov
· 10 years ago
1cdd9b4
os: document that users of Fd should keep f alive
by Russ Cox
· 10 years ago
5f54f06
os: fix write on Plan 9
by David du Colombier
· 10 years ago
a62da20
os: do not assume syscall i/o funcs return n=0 on error
by Russ Cox
· 10 years ago
c007ce8
build: move package sources from src/pkg to src
by Russ Cox
· 11 years ago
[Renamed from src/pkg/os/file_plan9.go]
58a9268
os: fix Rename on Plan 9
by David du Colombier
· 11 years ago
4237ffe5
os: reimplement HasPrefix and LastIndex to not depend on strings
by David du Colombier
· 11 years ago
16dcef8
os: rename only works as part of the same directory on Plan 9
by David du Colombier
· 11 years ago
aa0ae75
os: clarify docs for Rename.
by Shenghou Ma
· 11 years ago
4cb086b
os: be consistent about File methods with nil receivers
by Rob Pike
· 12 years ago
bd88990
os: Plan 9: allocate space for a string in Rename
by Akshat Kumar
· 12 years ago
722ee1f
os: Plan 9: avoid doing zero-length writes.
by Akshat Kumar
· 12 years ago
fb45149
os: don't hold ForkLock across opens on Plan 9
by Akshat Kumar
· 12 years ago
4ce3df5
os: move Plan 9 directory marshaling code to syscall
by Anthony Martin
· 12 years ago
9062686
os: conform to Go 1 API on Plan 9
by Anthony Martin
· 13 years ago
a5f21c95
os: document the type of link errors
by Brad Fitzpatrick
· 13 years ago
56069f0
os: delete os.EINVAL and so on
by Rob Pike
· 13 years ago
11f4a6c
os,syscall: fix plan 9 build
by David du Colombier
· 13 years ago
be0f6fe
os: talk about errors and PathError in the package documentation
by Rob Pike
· 13 years ago
c93ca60
os: pass tests on Plan 9 again
by Fazlul Shahriar
· 13 years ago
fb3b273
os: fix Plan 9 build after more FileMode changes
by Anthony Martin
· 13 years ago
2c2a582
os: fix Plan 9 build for new FileInfo API
by Anthony Martin
· 13 years ago
087a348
syscall, os, time: fix Plan 9 build
by Lucio De Re
· 13 years ago
d03611f
allow copy of struct containing unexported fields
by Russ Cox
· 13 years ago
0acd879
syscall: take over env implementation
by Russ Cox
· 13 years ago
c017a82
syscall: use error
by Russ Cox
· 13 years ago
08a073a
os: use error, io.EOF
by Russ Cox
· 13 years ago
90564a9
go/printer: changed max. number of newlines from 3 to 2
by Robert Griesemer
· 14 years ago
0bf36ce
os: Plan 9: add Process.Signal as a way to send notes.
by Yuval Pavel Zholkover
· 14 years ago
bedee31
os: fix build for Plan 9
by Fazlul Shahriar
· 14 years ago
1811243
os: Plan 9, fix OpenFile & Chmod. Update tests. Add Process.Kill.
by Yuval Pavel Zholkover
· 14 years ago
b1deb3b
os: fix race in ReadAt/WriteAt on Windows
by Alex Brainman
· 14 years ago
08b0927
os: fix Readdir in Plan 9
by Fazlul Shahriar
· 14 years ago
8a90fd3
os: New Open API.
by Rob Pike
· 14 years ago
c256f0a
os: Plan 9 support.
by Yuval Pavel Zholkover
· 14 years ago