gcc/libgo/syscalls
Ian Lance Taylor 6675c41604 Implement goto restrictions.
From-SVN: r179018
2011-09-20 21:00:07 +00:00
..
errno.c
errstr.go Clean up syscalls, add some Solaris support. 2011-01-13 05:17:52 +00:00
errstr_decl.go
errstr_decl_linux.go
errstr_decl_rtems.go
errstr_nor.go libgo: Support systems which do not have strerror_r. 2011-03-30 22:34:55 +00:00
errstr_rtems.go Clean up syscalls, add some Solaris support. 2011-01-13 05:17:52 +00:00
exec.go Implement goto restrictions. 2011-09-20 21:00:07 +00:00
exec_helpers.go
exec_stubs.go
netlink_linux.go Update Go library to r60. 2011-09-16 15:47:21 +00:00
sleep_rtems.go syscalls/sleep_rtems.go: Add missing package clause. 2011-01-24 22:44:52 +00:00
sleep_select.go Clean up syscalls, add some Solaris support. 2011-01-13 05:17:52 +00:00
socket.go Update Go library to r60. 2011-09-16 15:47:21 +00:00
socket_bsd.go Update Go library to r60. 2011-09-16 15:47:21 +00:00
socket_epoll.go
socket_irix.go Update Go library to r60. 2011-09-16 15:47:21 +00:00
socket_linux.go Update Go library to r60. 2011-09-16 15:47:21 +00:00
socket_solaris.go Update Go library to r60. 2011-09-16 15:47:21 +00:00
stringbyte.go Update to current version of Go library. 2011-05-20 00:18:15 +00:00
syscall.go libgo: Update to current Go library. 2011-04-07 17:09:10 +00:00
syscall_irix.go re PR go/47515 (Issues porting libgo to IRIX 6.5) 2011-03-31 23:55:21 +00:00
syscall_linux.go Update Go library to r60. 2011-09-16 15:47:21 +00:00
syscall_linux_386.go Simplify libgo Makefile conditionals. 2011-01-12 02:03:46 +00:00
syscall_linux_alpha.go libgo: Define PtraceRegs for Alpha GNU/Linux. 2011-05-31 18:15:14 +00:00
syscall_linux_amd64.go Simplify libgo Makefile conditionals. 2011-01-12 02:03:46 +00:00
syscall_rtems.go Simplify libgo Makefile conditionals. 2011-01-12 02:03:46 +00:00
syscall_solaris.go Preliminary framework for Solaris support. 2011-01-12 06:34:08 +00:00
syscall_solaris_386.go Use _nuname on 32-bit Solaris 2/x86. 2011-03-07 22:39:45 +00:00
syscall_solaris_amd64.go libgo/syscalls: Finish Solaris code. 2011-01-14 19:10:02 +00:00
syscall_solaris_sparc.go libgo/syscalls: Finish Solaris code. 2011-01-14 19:10:02 +00:00
syscall_solaris_sparc64.go libgo/syscalls: Finish Solaris code. 2011-01-14 19:10:02 +00:00
syscall_stubs.go
syscall_uname.go Use _nuname on 32-bit Solaris 2/x86. 2011-03-07 22:39:45 +00:00
syscall_unix.go Update to current version of Go library. 2011-05-20 00:18:15 +00:00
sysfile_largefile.go libgo: Update to current Go library. 2011-04-07 17:09:10 +00:00
sysfile_posix.go libgo: Try to guess the right type for select bits in mksysinfo. 2011-04-01 22:53:54 +00:00
sysfile_regfile.go libgo: Update to current Go library. 2011-04-07 17:09:10 +00:00
sysfile_stat_largefile.go Support libgo on Solaris. 2011-02-21 04:17:20 +00:00
sysfile_stat_regfile.go Support libgo on Solaris. 2011-02-21 04:17:20 +00:00
wait4.go libgo: Use waitpid on systems which do not have wait4. 2011-03-30 23:05:04 +00:00
waitpid.go libgo: Use waitpid on systems which do not have wait4. 2011-03-30 23:05:04 +00:00