aboutsummaryrefslogtreecommitdiff
path: root/src/pkg/syscall/syscall_linux.go
AgeCommit message (Expand)Author
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
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-15final batch for "declared and not used"Russ Cox
2009-08-12fix linux build for whole package compilationRob Pike
2009-08-12convert non-low-level non-google pkg codeRuss Cox
2009-07-14Return ptrace event message when there's no error instead ofAustin Clements
2009-07-14Syscall wrappers for ptrace and supporting wait-related flags.Austin Clements
2009-07-13Add accessor for SIGTRAP cause in wait statusAustin Clements
2009-06-29add os.HostnameRuss 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