1
0
mirror of https://github.com/golang/go synced 2024-10-04 18:21:21 -06:00
go/src/pkg/os
Brad Fitzpatrick 8378804640 os: fix windows and plan9 builds
R=golang-dev, rsc
CC=golang-dev
https://golang.org/cl/12519046
2013-08-08 11:13:00 -07:00
..
exec os/exec: make exec_test.go:TestExtraFilesFDShuffle portable. 2013-06-18 08:55:32 -07:00
signal build: update assembly variable names for vet 2013-03-22 12:57:55 -04:00
user undo CL 12486043 / ab644299d124 2013-08-05 16:27:24 -07:00
dir_plan9.go os: move Plan 9 directory marshaling code to syscall 2012-11-26 15:26:46 -08:00
dir_unix.go
dir_windows.go
doc.go all: be more idiomatic when documenting boolean return values. 2013-07-23 11:59:49 +10:00
env_test.go
env_unix_test.go syscall: check for invalid characters in Setenv on Unix 2013-02-08 10:45:46 -08:00
env.go os: fix docs for Expand 2012-12-17 23:37:02 +08:00
error_plan9.go os: test that IsExist and IsNotExist handle PathError and LinkError 2012-08-03 14:25:35 +10:00
error_test.go syscall: return EINVAL when string arguments have NUL characters 2012-08-05 17:24:32 -04:00
error_unix.go os: rename error_posix.go to error_unix.go 2013-06-24 11:23:37 +10:00
error_windows_test.go os: Rename error to fit IsExist 2012-08-01 12:55:04 +10:00
error_windows.go os: test that IsExist and IsNotExist handle PathError and LinkError 2012-08-03 14:25:35 +10:00
error.go all: be more idiomatic when documenting boolean return values. 2013-07-23 11:59:49 +10:00
exec_plan9.go syscall, os: fix a fork-exec/wait race in Plan 9. 2013-01-18 16:43:25 -05:00
exec_posix.go os: use signal strings where possible in ProcessState.String 2013-01-31 07:53:18 -08:00
exec_unix.go os: fix data race on Process.done 2012-08-21 10:41:31 +10:00
exec_windows.go os: request appropriate access rights before calling windows TerminateProcess 2013-06-11 13:06:38 +10:00
exec.go os: fix data race on Process.done 2012-08-21 10:41:31 +10:00
export_test.go os: make Readdir work as documented 2013-08-08 10:44:01 -07:00
file_plan9.go os: Plan 9: allocate space for a string in Rename 2013-02-28 14:20:42 -08:00
file_posix.go build: remove dead code 2013-03-22 17:28:22 -04:00
file_unix.go os: fix windows and plan9 builds 2013-08-08 11:13:00 -07:00
file_windows.go os: return io.EOF from windows ReadAt as documented 2013-06-10 19:14:41 +10:00
file.go os: fix windows and plan9 builds 2013-08-08 11:13:00 -07:00
getwd_darwin.go os: fix plan9 build 2013-08-06 12:04:08 -07:00
getwd.go os: fix plan9 build 2013-08-06 12:04:08 -07:00
os_test.go undo CL 12486043 / ab644299d124 2013-08-05 16:27:24 -07:00
os_unix_test.go os: make Readdir work as documented 2013-08-08 10:44:01 -07:00
path_plan9.go os: conform to Go 1 API on Plan 9 2012-05-01 22:44:38 -07:00
path_test.go all: excise some warts found by vet -shadow 2013-06-20 16:14:40 -07:00
path_unix.go
path_windows.go
path.go os: delete os.EINVAL and so on 2012-02-17 10:04:29 +11:00
pipe_bsd.go os: use syscall.Pipe2 on Linux 2013-01-11 08:30:25 -08:00
pipe_linux.go os: use syscall.Pipe2 on Linux 2013-01-11 08:30:25 -08:00
proc.go os: document that Exit does not run deferred calls 2013-01-07 14:46:41 +11:00
stat_darwin.go os: provide access to file LastAccessTime and CreationTime on windows 2013-01-31 17:17:37 +11:00
stat_freebsd.go os: provide access to file LastAccessTime and CreationTime on windows 2013-01-31 17:17:37 +11:00
stat_linux.go os: provide access to file LastAccessTime and CreationTime on windows 2013-01-31 17:17:37 +11:00
stat_netbsd.go os: provide access to file LastAccessTime and CreationTime on windows 2013-01-31 17:17:37 +11:00
stat_openbsd.go os: provide access to file LastAccessTime and CreationTime on windows 2013-01-31 17:17:37 +11:00
stat_plan9.go os: provide access to file LastAccessTime and CreationTime on windows 2013-01-31 17:17:37 +11:00
stat_windows.go os: provide access to file LastAccessTime and CreationTime on windows 2013-01-31 17:17:37 +11:00
str.go
sys_bsd.go
sys_linux.go
sys_plan9.go
sys_windows.go
types_notwin.go os: provide access to file LastAccessTime and CreationTime on windows 2013-01-31 17:17:37 +11:00
types_windows.go os: provide access to file LastAccessTime and CreationTime on windows 2013-01-31 17:17:37 +11:00
types.go os: provide access to file LastAccessTime and CreationTime on windows 2013-01-31 17:17:37 +11:00