提交历史

作者 SHA1 备注 提交日期
  Tobias Klauser 28a7276518 unix: add SyscallNoError and RawSyscallNoError on Linux 8 年之前
  Tobias Klauser 53aa286056 unix: add GetsockoptString on Linux 8 年之前
  Tobias Klauser 4ff8c001ce unix: add Fstatat on Linux for all GOOSes 8 年之前
  Tobias Klauser 1e2299c37c unix: add PtracePokeUser 8 年之前
  Christopher Koch 164713f0df unix: remove unnecessary use of unsafe.Pointer. 8 年之前
  Tobias Klauser 9e4fff1f4d all: single space after period 8 年之前
  Tobias Klauser 686000749e unix: correct type for timeout argument to Select on linux/{arm64,mips64x} 8 年之前
  Luca Bruno bb24a47a89 unix: drop dummy byte for oob in unixgram SendmsgN 8 年之前
  Tobias Klauser 43e60d72a8 unix: unify memory functions on BSD 8 年之前
  Kirill Smelkov 35ef4487ce unix: add Syncfs function on Linux 8 年之前
  Tobias Klauser d6d53c0e54 unix: add Msync function on Linux 8 年之前
  Tobias Klauser cd2c276457 unix: add ioctl functions to get/set terminal window size on Linux 8 年之前
  Tobias Klauser 4cd6d1a821 unix: add Mkfifoat function on Linux 8 年之前
  Tobias Klauser 4ed4d404df unix: add ioctl functions for termios on Linux 8 年之前
  Tobias Klauser c23410a886 unix: check Fchmodat flags parameter on Linux 8 年之前
  Tobias Klauser 0b25a408a5 unix: add Eventfd function on Linux 8 年之前
  Tobias Klauser b90f89a1e7 unix: add missing xattr symlink syscall functions on Linux 8 年之前
  Matt Layher a55a760868 unix: add IoctlGetInt and IoctlSetInt on Linux 8 年之前
  Joe Richey joerichey@google.com a2e06a18b0 unix: add bindings for keyutils syscalls 8 年之前
  Derek McGowan f845067cf7 unix: add Linux CopyFileRange syscall 8 年之前
  Chris Manghane 493114f682 unix: add GetsockoptTCPInfo 8 年之前
  Koki Ide 9a7256cb28 unix: validate ParseDirent inputs 8 年之前
  Agis Anastasopoulos afadfcc777 unix: add PtracePeekUser 8 年之前
  Matt Layher 99f16d856c unix: SockaddrVM uses "context ID" terminology instead of "client ID" 8 年之前
  Matt Layher d67a3279ae unix: implement Linux AF_VSOCK sockets 8 年之前
  Joe Richey 76cc09b634 unix: add Getrandom syscall bindings and flags 8 年之前
  Matt Layher 075e574b89 unix: implement Vmsplice, add SPLICE_F_* constants 8 年之前
  Matt Layher e24f485414 unix: add support for AF_ALG sockets on Linux 8 年之前
  Elliot Morrison-Reed 30237cf4ee x/sys/unix: added SockaddrCAN struct to allow creation of AF_CAN sockets 9 年之前
  Alexander Menzhinsky b699b70325 x/sys/unix: add Getsid on linux 9 年之前