An error occurred fetching the project authors.
- 04 Aug, 2011 1 commit
-
-
Mikio Hara authored
R=rsc CC=golang-dev https://golang.org/cl/4826056
-
- 20 Jun, 2011 1 commit
-
-
Mikio Hara authored
R=golang-dev, rsc CC=golang-dev https://golang.org/cl/4528113
-
- 17 Jun, 2011 1 commit
-
-
Russ Cox authored
R=ken2 CC=golang-dev https://golang.org/cl/4640045
-
- 06 Apr, 2011 1 commit
-
-
Russ Cox authored
* tweak mksyscall*.pl to be more gofmt-compatible. * add mkall.sh -syscalls option. * add sys/mman.h constants on OS X R=r, eds, niemeyer CC=golang-dev https://golang.org/cl/4369044
-
- 25 Mar, 2011 1 commit
-
-
Albert Strasheim authored
R=rsc CC=golang-dev https://golang.org/cl/4298060
-
- 17 Mar, 2011 1 commit
-
-
Ian Lance Taylor authored
Permit system calls to be designated as non-blocking, meaning that we simply call them without involving the scheduler. This change by itself is mostly performance neutral. In combination with a following change to the net package there is a performance advantage. R=rsc, dfc, r2, iant2, rsc1 CC=golang-dev https://golang.org/cl/4278055
-
- 09 Feb, 2011 1 commit
-
-
Russ Cox authored
Avoids problems running Linux binaries under QEMU. R=r, gri CC=golang-dev https://golang.org/cl/4151043
-
- 05 Jan, 2011 1 commit
-
-
Ian Lance Taylor authored
Fixes #1377. R=rsc, adg, r CC=golang-dev https://golang.org/cl/3868041
-
- 24 Sep, 2010 1 commit
-
-
Russ Cox authored
darwin/386 darwin/amd64 freebsd/386 freebsd/amd64 linux/386 linux/amd64 nacl/386 TBR=adg CC=golang-dev https://golang.org/cl/2198047
-
- 03 Aug, 2010 1 commit
-
-
Rob Pike authored
Besides being more correct, it protects against people accidentally exchanging the permission and open mode arguments to Open. R=rsc CC=golang-dev https://golang.org/cl/1904045
-
- 30 Jun, 2010 1 commit
-
-
Ivan Krasin authored
R=rsc CC=golang-dev https://golang.org/cl/1319042
-
- 24 May, 2010 1 commit
-
-
Andrew Gerrand authored
R=rsc, r CC=golang-dev https://golang.org/cl/1268041
-
- 16 Feb, 2010 1 commit
-
-
Giles Lean authored
R=rsc CC=golang-dev https://golang.org/cl/207071
-
- 04 Feb, 2010 2 commits
-
-
Christopher Wedgwood authored
Cosmetic fix. The FreeBSD system call only takes two arguments. http://fxr.watson.org/fxr/source/kern/kern_sig.c?im=bigexcerpts#L1678 R=dho, rsc CC=golang-dev https://golang.org/cl/202051
-
Russ Cox authored
R=r, cw CC=golang-dev https://golang.org/cl/201043
-
- 05 Jan, 2010 1 commit
-
-
Devon H. O'Dell authored
Fixes #461 R=rsc CC=golang-dev https://golang.org/cl/181059
-
- 15 Dec, 2009 1 commit
-
-
Robert Griesemer authored
parsing and printing to new syntax. Use -oldparser to parse the old syntax, use -oldprinter to print the old syntax. 2) Change default gofmt formatting settings to use tabs for indentation only and to use spaces for alignment. This will make the code alignment insensitive to an editor's tabwidth. Use -spaces=false to use tabs for alignment. 3) Manually changed src/exp/parser/parser_test.go so that it doesn't try to parse the parser's source files using the old syntax (they have new syntax now). 4) gofmt -w src misc test/bench 4th set of files. R=rsc CC=golang-dev https://golang.org/cl/180049
-
- 02 Dec, 2009 1 commit
-
-
Devon H. O'Dell authored
Necessary for 163052 R=rsc CC=golang-dev https://golang.org/cl/164068
-
- 17 Nov, 2009 1 commit
-
-
Devon H. O'Dell authored
cgo/libmach remain unimplemented. However, compilers, runtime, and packages are 100%. I still need to go through and implement missing syscalls (at least make sure they're all listed), but for all shipped functionality, this is done. Ship! ;) R=rsc, VenkateshSrinivas https://golang.org/cl/152142
-
- 09 Nov, 2009 1 commit
-
-
Robert Griesemer authored
R=rsc, r http://go/go-review/1025029
-
- 01 Nov, 2009 1 commit
-
-
Russ Cox authored
* rename PORT.sh -> mkall.sh (hopefully more obvious), change behavior: run commands by default. * pull more constants out of #defines automatically, instead of editing large lists by hand. * add Recvfrom, Sendto add os.O_EXCL. R=r http://go/go-review/1017009
-
- 07 Oct, 2009 1 commit
-
-
Russ Cox authored
R=gri DELTA=4023 (104 added, 27 deleted, 3892 changed) OCL=35416 CL=35418
-
- 15 Sep, 2009 1 commit
-
-
Russ Cox authored
* update mksyscall.sh and rebuild syscall/z*.go * fix a few linux-only files R=r DELTA=455 (12 added, 1 deleted, 442 changed) OCL=34637 CL=34655
-
- 13 Aug, 2009 1 commit
-
-
Rob Pike authored
also fix the comments in the generated files. R=rsc DELTA=949 (470 added, 465 deleted, 14 changed) OCL=33197 CL=33201
-
- 12 Aug, 2009 1 commit
-
-
Russ Cox authored
to whole-package compilation. R=r OCL=33070 CL=33101
-
- 29 Jun, 2009 1 commit
-
-
Russ Cox authored
R=r DELTA=188 (182 added, 3 deleted, 3 changed) OCL=30856 CL=30860
-
- 18 Jun, 2009 1 commit
-
-
Russ Cox authored
use it to avoid use of fixed ports in tests. convert google/net/rpc to gotest R=r DELTA=523 (275 added, 229 deleted, 19 changed) OCL=30458 CL=30460
-
- 17 Jun, 2009 1 commit
-
-
Russ Cox authored
* use 64-bit file system calls (Linux, Darwin) * use 32-bit [sic] uid/gid calls (Linux) * fix sockets on Linux Darwin/386 works again. Linux/386 is better but must never have worked; there are still bugs surrounding the creation of new threads in the runtime package. R=austin DELTA=1332 (673 added, 614 deleted, 45 changed) OCL=30327 CL=30380
-
- 09 Jun, 2009 2 commits
- 02 Jun, 2009 1 commit
-
-
Russ Cox authored
associated with CL 29709. R=r DELTA=6444 (3476 added, 2958 deleted, 10 changed) OCL=29710 CL=29724
-