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