Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2011-06-30 | Imported Upstream version 58upstream/58 | Ondřej Surý | 1 | -4/+13 | |
2011-04-28 | Imported Upstream version 2011.04.27upstream/2011.04.27 | Ondřej Surý | 1 | -0/+2 | |
2011-04-26 | Imported Upstream version 2011.04.13upstream/2011.04.13 | Ondřej Surý | 1 | -1/+11 | |
2011-04-20 | Imported Upstream version 2011.03.07.1upstream/2011.03.07.1 | Ondřej Surý | 1 | -1/+1 | |
2011-02-18 | Imported Upstream version 2011.02.15upstream/2011.02.15 | Ondřej Surý | 1 | -6/+17 | |
2011-02-14 | Imported Upstream version 2011-02-01.1upstream/2011-02-01.1 | Ondřej Surý | 1 | -1/+14 | |
2011-01-17 | Imported Upstream version 2011.01.12upstream/2011.01.12 | Ondřej Surý | 1 | -16/+28 | |
2010-05-03 | syscall: fix arm build (fix bugs in generator, to add O_LARGEFILE) | Russ Cox | 1 | -3/+4 | |
R=r CC=golang-dev http://codereview.appspot.com/1021043 | |||||
2010-04-29 | syscall: force O_LARGEFILE in Linux open system call | Russ Cox | 1 | -4/+16 | |
Fixes issue 717. R=adg, PeterGo CC=golang-dev http://codereview.appspot.com/1032041 | |||||
2010-03-30 | syscall: add IPV6 constants | Russ Cox | 1 | -1/+3 | |
R=r CC=golang-dev http://codereview.appspot.com/848041 | |||||
2009-12-01 | syscall: add Shutdown on OS X, add more constants in mkerror.sh | Russ Cox | 1 | -2/+7 | |
R=dho CC=golang-dev http://codereview.appspot.com/163061 | |||||
2009-11-14 | Build changes to support work on the BSDs. | Devon H. O'Dell | 1 | -1/+6 | |
This does still contain some FreeBSD-specific bits, but it's a pain to do partial diffs. R=rsc http://codereview.appspot.com/152138 Committer: Russ Cox <rsc@golang.org> | |||||
2009-11-01 | syscall cleanup. | Russ Cox | 1 | -28/+71 | |
* 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 | |||||
2009-10-01 | some progress on arm linux syscall interface. ztypes_linux_arm | Kai Backman | 1 | -2/+11 | |
still has problems with godefs. R=rsc APPROVED=rsc DELTA=801 (134 added, 235 deleted, 432 changed) OCL=35189 CL=35211 | |||||
2009-08-24 | avoid duplicate field names, so that bug132 can be fixed | Russ Cox | 1 | -5/+6 | |
also fix echo bug that just surfaced in mkerrors.sh R=r DELTA=67 (11 added, 19 deleted, 37 changed) OCL=33743 CL=33757 | |||||
2009-08-13 | change the names to have .sh suffixes. | Rob Pike | 1 | -0/+93 | |
also fix the comments in the generated files. R=rsc DELTA=949 (470 added, 465 deleted, 14 changed) OCL=33197 CL=33201 |