Versions in this module
v1
May 16, 2026
May 15, 2026
Apr 21, 2026
Feb 7, 2024
Dec 31, 2023
Dec 24, 2023
Dec 24, 2023
Dec 9, 2023
Nov 6, 2023
Nov 2, 2023
Oct 14, 2023
Oct 10, 2023
Oct 1, 2023
Sep 26, 2023
Sep 26, 2023
Changes in this version
Sep 26, 2023
Sep 26, 2023
Changes in this version
type Errno
—
windows/amd64
Sep 26, 2023
Changes in this version
Sep 26, 2023
Changes in this version
type DLLError
—
windows/amd64
type Errno
—
linux/amd64
type SysProcAttr
—
windows/amd64
Sep 26, 2023
Sep 26, 2023
Changes in this version
Sep 26, 2023
Changes in this version
type Errno
type SysProcAttr
—
windows/amd64
Sep 26, 2023
Changes in this version
type Errno
—
windows/amd64
type Signal
—
js/wasm
Sep 26, 2023
Changes in this version
Sep 26, 2023
Changes in this version
type SysProcAttr
—
windows/amd64
Sep 26, 2023
Changes in this version
type Credential
—
darwin/amd64, linux/amd64
type Errno
—
windows/amd64
type SysProcAttr
—
linux/amd64
Sep 26, 2023
Changes in this version
type Errno
—
windows/amd64
Sep 26, 2023
Sep 26, 2023
Sep 26, 2023
Changes in this version
type Errno
—
windows/amd64
type Handle
—
windows/amd64
Sep 26, 2023
Changes in this version
+
func SendmsgN(fd int, p, oob []byte, to Sockaddr, flags int) (n int, err error)
—
darwin/amd64, linux/amd64
type Errno
—
windows/amd64
Sep 26, 2023
Changes in this version
+
func SetsockoptICMPv6Filter(fd, level, opt int, filter *ICMPv6Filter) error
—
darwin/amd64, linux/amd64
type Errno
—
darwin/amd64
type Errno
—
windows/amd64
type SysProcAttr
—
linux/amd64
Sep 26, 2023
Changes in this version
type Errno
—
windows/amd64
type Sockaddr
—
linux/amd64
type SysProcAttr
—
linux/amd64
+
Ctty int
type SysProcAttr
—
windows/amd64
type Timespec
—
windows/amd64
type Ucred
—
linux/amd64
Sep 26, 2023
Sep 26, 2023
Sep 26, 2023
Changes in this version
+
func Exec(argv0 string, argv []string, envv []string) (err error)
—
darwin/amd64, linux/amd64, windows/amd64
+
func ForkExec(argv0 string, argv []string, attr *ProcAttr) (pid int, err error)
—
darwin/amd64, linux/amd64
+
func GetsockoptInet4Addr(fd, level, opt int) (value [4]byte, err error)
—
darwin/amd64, linux/amd64
+
func Mmap(fd int, offset int64, length int, prot int, flags int) (data []byte, err error)
—
darwin/amd64, linux/amd64
+
func ParseDirent(buf []byte, max int, names []string) (consumed int, count int, newnames []string)
—
darwin/amd64, linux/amd64
+
func Readlink(path string, buf []byte) (n int, err error)
—
darwin/amd64, linux/amd64, windows/amd64
+
func Sendfile(outfd int, infd int, offset *int64, count int) (written int, err error)
—
darwin/amd64, linux/amd64
+
func Sendmsg(fd int, p, oob []byte, to Sockaddr, flags int) (err error)
—
darwin/amd64, linux/amd64
+
func SetsockoptIPv6Mreq(fd, level, opt int, mreq *IPv6Mreq) (err error)
—
darwin/amd64, linux/amd64
+
func SetsockoptInet4Addr(fd, level, opt int, value [4]byte) (err error)
—
darwin/amd64, linux/amd64
+
func StartProcess(argv0 string, argv []string, attr *ProcAttr) (pid int, handle uintptr, err error)
—
darwin/amd64, linux/amd64, windows/amd64
+
func Wait4(pid int, wstatus *WaitStatus, options int, rusage *Rusage) (wpid int, err error)
—
darwin/amd64, linux/amd64