summaryrefslogtreecommitdiff
path: root/src/pkg/syscall/syscall_linux_386.go
AgeCommit message (Expand)AuthorFilesLines
2015-01-15Imported Upstream version 1.4upstream/1.4Tianon Gravi1-356/+0
2014-06-19Imported Upstream version 1.3upstream/1.3Michael Stapelberg1-10/+21
2013-08-13Imported Upstream version 1.1.2upstream/1.1.2Michael Stapelberg1-2/+2
2013-03-04Imported Upstream version 1.1~hg20130304upstream/1.1_hg20130304Michael Stapelberg1-3/+81
2012-04-06Imported Upstream version 1upstream/1Ondřej Surý1-70/+119
2011-09-13Imported Upstream version 60upstream/60Ondřej Surý1-0/+218
2011-09-13Imported Upstream version 60Ondřej Surý1-218/+0
2011-08-03Imported Upstream version 59upstream/59Ondřej Surý1-4/+4
2011-06-30Imported Upstream version 58upstream/58Ondřej Surý1-0/+1
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