summaryrefslogtreecommitdiff
path: root/src/pkg/syscall/zerrors_linux_arm.go
AgeCommit message (Collapse)AuthorFilesLines
2011-06-30Imported Upstream version 58upstream/58Ondřej Surý1-111/+498
2011-04-26Imported Upstream version 2011.04.13upstream/2011.04.13Ondřej Surý1-0/+32
2011-01-17Imported Upstream version 2011.01.12upstream/2011.01.12Ondřej Surý1-18/+115
2010-05-03syscall: fix arm build (fix bugs in generator, to add O_LARGEFILE)Russ Cox1-282/+603
R=r CC=golang-dev http://codereview.appspot.com/1021043
2010-03-02gofmt: experiment: align values in map composites where possibleRobert Griesemer1-97/+97
- gofmt -w src misc - looking for feedback R=rsc, r CC=golang-dev http://codereview.appspot.com/223076
2009-12-151) Change default gofmt default settings forRobert Griesemer1-171/+171
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 http://codereview.appspot.com/180049
2009-12-10added SHUT_RD, SHOT_WR and xSHUT_RDWR to fix net compilation errorKai Backman1-0/+3
R=rsc http://codereview.appspot.com/165044
2009-11-05gofmt-ify syscallRobert Griesemer1-1/+1
(replacement for CL 1018053) R=r http://go/go-review/1017047
2009-11-04fixing (badly) linux_arm syscall.Kai Backman1-0/+1
R=rsc http://go/go-review/1017037
2009-10-06apply gofmt to auto-generated syscall filesRuss Cox1-169/+168
R=gri DELTA=4023 (104 added, 27 deleted, 3892 changed) OCL=35416 CL=35418
2009-10-01some progress on arm linux syscall interface. ztypes_linux_armKai Backman1-10/+10
still has problems with godefs. R=rsc APPROVED=rsc DELTA=801 (134 added, 235 deleted, 432 changed) OCL=35189 CL=35211
2009-08-18pkg/sort compiling and some progress on syscall. mostlyKai Backman1-0/+316
re-enabling and massaging code. R=rsc APPROVED=rsc DELTA=2496 (1880 added, 330 deleted, 286 changed) OCL=33487 CL=33504