summaryrefslogtreecommitdiff
path: root/src/syscall/syscall.go
Commit message (Expand)AuthorAgeFilesLines
* syscall: keep allocated C string live across call to SyscallRuss Cox2014-09-081-0/+7
* build: move package sources from src/pkg to srcRuss Cox2014-09-081-0/+88
* move src/syscall to src/lib/syscall.Russ Cox2008-09-261-28/+0
* time & date.Russ Cox2008-09-171-1/+1
* preliminary network - just Dial for nowRuss Cox2008-09-161-0/+1
* make syscall use strings for file namesRob Pike2008-09-111-0/+14
* - switched most of existing Go code to new export syntaxRobert Griesemer2008-08-041-6/+2
* fix a commentRob Pike2008-07-291-4/+1
* rewrite system call interface to use less assembler.Rob Pike2008-07-291-6/+7
* add lstatRob Pike2008-07-281-4/+4
* add fstat, statRob Pike2008-07-261-2/+6
* beginnings of a low-level syscall libraryRob Pike2008-07-261-0/+15