aboutsummaryrefslogtreecommitdiff
path: root/libgo/syscalls/syscall_solaris_sparc.go
AgeCommit message (Collapse)AuthorFilesLines
2011-10-23Implement new syscall package.Ian Lance Taylor1-17/+0
Calls to library functions now use entersyscall and exitsyscall as appropriate. This is a first step toward multiplexing goroutines onto threads. From-SVN: r180345
2011-01-14libgo/syscalls: Finish Solaris code.Ian Lance Taylor1-1/+11
Mostly from Rainer Orth. From-SVN: r168814
2011-01-12Preliminary framework for Solaris support.Ian Lance Taylor1-0/+7
Partly from Rainer Orth. From-SVN: r168697