summaryrefslogtreecommitdiff
path: root/src/pkg/runtime/linux
AgeCommit message (Collapse)AuthorFilesLines
2009-06-17runtime: stack growth adjustments, cleanupRuss Cox1-30/+11
* keep coherent SP/PC in gobuf (i.e., SP that would be in use at that PC) * gogocall replaces setspgoto, should work better in presence of link registers * delete unused system calls only amd64; 386 is now broken R=r DELTA=548 (183 added, 183 deleted, 182 changed) OCL=30381 CL=30442
2009-06-10Adding a batch of missing system calls.Kai Backman2-1/+123
R=rsc APPROVED=rsc DELTA=1329 (1264 added, 1 deleted, 64 changed) OCL=30040 CL=30158
2009-06-09mv src/lib to src/pkgRob Pike19-0/+1518
tests: all.bash passes, gobuild still works, godoc still works. R=rsc OCL=30096 CL=30102