tinygo/src/syscall
2023-03-10 15:01:48 -08:00
..
errno.go all: format code according to Go 1.19 rules 2022-08-04 12:18:32 +02:00
errno_other.go build: drop deprecated build tags 2022-12-19 23:20:11 +01:00
file_emulated.go build: drop deprecated build tags 2022-12-19 23:20:11 +01:00
file_hosted.go build: drop deprecated build tags 2022-12-19 23:20:11 +01:00
mmap_unix_test.go build: drop deprecated build tags 2022-12-19 23:20:11 +01:00
net.go extend stdlib to allow import of more packages (#1099) 2020-06-23 11:56:28 +02:00
proc_emulated.go build: drop deprecated build tags 2022-12-19 23:20:11 +01:00
proc_hosted.go build: drop deprecated build tags 2022-12-19 23:20:11 +01:00
str.go net/ip, syscall/errno: Reduce code duplication by switching to internal/itoa. 2021-11-16 02:13:52 +01:00
syscall.go Add implementation for os.Exit and syscall.Exit 2019-06-12 19:04:34 +02:00
syscall_libc.go all: use unsafe.Add instead of unsafe.Pointer(uintptr(...) + ...) 2023-03-03 16:55:13 +01:00
syscall_libc_darwin.go syscall: remove misleading comment about Stat_t fields 2023-03-10 15:01:48 -08:00
syscall_libc_darwin_amd64.go build: drop deprecated build tags 2022-12-19 23:20:11 +01:00
syscall_libc_darwin_arm64.go build: drop deprecated build tags 2022-12-19 23:20:11 +01:00
syscall_libc_nintendoswitch.go syscall: add more stubs as needed for Go 1.20 support 2023-02-03 07:31:38 -08:00
syscall_libc_wasi.go syscall: remove misleading comment about Stat_t fields 2023-03-10 15:01:48 -08:00
syscall_linux.go Stubbed Setuid and friends. Stubbed Exec (#3290) 2022-11-16 10:14:27 +01:00
syscall_nonhosted.go syscall: add more stubs as needed for Go 1.20 support 2023-02-03 07:31:38 -08:00
syscall_unix.go syscall: add more stubs as needed for Go 1.20 support 2023-02-03 07:31:38 -08:00
tables_nonhosted.go build: drop deprecated build tags 2022-12-19 23:20:11 +01:00