1. bd2f7c7 syscall: remove "use" function and calls from generated code. by Sameer Ajmani · 8 years ago
  2. a101b85 syscall: fix missing use of use function in sysctl by Mikio Hara · 9 years ago
  3. 3863184 syscall: add explicit build tags by Shenghou Ma · 10 years ago
  4. dde5b56 syscall: apply the errno allocation fix to other operating systems by Brad Fitzpatrick · 10 years ago
  5. 28074d5 syscall: change Dup,Dup2,Dup3 to use Syscall, not RawSyscall by Ian Lance Taylor · 10 years ago
  6. cf622d7 syscall: keep allocated C string live across call to Syscall by Russ Cox · 10 years ago
  7. c007ce8 build: move package sources from src/pkg to src by Russ Cox · 10 years ago[Renamed from src/pkg/syscall/zsyscall_openbsd_amd64.go]
  8. 21967f2 undo CL 107150043 / caa2646daa63 by Mikio Hara · 10 years ago
  9. 63e3763 syscall: implement setresuid(2) and setresgid(2) on OpenBSD/FreeBSD/DragonflyBSD by William Orr · 11 years ago
  10. 4abbd4a syscall: fix Getfsstat() for BSD by Preetam Jinka · 11 years ago
  11. a7858a4 syscall: add SendmsgN for BSD variants, Linux and Solaris by Mikio Hara · 11 years ago
  12. ba8c92c syscall: use unsafe.Pointer in BSD kevent by Brad Fitzpatrick · 11 years ago
  13. f00af3d syscall: use unsafe.Pointer instead of uintptr in net syscalls by Brad Fitzpatrick · 11 years ago
  14. 471763f runtime, syscall: update for openbsd system ABI break by Joel Sing · 11 years ago
  15. 6de184b syscall: fix prototype of Fchflags (API change) by Shenghou Ma · 12 years ago
  16. cffbfae race: syscall changes by Dmitriy Vyukov · 12 years ago
  17. 3d5ddff syscall: prepare for 64-bit ints by Russ Cox · 12 years ago
  18. a108369 syscall: return EINVAL when string arguments have NUL characters by Alexey Borzenkov · 12 years ago
  19. 7959960 syscall: regenerate z-files for openbsd by Mikio Hara · 13 years ago
  20. c017a82 syscall: use error by Russ Cox · 13 years ago
  21. bf2d403 syscall: openbsd amd64 syscall support by Joel Sing · 13 years ago