summaryrefslogtreecommitdiff
path: root/src/syscall/file_amd64_darwin.go
AgeCommit message (Expand)AuthorFilesLines
2008-09-17time & date.Russ Cox1-9/+9
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-6/+47
2008-07-29rewrite system call interface to use less assembler.Rob Pike1-0/+104