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