aboutsummaryrefslogtreecommitdiff
path: root/unix/zerrors_linux.go
AgeCommit message (Expand)Author
2024-05-13unix/linux: update glibc to 2.39Mauri de Souza Meneguzzo
2024-05-13unix: update to Linux kernel 6.9Mauri de Souza Meneguzzo
2024-05-06unix: add types for SOCK_DIAGFlorian Lehner
2024-04-11unix: update to Linux kernel 6.4Tobias Klauser
2024-01-23unix/linux: update Linux kernel to 6.7Mauri de Souza Meneguzzo
2024-01-08unix: add more SECCOMP constantsFlorian Lehner
2023-12-01unix: add Netfilter and NFTables constantsLionel Jouin
2023-11-18unix: add IoctlLoopConfigure on linuxAlexandru Matei
2023-11-08unix: update BPF constants for Linux kernel 6.6Tobias Klauser
2023-10-31unix/linux: update Linux kernel to v6.6Mauri de Souza Meneguzzo
2023-10-11all: update go directive to 1.18Dmitri Shuralyov
2023-09-22unix/linux: update to Linux kernel 6.5Mark Ryan
2023-08-09unix: add SchedSetAttr and SchedGetAttr for LinuxKir Kolyshkin
2023-06-27unix/linux: update to Linux kernel 6.4 and Go 1.21rc2Tobias Klauser
2023-06-16unix: add Mremap for linuxAnton Kuklin
2023-06-16unix/linux: update to Linux kernel 6.3 and Go 1.20.5Tobias Klauser
2023-04-14unix: add UDP socket option constants on linuxTobias Klauser
2023-02-23unix/linux: update to Linux kernel 6.2, glibc 2.37 and Go 1.20.1Tobias Klauser
2023-01-31unix/linux: update to glibc 2.36chenguoqi
2023-01-16unix/linux: update to Linux kernel 6.1 and Go 1.20-rc2Tobias Klauser
2022-07-21unix: add socket constantsianwoolf
2022-07-15unix: add constants for netlink/auditFlorian Lehner
2022-06-15unix/linux: update to Linux kernel 5.19-rc2Tobias Klauser
2022-04-22unix: add generate component files support for linux/loong64limeidan
2022-04-08unix: add constants for netlink/routing rulesFlorian Lehner
2022-04-06unix/linux: update to Linux kernel 5.17Tobias Klauser
2022-03-25unix: implement Waitid on LinuxMatt Layher
2022-02-24unix: add Linux Kernel Connection Multiplexor types and constantsMatt Layher
2022-02-23unix: add can netlink types and constantsOscar Söderlund
2022-02-09unix: implement getitimer(2) and setitimer(2) on LinuxMatt Layher
2022-02-04unix/linux: update to glibc 2.35, Go 1.17.6Tobias Klauser
2022-01-10unix/linux: update to Linux Kernel 5.16Tobias Klauser
2021-12-14unix: add WireGuard generic netlink interface constants on LinuxMatt Layher
2021-11-16unix: add mount_setattr support for linuxKir Kolyshkin
2021-11-12unix: factor out mkmerge into a proper packageJohan Jansson
2021-11-01unix/linux: update Dockerfile to Kernel 5.15Tobias Klauser
2021-09-30unix: add Sysv shared memory supportDustin Spicuzza
2021-09-08unix: add Landlock consts and typesTobias Klauser
2021-08-31unix/linux: update Dockerfile to Kernel 5.14Tobias Klauser
2021-08-19unix: add SetsockoptTCPRepairOpt on LinuxMark Jeffery
2021-08-16unix/linux: update Dockerfile to Kernel 5.13Tobias Klauser
2021-08-16unix: move ICMP{,V6}_FILTER* const definitionsTobias Klauser
2021-06-16unix: add SEEK_* constants on Darwin, FreeBSD, LinuxEd Schouten
2021-06-03unix: support Linux NFC SubsystemTom Thorogood
2021-05-21unix: add consts and structs for <mtd/mtd-user.h>lhl2617
2021-04-26unix/linux: update Dockerfile to Kernel 5.12, Go 1.16.3Tobias Klauser
2021-03-26unix: add ICMPV6_FILTER_* consts on linuxTobias Klauser
2021-03-20unix: add ICMP_FILTER constant on linuxTobias Klauser
2021-02-23unix: add HIDRAW ioctlsTom Thorogood
2021-02-20all: go fmt ./...Russ Cox