summaryrefslogtreecommitdiff
path: root/src/pkg/syscall/zsyscall_linux_386.go
AgeCommit message (Expand)AuthorFilesLines
2013-12-03Imported Upstream version 1.2upstream/1.2Michael Stapelberg1-0/+31
2013-03-04Imported Upstream version 1.1~hg20130304upstream/1.1_hg20130304Michael Stapelberg1-62/+402
2012-04-06Imported Upstream version 1upstream/1Ondřej Surý1-236/+474
2011-09-13Imported Upstream version 60upstream/60Ondřej Surý1-0/+1128
2011-09-13Imported Upstream version 60Ondřej Surý1-1120/+0
2011-06-30Imported Upstream version 58upstream/58Ondřej Surý1-0/+9
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-40/+81
2011-02-18Imported Upstream version 2011.02.15upstream/2011.02.15Ondřej Surý1-0/+22
2011-01-17Imported Upstream version 2011.01.12upstream/2011.01.12Ondřej Surý1-85/+337
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-360/+360
2009-12-13syscall: fix error return bug for 64-bit return on 32-bit platformChristopher Wedgwood1-2/+4
2009-12-04Fix syscall.Statfs and syscall.Fstatfs for 386 GNU/Linux.Ian Lance Taylor1-12/+0
2009-11-09remove semis after statements in one-statement statement listsRobert Griesemer1-11/+11
2009-11-01syscall cleanup.Russ Cox1-18/+18
2009-10-06apply gofmt to auto-generated syscall filesRuss Cox1-22/+41
2009-09-15final batch for "declared and not used"Russ Cox1-110/+110
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-14Regenerate Linux 386 syscall bindings to add ptrace.Austin Clements1-0/+6
2009-06-17shuffle some Linux system calls around for 386Russ Cox1-7/+7
2009-06-16386 system call fixes:Russ Cox1-139/+130
2009-06-09mv src/lib to src/pkgRob Pike1-0/+720