summaryrefslogtreecommitdiff
path: root/src/pkg/syscall/syscall_linux.go
AgeCommit message (Expand)AuthorFilesLines
2011-04-28Imported Upstream version 2011.04.27upstream/2011.04.27Ondřej Surý1-6/+7
2011-04-26Imported Upstream version 2011.04.13upstream/2011.04.13Ondřej Surý1-30/+93
2011-02-18Imported Upstream version 2011.02.15upstream/2011.02.15Ondřej Surý1-0/+4
2011-02-14Imported Upstream version 2011-02-01.1upstream/2011-02-01.1Ondřej Surý1-3/+10
2011-01-17Imported Upstream version 2011.01.12upstream/2011.01.12Ondřej Surý1-30/+127
2010-06-30syscall: add socketpairIvan Krasin1-0/+5
2010-05-27changes &x -> x[0:] for array to slice conversionRuss Cox1-3/+3
2010-05-20syscall: linux, implement BindToDeviceChristopher Wedgwood1-0/+5
2010-05-19syscall: add Utimes on Darwin/FreeBSD, add Futimes everywhereRuss Cox1-2/+8
2010-05-03syscall: fix arm build (fix bugs in generator, to add O_LARGEFILE)Russ Cox1-1/+5
2010-04-29syscall: force O_LARGEFILE in Linux open system callRuss Cox1-1/+5
2010-04-19syscall: match linux Setsid function signature to darwinAndrew Gerrand1-1/+1
2010-03-24syscall: Implement SetsockoptStringChristopher Wedgwood1-0/+4
2009-12-151) Change default gofmt default settings forRobert Griesemer1-139/+139
2009-11-30Minimise bitrot: bytes.Copy -> copyChristopher Wedgwood1-15/+4
2009-11-20gofmt -r 'α[β:len(α)] -> α[β:]' -w src/cmd src/pkgRuss Cox1-6/+6
2009-11-09- replaced gofmt expression formatting algorithm withRobert Griesemer1-13/+13
2009-11-09remove semis after statements in one-statement statement listsRobert Griesemer1-55/+55
2009-11-06- fine-tuning of one-line func heuristic (nodes.go)Robert Griesemer1-24/+8
2009-11-05gofmt-ify syscallRobert Griesemer1-33/+32
2009-11-01syscall cleanup.Russ Cox1-12/+30
2009-10-06- moved 3 functions from syscall_linux to _386 and _amd64 (arm lacks them)Kai Backman1-3/+0
2009-09-15final batch for "declared and not used"Russ Cox1-1/+1
2009-08-12fix linux build for whole package compilationRob Pike1-8/+0
2009-08-12convert non-low-level non-google pkg codeRuss Cox1-4/+1
2009-07-14Return ptrace event message when there's no error instead ofAustin Clements1-3/+1
2009-07-14Syscall wrappers for ptrace and supporting wait-related flags.Austin Clements1-0/+158
2009-07-13Add accessor for SIGTRAP cause in wait statusAustin Clements1-0/+7
2009-06-29add os.HostnameRuss Cox1-2/+0
2009-06-17add Addr() string to net.Listener interface.Russ Cox1-0/+18
2009-06-17shuffle some Linux system calls around for 386Russ Cox1-1/+0
2009-06-16386 system call fixes:Russ Cox1-22/+0
2009-06-09mv src/lib to src/pkgRob Pike1-0/+636