summaryrefslogtreecommitdiff
path: root/src/syscall/errstr_darwin.go
AgeCommit message (Expand)AuthorFilesLines
2008-09-26move src/syscall to src/lib/syscall.Russ Cox1-242/+0
2008-09-02fix bug: was writing off end of arrayRob Pike1-1/+0
2008-08-04use new export syntax to avoid repetitionRob Pike1-111/+2
2008-07-29rewrite system call interface to use less assembler.Rob Pike1-1/+1
2008-07-29fix type error caused by recent changeRob Pike1-2/+2
2008-07-28add lstatRob Pike1-4/+2
2008-07-26beginnings of a low-level syscall libraryRob Pike1-0/+354