aboutsummaryrefslogtreecommitdiff
path: root/src/pkg/syscall/syscall_linux.go
AgeCommit message (Expand)Author
2014-09-08build: move package sources from src/pkg to srcRuss Cox
2014-07-30undo CL 107280044 / ee11f19bc514Mikio Hara
2014-06-24syscall: disable Setuid/Setgid on linuxDave Cheney
2014-06-23syscall: consolidate, simplify socket options for Unix-like systemsMikio Hara
2014-03-29syscall: add SendmsgN for BSD variants, Linux and SolarisMikio Hara
2014-02-27syscall: add some paranoia in Linux's Accept4Brad Fitzpatrick
2014-01-21syscall: use unsafe.Pointer instead of uintptr in net syscallsBrad Fitzpatrick
2013-07-31syscall: add Dup3 on LinuxBrad Fitzpatrick
2013-07-05syscall: reduce duplication between *bsd and linuxDave Cheney
2013-06-25syscall: reduce duplication between *bsd and linuxDave Cheney
2013-06-22syscall: reduce duplication between *bsd and linuxDave Cheney
2013-06-11syscall: add {Set,Get}priority for Linux, and consistency testsShenghou Ma
2013-05-23syscall: add IPv6 socket options for Unix variantsMikio Hara
2013-02-14syscall: don't make //sys lines be doc commentsBrad Fitzpatrick
2013-02-06syscall, net: Fix unix socket autobind on Linux.Albert Strasheim
2013-01-30syscall: handle empty address in ReadFrom betterJeff R. Allen
2013-01-28net, syscall: use accept4 and SOCK_CLOEXEC on LinuxIan Lance Taylor
2013-01-10syscall: implement Pipe2 on Linux and use it in ForkExecGeorg Reinke
2012-12-13os: Improve the accuracy of os.ChtimesNick Craig-Wood
2012-11-01syscall: add {Get,Set,List,Remove}xattr on Linux.Han-Wen Nienhuys
2012-10-09race: syscall changesDmitriy Vyukov
2012-09-24syscall: prepare for 64-bit intsRuss Cox
2012-09-12syscall: add linux specific Getsockopt for Ucred structAndreas Jellinghaus
2012-09-01syscall: add PtraceSyscall(pid int, signal int)Dave Cheney
2012-08-05syscall: return EINVAL when string arguments have NUL charactersAlexey Borzenkov
2012-07-31pkg/syscall: unexport Prlimit.Han-Wen Nienhuys
2012-07-02syscall: use 32 bits structure for Getrlimit/Setrlimit on 386/ARM.Han-Wen Nienhuys
2012-03-13all: various typosRobert Griesemer
2012-02-14syscall: linux Tgkill takes a Signal tooRuss Cox
2012-02-13os/signal: selective signal handlingRuss Cox
2012-02-13syscall: make linux Dup2 match other systemsRuss Cox
2012-01-14src: make use of runtime.GOOS, GOARCH instead of syscall.OS, ARCHMikio Hara
2011-12-19net, syscall, os: set CLOEXEC flag on epoll/kqueue descriptorIan Lance Taylor
2011-11-14syscall: take over env implementationRuss Cox
2011-11-13syscall: use errorRuss Cox
2011-10-24syscall: use uintptr for Mount flags.David Anderson
2011-10-14syscall: adjust Mount to accomodate stricter FS implementations.David Anderson
2011-10-04pkg/syscall: add Mkfifo for linux platformsPaul Borman
2011-10-01syscall: update multicast socket options for darwin, freebsd, linux, openbsdMikio Hara
2011-07-13syscall: add Flock on LinuxRuss Cox
2011-06-20syscall: add socket control message support for darwin, freebsd, linuxMikio Hara
2011-06-17gc: unsafe.Alignof, unsafe.Offsetof, unsafe.Sizeof now return uintptrRuss Cox
2011-06-02net, syscall: update IP multicast socket options for darwin, freebsd, linuxMikio Hara
2011-05-22syscall: add IPv6 scope zone ID supportMikio Hara
2011-05-20syscall: sendfileBrad Fitzpatrick
2011-05-18syscall: add netlink support for linux/386, linux/amd64, linux/armMikio Hara
2011-04-26syscall: Mlock, Munlock, Mlockall, Munlockall on Linux.Albert Strasheim
2011-04-21syscall: Madvise and Mprotect for Linux.Albert Strasheim
2011-04-06syscall: fix typo in mmap commentDave Cheney
2011-04-06syscall: add Mmap, Munmap on Linux, FreeBSD, OS XRuss Cox