pkg syscall (freebsd-arm64-cgo), const SYS_STAT = 188
pkg syscall (freebsd-arm64-cgo), const SYS_STAT ideal-int
pkg syscall (freebsd-arm64-cgo), const SYS_STATFS = 396
+pkg syscall (openbsd-386), const ELAST = 91
+pkg syscall (openbsd-386-cgo), const ELAST = 91
+pkg syscall (openbsd-amd64), const ELAST = 91
+pkg syscall (openbsd-amd64-cgo), const ELAST = 91
pkg sync/atomic, method (*Uint64) Or(uint64) uint64 #61395
pkg sync/atomic, method (*Uintptr) And(uintptr) uintptr #61395
pkg sync/atomic, method (*Uintptr) Or(uintptr) uintptr #61395
+pkg syscall (openbsd-386), const EBADMSG = 92 #67998
+pkg syscall (openbsd-386), const ELAST = 95 #67998
+pkg syscall (openbsd-386), const ENOTRECOVERABLE = 93 #67998
+pkg syscall (openbsd-386), const ENOTRECOVERABLE Errno #67998
+pkg syscall (openbsd-386), const EOWNERDEAD = 94 #67998
+pkg syscall (openbsd-386), const EOWNERDEAD Errno #67998
+pkg syscall (openbsd-386), const EPROTO = 95 #67998
+pkg syscall (openbsd-386-cgo), const EBADMSG = 92 #67998
+pkg syscall (openbsd-386-cgo), const ELAST = 95 #67998
+pkg syscall (openbsd-386-cgo), const ENOTRECOVERABLE = 93 #67998
+pkg syscall (openbsd-386-cgo), const ENOTRECOVERABLE Errno #67998
+pkg syscall (openbsd-386-cgo), const EOWNERDEAD = 94 #67998
+pkg syscall (openbsd-386-cgo), const EOWNERDEAD Errno #67998
+pkg syscall (openbsd-386-cgo), const EPROTO = 95 #67998
+pkg syscall (openbsd-amd64), const EBADMSG = 92 #67998
+pkg syscall (openbsd-amd64), const ELAST = 95 #67998
+pkg syscall (openbsd-amd64), const ENOTRECOVERABLE = 93 #67998
+pkg syscall (openbsd-amd64), const ENOTRECOVERABLE Errno #67998
+pkg syscall (openbsd-amd64), const EOWNERDEAD = 94 #67998
+pkg syscall (openbsd-amd64), const EOWNERDEAD Errno #67998
+pkg syscall (openbsd-amd64), const EPROTO = 95 #67998
+pkg syscall (openbsd-amd64-cgo), const EBADMSG = 92 #67998
+pkg syscall (openbsd-amd64-cgo), const ELAST = 95 #67998
+pkg syscall (openbsd-amd64-cgo), const ENOTRECOVERABLE = 93 #67998
+pkg syscall (openbsd-amd64-cgo), const ENOTRECOVERABLE Errno #67998
+pkg syscall (openbsd-amd64-cgo), const EOWNERDEAD = 94 #67998
+pkg syscall (openbsd-amd64-cgo), const EOWNERDEAD Errno #67998
+pkg syscall (openbsd-amd64-cgo), const EPROTO = 95 #67998
pkg syscall (windows-386), const WSAENOPROTOOPT = 10042 #62254
pkg syscall (windows-386), const WSAENOPROTOOPT Errno #62254
pkg syscall (windows-amd64), const WSAENOPROTOOPT = 10042 #62254
pkg syscall (windows-amd64), const WSAENOPROTOOPT Errno #62254
+pkg syscall, const EBADMSG Errno #67998
+pkg syscall, const EPROTO Errno #67998
pkg unicode/utf16, func RuneLen(int32) int #44940
pkg unique, func Make[$0 comparable]($0) Handle[$0] #62483
pkg unique, method (Handle[$0]) Value() $0 #62483
EALREADY = Errno(0x25)
EAUTH = Errno(0x50)
EBADF = Errno(0x9)
+ EBADMSG = Errno(0x5c)
EBADRPC = Errno(0x48)
EBUSY = Errno(0x10)
ECANCELED = Errno(0x58)
EIPSEC = Errno(0x52)
EISCONN = Errno(0x38)
EISDIR = Errno(0x15)
- ELAST = Errno(0x5b)
+ ELAST = Errno(0x5f)
ELOOP = Errno(0x3e)
EMEDIUMTYPE = Errno(0x56)
EMFILE = Errno(0x18)
ENOTCONN = Errno(0x39)
ENOTDIR = Errno(0x14)
ENOTEMPTY = Errno(0x42)
+ ENOTRECOVERABLE = Errno(0x5d)
ENOTSOCK = Errno(0x26)
ENOTSUP = Errno(0x5b)
ENOTTY = Errno(0x19)
ENXIO = Errno(0x6)
EOPNOTSUPP = Errno(0x2d)
EOVERFLOW = Errno(0x57)
+ EOWNERDEAD = Errno(0x5e)
EPERM = Errno(0x1)
EPFNOSUPPORT = Errno(0x2e)
EPIPE = Errno(0x20)
EPROCUNAVAIL = Errno(0x4c)
EPROGMISMATCH = Errno(0x4b)
EPROGUNAVAIL = Errno(0x4a)
+ EPROTO = Errno(0x5f)
EPROTONOSUPPORT = Errno(0x2b)
EPROTOTYPE = Errno(0x29)
ERANGE = Errno(0x22)
57: "socket is not connected",
58: "can't send after socket shutdown",
59: "too many references: can't splice",
- 60: "connection timed out",
+ 60: "operation timed out",
61: "connection refused",
62: "too many levels of symbolic links",
63: "file name too long",
66: "directory not empty",
67: "too many processes",
68: "too many users",
- 69: "disc quota exceeded",
+ 69: "disk quota exceeded",
70: "stale NFS file handle",
71: "too many levels of remote in path",
72: "RPC struct is bad",
73: "RPC version wrong",
- 74: "RPC prog. not avail",
+ 74: "RPC program not available",
75: "program version wrong",
76: "bad procedure for program",
77: "no locks available",
89: "identifier removed",
90: "no message of desired type",
91: "not supported",
+ 92: "bad message",
+ 93: "state not recoverable",
+ 94: "previous owner died",
+ 95: "protocol error",
}
// Signal table
14: "alarm clock",
15: "terminated",
16: "urgent I/O condition",
- 17: "stopped (signal)",
- 18: "stopped",
+ 17: "suspended (signal)",
+ 18: "suspended",
19: "continued",
20: "child exited",
21: "stopped (tty input)",
EALREADY = Errno(0x25)
EAUTH = Errno(0x50)
EBADF = Errno(0x9)
+ EBADMSG = Errno(0x5c)
EBADRPC = Errno(0x48)
EBUSY = Errno(0x10)
ECANCELED = Errno(0x58)
EIPSEC = Errno(0x52)
EISCONN = Errno(0x38)
EISDIR = Errno(0x15)
- ELAST = Errno(0x5b)
+ ELAST = Errno(0x5f)
ELOOP = Errno(0x3e)
EMEDIUMTYPE = Errno(0x56)
EMFILE = Errno(0x18)
ENOTCONN = Errno(0x39)
ENOTDIR = Errno(0x14)
ENOTEMPTY = Errno(0x42)
+ ENOTRECOVERABLE = Errno(0x5d)
ENOTSOCK = Errno(0x26)
ENOTSUP = Errno(0x5b)
ENOTTY = Errno(0x19)
ENXIO = Errno(0x6)
EOPNOTSUPP = Errno(0x2d)
EOVERFLOW = Errno(0x57)
+ EOWNERDEAD = Errno(0x5e)
EPERM = Errno(0x1)
EPFNOSUPPORT = Errno(0x2e)
EPIPE = Errno(0x20)
EPROCUNAVAIL = Errno(0x4c)
EPROGMISMATCH = Errno(0x4b)
EPROGUNAVAIL = Errno(0x4a)
+ EPROTO = Errno(0x5f)
EPROTONOSUPPORT = Errno(0x2b)
EPROTOTYPE = Errno(0x29)
ERANGE = Errno(0x22)
57: "socket is not connected",
58: "can't send after socket shutdown",
59: "too many references: can't splice",
- 60: "connection timed out",
+ 60: "operation timed out",
61: "connection refused",
62: "too many levels of symbolic links",
63: "file name too long",
66: "directory not empty",
67: "too many processes",
68: "too many users",
- 69: "disc quota exceeded",
+ 69: "disk quota exceeded",
70: "stale NFS file handle",
71: "too many levels of remote in path",
72: "RPC struct is bad",
73: "RPC version wrong",
- 74: "RPC prog. not avail",
+ 74: "RPC program not available",
75: "program version wrong",
76: "bad procedure for program",
77: "no locks available",
89: "identifier removed",
90: "no message of desired type",
91: "not supported",
+ 92: "bad message",
+ 93: "state not recoverable",
+ 94: "previous owner died",
+ 95: "protocol error",
}
// Signal table
14: "alarm clock",
15: "terminated",
16: "urgent I/O condition",
- 17: "stopped (signal)",
- 18: "stopped",
+ 17: "suspended (signal)",
+ 18: "suspended",
19: "continued",
20: "child exited",
21: "stopped (tty input)",
EALREADY = Errno(0x25)
EAUTH = Errno(0x50)
EBADF = Errno(0x9)
+ EBADMSG = Errno(0x5c)
EBADRPC = Errno(0x48)
EBUSY = Errno(0x10)
ECANCELED = Errno(0x58)
EIPSEC = Errno(0x52)
EISCONN = Errno(0x38)
EISDIR = Errno(0x15)
- ELAST = Errno(0x5b)
+ ELAST = Errno(0x5f)
ELOOP = Errno(0x3e)
EMEDIUMTYPE = Errno(0x56)
EMFILE = Errno(0x18)
ENOTCONN = Errno(0x39)
ENOTDIR = Errno(0x14)
ENOTEMPTY = Errno(0x42)
+ ENOTRECOVERABLE = Errno(0x5d)
ENOTSOCK = Errno(0x26)
ENOTSUP = Errno(0x5b)
ENOTTY = Errno(0x19)
ENXIO = Errno(0x6)
EOPNOTSUPP = Errno(0x2d)
EOVERFLOW = Errno(0x57)
+ EOWNERDEAD = Errno(0x5e)
EPERM = Errno(0x1)
EPFNOSUPPORT = Errno(0x2e)
EPIPE = Errno(0x20)
EPROCUNAVAIL = Errno(0x4c)
EPROGMISMATCH = Errno(0x4b)
EPROGUNAVAIL = Errno(0x4a)
+ EPROTO = Errno(0x5f)
EPROTONOSUPPORT = Errno(0x2b)
EPROTOTYPE = Errno(0x29)
ERANGE = Errno(0x22)
57: "socket is not connected",
58: "can't send after socket shutdown",
59: "too many references: can't splice",
- 60: "connection timed out",
+ 60: "operation timed out",
61: "connection refused",
62: "too many levels of symbolic links",
63: "file name too long",
66: "directory not empty",
67: "too many processes",
68: "too many users",
- 69: "disc quota exceeded",
+ 69: "disk quota exceeded",
70: "stale NFS file handle",
71: "too many levels of remote in path",
72: "RPC struct is bad",
73: "RPC version wrong",
- 74: "RPC prog. not avail",
+ 74: "RPC program not available",
75: "program version wrong",
76: "bad procedure for program",
77: "no locks available",
89: "identifier removed",
90: "no message of desired type",
91: "not supported",
+ 92: "bad message",
+ 93: "state not recoverable",
+ 94: "previous owner died",
+ 95: "protocol error",
}
// Signal table
14: "alarm clock",
15: "terminated",
16: "urgent I/O condition",
- 17: "stopped (signal)",
- 18: "stopped",
+ 17: "suspended (signal)",
+ 18: "suspended",
19: "continued",
20: "child exited",
21: "stopped (tty input)",