summaryrefslogtreecommitdiff
path: root/src/pkg/syscall/syscall_linux_arm.go
AgeCommit message (Collapse)AuthorFilesLines
2015-01-15Imported Upstream version 1.4upstream/1.4Tianon Gravi1-196/+0
2014-06-19Imported Upstream version 1.3upstream/1.3Michael Stapelberg1-9/+17
2013-08-13Imported Upstream version 1.1.2upstream/1.1.2Michael Stapelberg1-2/+2
2013-03-04Imported Upstream version 1.1~hg20130304upstream/1.1_hg20130304Michael Stapelberg1-7/+90
2012-06-14Imported Upstream version 1.0.2upstream/1.0.2Ondřej Surý1-14/+16
2012-04-06Imported Upstream version 1upstream/1Ondřej Surý1-82/+47
2011-09-13Imported Upstream version 60upstream/60Ondřej Surý1-0/+138
2011-09-13Imported Upstream version 60Ondřej Surý1-138/+0
2011-08-03Imported Upstream version 59upstream/59Ondřej Surý1-1/+1
2011-06-30Imported Upstream version 58upstream/58Ondřej Surý1-0/+1
2011-04-28Imported Upstream version 2011.04.27upstream/2011.04.27Ondřej Surý1-3/+14
2011-04-26Imported Upstream version 2011.04.13upstream/2011.04.13Ondřej Surý1-17/+28
2011-01-17Imported Upstream version 2011.01.12upstream/2011.01.12Ondřej Surý1-14/+57
2010-05-03syscall: fix arm build (fix bugs in generator, to add O_LARGEFILE)Russ Cox1-0/+9
R=r CC=golang-dev http://codereview.appspot.com/1021043
2009-12-151) Change default gofmt default settings forRobert Griesemer1-11/+11
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-11-09- replaced gofmt expression formatting algorithm withRobert Griesemer1-4/+4
rsc's algorithm - applied gofmt -w misc src - partial CL (last chunk) R=rsc, r http://go/go-review/1024041
2009-11-06- fine-tuning of one-line func heuristic (nodes.go)Robert Griesemer1-11/+4
- enabled for function declarations (not just function literals) - applied gofmt -w $GOROOT/src (look for instance at src/pkg/debug/elf/elf.go) R=r, rsc CC=go-dev http://go/go-review/1026006
2009-11-05gofmt-ify syscallRobert Griesemer1-6/+5
(replacement for CL 1018053) R=r http://go/go-review/1017047
2009-11-04fixing (badly) linux_arm syscall.Kai Backman1-0/+2
R=rsc http://go/go-review/1017037
2009-10-23all of pkg now compiles, fixes a few more testsKai Backman1-0/+6
go/test: passes 90% (313/345) R=rsc APPROVED=rsc DELTA=90 (83 added, 3 deleted, 4 changed) OCL=36011 CL=36023
2009-10-06- moved 3 functions from syscall_linux to _386 and _amd64 (arm lacks them)Kai Backman1-0/+32
- 64 bit OMINUS - added bunch of missing arm syscalls R=rsc APPROVED=rsc DELTA=203 (189 added, 3 deleted, 11 changed) OCL=35412 CL=35414
2009-10-01some progress on arm linux syscall interface. ztypes_linux_armKai Backman1-114/+7
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/+138
re-enabling and massaging code. R=rsc APPROVED=rsc DELTA=2496 (1880 added, 330 deleted, 286 changed) OCL=33487 CL=33504