Sign in
go
/
sys
/
8b8312acd249fcda23c408c9b801604c8469b984
/
unix
/
ztypes_linux_386.go
97b4c2a
unix: update Dockerfile to Go 1.12beta1
by Tobias Klauser
· 6 years ago
93218de
unix: add sockaddr and defines for PPPoE sockets.
by David Anderson
· 6 years ago
8a28ead
unix: update Dockerfile to Linux 4.19
by Tobias Klauser
· 6 years ago
8e24a49
unix: add SOF_TIMESTAMPING_* flags on Linux
by Tobias Klauser
· 6 years ago
8469e31
unix: export sizeof consts
by Tobias Klauser
· 6 years ago
e4b3c5e
unix: add NCSI generic netlink constants
by Matt Layher
· 7 years ago
d47a0f3
unix: implement Linux AF_XDP sockets
by Matt Layher
· 7 years ago
d641721
unix: add more RTA_* constants on Linux
by Tobias Klauser
· 7 years ago
917fdcb
unix: add remaining RTA_* constants for use with rtnetlink on Linux
by Matt Layher
· 7 years ago
90887a5
unix: add IFLA_INFO_KIND on Linux
by Matt Layher
· 7 years ago
3dc4335
unix: add Linux network namespace constants
by Casey Callendrello
· 7 years ago
e3f9388
unix: add Linux blkpg_ioctl_arg and blkpg_partition types
by Brad Fitzpatrick
· 7 years ago
1b2967e
unix: implement RFCOMM sockets on Linux
by Alexander Menzhinsky
· 7 years ago
ad87a3a
unix: check faccessat flags parameter on Linux
by Thanabodee Charoenpiriyakij
· 7 years ago
56ede36
unix: add rtc defines and types
by Michael Stapelberg
· 7 years ago
d4cedef
unix: make Nfgenmsg a type definition
by Tobias Klauser
· 7 years ago
3135538
unix: add nftables defines and types
by Michael Stapelberg
· 7 years ago
7c87d13
unix: add tpacket types and constants on Linux
by Tobias Klauser
· 7 years ago
9950ad1
unix: add statfs and filesystem magic constants on Linux
by Tobias Klauser
· 7 years ago
79b0c68
unix: add Linux block device ioctl types and constants
by Matt Layher
· 7 years ago
9b00609
unix: add tcp_md5sig on Linux
by Matt Layher
· 7 years ago
b126b21
unix: re-export Fsid and Sigset_t Val member on Linux
by Tobias Klauser
· 7 years ago
2f57af4
unix: add wrapper around perf_event_open on Linux
by Adam Sindelar
· 7 years ago
2281fa9
unix: don't export any padding/alignment fields on all platforms
by Tobias Klauser
· 7 years ago
f6f3529
unix: add a step to mkall.go that generates ABI headers to be referenced from types.go
by Adam Sindelar
· 7 years ago
3b87a42
unix: update Dockerfile to Linux 4.16 and Go 1.10.1
by Tobias Klauser
· 7 years ago
88d2dcc
unix: add IFLA_* constants for Linux 4.15
by Tobias Klauser
· 7 years ago
c1138c8
unix: update to Linux 4.15, glibc 2.27 and Go 1.10
by Tobias Klauser
· 7 years ago
ef80224
unix: add sockaddr_l2 definitions
by Garret Kelly
· 7 years ago
af9a212
unix: don't export padding fields on all platforms
by Garret Kelly
· 7 years ago
fff93fa
unix: add Statx on Linux
by Tobias Klauser
· 7 years ago
b9cf5f9
unix: add cgroupstats type and constants
by Matt Layher
· 7 years ago
12d9d5b
unix: add SchedGetaffinity and SchedSetaffinity on Linux
by Tobias Klauser
· 7 years ago
4ff8c00
unix: add Fstatat on Linux for all GOOSes
by Tobias Klauser
· 7 years ago
4da7545
unix: convert Utsname members from {u,}int8 array to byte array
by Tobias Klauser
· 7 years ago
a45f555
unix: defer Getpagesize() to runtime
by Joe Richey joerichey@google.com
· 8 years ago
31e1faf
unix: update Linux to v4.13 kernel and v2.26 glibc
by Joe Richey joerichey@google.com
· 8 years ago
ab9e364
unix: add generic netlink types and constants on Linux
by Matt Layher
· 8 years ago
2d6f6f8
unix: add taskstats enum values
by Matt Layher
· 8 years ago
22e23b7
unix: add taskstats type and constants on Linux
by Matt Layher
· 8 years ago
7716a56
unix: add PacketMreq on Linux
by Matt Layher
· 8 years ago
515fc15
unix: add missing SizeofIovec constant on Linux
by Tobias Klauser
· 8 years ago
cd2c276
unix: add ioctl functions to get/set terminal window size on Linux
by Tobias Klauser
· 8 years ago
7397344
unix: add perf event ioctl constants on Linux
by Tobias Klauser
· 8 years ago
a55a760
unix: add IoctlGetInt and IoctlSetInt on Linux
by Matt Layher
· 8 years ago
a2e06a1
unix: add bindings for keyutils syscalls
by Joe Richey joerichey@google.com
· 8 years ago
8c0a5ea
unix: add support for Linux filesystem encryption
by joerichey@google.com
· 8 years ago
ea9bcad
unix: generate all Linux go files from source
by Joe Richey
· 8 years ago
d67a327
unix: implement Linux AF_VSOCK sockets
by Matt Layher
· 8 years ago
e24f485
unix: add support for AF_ALG sockets on Linux
by Matt Layher
· 8 years ago
30237cf
x/sys/unix: added SockaddrCAN struct to allow creation of AF_CAN sockets
by Elliot Morrison-Reed
· 8 years ago
5a8c7f2
unix: add Ppoll support for linux
by kortschak
· 9 years ago
7f918dd
unix: add Poll for linux
by kortschak
· 9 years ago
9eef40a
unix: Add FADV_* constants
by Alexander Neumann
· 9 years ago
a80ff22
unix: add sockaddr_hci support for linux.
by Tzu-Jung Lee
· 9 years ago
23999e8
x/sys/unix: add support for O_TMPFILE in Linux
by Caio Marcelo de Oliveira Filho
· 9 years ago
2bacc61
unix: Fix Termios type definition
by Nick Patavalis
· 9 years ago
379497e
unix: add explicit build tags
by Shenghou Ma
· 10 years ago
0a2b4af
unix/amd64: add Utimensat call, pass 0 for flags
by Peter Waller
· 10 years ago
7f15548
mksyscall.pl, types_linux.go: regenerate linux {386,amd64} files
by Ian Lance Taylor
· 10 years ago
8442dd2
go.sys: update package names
by Rob Pike
· 11 years ago
20acc5c
go.sys: copy files from syscall package to go.sys/{plan9,windows,unix}
by Rob Pike
· 11 years ago