1. a35181b os, syscall: revert Yosemite readdir workaround by Brad Fitzpatrick · 10 years ago
  2. 01fe149 syscall: gofmt by Mikio Hara · 10 years ago
  3. b64deda syscall: darwin/arm support by Shenghou Ma · 10 years ago
  4. 695a0fb syscall: use name+(NN)FP on linux/amd64 by David Crawshaw · 10 years ago
  5. 01295d79 syscall: use name+(NN)FP on linux/386 by David Crawshaw · 10 years ago
  6. e9ce76b runtime, syscall: use SYSCALL instruction on FreeBSD. by Bill Thiede · 10 years ago
  7. e10e913 syscall: use name+(NN)FP on linux/arm by David Crawshaw · 10 years ago
  8. ee3a1ff all: update old comments referencing *.goc files by Brad Fitzpatrick · 10 years ago
  9. 094a054 syscall: match seek argument size to signature by David Crawshaw · 10 years ago
  10. 318947c syscall: use name+(NN)FP for darwin by David Crawshaw · 10 years ago
  11. a6cb053 syscall: fix nacl builds by Shenghou Ma · 10 years ago
  12. d00024b syscall: use go generate to build zsyscall_windows.go by Alex Brainman · 10 years ago
  13. 13e16b3 syscall: fix the deprecated way of parsing routing message on openbsd by Mikio Hara · 10 years ago
  14. 11779ef syscall: update go.sys doc reference to golang.org/x/sys by Joe Shaw · 10 years ago
  15. 401b202 syscall: check recorded version of ppid instead of 1 by David Crawshaw · 10 years ago
  16. 47c7cf4 syscall: fs_nacl: Unlock() should be deferred. by Peter Armitage · 10 years ago
  17. 09d92b6 all: power64 is now ppc64 by Russ Cox · 10 years ago
  18. 50e0749 [dev.cc] all: merge default (e4ab8f908aac) into dev.cc by Russ Cox · 10 years ago
  19. 2d53d6b undo CL 131750044 / 2d6d44ceb80e by Russ Cox · 10 years ago
  20. 599199f [dev.power64] all: merge default (dd5014ed9b01) into dev.power64 by Russ Cox · 10 years ago
  21. 96e9e81 syscall: fix ParseRoutingSockaddr with unexpected submessages by Russ Cox · 10 years ago
  22. 1c53471 syscall: accept pre-existing directories in nacl zip file by Russ Cox · 10 years ago
  23. 062e354 [dev.power64] runtime: power64 fixes and ports of changes by Austin Clements · 10 years ago
  24. f0bd539 [dev.power64] all: merge default into dev.power64 by Austin Clements · 10 years ago
  25. 2bd616b build: merge the great pkg/ rename into dev.power64 by Austin Clements · 10 years ago
  26. 70896a7 syscall: don't cache environment variables on Plan 9 by David du Colombier · 10 years ago
  27. 3114bd6 net: disable SIO_UDP_CONNRESET behavior on windows. by Ron Hashimoto · 10 years ago
  28. ab724f9 os, syscall: test Chtimes on directories, fix on Windows by Russ Cox · 10 years ago
  29. ee8e28d syscall: another attempt to keep windows syscall pointers live by Alex Brainman · 10 years ago
  30. c65a47f undo CL 138250043 / 4eda5e4001fd by Alex Brainman · 10 years ago
  31. f9d7e13 syscall: support UID/GID map files for Linux user namespaces by Mrunal Patel · 10 years ago
  32. e9d5fca syscall: fix Setenv for plan 9 by Nicolas Owens · 10 years ago
  33. 85cdc49 os, syscall: add Unsetenv by Brad Fitzpatrick · 10 years ago
  34. 193daab cmd/cc, cmd/ld, runtime: disallow conservative data/bss objects by Russ Cox · 11 years ago
  35. a07a57b syscall: mark ECONNRESET, ECONNABORTED as temporary network errors by Russ Cox · 11 years ago
  36. ab76638 syscall: fix infinite recursion in itoa by Russ Cox · 11 years ago
  37. 653fb6d liblink: make GO_ARGS the default for functions beginning with · by Russ Cox · 11 years ago
  38. 3b4bccc syscall: add GO_ARGS to Go-called assembly by Russ Cox · 11 years ago
  39. 2eccf0d runtime: convert syscall_windows.c to Go by Russ Cox · 11 years ago
  40. 860a645 syscall: add #include "funcdata.h" to files modified in last CL by Russ Cox · 11 years ago
  41. 4179439 syscall: make func Syscall use pointer maps from Go prototypes by Russ Cox · 11 years ago
  42. aa168ed syscall: SysProcAttr job control changes by Michael MacInnis · 11 years ago
  43. c93f74d syscall: keep Windows syscall pointers live too by Brad Fitzpatrick · 11 years ago
  44. d2788dc syscall: fix comment in mkall_windows.bat by Brad Fitzpatrick · 11 years ago
  45. cf622d7 syscall: keep allocated C string live across call to Syscall by Russ Cox · 11 years ago
  46. c007ce8 build: move package sources from src/pkg to src by Russ Cox · 11 years ago
  47. 6201a96 move src/syscall to src/lib/syscall. by Russ Cox · 17 years ago
  48. a27e61e time bug: darwin, linux return microseconds not nanoseconds by Russ Cox · 17 years ago
  49. 7603619 make Makefiles safe for parallel make use -j4 (4-way parallel) in make.bash. by Russ Cox · 17 years ago
  50. 9f35e8b time & date. by Russ Cox · 17 years ago
  51. 9350ef4 add network listening & tests by Russ Cox · 17 years ago
  52. e8a0223 preliminary network - just Dial for now by Russ Cox · 17 years ago
  53. 5ea7649 pull O_RDONLY etc. up to os library by Rob Pike · 17 years ago
  54. ccede3e make syscall use strings for file names by Rob Pike · 17 years ago
  55. e2e48e9 use a makefile to build math fix a typo in syscall/Makefile by Rob Pike · 17 years ago
  56. b5eddae fix bug: was writing off end of array by Rob Pike · 17 years ago
  57. 2f4352a - switched most of existing Go code to new export syntax - adjusted lang doc by Robert Griesemer · 17 years ago
  58. d28acc4 first cut at multithreading. works on Linux. by Russ Cox · 17 years ago
  59. 4f6ba4c use new export syntax to avoid repetition by Rob Pike · 17 years ago
  60. c557836 - mark syscall support routines as non-stack-generating by Rob Pike · 17 years ago
  61. ebec991 fix a comment fix a register name by Rob Pike · 17 years ago
  62. e06d154 fixes for linux system call linkage by Rob Pike · 17 years ago
  63. ebcd76d rewrite system call interface to use less assembler. by Rob Pike · 17 years ago
  64. f095e26 fix type error caused by recent change by Rob Pike · 17 years ago
  65. d302244 add lstat clean up some code fix comments add paramter names to interface by Rob Pike · 17 years ago
  66. eccea19 add fstat, stat by Rob Pike · 17 years ago
  67. 20a0266 beginnings of a low-level syscall library by Rob Pike · 17 years ago