summaryrefslogtreecommitdiff
path: root/src/lib/syscall/file_darwin.go
AgeCommit message (Expand)AuthorFilesLines
2009-02-10Fix Readdirnames to behave properly if reading in little pieces. Requires sto...Rob Pike1-3/+0
2009-02-09fix Getdirentries: base comes back in r2.Rob Pike1-0/+3
2009-02-08First pass at reading directories.Rob Pike1-0/+9
2009-02-06fix up syscall for darwin after StringToBytes changeRob Pike1-30/+12
2009-02-06fstat used wrong system call, lstat used wrong type of nameRob Pike1-3/+7
2009-01-20delete exportRuss Cox1-22/+22
2009-01-16casify syscall and sequelaeRob Pike1-19/+19
2008-12-18convert *[] to [].Russ Cox1-5/+5
2008-12-09replace assembly casts with unsafe.pointerRuss Cox1-12/+15
2008-12-03preparation for exec.Russ Cox1-0/+6
2008-11-07wrong system call number for statRob Pike1-1/+1
2008-10-09Adding Mkdir.Cary Hull1-0/+8
2008-10-07update code to follow new semicolon rules:Russ Cox1-1/+1
2008-09-26move src/syscall to src/lib/syscall.Russ Cox1-0/+88