1
0
mirror of https://github.com/golang/go synced 2024-10-02 08:08:33 -06:00
go/src/os
Tobias Klauser fc9c69a693 os: remove superfluous comments
It's apparent from the file names or build tags to which OS the code in
question applies.

Change-Id: I628ee2bf1d29a6bc30ca5fa6f9eecf809e78a182
Reviewed-on: https://go-review.googlesource.com/110815
Run-TryBot: Tobias Klauser <tobias.klauser@gmail.com>
TryBot-Result: Gobot Gobot <gobot@golang.org>
Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
2018-05-02 14:41:57 +00:00
..
exec os/exec: fix Win32 tests missing 'chcp' 2018-04-26 18:25:25 +00:00
signal os/signal: add func Ignored(sig Signal) bool 2018-04-21 04:18:03 +00:00
user os/user: fix osusergo build on Solaris 2018-04-16 21:42:05 +00:00
dir_plan9.go
dir_unix.go
dir_windows.go os: use WIN32_FIND_DATA.Reserved0 to identify symlinks 2018-03-07 08:51:04 +00:00
dir.go
env_test.go os: fix type check error in benchmark 2018-04-25 02:46:08 +00:00
env_unix_test.go
env.go os: allocate buffer lazily in Expand 2018-04-12 22:18:18 +00:00
error_plan9.go os: homogenize error checks on Plan 9 2018-01-24 07:18:36 +00:00
error_posix.go
error_test.go
error_unix_test.go
error_unix.go
error_windows_test.go
error_windows.go
error.go os: add deadline methods for File type 2017-10-25 18:27:06 +00:00
example_test.go
exec_plan9.go os: clarify docs on Interrupt and Kill 2017-12-02 02:49:01 +00:00
exec_posix.go os: clarify docs on Interrupt and Kill 2017-12-02 02:49:01 +00:00
exec_unix.go
exec_windows.go
exec.go os/exec: document Process.Kill behaviour 2018-03-05 23:47:41 +00:00
executable_darwin.go
executable_freebsd.go
executable_path.go
executable_plan9.go
executable_procfs.go
executable_solaris.go runtime: parse auxv for page size and executable name on Solaris 2018-04-03 15:49:45 +00:00
executable_test.go os: fix typo in TestExecutable comment 2017-12-09 15:49:34 +00:00
executable_windows.go
executable.go
export_test.go
export_windows_test.go
file_plan9.go os: document that Chown with -1 means to leave values unchanged, like POSIX 2018-04-11 23:06:44 +00:00
file_posix.go os: document that Chown with -1 means to leave values unchanged, like POSIX 2018-04-11 23:06:44 +00:00
file_unix.go os: use poller when NewFile is called with a blocking descriptor. 2018-04-11 17:39:11 +00:00
file_windows.go os: enable symlink creation on Windows 10 2018-04-19 10:10:22 +00:00
file.go os: respect umask in Mkdir and OpenFile on BSD systems when perm has ModeSticky set 2018-02-23 22:37:55 +00:00
getwd_darwin.go
getwd.go os: use the syscall version of Getwd for Plan 9 2018-01-25 00:12:18 +00:00
os_test.go os: fix missing break bug in earlier CL 110295's use of Uname 2018-05-01 15:55:49 +00:00
os_unix_test.go os: use poller when NewFile is called with a blocking descriptor. 2018-04-11 17:39:11 +00:00
os_windows_test.go os: os: make Stat("*.txt") fail on windows 2018-04-27 10:04:48 +00:00
path_plan9.go path: use OS-specific function in MkdirAll, don't always keep trailing slash 2018-02-23 18:37:09 +00:00
path_test.go os: fix RemoveAll on large directories on Plan 9 and NaCl 2017-11-06 07:09:50 +00:00
path_unix.go path: use OS-specific function in MkdirAll, don't always keep trailing slash 2018-02-23 18:37:09 +00:00
path_windows_test.go os: make MkdirAll support path in extended-length form 2018-02-18 03:44:53 +00:00
path_windows.go path: use OS-specific function in MkdirAll, don't always keep trailing slash 2018-02-23 18:37:09 +00:00
path.go path: use OS-specific function in MkdirAll, don't always keep trailing slash 2018-02-23 18:37:09 +00:00
pipe2_bsd.go os, syscall: use pipe2 instead of pipe syscall on OpenBSD 2018-02-27 18:37:36 +00:00
pipe_bsd.go os, syscall: use pipe2 instead of pipe syscall on OpenBSD 2018-02-27 18:37:36 +00:00
pipe_linux.go os: add deadline methods for File type 2017-10-25 18:27:06 +00:00
pipe_test.go os: don't wait for Close if the File was returned by NewFile 2017-12-14 05:54:46 +00:00
proc.go
stat_darwin.go
stat_dragonfly.go
stat_freebsd.go
stat_linux.go
stat_nacl.go
stat_netbsd.go
stat_openbsd.go
stat_plan9.go os: fix TestDevNullFile on Plan 9 2018-03-27 05:30:50 +00:00
stat_solaris.go
stat_unix.go os: don't use test logger for Getwd 2017-12-12 04:26:40 +00:00
stat_windows.go os: treat "nul" as DevNull file on windows 2018-03-25 08:33:21 +00:00
stat.go os: don't use test logger for Getwd 2017-12-12 04:26:40 +00:00
sticky_bsd.go
sticky_notbsd.go
str.go
sys_bsd.go os: remove superfluous comments 2018-05-02 14:41:57 +00:00
sys_linux.go os: remove superfluous comments 2018-05-02 14:41:57 +00:00
sys_nacl.go
sys_plan9.go os: remove superfluous comments 2018-05-02 14:41:57 +00:00
sys_solaris.go
sys_unix.go os: unify supportsCloseOnExec definition 2018-02-26 17:10:24 +00:00
sys_windows.go all: fix article typos 2017-09-15 02:39:16 +00:00
sys.go
timeout_test.go internal/poll: if poller init fails, assume blocking mode 2018-03-06 23:21:25 +00:00
types_plan9.go
types_unix.go
types_windows.go os: os: make Stat("*.txt") fail on windows 2018-04-27 10:04:48 +00:00
types.go os: add ModeIrregular flag 2018-03-29 23:17:53 +00:00
wait_unimp.go
wait_wait6.go all: drop support for FreeBSD 9 or below 2017-11-28 18:57:25 +00:00
wait_waitid.go