summaryrefslogtreecommitdiffstats
path: root/libgo/go/syscall
Commit message (Collapse)AuthorAgeFilesLines
...
* libgo: Update to weekly.2012-01-20.ian2012-01-251-0/+8
| | | | git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@183540 138bc75d-0d04-0410-961f-82ee72b054a4
* libgo: Update to weekly.2012-01-15.ian2012-01-256-248/+527
| | | | git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@183539 138bc75d-0d04-0410-961f-82ee72b054a4
* libgo: Only build iopl and ioperm on 386, amd64, alpha GNU/Linux.ian2012-01-134-10/+43
| | | | git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@183171 138bc75d-0d04-0410-961f-82ee72b054a4
* libgo: Update to weekly.2011-12-22.ian2012-01-138-12/+61
| | | | git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@183150 138bc75d-0d04-0410-961f-82ee72b054a4
* syscall: Don't define IPMreq in socket_irix.go.ian2011-12-201-40/+32
| | | | | | | From Rainer Orth. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@182549 138bc75d-0d04-0410-961f-82ee72b054a4
* libgo: Fix use of -D_GNU_SOURCE and friends when building libgo.ian2011-12-201-3/+0
| | | | git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@182548 138bc75d-0d04-0410-961f-82ee72b054a4
* syscall: Move Errno into its own file, for RTEMS.ian2011-12-152-22/+26
| | | | git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@182356 138bc75d-0d04-0410-961f-82ee72b054a4
* syscall: Don't build wait status functions on RTEMS.ian2011-12-131-3/+13
| | | | git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@182313 138bc75d-0d04-0410-961f-82ee72b054a4
* libgo: Update to weekly.2011-11-18.ian2011-12-1239-583/+854
| | | | git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@182266 138bc75d-0d04-0410-961f-82ee72b054a4
* runtime: Multiplex goroutines onto OS threads.ian2011-11-281-5/+6
| | | | git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@181772 138bc75d-0d04-0410-961f-82ee72b054a4
* syscall: Remove Linux system calls not available in older glibcs.ian2011-11-021-6/+9
| | | | git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@180784 138bc75d-0d04-0410-961f-82ee72b054a4
* exp/terminal: Use tcgetattr/tcsetattr rather than ioctl.ian2011-11-021-0/+6
| | | | git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@180780 138bc75d-0d04-0410-961f-82ee72b054a4
* syscall: Portability code for epoll_event on GNU/Linux.ian2011-11-011-9/+0
| | | | git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@180729 138bc75d-0d04-0410-961f-82ee72b054a4
* syscall: Fix Errstr on systems without strerror_r.ian2011-10-311-2/+2
| | | | git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@180714 138bc75d-0d04-0410-961f-82ee72b054a4
* syscall: Remove a couple more 3-parameter match's in mksyscall.awk.ian2011-10-311-2/+2
| | | | git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@180712 138bc75d-0d04-0410-961f-82ee72b054a4
* syscalls: Rewrite awk script to work with nawk.ian2011-10-271-15/+45
| | | | git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@180559 138bc75d-0d04-0410-961f-82ee72b054a4
* Update Go library to last weekly.ian2011-10-268-17/+11
| | | | git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@180552 138bc75d-0d04-0410-961f-82ee72b054a4
* Solaris/Irix compatibility patches.ian2011-10-259-6/+49
| | | | git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@180440 138bc75d-0d04-0410-961f-82ee72b054a4
* Fix Solaris build.ian2011-10-251-1/+1
| | | | | | | From Rainer Orth. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@180439 138bc75d-0d04-0410-961f-82ee72b054a4
* Some minor fixes to the rewritten syscall library.ian2011-10-242-6/+8
| | | | git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@180363 138bc75d-0d04-0410-961f-82ee72b054a4
* Implement new syscall package.ian2011-10-2341-0/+4350
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