summaryrefslogtreecommitdiff
path: root/src/syscall
AgeCommit message (Expand)AuthorFilesLines
2015-01-15Imported Upstream version 1.4.1upstream/1.4.1Tianon Gravi1-3/+3
2015-01-15Imported Upstream version 1.4upstream/1.4Tianon Gravi211-0/+89341
2008-09-26move src/syscall to src/lib/syscall.Russ Cox10-1084/+0
2008-09-22time bug: darwin, linux return microseconds not nanosecondsRuss Cox2-2/+2
2008-09-18make Makefiles safe for parallel makeRuss Cox1-0/+3
2008-09-17time & date.Russ Cox8-26/+70
2008-09-17add network listening & testsRuss Cox1-1/+0
2008-09-16preliminary network - just Dial for nowRuss Cox3-0/+43
2008-09-11pull O_RDONLY etc. up to os libraryRob Pike2-2/+2
2008-09-11make syscall use strings for file namesRob Pike4-23/+81
2008-09-05use a makefile to build mathRob Pike1-2/+2
2008-09-02fix bug: was writing off end of arrayRob Pike1-1/+0
2008-08-04- switched most of existing Go code to new export syntaxRobert Griesemer3-64/+32
2008-08-04first cut at multithreading. works on Linux.Russ Cox1-1/+3
2008-08-04use new export syntax to avoid repetitionRob Pike2-247/+4
2008-07-30- mark syscall support routines as non-stack-generatingRob Pike4-20/+102
2008-07-29fix a commentRob Pike1-4/+1
2008-07-29fixes for linux system call linkageRob Pike2-3/+14
2008-07-29rewrite system call interface to use less assembler.Rob Pike9-290/+257
2008-07-29fix type error caused by recent changeRob Pike2-4/+4
2008-07-28add lstatRob Pike7-19/+46
2008-07-26add fstat, statRob Pike6-100/+159
2008-07-26beginnings of a low-level syscall libraryRob Pike6-0/+1068