Versions in this module
v0
Aug 31, 2026
Changes in this version
Jun 30, 2026
Changes in this version
May 21, 2026
Changes in this version
type TCPInfo
—
linux/amd64
type Taskstats
—
linux/amd64
Apr 23, 2026
Changes in this version
Mar 27, 2026 GO-2026-5024
Mar 3, 2026 GO-2026-5024
Changes in this version
Feb 8, 2026 GO-2026-5024
Changes in this version
Dec 19, 2025 GO-2026-5024
Nov 25, 2025 GO-2026-5024
Changes in this version
Nov 4, 2025 GO-2026-5024
Changes in this version
Oct 2, 2025 GO-2026-5024
Changes in this version
type CPUSet
—
linux/amd64
Sep 5, 2025 GO-2026-5024
Changes in this version
Aug 6, 2025 GO-2026-5024
Changes in this version
type FscryptAddKeyArg
—
linux/amd64
type Statx_t
—
linux/amd64
Jun 17, 2025 GO-2026-5024
Changes in this version
type Statx_t
—
linux/amd64
type Taskstats
—
linux/amd64
May 2, 2025 GO-2026-5024
Apr 3, 2025 GO-2026-5024
Changes in this version
Feb 14, 2025 GO-2026-5024
Jan 31, 2025 GO-2026-5024
Changes in this version
Dec 26, 2024 GO-2026-5024
Dec 3, 2024 GO-2026-5024
Changes in this version
type LandlockRulesetAttr
—
linux/amd64
type NexthopGrp
—
linux/amd64
type PtpSysOffsetExtended
—
linux/amd64
Nov 5, 2024 GO-2026-5024
Changes in this version
Oct 1, 2024 GO-2026-5024
Changes in this version
type Statx_t
—
linux/amd64
Sep 4, 2024 GO-2026-5024
Changes in this version
Aug 7, 2024 GO-2026-5024
Aug 3, 2024 GO-2026-5024
Changes in this version
type Statx_t
—
linux/amd64
Jul 3, 2024 GO-2026-5024
Changes in this version
May 17, 2024 GO-2026-5024
Changes in this version
May 3, 2024 GO-2026-5024
Changes in this version
Apr 4, 2024 GO-2026-5024
Feb 16, 2024 GO-2026-5024
Changes in this version
Feb 1, 2024 GO-2026-5024
Changes in this version
type FscryptPolicyV2
—
linux/amd64
type LandlockRulesetAttr
—
linux/amd64
Jan 3, 2024 GO-2026-5024
Changes in this version
Nov 18, 2023 GO-2026-5024
Changes in this version
Nov 3, 2023 GO-2026-5024
Changes in this version
Sep 28, 2023 GO-2026-5024
Changes in this version
Aug 25, 2023 GO-2026-5024
Changes in this version
Jul 26, 2023 GO-2026-5024
Changes in this version
Jun 27, 2023 GO-2026-5024
Changes in this version
Jun 12, 2023 GO-2026-5024
Changes in this version
May 3, 2023 GO-2026-5024
Changes in this version
Apr 4, 2023 GO-2026-5024
Changes in this version
Mar 4, 2023 GO-2026-5024
Changes in this version
type SockaddrStorage
—
linux/amd64
type TCPInfo
—
linux/amd64
type TCPMD5Sig
—
linux/amd64
Feb 7, 2023 GO-2026-5024
Changes in this version
Jan 4, 2023 GO-2026-5024
Dec 3, 2022 GO-2026-5024
Nov 2, 2022 GO-2026-5024
Changes in this version
type Cmsghdr
—
darwin/amd64, linux/amd64
Oct 13, 2022 GO-2026-5024
Changes in this version
+
func Faccessat(dirfd int, path string, mode uint32, flags int) (err error)
—
darwin/amd64, linux/amd64
+
func Fchmodat(dirfd int, path string, mode uint32, flags int) (err error)
—
darwin/amd64, linux/amd64
+
func Fchownat(dirfd int, path string, uid int, gid int, flags int) (err error)
—
darwin/amd64, linux/amd64
+
func GetsockoptInet4Addr(fd, level, opt int) (value [4]byte, err error)
—
darwin/amd64, linux/amd64
+
func Getxattr(path string, attr string, dest []byte) (sz int, 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 RawSyscall(trap, a1, a2, a3 uintptr) (r1, r2 uintptr, err syscall.Errno)
—
darwin/amd64, linux/amd64
+
func RawSyscall6(trap, a1, a2, a3, a4, a5, a6 uintptr) (r1, r2 uintptr, err syscall.Errno)
—
darwin/amd64, linux/amd64
+
func Readlinkat(dirfd int, path string, buf []byte) (n int, err error)
—
darwin/amd64, linux/amd64
+
func Select(nfd int, r *FdSet, w *FdSet, e *FdSet, timeout *Timeval) (n int, err error)
—
darwin/amd64, linux/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 SendmsgBuffers(fd int, buffers [][]byte, oob []byte, to Sockaddr, flags int) (n int, err error)
—
darwin/amd64, linux/amd64
+
func SendmsgN(fd int, p, oob []byte, to Sockaddr, flags int) (n int, err error)
—
darwin/amd64, linux/amd64
+
func SetsockoptICMPv6Filter(fd, level, opt int, filter *ICMPv6Filter) 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 Setxattr(path string, attr string, data []byte, flags int) (err error)
—
darwin/amd64, linux/amd64
+
func Symlinkat(oldpath string, newdirfd int, newpath string) (err error)
—
darwin/amd64, linux/amd64
+
func Syscall(trap, a1, a2, a3 uintptr) (r1, r2 uintptr, err syscall.Errno)
—
darwin/amd64, linux/amd64
+
func Syscall6(trap, a1, a2, a3, a4, a5, a6 uintptr) (r1, r2 uintptr, err syscall.Errno)
—
darwin/amd64, linux/amd64
+
func SysvShmCtl(id, cmd int, desc *SysvShmDesc) (result int, err error)
—
darwin/amd64, linux/amd64
+
func UtimesNanoAt(dirfd int, path string, ts []Timespec, flags int) error
—
darwin/amd64, linux/amd64
+
func Wait4(pid int, wstatus *WaitStatus, options int, rusage *Rusage) (wpid int, err error)
—
darwin/amd64, linux/amd64