1
0
mirror of https://github.com/golang/go synced 2024-10-04 02:21:21 -06:00
go/src/pkg/os
Andrew Gerrand bd6601f4a0 os/signal: add Notify example
R=golang-dev, dsymonds, r
CC=golang-dev
https://golang.org/cl/6615078
2012-10-12 10:22:13 +11:00
..
exec os/exec: don't crash when out of fds 2012-09-14 13:40:22 -07:00
signal os/signal: add Notify example 2012-10-12 10:22:13 +11:00
user os/user : use username as fullname if all else fails (on windows) 2012-10-03 10:33:09 +10:00
dir_plan9.go os: conform to Go 1 API on Plan 9 2012-05-01 22:44:38 -07:00
dir_unix.go pkg: add missing godoc comments to windows versions 2012-01-17 16:51:54 +11:00
dir_windows.go pkg: add missing godoc comments to windows versions 2012-01-17 16:51:54 +11:00
doc.go os: centralize documentation of Process and ProcessState 2012-03-01 21:56:54 -05:00
env_test.go syscall: make Environ return original order 2012-01-09 16:51:20 -08:00
env.go os: remove Getenverror 2012-02-18 21:18:13 -08:00
error_plan9.go os: test that IsExist and IsNotExist handle PathError and LinkError 2012-08-03 14:25:35 +10:00
error_posix.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_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 os: IsNotExist() should also consider ERROR_PATH_NOT_FOUND on Windows 2012-03-14 23:54:40 +08:00
exec_plan9.go os: fix data race on Process.done 2012-08-21 10:41:31 +10:00
exec_posix.go os: make POSIX StartProcess work with chroot again. 2012-06-24 19:34:06 -04:00
exec_unix.go os: fix data race on Process.done 2012-08-21 10:41:31 +10:00
exec_windows.go os: fix data race on Process.done 2012-08-21 10:41:31 +10:00
exec.go os: fix data race on Process.done 2012-08-21 10:41:31 +10:00
export_test.go os: fix windows build 2011-11-30 12:38:54 -05:00
file_plan9.go os: conform to Go 1 API on Plan 9 2012-05-01 22:44:38 -07:00
file_posix.go os: move epipecheck from file_posix.go and into file_unix.go to fix windows build 2012-07-27 22:21:33 +10:00
file_unix.go os: move epipecheck from file_posix.go and into file_unix.go to fix windows build 2012-07-27 22:21:33 +10:00
file_windows.go os: use small writes during console io 2012-09-19 16:55:21 +10:00
file.go os: fix minor typo 2012-02-24 22:42:16 +11:00
getwd.go os: delete os.EINVAL and so on 2012-02-17 10:04:29 +11:00
os_test.go os: use small writes during console io 2012-09-19 16:55:21 +10:00
os_unix_test.go os: turn FileStat.Sys into a method on FileInfo 2012-02-03 00:16:18 -02:00
path_plan9.go os: conform to Go 1 API on Plan 9 2012-05-01 22:44:38 -07:00
path_test.go os: make TestMkdirAllWithSymlink more robust 2012-10-07 10:31:56 -07:00
path_unix.go os: Add NetBSD support for recent signal changes. 2011-12-18 02:29:18 +11:00
path_windows.go os: fixed PathListSeparator to ';' for windows. 2011-06-24 15:00:59 +10:00
path.go os: delete os.EINVAL and so on 2012-02-17 10:04:29 +11:00
proc.go os: fix comment per CL 5370091 2011-11-15 14:54:00 -05:00
stat_darwin.go os: turn FileStat.Sys into a method on FileInfo 2012-02-03 00:16:18 -02:00
stat_freebsd.go os: turn FileStat.Sys into a method on FileInfo 2012-02-03 00:16:18 -02:00
stat_linux.go os: turn FileStat.Sys into a method on FileInfo 2012-02-03 00:16:18 -02:00
stat_netbsd.go os/syscall: correct netbsd types/names 2012-05-15 12:00:13 +10:00
stat_openbsd.go os: turn FileStat.Sys into a method on FileInfo 2012-02-03 00:16:18 -02:00
stat_plan9.go os: conform to Go 1 API on Plan 9 2012-05-01 22:44:38 -07:00
stat_windows.go syscall: return EINVAL when string arguments have NUL characters 2012-08-05 17:24:32 -04:00
str.go build: add build comments to core packages 2011-09-15 16:48:57 -04:00
sys_bsd.go pkg: add missing godoc comments to windows versions 2012-01-17 16:51:54 +11:00
sys_linux.go pkg: add missing godoc comments to windows versions 2012-01-17 16:51:54 +11:00
sys_plan9.go pkg: add missing godoc comments to windows versions 2012-01-17 16:51:54 +11:00
sys_windows.go pkg: add missing godoc comments to windows versions 2012-01-17 16:51:54 +11:00
types.go os: add missing full stop in comment 2012-07-15 09:48:31 -07:00