summaryrefslogtreecommitdiff
path: root/src/syscall/file_amd64_linux.go
AgeCommit message (Expand)AuthorFilesLines
2008-09-26move src/syscall to src/lib/syscall.Russ Cox1-151/+0
2008-09-17time & date.Russ Cox1-11/+11
2008-09-11pull O_RDONLY etc. up to os libraryRob Pike1-1/+1
2008-09-11make syscall use strings for file namesRob Pike1-8/+26
2008-08-04- switched most of existing Go code to new export syntaxRobert Griesemer1-29/+15
2008-07-30- mark syscall support routines as non-stack-generatingRob Pike1-7/+46
2008-07-29fixes for linux system call linkageRob Pike1-3/+9
2008-07-29rewrite system call interface to use less assembler.Rob Pike1-0/+102