.. |
exec
|
src/os: add stubs for exec.ExitError and ProcessState.ExitCode
|
2022-03-08 06:45:53 +01:00 |
dir.go
|
os: Drop support for go 1.15
|
2022-05-03 05:36:55 +02:00 |
dir_darwin.go
|
os: implement readdir for darwin and linux
|
2022-02-02 08:57:49 +01:00 |
dir_other.go
|
build: drop deprecated build tags
|
2022-12-19 23:20:11 +01:00 |
dir_test.go
|
build: drop deprecated build tags
|
2022-12-19 23:20:11 +01:00 |
dir_unix.go
|
build: drop deprecated build tags
|
2022-12-19 23:20:11 +01:00 |
dirent_linux.go
|
build: drop deprecated build tags
|
2022-12-19 23:20:11 +01:00 |
endian_little.go
|
os: implement readdir for darwin and linux
|
2022-02-02 08:57:49 +01:00 |
env.go
|
src/os,src/syscall: move env copy code to syscall.Environ()
|
2022-03-01 11:44:39 +01:00 |
env_test.go
|
src/os: add back TestClearenv
|
2022-03-01 11:44:39 +01:00 |
env_unix_test.go
|
build: drop deprecated build tags
|
2022-12-19 23:20:11 +01:00 |
errors.go
|
os: add SyscallError.Timeout
|
2022-08-06 12:40:15 +02:00 |
exec.go
|
Add ErrProcessDone error
|
2022-08-09 09:18:49 +02:00 |
exec_posix.go
|
build: drop deprecated build tags
|
2022-12-19 23:20:11 +01:00 |
executable_other.go
|
build: drop deprecated build tags
|
2022-12-19 23:20:11 +01:00 |
executable_procfs.go
|
build: drop deprecated build tags
|
2022-12-19 23:20:11 +01:00 |
export_test.go
|
os: implement CreateTemp
|
2021-12-01 12:53:04 +01:00 |
export_windows_test.go
|
os, syscall: implement Stat and Lstat
|
2021-12-01 00:23:23 +01:00 |
file.go
|
add comment about where src/os/file.go came from
|
2023-01-10 20:40:53 +01:00 |
file_anyos.go
|
build: drop deprecated build tags
|
2022-12-19 23:20:11 +01:00 |
file_anyos_test.go
|
build: drop deprecated build tags
|
2022-12-19 23:20:11 +01:00 |
file_other.go
|
build: drop deprecated build tags
|
2022-12-19 23:20:11 +01:00 |
file_posix.go
|
add a stub for os.Chtimes
|
2023-01-12 15:58:08 +01:00 |
file_unix.go
|
build: drop deprecated build tags
|
2022-12-19 23:20:11 +01:00 |
file_windows.go
|
build: drop deprecated build tags
|
2022-12-19 23:20:11 +01:00 |
filesystem.go
|
os: Use a uintptr for NewFile
|
2022-03-01 14:01:40 +01:00 |
getpagesize_test.go
|
build: drop deprecated build tags
|
2022-12-19 23:20:11 +01:00 |
is_wasi_no_test.go
|
build: drop deprecated build tags
|
2022-12-19 23:20:11 +01:00 |
is_wasi_test.go
|
build: drop deprecated build tags
|
2022-12-19 23:20:11 +01:00 |
os_anyos_test.go
|
build: drop deprecated build tags
|
2022-12-19 23:20:11 +01:00 |
os_chmod_test.go
|
build: drop deprecated build tags
|
2022-12-19 23:20:11 +01:00 |
os_symlink_test.go
|
build: drop deprecated build tags
|
2022-12-19 23:20:11 +01:00 |
os_test.go
|
all: update _test.go files for ioutil changes
|
2022-08-07 10:32:23 +02:00 |
path.go
|
github: also run 'make tinygo-test' on mac
|
2022-02-21 05:18:27 +01:00 |
path_test.go
|
os: implement MkdirAll
|
2021-12-03 09:38:40 +01:00 |
path_unix.go
|
build: drop deprecated build tags
|
2022-12-19 23:20:11 +01:00 |
path_windows.go
|
os: implement MkdirAll
|
2021-12-03 09:38:40 +01:00 |
path_windows_test.go
|
os: isWine: be compatible with older versions of wine, too
|
2022-02-03 19:12:19 +01:00 |
pipe_test.go
|
build: drop deprecated build tags
|
2022-12-19 23:20:11 +01:00 |
proc.go
|
os: implement process related functions
|
2021-06-25 16:14:47 +02:00 |
read_test.go
|
build: drop deprecated build tags
|
2022-12-19 23:20:11 +01:00 |
removeall_noat.go
|
build: drop deprecated build tags
|
2022-12-19 23:20:11 +01:00 |
removeall_other.go
|
build: drop deprecated build tags
|
2022-12-19 23:20:11 +01:00 |
removeall_test.go
|
build: drop deprecated build tags
|
2022-12-19 23:20:11 +01:00 |
seek_unix_bad.go
|
build: drop deprecated build tags
|
2022-12-19 23:20:11 +01:00 |
stat.go
|
src/os/stat.go: get build tags right, maybe
|
2021-12-09 22:14:29 +01:00 |
stat_darwin.go
|
os, syscall: implement Stat and Lstat
|
2021-12-01 00:23:23 +01:00 |
stat_linux.go
|
build: drop deprecated build tags
|
2022-12-19 23:20:11 +01:00 |
stat_other.go
|
build: drop deprecated build tags
|
2022-12-19 23:20:11 +01:00 |
stat_test.go
|
os, syscall: implement Stat and Lstat
|
2021-12-01 00:23:23 +01:00 |
stat_unix.go
|
build: drop deprecated build tags
|
2022-12-19 23:20:11 +01:00 |
stat_windows.go
|
src/{syscall, os}: add File.Stat, with smoke test
|
2022-01-20 11:14:41 +01:00 |
sys.go
|
extend stdlib to allow import of more packages (#1099)
|
2020-06-23 11:56:28 +02:00 |
tempfile.go
|
os: implement and test os.MkdirTemp
|
2021-12-14 09:25:27 +01:00 |
tempfile_test.go
|
build: drop deprecated build tags
|
2022-12-19 23:20:11 +01:00 |
types.go
|
os: implement readdir for darwin and linux
|
2022-02-02 08:57:49 +01:00 |
types_anyos.go
|
build: drop deprecated build tags
|
2022-12-19 23:20:11 +01:00 |
types_unix.go
|
build: drop deprecated build tags
|
2022-12-19 23:20:11 +01:00 |
types_windows.go
|
os, syscall: implement Stat and Lstat
|
2021-12-01 00:23:23 +01:00 |