1
0
mirror of https://github.com/golang/go synced 2024-10-04 10:21:21 -06:00
go/src/pkg/os
Joel Sing ea2c0cd88f os: re-enable hostname test on openbsd
Now that Sysctl() works, re-enable the hostname test.

R=golang-dev, mikioh.mikioh
CC=golang-dev
https://golang.org/cl/5408042
2011-11-18 01:53:07 +11: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_test.go os: add Expand function to evaluate environment variables. 2010-11-08 13:25:01 -08:00
env.go syscall: take over env implementation 2011-11-14 14:06:50 -05:00
error_plan9.go syscall, os, time: fix Plan 9 build 2011-11-16 17:37:54 -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: make windows build again after d3963c0fca78 change 2011-11-15 12:48:22 -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, os, time: fix Plan 9 build 2011-11-16 17:37:54 -05:00
file_posix.go syscall: use error 2011-11-13 22:44:52 -05:00
file_unix.go allow copy of struct containing unexported fields 2011-11-15 12:20:59 -05:00
file_windows.go os: fix windows build 2011-11-15 14:05:18 -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 syscall: take over env implementation 2011-11-14 14:06:50 -05:00
mkunixsignals.sh os: Fix comment in generated signal_unix.go file. 2011-09-13 09:38:08 -07:00
os_test.go os: re-enable hostname test on openbsd 2011-11-18 01:53:07 +11: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: fix comment per CL 5370091 2011-11-15 14:54:00 -05: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, os, time: fix Plan 9 build 2011-11-16 17:37:54 -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