summaryrefslogtreecommitdiff
path: root/src/pkg/syscall/syscall_darwin.go
AgeCommit message (Expand)AuthorFilesLines
2011-04-26Imported Upstream version 2011.04.13upstream/2011.04.13Ondřej Surý1-23/+53
2011-02-18Imported Upstream version 2011.02.15upstream/2011.02.15Ondřej Surý1-0/+12
2011-01-17Imported Upstream version 2011.01.12upstream/2011.01.12Ondřej Surý1-7/+7
2010-03-26syscall: Create syscall_bsd.go for code used by Darwin and other *BSDsGiles Lean1-459/+4
2010-03-24syscall: Implement SetsockoptStringChristopher Wedgwood1-0/+3
2010-02-16syscall: make signature of Umask on OS X, FreeBSD match Linux.Giles Lean1-1/+1
2010-02-04syscall: on freebsd, darwin, give Kill same signature as on linuxRuss Cox1-1/+4
2009-12-151) Change default gofmt default settings forRobert Griesemer1-118/+118
2009-12-01syscall: add Shutdown on OS X, add more constants in mkerror.shRuss Cox1-0/+1
2009-11-09- replaced gofmt expression formatting algorithm withRobert Griesemer1-6/+6
2009-11-09remove semis after statements in one-statement statement listsRobert Griesemer1-43/+43
2009-11-06- fine-tuning of one-line func heuristic (nodes.go)Robert Griesemer1-18/+6
2009-11-05gofmt-ify syscallRobert Griesemer1-25/+24
2009-11-01syscall cleanup.Russ Cox1-2/+26
2009-08-12convert non-low-level non-google pkg codeRuss Cox1-4/+1
2009-07-15Add a dummy WaitStatus.TrapCause for Darwin to unbreak the build.Austin Clements1-0/+5
2009-06-29add os.HostnameRuss Cox1-1/+76
2009-06-17add Addr() string to net.Listener interface.Russ Cox1-2/+20
2009-06-16386 system call fixes:Russ Cox1-7/+1
2009-06-09mv src/lib to src/pkgRob Pike1-0/+663