1. 1bfbee0 all: update go directive to 1.18 by Dmitri Shuralyov · 1 year, 6 months ago
  2. e7d7f63 all: fix some comments by cui fliter · 2 years, 2 months ago
  3. 84dc82d all: use grep -E/-F instead of fgrep/egrep by kxxt · 2 years, 6 months ago
  4. 76c7481 all: simplify unsafe.Slice usage in {Byte,UTF16}PtrToString by Tobias Klauser · 2 years, 7 months ago
  5. 87db552 plan9: use unsafe.Slice instead of unsafeheader package by Tobias Klauser · 2 years, 7 months ago
  6. b5fbb47 all: gofmt by Russ Cox · 3 years ago
  7. 798191b unix, plan9: avoid writing to p when Pipe(p) fails by Russ Cox · 3 years, 4 months ago
  8. 99a5385 all: add missing //go:build comments by Bryan C. Mills · 3 years, 5 months ago
  9. 6e5568b unix,windows,plan9: add Byte{Slice,Ptr}ToString functions by Jason A. Donenfeld · 4 years, 5 months ago
  10. 6a60838 plan9: modify mkall.sh to support zsyscall*.go files generation by Visweswara R · 6 years ago
  11. cb59ee3 plan9: replace "mksyscall.pl" with Go program by Visweswara R · 6 years ago
  12. badf558 plan9: remove "use" function and calls from generated code. by Visweswara R · 6 years ago
  13. 8883426 plan9: follow convention for generated code comment by Tobias Klauser · 7 years ago
  14. 01acb38 plan9, unix, windows: add paragraph breaks in docs by Kevin Burke · 7 years ago
  15. 7dca6fe plan9: use bytes.IndexByte instead of a for loop by Tobias Klauser · 7 years ago
  16. 90f0fdc plan9: add arm support by Tobias Klauser · 7 years ago
  17. 2493af8 plan9: move Unsetenv into env_plan9.go by Tobias Klauser · 7 years ago
  18. 9e4fff1 all: single space after period by Tobias Klauser · 7 years ago
  19. 5eaf0df plan9: add mount and bind flags by David du Colombier · 9 years ago
  20. 833a04a plan9: fix duplicated copyright header in mksysnum_plan9.sh by Ian Lance Taylor · 9 years ago
  21. 86577e5 x/sys/plan9: implement the environment functions by wrapping syscall by David du Colombier · 10 years ago
  22. fd39967 plan9: skip pwd_plan9_go15.go unless on plan9 by Alex Brainman · 10 years ago
  23. 7353fe0 plan9: make pwd process-wide on Plan 9 by David du Colombier · 10 years ago
  24. d3c664b plan9: reduce the set of architecture-dependent files on Plan 9 by David du Colombier · 10 years ago
  25. 1da8e6e sys: add import comments. by David Symonds · 10 years ago
  26. dea3d76 go.sys: use golang.org/x/... import paths by Andrew Gerrand · 10 years ago
  27. c65f27f go.sys: add Unsetenv by Brad Fitzpatrick · 11 years ago
  28. 417a323 go.sys/plan9: define "use" in plan9/syscall.go by Rob Pike · 11 years ago
  29. 477fd03 go.sys/plan9: update to use "use" by Rob Pike · 11 years ago
  30. 02c66d5 go.sys/plan9: use syscall.ErrorString instead of NewError by David du Colombier · 11 years ago
  31. fcfc115 go.sys/plan9: delete Exec etc. by Rob Pike · 11 years ago
  32. ba5045e go.sys/plan9: just jump to syscall.Syscall etc. by Rob Pike · 11 years ago
  33. b87d025 go.sys/plan9: use syscall.ErrorString for errors by Rob Pike · 11 years ago
  34. 279b378 go.sys: fix imports to cgc/p/go.sys, add build tags by Rob Pike · 11 years ago
  35. 8768103 go.sys/all: update #includes to new location by Rob Pike · 11 years ago
  36. 8442dd2 go.sys: update package names by Rob Pike · 11 years ago
  37. 20acc5c go.sys: copy files from syscall package to go.sys/{plan9,windows,unix} by Rob Pike · 11 years ago