Home | History | Annotate | Download | only in strace

Lines Matching full:s390x

148 	* linux/s390x/signalent.h: Ditto.
175 linux/s390/errnoent.h, linux/s390x/errnoent.h and linux/sh/errnoent.h.
178 * linux/s390x/errnoent.h: Ditto.
498 * linux/s390x/syscallent.h: Likewise.
630 * linux/s390x/syscallent.h: Likewise.
1009 * debian/control (Build-Depends): Replace libc6-dev-s390x and
1050 * linux/s390x/syscallent.h: Likewise.
1061 * linux/s390x/syscallent.h: Likewise.
1072 * linux/s390x/syscallent.h: Likewise.
1083 * linux/s390x/syscallent.h: Likewise.
1094 * linux/s390x/syscallent.h: Likewise.
1143 * linux/s390x/syscallent.h: Likewise.
1243 * linux/s390x/syscallent.h: Likewise.
1334 * linux/s390x/syscallent.h: Likewise.
1601 * linux/s390x/syscallent.h: Likewise.
1655 * linux/s390x/syscallent.h: Likewise.
1806 * linux/s390x/syscallent.h: Likewise.
1877 * linux/s390x/syscallent.h: Likewise.
1909 * linux/s390x/syscallent.h: Likewise and added missing _llseek.
1912 * linux/s390x/errnoent.h: Likewise.
1937 * linux/s390x/syscallent.h: Likewise.
1966 * linux/s390x/syscallent.h: Remove TF flag from pread, pwrite,
2214 * linux/s390x/syscallent.h: Likewise.
2418 * util.c (getpc) [S390 || S390X]: Implement it.
2545 * linux/s390x/syscallent.h: Likewise.
2891 * linux/s390/ioctlent.h, linux/s390x/ioctlent.h: Update DASD ioctls.
2974 [S390 || S390X]: Define them with inverted values.
3030 * syscall.c (force_result) [LINUX] [S390 || S390X]: Remove bogus upeek
3156 * syscall.c (get_scno) [LINUX] [S390 || S390X]: Bail out of
3175 * linux/s390x/syscallent.h: Likewise.
3276 * linux/s390x/syscallent.h: Likewise.
3280 * syscall.c (get_scno) [S390 || S390X]: Fix old vs new mode detection.
3295 * linux/s390x/syscallent.h: Update many syscalls.
3296 * linux/syscall.h (SYS_socket_subcall): Update [S390X] value.
3358 * linux/s390x/syscallent.h: Likewise.
3366 * process.c [LINUX] [S390 || S390X] (ARG_CTID, ARG_TLS): Fix swapped
3536 * defs.h [LINUX] [S390 || S390X] (TCB_WAITEXECVE): Define it.
3537 * syscall.c (get_scno, syscall_fixup) [LINUX] [S390 || S390X]: Handle
3540 * process.c [LINUX] (sys_clone) [S390 || S390X]: Argument order is
3548 * util.c [S390 || S390X] (arg0_offset, arg1_offset): Fix definitions
3573 * linux/syscall.h (SYS_socket_subcall): Only 256 for S390, S390X.
3692 * syscall.c (force_result) [S390 || S390X]: Fix typo.
3795 * linux/s390x/Makefile.in: File removed.
3958 Bugfix for s390/s390x:
3959 * syscall.c: Fixed scno derivation for s390/s390x.
3978 * Makefile.in: Added linux/s390, linux/s390x to ALL_SUBDIRS.
3979 * acconfig.h: New define for s390x.
3980 * config.sub: Added missing define for s390 and new one for s390x.
3981 * configure.in: Added new define for s390x.
3982 * file.c: Added missing #undef dirent64 and new defines for s390x.
3989 * linux/s390x: New directoy.
3990 * linux/s390x/Makefile.in: New file.
3991 * linux/s390x/errnoent.h: New file.
3992 * linux/s390x/ioctlent.h: New file.
3993 * linux/s390x/signalent.h: New file.
3994 * linux/s390x/syscallent.h: New file.
3996 s390x defines.
3997 * process.c: Added s390x defines.
3999 (setarg): Added missing s390/s390x code in setarg().
4000 * signal.c: Added s390x define.
4001 (sys_sigreturn): Bugfix in s390/s390x code (wrong number of
4006 instead of int to match 64 bit requirements. Added s390x defines.
4007 (syscall_enter): Changed upeek() call to match s390 and s390x
4009 * util.c: Added s390x defines.
4013 Merged s390x port by Heiko Carstens <Heiko.Carstens@de.ibm.com>