summaryrefslogtreecommitdiff
path: root/src/syscall/errstr_linux.go
AgeCommit message (Collapse)AuthorFilesLines
2008-09-26move src/syscall to src/lib/syscall.Russ Cox1-292/+0
enforce rule: all kernel data structures and constants go in syscall module. move things that should be in syscall out of net. make net a single package. R=r OCL=15985 CL=15994
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