gcc/libgo/go/syscall
Clément Chigot e884ced052 syscall: fix TestForeground for AIX
Syscall function can't be used on AIX. Therefore, Ioctl in
TestForeground must call raw_ioctl.

Reviewed-on: https://go-review.googlesource.com/c/gofrontend/+/175080
2020-09-22 20:07:34 -07:00
..
js libgo: update to go1.15rc1 2020-08-01 11:21:40 -07:00
bpf_bsd.go
bpf_darwin.go
clone_linux.c
const_plan9.go
creds_test.go
dir_plan9.go
dirent.go
dirent_test.go
endian_big.go
endian_little.go
env_unix.go libgo: update to go1.15rc1 2020-08-01 11:21:40 -07:00
env_windows.go
errno.c
errors_plan9.go
errstr.go
errstr_glibc.go
exec_bsd.go libgo: update to go1.15rc1 2020-08-01 11:21:40 -07:00
exec_darwin.go libgo: update to go1.15rc1 2020-08-01 11:21:40 -07:00
exec_linux.go libgo: update to go1.15rc1 2020-08-01 11:21:40 -07:00
exec_linux_test.go
exec_stubs.go
exec_unix.go libgo: update to go1.15rc1 2020-08-01 11:21:40 -07:00
exec_unix_test.go libgo: update to go1.15rc1 2020-08-01 11:21:40 -07:00
exec_windows.go
export_aix_test.go syscall: fix TestForeground for AIX 2020-09-22 20:07:34 -07:00
export_freebsd_test.go
export_linux_test.go
export_test.go
export_unix_test.go syscall: fix TestForeground for AIX 2020-09-22 20:07:34 -07:00
flock_darwin.go
forkpipe.go
forkpipe2.go
fs_js.go libgo: update to go1.15rc1 2020-08-01 11:21:40 -07:00
getdirentries_test.go
libcall_aix.go syscall: remove ptrace syscall on ppc64 2020-09-22 19:55:34 -07:00
libcall_bsd.go
libcall_bsd_largefile.go
libcall_bsd_regfile.go
libcall_glibc.go libgo: fix ptrace syscall hooks into glibc 2020-09-17 12:14:09 -07:00
libcall_hurd.go
libcall_hurd_386.go
libcall_irix.go
libcall_linux.go libgo: fix ptrace syscall hooks into glibc 2020-09-17 12:14:09 -07:00
libcall_linux_386.go
libcall_linux_alpha.go
libcall_linux_amd64.go
libcall_linux_s390.go
libcall_linux_s390x.go
libcall_linux_utimesnano.go
libcall_posix.go
libcall_posix_largefile.go
libcall_posix_nonhurd.go
libcall_posix_regfile.go
libcall_posix_utimesnano.go
libcall_solaris_386.go
libcall_solaris_amd64.go
libcall_solaris_largefile.go
libcall_solaris_regfile.go
libcall_solaris_sparc.go
libcall_solaris_sparc64.go
libcall_support.go
libcall_uname.go
libcall_wait4.go
libcall_wait4_aix.go
lsf_linux.go
mkasm_darwin.go
mksyscall.awk
mmap_unix_test.go
msan0.go
net.go
net_js.go
netlink_linux.go
pwd_plan9.go
route_bsd.go
route_darwin.go
route_dragonfly.go
route_freebsd.go
route_freebsd_32bit.go
route_freebsd_64bit.go
route_netbsd.go
route_openbsd.go
security_windows.go libgo: update to go1.15rc1 2020-08-01 11:21:40 -07:00
setuidgid_32_linux.go
setuidgid_linux.go
signame.c
sleep_rtems.go
sleep_select.go
sock_cloexec_linux.go
sockcmsg_dragonfly.go
sockcmsg_linux.go
sockcmsg_unix.go
sockcmsg_unix_other.go runtime, syscall: add a couple of hurd build tags 2020-01-29 16:43:57 -08:00
socket.go
socket_aix.go
socket_bsd.go
socket_irix.go
socket_linux.go
socket_linux_ppc64x_type.go
socket_linux_type.go
socket_posix.go
socket_solaris.go
socket_xnet.go
str.go
syscall.go
syscall_aix.go libgo: update to Go1.14rc1 release 2020-02-15 09:14:10 -08:00
syscall_aix_ppc.go syscall: remove ptrace syscall on ppc64 2020-09-22 19:55:34 -07:00
syscall_aix_ppc64.go
syscall_darwin.go
syscall_dragonfly.go
syscall_errno.go
syscall_freebsd.go
syscall_freebsd_arm64.go
syscall_freebsd_test.go
syscall_funcs.go
syscall_funcs_stubs.go
syscall_glibc.go
syscall_js.go
syscall_linux_386.go
syscall_linux_alpha.go
syscall_linux_amd64.go
syscall_linux_mipsx.go
syscall_linux_riscv64.go syscall: fix riscv64 GNU/Linux build 2020-02-03 18:14:19 -08:00
syscall_linux_s390.go
syscall_linux_s390x.go
syscall_linux_test.go syscall: append to environment in tests, don't clobber it 2020-05-11 17:27:46 -07:00
syscall_netbsd.go
syscall_netbsd_arm64.go
syscall_openbsd.go
syscall_openbsd_arm64.go
syscall_plan9_test.go
syscall_ptrace_test.go
syscall_solaris.go
syscall_test.go
syscall_unix.go libgo: update to go1.15rc1 2020-08-01 11:21:40 -07:00
syscall_unix_test.go libgo: update to go1.15rc1 2020-08-01 11:21:40 -07:00
tables_js.go
time_fake.go
time_nofake.go
timestruct.go
wait.c