1. 5fea2cc all: single space after period. by Brad Fitzpatrick · 9 years ago
  2. 7b767f4 internal/race: add package by Dmitry Vyukov · 10 years ago
  3. 73f329f runtime, syscall: add calls to msan functions by Ian Lance Taylor · 9 years ago
  4. 6bf0007 syscall: don't allocate when boxing common Errno values into errors by Brad Fitzpatrick · 10 years ago
  5. a07a57b syscall: mark ECONNRESET, ECONNABORTED as temporary network errors by Russ Cox · 11 years ago
  6. c007ce8 build: move package sources from src/pkg to src by Russ Cox · 11 years ago[Renamed from src/pkg/syscall/syscall_unix.go]
  7. ae55858 syscall: fix typo in comment by Ian Lance Taylor · 11 years ago
  8. 678ba85 undo CL 107280044 / ee11f19bc514 by Mikio Hara · 11 years ago
  9. e3e48cd syscall: consolidate, simplify socket options for Unix-like systems by Mikio Hara · 11 years ago
  10. d844d69 syscall: fix handling socket control messages on dragonfly by Mikio Hara · 11 years ago
  11. 1c98619 syscall: add support for GOOS=solaris by Aram Hăvărneanu · 11 years ago
  12. f00af3d syscall: use unsafe.Pointer instead of uintptr in net syscalls by Brad Fitzpatrick · 11 years ago
  13. 5c95859 undo CL 45930043 / c22889382a17 by Russ Cox · 11 years ago
  14. fc37eba syscall: mark arguments to Syscall as noescape by Dmitriy Vyukov · 11 years ago
  15. 9a79472 syscall: update routing socket parser for NetBSD 6 and beyond by Mikio Hara · 12 years ago
  16. 8f3f4c9 syscall: dragonfly/amd64 support by Joel Sing · 12 years ago
  17. 2a730f8 syscall: reduce duplication between *bsd and linux by Dave Cheney · 12 years ago
  18. 3b76d70 syscall: reduce duplication between *bsd and linux by Dave Cheney · 12 years ago
  19. dd3a3cf syscall: reduce duplication between *bsd and linux by Dave Cheney · 12 years ago
  20. fc80764 runtime/race: tell race detector what memory Read/Write syscalls touch by Dmitriy Vyukov · 12 years ago
  21. c242aa3 syscalls: annotate Sendfile() for race detector Fixes #4306. by Dmitriy Vyukov · 12 years ago
  22. cffbfae race: syscall changes by Dmitriy Vyukov · 12 years ago
  23. 014568be syscall: fix bounds check in Error by Russ Cox · 13 years ago
  24. 35586f7 os/signal: selective signal handling by Russ Cox · 13 years ago
  25. 92c8df4 src: make use of runtime.GOOS, GOARCH instead of syscall.OS, ARCH by Mikio Hara · 13 years ago
  26. 5425db8 syscall: Changes to the syscall package to support NetBSD. by Christopher Nielsen · 13 years ago
  27. c017a82 syscall: use error by Russ Cox · 13 years ago
  28. 313c822 gofix -r mapdelete by Russ Cox · 13 years ago
  29. 2715956 build: add build comments to core packages by Russ Cox · 14 years ago
  30. 90564a9 go/printer: changed max. number of newlines from 3 to 2 by Robert Griesemer · 14 years ago
  31. 5d6f118 syscall: add socket control message support for darwin, freebsd, linux by Mikio Hara · 14 years ago
  32. 400d825 syscall: fix Plan 9 build. by Yuval Pavel Zholkover · 14 years ago
  33. 1cc4a5c R=rsc, brainman, ality, r2, r CC=golang-dev https://golang.org/cl/3816043 by Yuval Pavel Zholkover · 14 years ago
  34. 4fd41e4 syscall: Permit non-blocking syscalls. by Ian Lance Taylor · 14 years ago
  35. 62afa22 windows: multiple improvements and cleanups by Hector Chu · 14 years ago
  36. 79017aa syscall: implementing some mingw syscalls required by os package by Alex Brainman · 15 years ago
  37. 64f3388 syscall: mingw implemntation of Errstr() by Alex Brainman · 15 years ago