1
0
mirror of https://github.com/golang/go synced 2024-10-04 10:11:21 -06:00
go/src/pkg/os
Russ Cox c017a8299f syscall: use error
- syscall (not os) now defines the Errno type.
- the low-level assembly functions Syscall, Syscall6, and so on
  return Errno, not uintptr
- syscall wrappers all return error, not uintptr.

R=golang-dev, mikioh.mikioh, r, alex.brainman
CC=golang-dev
https://golang.org/cl/5372080
2011-11-13 22:44:52 -05:00
..
exec os/exec: Fix documentation references to os.DevNull 2011-11-09 13:50:13 -08:00
signal os: add Process.Kill and Process.Signal 2011-06-06 19:53:30 +10:00
user syscall: use error 2011-11-13 22:44:52 -05:00
dir_plan9.go all: rename os.Error to error in various non-code contexts 2011-11-01 22:58:09 -04:00
dir_unix.go syscall: use error 2011-11-13 22:44:52 -05:00
dir_windows.go os: use error, io.EOF 2011-11-01 21:49:08 -04:00
env_plan9.go syscall: use error 2011-11-13 22:44:52 -05:00
env_test.go os: add Expand function to evaluate environment variables. 2010-11-08 13:25:01 -08:00
env_unix.go os: use error, io.EOF 2011-11-01 21:49:08 -04:00
env_windows.go syscall: use error 2011-11-13 22:44:52 -05:00
env.go updates: append(y,[]byte(z)...) -> append(y,z...)" 2011-10-12 13:42:04 -07:00
error_plan9.go syscall: use error 2011-11-13 22:44:52 -05:00
error_posix.go syscall: use error 2011-11-13 22:44:52 -05:00
error.go os: use error, io.EOF 2011-11-01 21:49:08 -04:00
exec_plan9.go syscall: use error 2011-11-13 22:44:52 -05:00
exec_posix.go syscall: use error 2011-11-13 22:44:52 -05:00
exec_unix.go syscall: use error 2011-11-13 22:44:52 -05:00
exec_windows.go syscall: use error 2011-11-13 22:44:52 -05:00
exec.go os: Plan 9: add Process.Signal as a way to send notes. 2011-07-13 16:29:37 -07:00
file_plan9.go syscall: use error 2011-11-13 22:44:52 -05:00
file_posix.go syscall: use error 2011-11-13 22:44:52 -05:00
file_unix.go syscall: use error 2011-11-13 22:44:52 -05:00
file_windows.go syscall: use error 2011-11-13 22:44:52 -05:00
file.go syscall: use error 2011-11-13 22:44:52 -05:00
getwd.go os: use error, io.EOF 2011-11-01 21:49:08 -04:00
Makefile os: add support for openbsd 2011-08-08 09:56:36 -04:00
mkunixsignals.sh os: Fix comment in generated signal_unix.go file. 2011-09-13 09:38:08 -07:00
os_test.go os: use error, io.EOF 2011-11-01 21:49:08 -04:00
path_plan9.go os: fix os.MkdirAll with backslash path separator. 2011-05-29 13:03:49 +10:00
path_test.go all: sort imports 2011-11-02 15:54:16 -04:00
path_unix.go build: add build comments to core packages 2011-09-15 16:48:57 -04:00
path_windows.go os: fixed PathListSeparator to ';' for windows. 2011-06-24 15:00:59 +10:00
path.go os: use error, io.EOF 2011-11-01 21:49:08 -04:00
proc.go os: use error, io.EOF 2011-11-01 21:49:08 -04:00
stat_darwin.go os: fix FileInfo.Name returned by Stat 2011-03-29 14:23:36 -04:00
stat_freebsd.go os: fix FileInfo.Name returned by Stat 2011-03-29 14:23:36 -04:00
stat_linux.go os: fix FileInfo.Name returned by Stat 2011-03-29 14:23:36 -04:00
stat_openbsd.go os: add support for openbsd 2011-08-08 09:56:36 -04:00
stat_plan9.go syscall: use error 2011-11-13 22:44:52 -05:00
stat_windows.go syscall: use error 2011-11-13 22:44:52 -05:00
str.go build: add build comments to core packages 2011-09-15 16:48:57 -04:00
sys_bsd.go syscall: use error 2011-11-13 22:44:52 -05:00
sys_linux.go os: use error, io.EOF 2011-11-01 21:49:08 -04:00
sys_plan9.go os: use error, io.EOF 2011-11-01 21:49:08 -04:00
sys_windows.go syscall: use error 2011-11-13 22:44:52 -05:00
time.go syscall: use error 2011-11-13 22:44:52 -05:00
types.go os: fix documentation for FileInfo.Name. 2011-07-07 16:05:38 +10:00