summaryrefslogtreecommitdiff
path: root/src/pkg/syscall/asm_linux_amd64.s
AgeCommit message (Collapse)AuthorFilesLines
2011-01-17Imported Upstream version 2011.01.12upstream/2011.01.12Ondřej Surý1-0/+23
2010-01-25in C and asm, replace pkg·name with ·nameRuss Cox1-3/+3
(eliminate assumption of package global name space, make code easier to move between packages). R=r CC=golang-dev http://codereview.appspot.com/194072
2009-10-15rename sys functions to runtime,Russ Cox1-6/+6
because they are in package runtime. another step to enforcing package boundaries. R=r DELTA=732 (114 added, 93 deleted, 525 changed) OCL=35811 CL=35824
2009-07-14Zero unused syscall arguments.Austin Clements1-0/+6
R=rsc APPROVED=rsc DELTA=12 (12 added, 0 deleted, 0 changed) OCL=31619 CL=31621
2009-06-09mv src/lib to src/pkgRob Pike1-0/+78
tests: all.bash passes, gobuild still works, godoc still works. R=rsc OCL=30096 CL=30102