summaryrefslogtreecommitdiff
path: root/src/lib/os/os_file.go
AgeCommit message (Expand)AuthorFilesLines
2008-10-23use &T{1,2,3} constructor for simple new casesRuss Cox1-3/+1
2008-10-09Adding Mkdir.Cary Hull1-0/+5
2008-10-07update code to follow new semicolon rules:Russ Cox1-1/+1
2008-09-26add os.PipeRuss Cox1-0/+9
2008-09-12buffered input & outputRuss Cox1-8/+8
2008-09-11pull O_RDONLY etc. up to os libraryRob Pike1-0/+14
2008-09-11make syscall use strings for file namesRob Pike1-6/+2
2008-09-11add lib/os to standard buildRob Pike1-0/+74
2008-09-10add an Error type to be used as a singleton pointerRob Pike1-42/+0
2008-09-10rudimentary beginnings of soon-to-be-real os libraryRob Pike1-0/+42