1. 28074d5 syscall: change Dup,Dup2,Dup3 to use Syscall, not RawSyscall by Ian Lance Taylor · 10 years ago
  2. 532bc5f syscall: exec_linux.go: support platforms without SYS_DUP2 by Dave Cheney · 10 years ago
  3. e7a7352 syscall: Reimplement linux syscalls in terms of their *at replacements. by Dave Cheney · 10 years ago
  4. 1fda57b syscall: split implementation of Dup2 per linux GOOS by Dave Cheney · 10 years ago
  5. 9b3ccc0 syscall: split implementation of Pipe/Pipe2 per GOOS by Dave Cheney · 10 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_linux_amd64.go]
  7. 343b4ba syscall: disable Setuid/Setgid on linux by Dave Cheney · 11 years ago
  8. 4cf79eb syscall: fix linux amd64 build TBR=rsc by Rob Pike · 11 years ago
  9. bf68f66 syscall: fix a few Linux system calls by Russ Cox · 11 years ago
  10. a7858a4 syscall: add SendmsgN for BSD variants, Linux and Solaris by Mikio Hara · 11 years ago
  11. f00af3d syscall: use unsafe.Pointer instead of uintptr in net syscalls by Brad Fitzpatrick · 11 years ago
  12. 31f58dc net, syscall: use accept4 and SOCK_CLOEXEC on Linux by Ian Lance Taylor · 12 years ago
  13. c242aa3 syscalls: annotate Sendfile() for race detector Fixes #4306. by Dmitriy Vyukov · 12 years ago
  14. 3d5ddff syscall: prepare for 64-bit ints by Russ Cox · 13 years ago
  15. 8b7d39e syscall: use 32 bits structure for Getrlimit/Setrlimit on 386/ARM. by Han-Wen Nienhuys · 13 years ago
  16. c017a82 syscall: use error by Russ Cox · 13 years ago
  17. cf9f380 gc: unsafe.Alignof, unsafe.Offsetof, unsafe.Sizeof now return uintptr by Russ Cox · 14 years ago
  18. bf73ca8 syscall: sendfile by Brad Fitzpatrick · 14 years ago
  19. 48ae1f2 syscall: add Mmap, Munmap on Linux, FreeBSD, OS X by Russ Cox · 14 years ago
  20. c6810e7 syscall: GetsockoptInt. by Albert Strasheim · 14 years ago
  21. 4fd41e4 syscall: Permit non-blocking syscalls. by Ian Lance Taylor · 14 years ago
  22. 189d4ff syscall: correct Linux Splice definition by Russ Cox · 14 years ago
  23. cf6c212 syscall, net: Add Recvmsg and Sendmsg on Linux. by Albert Strasheim · 14 years ago
  24. fa7341a syscall: use 64-bit file size for truncation on Linux by Peter Mundy · 14 years ago
  25. 1142b60 syscall/arm: correct 64-bit system call arguments by Russ Cox · 14 years ago
  26. 7d03d0e syscall: Use vsyscall for syscall.Gettimeofday and .Time on linux amd64. by Ian Lance Taylor · 15 years ago
  27. d65a5cc 1) Change default gofmt default settings for by Robert Griesemer · 15 years ago
  28. 3bb0032 - replaced gofmt expression formatting algorithm with by Robert Griesemer · 15 years ago
  29. 368f8cb - fine-tuning of one-line func heuristic (nodes.go) by Robert Griesemer · 15 years ago
  30. bd4f940 gofmt-ify syscall (replacement for CL 1018053) by Robert Griesemer · 15 years ago
  31. fd1add2 syscall cleanup. by Russ Cox · 15 years ago
  32. 116beb2 - moved 3 functions from syscall_linux to _386 and _amd64 (arm lacks them) by Kai Backman · 15 years ago
  33. 74bb34c fix linux 386 build by Russ Cox · 16 years ago
  34. b04ac10 convert non-low-level non-google pkg code to whole-package compilation. by Russ Cox · 16 years ago
  35. 5d2ee9d add Addr() string to net.Listener interface. by Russ Cox · 16 years ago
  36. da5e962 shuffle some Linux system calls around for 386 by Russ Cox · 16 years ago
  37. 76c87d5 386 system call fixes: by Russ Cox · 16 years ago
  38. d90e7cb mv src/lib to src/pkg by Rob Pike · 16 years ago[Renamed from src/lib/syscall/syscall_linux_amd64.go]
  39. 802d6d4 linux 386 support; now in same state as darwin 386 (stuck on 8l bug). by Russ Cox · 16 years ago
  40. e02d3e8 Define os.PageSize and syscall.PageSize. by David Symonds · 16 years ago
  41. 602a446 new syscall package: manually maintained files and scripts. by Russ Cox · 16 years ago