summaryrefslogtreecommitdiff
path: root/src/pkg/syscall/zsyscall_linux_amd64.go
AgeCommit message (Expand)AuthorFilesLines
2011-04-28Imported Upstream version 2011.04.27upstream/2011.04.27Ondřej Surý1-0/+72
2011-04-26Imported Upstream version 2011.04.13upstream/2011.04.13Ondřej Surý1-42/+91
2011-02-18Imported Upstream version 2011.02.15upstream/2011.02.15Ondřej Surý1-0/+26
2011-01-17Imported Upstream version 2011.01.12upstream/2011.01.12Ondřej Surý1-95/+375
2010-06-30syscall: add socketpairIvan Krasin1-0/+8
2010-05-19syscall: add Utimes on Darwin/FreeBSD, add Futimes everywhereRuss Cox1-2/+2
2010-05-03syscall: fix arm build (fix bugs in generator, to add O_LARGEFILE)Russ Cox1-7/+7
2010-04-29syscall: force O_LARGEFILE in Linux open system callRuss Cox1-7/+7
2010-04-19syscall: match linux Setsid function signature to darwinAndrew Gerrand1-2/+3
2009-12-151) Change default gofmt default settings forRobert Griesemer1-408/+408
2009-11-09remove semis after statements in one-statement statement listsRobert Griesemer1-13/+13
2009-11-01syscall cleanup.Russ Cox1-18/+39
2009-10-06apply gofmt to auto-generated syscall filesRuss Cox1-16/+35
2009-09-15final batch for "declared and not used"Russ Cox1-120/+120
2009-08-13change the names to have .sh suffixes.Rob Pike1-1/+1
2009-08-12convert non-low-level non-google pkg codeRuss Cox1-4/+1
2009-07-14Syscall wrappers for ptrace and supporting wait-related flags.Austin Clements1-0/+6
2009-06-17add Addr() string to net.Listener interface.Russ Cox1-0/+12
2009-06-17shuffle some Linux system calls around for 386Russ Cox1-7/+7
2009-06-16386 system call fixes:Russ Cox1-143/+143
2009-06-09mv src/lib to src/pkgRob Pike1-0/+764