summaryrefslogtreecommitdiff
path: root/src/pkg/syscall/mkerrors.sh
AgeCommit message (Collapse)AuthorFilesLines
2011-06-30Imported Upstream version 58upstream/58Ondřej Surý1-4/+13
2011-04-28Imported Upstream version 2011.04.27upstream/2011.04.27Ondřej Surý1-0/+2
2011-04-26Imported Upstream version 2011.04.13upstream/2011.04.13Ondřej Surý1-1/+11
2011-04-20Imported Upstream version 2011.03.07.1upstream/2011.03.07.1Ondřej Surý1-1/+1
2011-02-18Imported Upstream version 2011.02.15upstream/2011.02.15Ondřej Surý1-6/+17
2011-02-14Imported Upstream version 2011-02-01.1upstream/2011-02-01.1Ondřej Surý1-1/+14
2011-01-17Imported Upstream version 2011.01.12upstream/2011.01.12Ondřej Surý1-16/+28
2010-05-03syscall: fix arm build (fix bugs in generator, to add O_LARGEFILE)Russ Cox1-3/+4
R=r CC=golang-dev http://codereview.appspot.com/1021043
2010-04-29syscall: force O_LARGEFILE in Linux open system callRuss Cox1-4/+16
Fixes issue 717. R=adg, PeterGo CC=golang-dev http://codereview.appspot.com/1032041
2010-03-30syscall: add IPV6 constantsRuss Cox1-1/+3
R=r CC=golang-dev http://codereview.appspot.com/848041
2009-12-01syscall: add Shutdown on OS X, add more constants in mkerror.shRuss Cox1-2/+7
R=dho CC=golang-dev http://codereview.appspot.com/163061
2009-11-14Build changes to support work on the BSDs.Devon H. O'Dell1-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-01syscall cleanup.Russ Cox1-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-01some progress on arm linux syscall interface. ztypes_linux_armKai Backman1-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-24avoid duplicate field names, so that bug132 can be fixedRuss Cox1-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-13change the names to have .sh suffixes.Rob Pike1-0/+93
also fix the comments in the generated files. R=rsc DELTA=949 (470 added, 465 deleted, 14 changed) OCL=33197 CL=33201