aboutsummaryrefslogtreecommitdiff
path: root/src/pkg/syscall/syscall_linux.go
AgeCommit message (Expand)Author
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
2011-04-06os, syscall: refactor Unix directory parsingRuss Cox
2011-04-02R=rsc, brainman, ality, r2, rYuval Pavel Zholkover
2011-03-23syscall: GetsockoptInt.Albert Strasheim
2011-03-16syscall: Permit non-blocking syscalls.Ian Lance Taylor
2011-03-09syscall: implement Mount and Unmount for linux.David Anderson
2011-03-09syscall: implement Reboot for linux.David Anderson
2011-02-03syscall: add SetsockoptIpMreqDave Cheney
2011-01-19net, syscall: return source address in RecvmsgAlbert Strasheim
2011-01-18syscall: Correct length of GNU/Linux abstract Unix domain sockaddr.Ian Lance Taylor
2011-01-14syscall: Correct length of SockaddrUnix.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-10-12syscall: add sockaddr_ll support for linux/386, linux/amd64Mikio Hara
2010-09-27syscall: add inotify on LinuxBalazs Lecz
2010-09-21syscall: Use vsyscall for syscall.Gettimeofday and .Time on linux amd64.Ian Lance Taylor
2010-08-20syscall: regenerate syscall/z* files for linux/386, linux/amd64Ivan Krasin
2010-08-04os: change the type of permissions argument for Open etc. to uint32.Rob Pike
2010-07-01implications of len spec changeRuss Cox
2010-06-30syscall: add socketpairIvan Krasin
2010-05-27changes &x -> x[0:] for array to slice conversionRuss Cox
2010-05-20syscall: linux, implement BindToDeviceChristopher Wedgwood
2010-05-19syscall: add Utimes on Darwin/FreeBSD, add Futimes everywhereRuss Cox
2010-05-03syscall: fix arm build (fix bugs in generator, to add O_LARGEFILE)Russ Cox
2010-04-29syscall: force O_LARGEFILE in Linux open system callRuss Cox
2010-04-19syscall: match linux Setsid function signature to darwinAndrew Gerrand
2010-03-24syscall: Implement SetsockoptStringChristopher Wedgwood
2009-12-151) Change default gofmt default settings forRobert Griesemer
2009-11-30Minimise bitrot: bytes.Copy -> copyChristopher Wedgwood
2009-11-20gofmt -r 'α[β:len(α)] -> α[β:]' -w src/cmd src/pkgRuss Cox
2009-11-09- replaced gofmt expression formatting algorithm withRobert Griesemer
2009-11-09remove semis after statements in one-statement statement listsRobert Griesemer
2009-11-06- fine-tuning of one-line func heuristic (nodes.go)Robert Griesemer
2009-11-05gofmt-ify syscallRobert Griesemer