aboutsummaryrefslogtreecommitdiff
path: root/src/pkg/syscall/syscall_linux_amd64.go
AgeCommit message (Expand)Author
2014-05-16syscall: fix linux amd64 buildRob Pike
2014-05-16syscall: fix a few Linux system callsRuss Cox
2014-03-29syscall: add SendmsgN for BSD variants, Linux and SolarisMikio Hara
2014-01-21syscall: use unsafe.Pointer instead of uintptr in net syscallsBrad Fitzpatrick
2013-01-28net, syscall: use accept4 and SOCK_CLOEXEC on LinuxIan Lance Taylor
2012-10-29syscalls: annotate Sendfile() for race detectorDmitriy Vyukov
2012-09-24syscall: prepare for 64-bit intsRuss Cox
2012-07-02syscall: use 32 bits structure for Getrlimit/Setrlimit on 386/ARM.Han-Wen Nienhuys
2011-11-13syscall: use errorRuss Cox
2011-06-17gc: unsafe.Alignof, unsafe.Offsetof, unsafe.Sizeof now return uintptrRuss Cox
2011-05-20syscall: sendfileBrad Fitzpatrick
2011-04-06syscall: add Mmap, Munmap on Linux, FreeBSD, OS XRuss Cox
2011-03-23syscall: GetsockoptInt.Albert Strasheim
2011-03-16syscall: Permit non-blocking syscalls.Ian Lance Taylor
2011-01-05syscall: correct Linux Splice definitionRuss Cox
2010-12-07syscall, net: Add Recvmsg and Sendmsg on Linux.Albert Strasheim
2010-11-05syscall: use 64-bit file size for truncation on LinuxPeter Mundy
2010-10-20syscall/arm: correct 64-bit system call argumentsRuss Cox
2010-09-21syscall: Use vsyscall for syscall.Gettimeofday and .Time on linux amd64.Ian Lance Taylor
2009-12-151) Change default gofmt default settings forRobert Griesemer
2009-11-09- replaced gofmt expression formatting algorithm withRobert Griesemer
2009-11-06- fine-tuning of one-line func heuristic (nodes.go)Robert Griesemer
2009-11-05gofmt-ify syscallRobert Griesemer
2009-11-01syscall cleanup.Russ Cox
2009-10-06- moved 3 functions from syscall_linux to _386 and _amd64 (arm lacks them)Kai Backman
2009-09-03fix linux 386 buildRuss Cox
2009-08-12convert non-low-level non-google pkg codeRuss Cox
2009-06-17add Addr() string to net.Listener interface.Russ Cox
2009-06-17shuffle some Linux system calls around for 386Russ Cox
2009-06-16386 system call fixes:Russ Cox
2009-06-09mv src/lib to src/pkgRob Pike