.. |
linux
|
06d7bd2c5f
unix: update rtnetlink constants
|
5 lat temu |
.gitignore
|
76c138986e
unix: add unix.test to .gitignore
|
7 lat temu |
README.md
|
983097b1a8
unix: replace Perl script references in "README.md" with Go programs
|
5 lat temu |
affinity_linux.go
|
5fe476d890
unix: use bits.OnesCount64 instead of local copy
|
5 lat temu |
aliases.go
|
d99a578cf4
unix: code for AIX ppc and ppc64, for gccgo
|
6 lat temu |
asm_aix_ppc64.s
|
8f1d3d21f8
unix: add support for aix/ppc64, gc implementation
|
6 lat temu |
asm_darwin_386.s
|
e11762ca30
unix: add gccgo support
|
9 lat temu |
asm_darwin_amd64.s
|
e11762ca30
unix: add gccgo support
|
9 lat temu |
asm_darwin_arm.s
|
785372d7b0
unix: add darwin/arm support
|
9 lat temu |
asm_darwin_arm64.s
|
58e109635f
unix: add darwin/arm64 support
|
9 lat temu |
asm_dragonfly_amd64.s
|
64746a42f3
unix: address vet's finding of wrong argument size
|
6 lat temu |
asm_freebsd_386.s
|
e11762ca30
unix: add gccgo support
|
9 lat temu |
asm_freebsd_amd64.s
|
e11762ca30
unix: add gccgo support
|
9 lat temu |
asm_freebsd_arm.s
|
e11762ca30
unix: add gccgo support
|
9 lat temu |
asm_freebsd_arm64.s
|
a91c4d227e
unix: add support for freebsd/arm64
|
5 lat temu |
asm_linux_386.s
|
28a7276518
unix: add SyscallNoError and RawSyscallNoError on Linux
|
6 lat temu |
asm_linux_amd64.s
|
28a7276518
unix: add SyscallNoError and RawSyscallNoError on Linux
|
6 lat temu |
asm_linux_arm.s
|
810d700034
unix: match seek argument size to signature on linux/arm
|
6 lat temu |
asm_linux_arm64.s
|
a3f2cbd54c
unix: fix typo in unix/asm_linux_arm64.s made in 28a7276
|
6 lat temu |
asm_linux_mips64x.s
|
28a7276518
unix: add SyscallNoError and RawSyscallNoError on Linux
|
6 lat temu |
asm_linux_mipsx.s
|
28a7276518
unix: add SyscallNoError and RawSyscallNoError on Linux
|
6 lat temu |
asm_linux_ppc64x.s
|
7155702f2d
unix: fix errors in syscalls when using -linkshared on ppc64x
|
6 lat temu |
asm_linux_riscv64.s
|
4c3a928424
unix: provide linux/riscv64 assembly for syscalls
|
5 lat temu |
asm_linux_s390x.s
|
28a7276518
unix: add SyscallNoError and RawSyscallNoError on Linux
|
6 lat temu |
asm_netbsd_386.s
|
e11762ca30
unix: add gccgo support
|
9 lat temu |
asm_netbsd_amd64.s
|
e11762ca30
unix: add gccgo support
|
9 lat temu |
asm_netbsd_arm.s
|
e11762ca30
unix: add gccgo support
|
9 lat temu |
asm_netbsd_arm64.s
|
770c60269b
unix: add netbsd/arm64 files.
|
5 lat temu |
asm_openbsd_386.s
|
e11762ca30
unix: add gccgo support
|
9 lat temu |
asm_openbsd_amd64.s
|
e11762ca30
unix: add gccgo support
|
9 lat temu |
asm_openbsd_arm.s
|
b0e0dd7297
unix: add openbsd/arm support (in theory)
|
7 lat temu |
asm_openbsd_arm64.s
|
4347357a82
unix: add support for openbsd/arm64
|
5 lat temu |
asm_solaris_amd64.s
|
f888ac0c35
unix: fix vet warnings on solaris
|
7 lat temu |
bluetooth_linux.go
|
8aa0c605e5
syscall: add bluetooth constants for linux
|
8 lat temu |
cap_freebsd.go
|
6f686a352d
unix: add ErrnoName and SignalName
|
6 lat temu |
constants.go
|
d99a578cf4
unix: code for AIX ppc and ppc64, for gccgo
|
6 lat temu |
creds_test.go
|
d0faeb5398
unix: fix TestSCMCredentials to not fail when root
|
6 lat temu |
darwin_test.go
|
3421d5a6bb
unix: avoid __getdirentries64 on darwin
|
5 lat temu |
dev_aix_ppc.go
|
1561086e64
unix: add Termio, Winsize, Statfs_t, TC[GS]ET, Mkdir and Mknod for AIX
|
6 lat temu |
dev_aix_ppc64.go
|
1561086e64
unix: add Termio, Winsize, Statfs_t, TC[GS]ET, Mkdir and Mknod for AIX
|
6 lat temu |
dev_darwin.go
|
804a9fee62
unix: convert major/minor to uint64 before shifting in Mkdev on Darwin/*BSD
|
7 lat temu |
dev_dragonfly.go
|
804a9fee62
unix: convert major/minor to uint64 before shifting in Mkdev on Darwin/*BSD
|
7 lat temu |
dev_freebsd.go
|
804a9fee62
unix: convert major/minor to uint64 before shifting in Mkdev on Darwin/*BSD
|
7 lat temu |
dev_linux.go
|
7a85bfad8b
unix: fix potential overflow in Mkdev on Linux
|
7 lat temu |
dev_linux_test.go
|
04b83988a0
unix: fix or skip failing tests on android and iOS
|
6 lat temu |
dev_netbsd.go
|
804a9fee62
unix: convert major/minor to uint64 before shifting in Mkdev on Darwin/*BSD
|
7 lat temu |
dev_openbsd.go
|
033028a6b4
unix: add Major, Minor and Mkdev functions on OpenBSD
|
7 lat temu |
dirent.go
|
cbf593c0f2
unix: remove nacl build tag from dirent code
|
5 lat temu |
dirent_test.go
|
8f4f963083
unix: merge implementation for ReadDirent
|
5 lat temu |
endian_big.go
|
7de4796419
unix: add mips and mipsle to endian files
|
7 lat temu |
endian_little.go
|
94b544f455
unix: add riscv64 tag to endian_little.go
|
5 lat temu |
env_unix.go
|
d99a578cf4
unix: code for AIX ppc and ppc64, for gccgo
|
6 lat temu |
errors_freebsd_386.go
|
0f826bdd13
unix: re-enable Capsicum on FreeBSD 386
|
7 lat temu |
errors_freebsd_amd64.go
|
0f826bdd13
unix: re-enable Capsicum on FreeBSD 386
|
7 lat temu |
errors_freebsd_arm.go
|
47bdb838cc
unix: fix freebsd/arm build, fix freebsd/{386,arm} tests
|
7 lat temu |
example_exec_test.go
|
4d1cda033e
unix: remove Flock syscall for aix
|
6 lat temu |
example_flock_test.go
|
4d1cda033e
unix: remove Flock syscall for aix
|
6 lat temu |
export_test.go
|
d99a578cf4
unix: code for AIX ppc and ppc64, for gccgo
|
6 lat temu |
fcntl.go
|
1775db3f06
unix: make Fcntl* routines use libSystem on Darwin
|
5 lat temu |
fcntl_darwin.go
|
1775db3f06
unix: make Fcntl* routines use libSystem on Darwin
|
5 lat temu |
fcntl_linux_32bit.go
|
1d206c9fa8
unix: add FcntlInt
|
6 lat temu |
gccgo.go
|
d99a578cf4
unix: code for AIX ppc and ppc64, for gccgo
|
6 lat temu |
gccgo_c.c
|
d99a578cf4
unix: code for AIX ppc and ppc64, for gccgo
|
6 lat temu |
gccgo_linux_amd64.go
|
9e4fff1f4d
all: single space after period
|
7 lat temu |
getdirentries_test.go
|
e93b963712
unix: use ParseDirent in testGetdirentries
|
5 lat temu |
ioctl.go
|
9109b7679e
unix: add IoctlRetInt for Linux
|
5 lat temu |
mkall.sh
|
3421d5a6bb
unix: avoid __getdirentries64 on darwin
|
5 lat temu |
mkasm_darwin.go
|
3421d5a6bb
unix: avoid __getdirentries64 on darwin
|
5 lat temu |
mkerrors.sh
|
2837fb4f24
unix: add NFDBITS const on Linux, update TestSelect
|
5 lat temu |
mkpost.go
|
06bbe82148
unix: correctly rename Val member in Sigset_t on freebsd
|
5 lat temu |
mksyscall.go
|
3421d5a6bb
unix: avoid __getdirentries64 on darwin
|
5 lat temu |
mksyscall_aix_ppc.go
|
f0ce4c0180
unix: add Select syscall on AIX
|
5 lat temu |
mksyscall_aix_ppc64.go
|
f0ce4c0180
unix: add Select syscall on AIX
|
5 lat temu |
mksyscall_solaris.go
|
cea5d2f6b4
unix: replace "mksyscall_solaris.pl" script with a Go program
|
5 lat temu |
mksysctl_openbsd.go
|
804c0c7841
unix: replace "mksysctl_openbsd.pl" script with a Go program
|
5 lat temu |
mksysnum.go
|
b47fdc9379
unix: change the mksysnum master to point to stable/11 on freebsd
|
5 lat temu |
mmap_unix_test.go
|
d99a578cf4
unix: code for AIX ppc and ppc64, for gccgo
|
6 lat temu |
openbsd_test.go
|
98c5dad5d1
unix: update the OpenBSD pledge interface to handle execpromises
|
6 lat temu |
pagesize_unix.go
|
d99a578cf4
unix: code for AIX ppc and ppc64, for gccgo
|
6 lat temu |
pledge_openbsd.go
|
82968946f5
unix: remove arch specific build for openbsd_pledge.go
|
5 lat temu |
race.go
|
9e4fff1f4d
all: single space after period
|
7 lat temu |
race0.go
|
d99a578cf4
unix: code for AIX ppc and ppc64, for gccgo
|
6 lat temu |
readdirent_getdents.go
|
c5567b49c5
unix: add Getdents on dragonfly
|
5 lat temu |
readdirent_getdirentries.go
|
c5567b49c5
unix: add Getdents on dragonfly
|
5 lat temu |
sendfile_test.go
|
1393eb0183
unix: fix several staticcheck issues
|
5 lat temu |
sockcmsg_linux.go
|
9e4fff1f4d
all: single space after period
|
7 lat temu |
sockcmsg_unix.go
|
3ef323f4f1
unix: add illumos case
|
5 lat temu |
str.go
|
d99a578cf4
unix: code for AIX ppc and ppc64, for gccgo
|
6 lat temu |
syscall.go
|
050d976686
unix: drop reference to mkunix.pl from comment
|
5 lat temu |
syscall_aix.go
|
1e83adbbeb
unix: fix coredump bit on aix/ppc64
|
5 lat temu |
syscall_aix_ppc.go
|
f460065e89
unix: add Msghdr.SetIovlen
|
5 lat temu |
syscall_aix_ppc64.go
|
f460065e89
unix: add Msghdr.SetIovlen
|
5 lat temu |
syscall_aix_test.go
|
c432e742b0
unix: remove unused stringsFromByteSlice for tests on aix
|
5 lat temu |
syscall_bsd.go
|
d223b2b6db
unix: disable sysctl on iOS
|
5 lat temu |
syscall_bsd_test.go
|
2aa67d56cd
unix: fix Select to return number of ready fds on Darwin and *BSD
|
5 lat temu |
syscall_darwin.1_12.go
|
3421d5a6bb
unix: avoid __getdirentries64 on darwin
|
5 lat temu |
syscall_darwin.1_13.go
|
3421d5a6bb
unix: avoid __getdirentries64 on darwin
|
5 lat temu |
syscall_darwin.go
|
2aa67d56cd
unix: fix Select to return number of ready fds on Darwin and *BSD
|
5 lat temu |
syscall_darwin_386.1_11.go
|
3421d5a6bb
unix: avoid __getdirentries64 on darwin
|
5 lat temu |
syscall_darwin_386.go
|
3421d5a6bb
unix: avoid __getdirentries64 on darwin
|
5 lat temu |
syscall_darwin_amd64.1_11.go
|
3421d5a6bb
unix: avoid __getdirentries64 on darwin
|
5 lat temu |
syscall_darwin_amd64.go
|
3421d5a6bb
unix: avoid __getdirentries64 on darwin
|
5 lat temu |
syscall_darwin_arm.1_11.go
|
3421d5a6bb
unix: avoid __getdirentries64 on darwin
|
5 lat temu |
syscall_darwin_arm.go
|
3421d5a6bb
unix: avoid __getdirentries64 on darwin
|
5 lat temu |
syscall_darwin_arm64.1_11.go
|
3421d5a6bb
unix: avoid __getdirentries64 on darwin
|
5 lat temu |
syscall_darwin_arm64.go
|
3421d5a6bb
unix: avoid __getdirentries64 on darwin
|
5 lat temu |
syscall_darwin_libSystem.go
|
3421d5a6bb
unix: avoid __getdirentries64 on darwin
|
5 lat temu |
syscall_darwin_test.go
|
cab07311ab
unix: fix TestStatFieldNames on aix and TestUtimesNanoAt on darwin
|
5 lat temu |
syscall_dragonfly.go
|
2aa67d56cd
unix: fix Select to return number of ready fds on Darwin and *BSD
|
5 lat temu |
syscall_dragonfly_amd64.go
|
f460065e89
unix: add Msghdr.SetIovlen
|
5 lat temu |
syscall_freebsd.go
|
2aa67d56cd
unix: fix Select to return number of ready fds on Darwin and *BSD
|
5 lat temu |
syscall_freebsd_386.go
|
f460065e89
unix: add Msghdr.SetIovlen
|
5 lat temu |
syscall_freebsd_amd64.go
|
f460065e89
unix: add Msghdr.SetIovlen
|
5 lat temu |
syscall_freebsd_arm.go
|
f460065e89
unix: add Msghdr.SetIovlen
|
5 lat temu |
syscall_freebsd_arm64.go
|
f460065e89
unix: add Msghdr.SetIovlen
|
5 lat temu |
syscall_freebsd_test.go
|
88eb85aaee
unix: add tests for *xattr functions
|
6 lat temu |
syscall_internal_linux_test.go
|
43c01164e9
unix: implement AF_TIPC sockets on Linux
|
5 lat temu |
syscall_linux.go
|
543471e840
unix: add new func PtraceInterrupt on Linux
|
5 lat temu |
syscall_linux_386.go
|
f460065e89
unix: add Msghdr.SetIovlen
|
5 lat temu |
syscall_linux_amd64.go
|
f460065e89
unix: add Msghdr.SetIovlen
|
5 lat temu |
syscall_linux_amd64_gc.go
|
d75a526598
x/sys/unix: move gccgo redeclared functions to separate files
|
8 lat temu |
syscall_linux_arm.go
|
f460065e89
unix: add Msghdr.SetIovlen
|
5 lat temu |
syscall_linux_arm64.go
|
f460065e89
unix: add Msghdr.SetIovlen
|
5 lat temu |
syscall_linux_gc.go
|
37707fdb30
unix: move gccgo redeclared *SyscallNoError functions to a separate file
|
6 lat temu |
syscall_linux_gc_386.go
|
24c297a8f3
unix: support compiling with gccgo on linux/386
|
6 lat temu |
syscall_linux_gccgo_386.go
|
24c297a8f3
unix: support compiling with gccgo on linux/386
|
6 lat temu |
syscall_linux_gccgo_arm.go
|
24c297a8f3
unix: support compiling with gccgo on linux/386
|
6 lat temu |
syscall_linux_mips64x.go
|
f460065e89
unix: add Msghdr.SetIovlen
|
5 lat temu |
syscall_linux_mipsx.go
|
f460065e89
unix: add Msghdr.SetIovlen
|
5 lat temu |
syscall_linux_ppc64x.go
|
f460065e89
unix: add Msghdr.SetIovlen
|
5 lat temu |
syscall_linux_riscv64.go
|
f460065e89
unix: add Msghdr.SetIovlen
|
5 lat temu |
syscall_linux_s390x.go
|
f460065e89
unix: add Msghdr.SetIovlen
|
5 lat temu |
syscall_linux_sparc64.go
|
f460065e89
unix: add Msghdr.SetIovlen
|
5 lat temu |
syscall_linux_test.go
|
2837fb4f24
unix: add NFDBITS const on Linux, update TestSelect
|
5 lat temu |
syscall_netbsd.go
|
2aa67d56cd
unix: fix Select to return number of ready fds on Darwin and *BSD
|
5 lat temu |
syscall_netbsd_386.go
|
f460065e89
unix: add Msghdr.SetIovlen
|
5 lat temu |
syscall_netbsd_amd64.go
|
f460065e89
unix: add Msghdr.SetIovlen
|
5 lat temu |
syscall_netbsd_arm.go
|
f460065e89
unix: add Msghdr.SetIovlen
|
5 lat temu |
syscall_netbsd_arm64.go
|
f460065e89
unix: add Msghdr.SetIovlen
|
5 lat temu |
syscall_netbsd_test.go
|
66b7b1311a
unix: add IoctlGetPtmget on netbsd
|
6 lat temu |
syscall_openbsd.go
|
2aa67d56cd
unix: fix Select to return number of ready fds on Darwin and *BSD
|
5 lat temu |
syscall_openbsd_386.go
|
f460065e89
unix: add Msghdr.SetIovlen
|
5 lat temu |
syscall_openbsd_amd64.go
|
f460065e89
unix: add Msghdr.SetIovlen
|
5 lat temu |
syscall_openbsd_arm.go
|
f460065e89
unix: add Msghdr.SetIovlen
|
5 lat temu |
syscall_openbsd_arm64.go
|
f460065e89
unix: add Msghdr.SetIovlen
|
5 lat temu |
syscall_openbsd_test.go
|
6c81ef8f67
unix: add SysctlClockinfo on OpenBSD
|
5 lat temu |
syscall_solaris.go
|
e2fefa8ec2
unix: fix Select to return number of ready fds on Solaris
|
5 lat temu |
syscall_solaris_amd64.go
|
bbd175535a
unix: add Msghdr.SetIovlen for solaris/amd64
|
5 lat temu |
syscall_solaris_test.go
|
e2fefa8ec2
unix: fix Select to return number of ready fds on Solaris
|
5 lat temu |
syscall_test.go
|
1393eb0183
unix: fix several staticcheck issues
|
5 lat temu |
syscall_unix.go
|
4b34438f7a
unix: allow empty string argument to SetsockoptString
|
5 lat temu |
syscall_unix_gc.go
|
7155702f2d
unix: fix errors in syscalls when using -linkshared on ppc64x
|
6 lat temu |
syscall_unix_gc_ppc64x.go
|
7155702f2d
unix: fix errors in syscalls when using -linkshared on ppc64x
|
6 lat temu |
syscall_unix_test.go
|
69e3a3a65b
unix: fix TestFchmodat on illumos
|
5 lat temu |
timestruct.go
|
d99a578cf4
unix: code for AIX ppc and ppc64, for gccgo
|
6 lat temu |
timestruct_test.go
|
d99a578cf4
unix: code for AIX ppc and ppc64, for gccgo
|
6 lat temu |
types_aix.go
|
0e01d883c5
unix: add RawSockaddrDatalink on aix
|
5 lat temu |
types_darwin.go
|
e4093980e8
unix: add SysctlClockinfo on darwin
|
5 lat temu |
types_dragonfly.go
|
8469e31483
unix: export sizeof consts
|
6 lat temu |
types_freebsd.go
|
bf70e46780
unix: add ptrace support for FreeBSD
|
5 lat temu |
types_netbsd.go
|
6f551f7d2b
unix: add AT_SYMLINK_FOLLOW const on netbsd
|
5 lat temu |
types_openbsd.go
|
6f217b454f
unix: add AT_SYMLINK_FOLLOW const on openbsd
|
5 lat temu |
types_solaris.go
|
8469e31483
unix: export sizeof consts
|
6 lat temu |
unveil_openbsd.go
|
82968946f5
unix: remove arch specific build for openbsd_pledge.go
|
5 lat temu |
xattr_bsd.go
|
9b800f95db
unix: avoid index out of range in *setxattr on BSD
|
6 lat temu |
xattr_test.go
|
9b800f95db
unix: avoid index out of range in *setxattr on BSD
|
6 lat temu |
zerrors_aix_ppc.go
|
d20716ef9d
unix: use nsendmsg and nrecvmsg on AIX
|
5 lat temu |
zerrors_aix_ppc64.go
|
d20716ef9d
unix: use nsendmsg and nrecvmsg on AIX
|
5 lat temu |
zerrors_darwin_386.go
|
2aa67d56cd
unix: fix Select to return number of ready fds on Darwin and *BSD
|
5 lat temu |
zerrors_darwin_amd64.go
|
2aa67d56cd
unix: fix Select to return number of ready fds on Darwin and *BSD
|
5 lat temu |
zerrors_darwin_arm.go
|
2aa67d56cd
unix: fix Select to return number of ready fds on Darwin and *BSD
|
5 lat temu |
zerrors_darwin_arm64.go
|
2aa67d56cd
unix: fix Select to return number of ready fds on Darwin and *BSD
|
5 lat temu |
zerrors_dragonfly_amd64.go
|
2aa67d56cd
unix: fix Select to return number of ready fds on Darwin and *BSD
|
5 lat temu |
zerrors_freebsd_386.go
|
2aa67d56cd
unix: fix Select to return number of ready fds on Darwin and *BSD
|
5 lat temu |
zerrors_freebsd_amd64.go
|
2aa67d56cd
unix: fix Select to return number of ready fds on Darwin and *BSD
|
5 lat temu |
zerrors_freebsd_arm.go
|
2aa67d56cd
unix: fix Select to return number of ready fds on Darwin and *BSD
|
5 lat temu |
zerrors_freebsd_arm64.go
|
2aa67d56cd
unix: fix Select to return number of ready fds on Darwin and *BSD
|
5 lat temu |
zerrors_linux_386.go
|
2837fb4f24
unix: add NFDBITS const on Linux, update TestSelect
|
5 lat temu |
zerrors_linux_amd64.go
|
2837fb4f24
unix: add NFDBITS const on Linux, update TestSelect
|
5 lat temu |
zerrors_linux_arm.go
|
2837fb4f24
unix: add NFDBITS const on Linux, update TestSelect
|
5 lat temu |
zerrors_linux_arm64.go
|
2837fb4f24
unix: add NFDBITS const on Linux, update TestSelect
|
5 lat temu |
zerrors_linux_mips.go
|
2837fb4f24
unix: add NFDBITS const on Linux, update TestSelect
|
5 lat temu |
zerrors_linux_mips64.go
|
2837fb4f24
unix: add NFDBITS const on Linux, update TestSelect
|
5 lat temu |
zerrors_linux_mips64le.go
|
2837fb4f24
unix: add NFDBITS const on Linux, update TestSelect
|
5 lat temu |
zerrors_linux_mipsle.go
|
2837fb4f24
unix: add NFDBITS const on Linux, update TestSelect
|
5 lat temu |
zerrors_linux_ppc64.go
|
2837fb4f24
unix: add NFDBITS const on Linux, update TestSelect
|
5 lat temu |
zerrors_linux_ppc64le.go
|
2837fb4f24
unix: add NFDBITS const on Linux, update TestSelect
|
5 lat temu |
zerrors_linux_riscv64.go
|
2837fb4f24
unix: add NFDBITS const on Linux, update TestSelect
|
5 lat temu |
zerrors_linux_s390x.go
|
2837fb4f24
unix: add NFDBITS const on Linux, update TestSelect
|
5 lat temu |
zerrors_linux_sparc64.go
|
2837fb4f24
unix: add NFDBITS const on Linux, update TestSelect
|
5 lat temu |
zerrors_netbsd_386.go
|
2aa67d56cd
unix: fix Select to return number of ready fds on Darwin and *BSD
|
5 lat temu |
zerrors_netbsd_amd64.go
|
2aa67d56cd
unix: fix Select to return number of ready fds on Darwin and *BSD
|
5 lat temu |
zerrors_netbsd_arm.go
|
2aa67d56cd
unix: fix Select to return number of ready fds on Darwin and *BSD
|
5 lat temu |
zerrors_netbsd_arm64.go
|
2aa67d56cd
unix: fix Select to return number of ready fds on Darwin and *BSD
|
5 lat temu |
zerrors_openbsd_386.go
|
34b0ac8f0d
unix: update openbsd/{386,amd64.arm} MAP_* consts
|
5 lat temu |
zerrors_openbsd_amd64.go
|
34b0ac8f0d
unix: update openbsd/{386,amd64.arm} MAP_* consts
|
5 lat temu |
zerrors_openbsd_arm.go
|
34b0ac8f0d
unix: update openbsd/{386,amd64.arm} MAP_* consts
|
5 lat temu |
zerrors_openbsd_arm64.go
|
2aa67d56cd
unix: fix Select to return number of ready fds on Darwin and *BSD
|
5 lat temu |
zerrors_solaris_amd64.go
|
e2fefa8ec2
unix: fix Select to return number of ready fds on Solaris
|
5 lat temu |
zptrace386_linux.go
|
30ef8ff723
unix: single space after period in generated zptrace header
|
7 lat temu |
zptracearm_linux.go
|
30ef8ff723
unix: single space after period in generated zptrace header
|
7 lat temu |
zptracemips_linux.go
|
30ef8ff723
unix: single space after period in generated zptrace header
|
7 lat temu |
zptracemipsle_linux.go
|
30ef8ff723
unix: single space after period in generated zptrace header
|
7 lat temu |
zsyscall_aix_ppc.go
|
ad400b1274
unix: remove StTimespec type on AIX
|
5 lat temu |
zsyscall_aix_ppc64.go
|
ad400b1274
unix: remove StTimespec type on AIX
|
5 lat temu |
zsyscall_aix_ppc64_gc.go
|
ad400b1274
unix: remove StTimespec type on AIX
|
5 lat temu |
zsyscall_aix_ppc64_gccgo.go
|
ad400b1274
unix: remove StTimespec type on AIX
|
5 lat temu |
zsyscall_darwin_386.1_11.go
|
3421d5a6bb
unix: avoid __getdirentries64 on darwin
|
5 lat temu |
zsyscall_darwin_386.1_13.go
|
3421d5a6bb
unix: avoid __getdirentries64 on darwin
|
5 lat temu |
zsyscall_darwin_386.1_13.s
|
3421d5a6bb
unix: avoid __getdirentries64 on darwin
|
5 lat temu |
zsyscall_darwin_386.go
|
3421d5a6bb
unix: avoid __getdirentries64 on darwin
|
5 lat temu |
zsyscall_darwin_386.s
|
3421d5a6bb
unix: avoid __getdirentries64 on darwin
|
5 lat temu |
zsyscall_darwin_amd64.1_11.go
|
3421d5a6bb
unix: avoid __getdirentries64 on darwin
|
5 lat temu |
zsyscall_darwin_amd64.1_13.go
|
3421d5a6bb
unix: avoid __getdirentries64 on darwin
|
5 lat temu |
zsyscall_darwin_amd64.1_13.s
|
3421d5a6bb
unix: avoid __getdirentries64 on darwin
|
5 lat temu |
zsyscall_darwin_amd64.go
|
3421d5a6bb
unix: avoid __getdirentries64 on darwin
|
5 lat temu |
zsyscall_darwin_amd64.s
|
3421d5a6bb
unix: avoid __getdirentries64 on darwin
|
5 lat temu |
zsyscall_darwin_arm.1_11.go
|
3421d5a6bb
unix: avoid __getdirentries64 on darwin
|
5 lat temu |
zsyscall_darwin_arm.1_13.go
|
3421d5a6bb
unix: avoid __getdirentries64 on darwin
|
5 lat temu |
zsyscall_darwin_arm.1_13.s
|
3421d5a6bb
unix: avoid __getdirentries64 on darwin
|
5 lat temu |
zsyscall_darwin_arm.go
|
2aa67d56cd
unix: fix Select to return number of ready fds on Darwin and *BSD
|
5 lat temu |
zsyscall_darwin_arm.s
|
3421d5a6bb
unix: avoid __getdirentries64 on darwin
|
5 lat temu |
zsyscall_darwin_arm64.1_11.go
|
3421d5a6bb
unix: avoid __getdirentries64 on darwin
|
5 lat temu |
zsyscall_darwin_arm64.1_13.go
|
3421d5a6bb
unix: avoid __getdirentries64 on darwin
|
5 lat temu |
zsyscall_darwin_arm64.1_13.s
|
3421d5a6bb
unix: avoid __getdirentries64 on darwin
|
5 lat temu |
zsyscall_darwin_arm64.go
|
2aa67d56cd
unix: fix Select to return number of ready fds on Darwin and *BSD
|
5 lat temu |
zsyscall_darwin_arm64.s
|
d223b2b6db
unix: disable sysctl on iOS
|
5 lat temu |
zsyscall_dragonfly_amd64.go
|
2f72d4f062
unix: re-generate Select on dragonfly
|
5 lat temu |
zsyscall_freebsd_386.go
|
2aa67d56cd
unix: fix Select to return number of ready fds on Darwin and *BSD
|
5 lat temu |
zsyscall_freebsd_amd64.go
|
2aa67d56cd
unix: fix Select to return number of ready fds on Darwin and *BSD
|
5 lat temu |
zsyscall_freebsd_arm.go
|
2aa67d56cd
unix: fix Select to return number of ready fds on Darwin and *BSD
|
5 lat temu |
zsyscall_freebsd_arm64.go
|
2aa67d56cd
unix: fix Select to return number of ready fds on Darwin and *BSD
|
5 lat temu |
zsyscall_linux_386.go
|
ef0ce17483
unix: add KEYCTL_RESTRICT_KEYRING capabilities
|
5 lat temu |
zsyscall_linux_amd64.go
|
ef0ce17483
unix: add KEYCTL_RESTRICT_KEYRING capabilities
|
5 lat temu |
zsyscall_linux_arm.go
|
ef0ce17483
unix: add KEYCTL_RESTRICT_KEYRING capabilities
|
5 lat temu |
zsyscall_linux_arm64.go
|
ef0ce17483
unix: add KEYCTL_RESTRICT_KEYRING capabilities
|
5 lat temu |
zsyscall_linux_mips.go
|
ef0ce17483
unix: add KEYCTL_RESTRICT_KEYRING capabilities
|
5 lat temu |
zsyscall_linux_mips64.go
|
ef0ce17483
unix: add KEYCTL_RESTRICT_KEYRING capabilities
|
5 lat temu |
zsyscall_linux_mips64le.go
|
ef0ce17483
unix: add KEYCTL_RESTRICT_KEYRING capabilities
|
5 lat temu |
zsyscall_linux_mipsle.go
|
ef0ce17483
unix: add KEYCTL_RESTRICT_KEYRING capabilities
|
5 lat temu |
zsyscall_linux_ppc64.go
|
ef0ce17483
unix: add KEYCTL_RESTRICT_KEYRING capabilities
|
5 lat temu |
zsyscall_linux_ppc64le.go
|
ef0ce17483
unix: add KEYCTL_RESTRICT_KEYRING capabilities
|
5 lat temu |
zsyscall_linux_riscv64.go
|
ef0ce17483
unix: add KEYCTL_RESTRICT_KEYRING capabilities
|
5 lat temu |
zsyscall_linux_s390x.go
|
ef0ce17483
unix: add KEYCTL_RESTRICT_KEYRING capabilities
|
5 lat temu |
zsyscall_linux_sparc64.go
|
ef0ce17483
unix: add KEYCTL_RESTRICT_KEYRING capabilities
|
5 lat temu |
zsyscall_netbsd_386.go
|
2aa67d56cd
unix: fix Select to return number of ready fds on Darwin and *BSD
|
5 lat temu |
zsyscall_netbsd_amd64.go
|
2aa67d56cd
unix: fix Select to return number of ready fds on Darwin and *BSD
|
5 lat temu |
zsyscall_netbsd_arm.go
|
2aa67d56cd
unix: fix Select to return number of ready fds on Darwin and *BSD
|
5 lat temu |
zsyscall_netbsd_arm64.go
|
2aa67d56cd
unix: fix Select to return number of ready fds on Darwin and *BSD
|
5 lat temu |
zsyscall_openbsd_386.go
|
2aa67d56cd
unix: fix Select to return number of ready fds on Darwin and *BSD
|
5 lat temu |
zsyscall_openbsd_amd64.go
|
2aa67d56cd
unix: fix Select to return number of ready fds on Darwin and *BSD
|
5 lat temu |
zsyscall_openbsd_arm.go
|
2aa67d56cd
unix: fix Select to return number of ready fds on Darwin and *BSD
|
5 lat temu |
zsyscall_openbsd_arm64.go
|
2aa67d56cd
unix: fix Select to return number of ready fds on Darwin and *BSD
|
5 lat temu |
zsyscall_solaris_amd64.go
|
e2fefa8ec2
unix: fix Select to return number of ready fds on Solaris
|
5 lat temu |
zsysctl_openbsd_386.go
|
804c0c7841
unix: replace "mksysctl_openbsd.pl" script with a Go program
|
5 lat temu |
zsysctl_openbsd_amd64.go
|
804c0c7841
unix: replace "mksysctl_openbsd.pl" script with a Go program
|
5 lat temu |
zsysctl_openbsd_arm.go
|
804c0c7841
unix: replace "mksysctl_openbsd.pl" script with a Go program
|
5 lat temu |
zsysctl_openbsd_arm64.go
|
804c0c7841
unix: replace "mksysctl_openbsd.pl" script with a Go program
|
5 lat temu |
zsysnum_darwin_386.go
|
367055b3f9
unix: replace mksysnum_*.pl scripts with Go program
|
5 lat temu |
zsysnum_darwin_amd64.go
|
f54c5e0abf
unix: update zsysnum_darwin_amd64 for macOS 10.14
|
5 lat temu |
zsysnum_darwin_arm.go
|
367055b3f9
unix: replace mksysnum_*.pl scripts with Go program
|
5 lat temu |
zsysnum_darwin_arm64.go
|
367055b3f9
unix: replace mksysnum_*.pl scripts with Go program
|
5 lat temu |
zsysnum_dragonfly_amd64.go
|
48ac38b7c8
unix: get *BSD syscalls.master files using HTTPS
|
5 lat temu |
zsysnum_freebsd_386.go
|
b47fdc9379
unix: change the mksysnum master to point to stable/11 on freebsd
|
5 lat temu |
zsysnum_freebsd_amd64.go
|
b47fdc9379
unix: change the mksysnum master to point to stable/11 on freebsd
|
5 lat temu |
zsysnum_freebsd_arm.go
|
b47fdc9379
unix: change the mksysnum master to point to stable/11 on freebsd
|
5 lat temu |
zsysnum_freebsd_arm64.go
|
b47fdc9379
unix: change the mksysnum master to point to stable/11 on freebsd
|
5 lat temu |
zsysnum_linux_386.go
|
1a3b71a79e
unix: update Dockerfile to Linux 5.3 and use ubuntu 19.04 base image
|
5 lat temu |
zsysnum_linux_amd64.go
|
1a3b71a79e
unix: update Dockerfile to Linux 5.3 and use ubuntu 19.04 base image
|
5 lat temu |
zsysnum_linux_arm.go
|
1a3b71a79e
unix: update Dockerfile to Linux 5.3 and use ubuntu 19.04 base image
|
5 lat temu |
zsysnum_linux_arm64.go
|
1a3b71a79e
unix: update Dockerfile to Linux 5.3 and use ubuntu 19.04 base image
|
5 lat temu |
zsysnum_linux_mips.go
|
1a3b71a79e
unix: update Dockerfile to Linux 5.3 and use ubuntu 19.04 base image
|
5 lat temu |
zsysnum_linux_mips64.go
|
1a3b71a79e
unix: update Dockerfile to Linux 5.3 and use ubuntu 19.04 base image
|
5 lat temu |
zsysnum_linux_mips64le.go
|
1a3b71a79e
unix: update Dockerfile to Linux 5.3 and use ubuntu 19.04 base image
|
5 lat temu |
zsysnum_linux_mipsle.go
|
1a3b71a79e
unix: update Dockerfile to Linux 5.3 and use ubuntu 19.04 base image
|
5 lat temu |
zsysnum_linux_ppc64.go
|
1a3b71a79e
unix: update Dockerfile to Linux 5.3 and use ubuntu 19.04 base image
|
5 lat temu |
zsysnum_linux_ppc64le.go
|
1a3b71a79e
unix: update Dockerfile to Linux 5.3 and use ubuntu 19.04 base image
|
5 lat temu |
zsysnum_linux_riscv64.go
|
1a3b71a79e
unix: update Dockerfile to Linux 5.3 and use ubuntu 19.04 base image
|
5 lat temu |
zsysnum_linux_s390x.go
|
1a3b71a79e
unix: update Dockerfile to Linux 5.3 and use ubuntu 19.04 base image
|
5 lat temu |
zsysnum_linux_sparc64.go
|
1a3b71a79e
unix: update Dockerfile to Linux 5.3 and use ubuntu 19.04 base image
|
5 lat temu |
zsysnum_netbsd_386.go
|
367055b3f9
unix: replace mksysnum_*.pl scripts with Go program
|
5 lat temu |
zsysnum_netbsd_amd64.go
|
367055b3f9
unix: replace mksysnum_*.pl scripts with Go program
|
5 lat temu |
zsysnum_netbsd_arm.go
|
367055b3f9
unix: replace mksysnum_*.pl scripts with Go program
|
5 lat temu |
zsysnum_netbsd_arm64.go
|
d57399882c
unix: regenerate sysnum files for freebsd/arm64 and netbsd/arm64
|
5 lat temu |
zsysnum_openbsd_386.go
|
48ac38b7c8
unix: get *BSD syscalls.master files using HTTPS
|
5 lat temu |
zsysnum_openbsd_amd64.go
|
48ac38b7c8
unix: get *BSD syscalls.master files using HTTPS
|
5 lat temu |
zsysnum_openbsd_arm.go
|
48ac38b7c8
unix: get *BSD syscalls.master files using HTTPS
|
5 lat temu |
zsysnum_openbsd_arm64.go
|
4347357a82
unix: add support for openbsd/arm64
|
5 lat temu |
ztypes_aix_ppc.go
|
0e01d883c5
unix: add RawSockaddrDatalink on aix
|
5 lat temu |
ztypes_aix_ppc64.go
|
0e01d883c5
unix: add RawSockaddrDatalink on aix
|
5 lat temu |
ztypes_darwin_386.go
|
87c872767d
unix: rename Stat_t time fields to [AMCB]tim
|
5 lat temu |
ztypes_darwin_amd64.go
|
87c872767d
unix: rename Stat_t time fields to [AMCB]tim
|
5 lat temu |
ztypes_darwin_arm.go
|
87c872767d
unix: rename Stat_t time fields to [AMCB]tim
|
5 lat temu |
ztypes_darwin_arm64.go
|
87c872767d
unix: rename Stat_t time fields to [AMCB]tim
|
5 lat temu |
ztypes_dragonfly_amd64.go
|
87c872767d
unix: rename Stat_t time fields to [AMCB]tim
|
5 lat temu |
ztypes_freebsd_386.go
|
bf70e46780
unix: add ptrace support for FreeBSD
|
5 lat temu |
ztypes_freebsd_amd64.go
|
bf70e46780
unix: add ptrace support for FreeBSD
|
5 lat temu |
ztypes_freebsd_arm.go
|
bf70e46780
unix: add ptrace support for FreeBSD
|
5 lat temu |
ztypes_freebsd_arm64.go
|
bf70e46780
unix: add ptrace support for FreeBSD
|
5 lat temu |
ztypes_linux_386.go
|
06d7bd2c5f
unix: update rtnetlink constants
|
5 lat temu |
ztypes_linux_amd64.go
|
06d7bd2c5f
unix: update rtnetlink constants
|
5 lat temu |
ztypes_linux_arm.go
|
06d7bd2c5f
unix: update rtnetlink constants
|
5 lat temu |
ztypes_linux_arm64.go
|
06d7bd2c5f
unix: update rtnetlink constants
|
5 lat temu |
ztypes_linux_mips.go
|
06d7bd2c5f
unix: update rtnetlink constants
|
5 lat temu |
ztypes_linux_mips64.go
|
06d7bd2c5f
unix: update rtnetlink constants
|
5 lat temu |
ztypes_linux_mips64le.go
|
06d7bd2c5f
unix: update rtnetlink constants
|
5 lat temu |
ztypes_linux_mipsle.go
|
06d7bd2c5f
unix: update rtnetlink constants
|
5 lat temu |
ztypes_linux_ppc64.go
|
06d7bd2c5f
unix: update rtnetlink constants
|
5 lat temu |
ztypes_linux_ppc64le.go
|
06d7bd2c5f
unix: update rtnetlink constants
|
5 lat temu |
ztypes_linux_riscv64.go
|
06d7bd2c5f
unix: update rtnetlink constants
|
5 lat temu |
ztypes_linux_s390x.go
|
06d7bd2c5f
unix: update rtnetlink constants
|
5 lat temu |
ztypes_linux_sparc64.go
|
06d7bd2c5f
unix: update rtnetlink constants
|
5 lat temu |
ztypes_netbsd_386.go
|
6f551f7d2b
unix: add AT_SYMLINK_FOLLOW const on netbsd
|
5 lat temu |
ztypes_netbsd_amd64.go
|
6f551f7d2b
unix: add AT_SYMLINK_FOLLOW const on netbsd
|
5 lat temu |
ztypes_netbsd_arm.go
|
6f551f7d2b
unix: add AT_SYMLINK_FOLLOW const on netbsd
|
5 lat temu |
ztypes_netbsd_arm64.go
|
6f551f7d2b
unix: add AT_SYMLINK_FOLLOW const on netbsd
|
5 lat temu |
ztypes_openbsd_386.go
|
6f217b454f
unix: add AT_SYMLINK_FOLLOW const on openbsd
|
5 lat temu |
ztypes_openbsd_amd64.go
|
6f217b454f
unix: add AT_SYMLINK_FOLLOW const on openbsd
|
5 lat temu |
ztypes_openbsd_arm.go
|
6f217b454f
unix: add AT_SYMLINK_FOLLOW const on openbsd
|
5 lat temu |
ztypes_openbsd_arm64.go
|
6f217b454f
unix: add AT_SYMLINK_FOLLOW const on openbsd
|
5 lat temu |
ztypes_solaris_amd64.go
|
8469e31483
unix: export sizeof consts
|
6 lat temu |