summaryrefslogtreecommitdiff
path: root/src/syscall/errstr_linux.go
AgeCommit message (Collapse)AuthorFilesLines
2008-08-04use new export syntax to avoid repetitionRob Pike1-136/+2
R=gri OCL=13819 CL=13819
2008-07-29fix type error caused by recent changeRob Pike1-2/+2
R=gri OCL=13545 CL=13545
2008-07-28add lstatRob Pike1-4/+2
clean up some code fix comments add paramter names to interface R=ken OCL=13521 CL=13521
2008-07-26beginnings of a low-level syscall libraryRob Pike1-0/+428
R=ken OCL=13483 CL=13496