summaryrefslogtreecommitdiff
path: root/src/pkg/syscall/syscall_linux_386.go
AgeCommit message (Expand)AuthorFilesLines
2011-04-26Imported Upstream version 2011.04.13upstream/2011.04.13Ondřej Surý1-17/+33
2011-01-17Imported Upstream version 2011.01.12upstream/2011.01.12Ondřej Surý1-4/+33
2010-06-30syscall: add socketpairIvan Krasin1-0/+7
2009-12-151) Change default gofmt default settings forRobert Griesemer1-59/+59
2009-12-04Fix syscall.Statfs and syscall.Fstatfs for 386 GNU/Linux.Ian Lance Taylor1-2/+12
2009-12-02Add Shutdown to 32-bit GNU/Linux build.Ian Lance Taylor1-0/+5
2009-11-17syscall: use correct pointer in recvfrom/sendto.Russ Cox1-2/+2
2009-11-09- replaced gofmt expression formatting algorithm withRobert Griesemer1-4/+4
2009-11-09remove semis after statements in one-statement statement listsRobert Griesemer1-2/+2
2009-11-06- fine-tuning of one-line func heuristic (nodes.go)Robert Griesemer1-15/+5
2009-11-05gofmt-ify syscallRobert Griesemer1-22/+22
2009-11-01syscall cleanup.Russ Cox1-7/+18
2009-10-06- moved 3 functions from syscall_linux to _386 and _amd64 (arm lacks them)Kai Backman1-0/+3
2009-09-03fix linux 386 buildRuss Cox1-0/+8
2009-08-12convert non-low-level non-google pkg codeRuss Cox1-4/+1
2009-06-17add Addr() string to net.Listener interface.Russ Cox1-1/+12
2009-06-17shuffle some Linux system calls around for 386Russ Cox1-1/+3
2009-06-16386 system call fixes:Russ Cox1-0/+28
2009-06-09mv src/lib to src/pkgRob Pike1-0/+100