summaryrefslogtreecommitdiffstats
path: root/libgo/go/syscall/libcall_support.go
Commit message (Collapse)AuthorAgeFilesLines
* runtime: Better SWIG interface for allocating Go memory from C/C++.ian2012-06-041-0/+6
| | | | git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@188164 138bc75d-0d04-0410-961f-82ee72b054a4
* libgo: Export {enter,exit}syscall and use it for getaddrinfo.ian2012-03-131-2/+2
| | | | git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@185363 138bc75d-0d04-0410-961f-82ee72b054a4
* libgo: Update to weekly.2011-11-18.ian2011-12-121-2/+2
| | | | git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@182266 138bc75d-0d04-0410-961f-82ee72b054a4
* Implement new syscall package.ian2011-10-231-0/+12
Calls to library functions now use entersyscall and exitsyscall as appropriate. This is a first step toward multiplexing goroutines onto threads. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@180345 138bc75d-0d04-0410-961f-82ee72b054a4
OpenPOWER on IntegriCloud