1
0
mirror of https://github.com/golang/go synced 2024-10-04 10:21:21 -06:00
go/src/pkg/os
Evan Shaw 94b974a22d os: add Process.Kill and Process.Signal
R=alex.brainman, r, rsc, krasin, iant, rsc, r
CC=golang-dev
https://golang.org/cl/4437091
2011-06-06 19:53:30 +10:00
..
inotify src/pkg: make package doc comments consistently start with "Package foo". 2011-04-20 09:57:05 +10:00
signal os: add Process.Kill and Process.Signal 2011-06-06 19:53:30 +10:00
user go/printer, gofmt: fix formatting of expression lists (missing blank) 2011-05-19 17:05:35 -07:00
dir_plan9.go Make unix Readdir and windows Readdirnames return partially successful results on error. 2011-06-01 13:12:37 +10:00
dir_unix.go os: yet more Readdir tests and fix earlier regression 2011-05-27 12:58:59 -07:00
dir_windows.go Make unix Readdir and windows Readdirnames return partially successful results on error. 2011-06-01 13:12:37 +10:00
env_plan9.go os: New Open API. 2011-04-04 23:42:14 -07:00
env_test.go os: add Expand function to evaluate environment variables. 2010-11-08 13:25:01 -08:00
env_unix.go os: remove race paranoia from Environ(); it's guarded now 2011-05-02 23:08:27 -04:00
env_windows.go syscall: change windows apis with bool return value to return errno instead 2011-02-11 10:15:51 +11:00
env.go os: make Setenv update C environment variables 2011-05-02 12:38:13 -07:00
error_plan9.go os: fix Readdir in Plan 9 2011-04-12 16:58:56 -07:00
error_posix.go http: don't fail on accept hitting EMFILE 2011-06-03 12:23:50 -07:00
error.go os: Plan 9 support. 2011-04-02 14:28:58 -07:00
exec_plan9.go os: Plan 9 support. 2011-04-02 14:28:58 -07:00
exec_posix.go os: add Process.Kill and Process.Signal 2011-06-06 19:53:30 +10:00
exec_unix.go os: add Process.Kill and Process.Signal 2011-06-06 19:53:30 +10:00
exec_windows.go os: add Process.Kill and Process.Signal 2011-06-06 19:53:30 +10:00
exec.go os: Plan 9 support. 2011-04-02 14:28:58 -07:00
file_plan9.go os: fix race in ReadAt/WriteAt on Windows 2011-04-26 18:09:46 +10:00
file_posix.go runtime: turn "too many EPIPE" into real SIGPIPE 2011-04-25 16:58:00 -04:00
file_unix.go Make unix Readdir and windows Readdirnames return partially successful results on error. 2011-06-01 13:12:37 +10:00
file_windows.go Make unix Readdir and windows Readdirnames return partially successful results on error. 2011-06-01 13:12:37 +10:00
file.go os: fix race in ReadAt/WriteAt on Windows 2011-04-26 18:09:46 +10:00
getwd.go os: New Open API. 2011-04-04 23:42:14 -07:00
Makefile os: add Process.Kill and Process.Signal 2011-06-06 19:53:30 +10:00
mkunixsignals.sh os: add Process.Kill and Process.Signal 2011-06-06 19:53:30 +10:00
os_test.go os: yet more Readdir tests and fix earlier regression 2011-05-27 12:58:59 -07:00
path_plan9.go os: fix os.MkdirAll with backslash path separator. 2011-05-29 13:03:49 +10:00
path_test.go os: fix os.MkdirAll with backslash path separator. 2011-05-29 13:03:49 +10:00
path_unix.go os: fix os.MkdirAll with backslash path separator. 2011-05-29 13:03:49 +10:00
path_windows.go os: fix os.MkdirAll with backslash path separator. 2011-05-29 13:03:49 +10:00
path.go os: fix os.MkdirAll with backslash path separator. 2011-05-29 13:03:49 +10:00
proc.go os: Plan 9 support. 2011-04-02 14:28:58 -07: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_plan9.go os: Plan 9 support. 2011-04-02 14:28:58 -07:00
stat_windows.go os: correct Stat S_ISDIR on Windows 2010-10-21 10:29:45 +11:00
sys_bsd.go os: create sys_bsd.go 2010-04-26 23:01:31 -07:00
sys_linux.go os: New Open API. 2011-04-04 23:42:14 -07:00
sys_plan9.go os: New Open API. 2011-04-04 23:42:14 -07:00
sys_windows.go rename GOOS=mingw to GOOS=windows 2010-04-29 23:45:14 -07:00
time.go os: Plan 9 support. 2011-04-02 14:28:58 -07:00
types.go os: make return type of FileInfo.Permission() consistent with related functions 2010-08-24 10:38:52 +10:00