summaryrefslogtreecommitdiff
path: root/linux/powerpc64
Commit message (Expand)AuthorAgeFilesLines
* Add copyright headers to some files that lack themDmitry V. Levin2018-12-242-0/+14
* Update copyright headersDmitry V. Levin2018-12-241-1/+1
* Introduce PTRACE_GET_SYSCALL_INFO supportDmitry V. Levin2018-12-131-0/+16
* Change the license of strace to LGPL-2.1-or-laterDmitry V. Levin2018-12-103-63/+3
* Refactor stack pointersDmitry V. Levin2018-12-052-4/+5
* ppc64: remove redundant redefinitionDmitry V. Levin2018-12-051-2/+0
* Wire up io_pgetevents and rseq on hppa, microblaze, mips, powerpc, and s390Eugene Syromyatnikov2018-07-111-0/+1
* Wire up rseq syscallDmitry V. Levin2018-06-131-0/+1
* Simplify errnoent and signalentDmitry V. Levin2018-05-222-2/+0
* Introduce raw syscall invocation wrappersDmitry V. Levin2018-03-231-0/+1
* Update copyright headersDmitry V. Levin2018-02-131-1/+1
* powerpc, powerpc64: wire up pkey_* syscallsEugene Syromyatnikov2018-02-121-0/+3
* Mark architectures that indicate syscall error in a dedicated registerEugene Syromyatnikov2018-02-101-0/+1
* Add pure syscall flagEugene Syromyatnikov2018-02-101-8/+8
* Add SYSCALL_NEVER_FAILS flag to getpgrpEugene Syromyatnikov2018-02-091-1/+1
* Rework decoding and pathtrace of old select syscallDmitry V. Levin2018-01-231-0/+1
* Move definition of personality macros to arch_defs_.hEugene Syromyatnikov2018-01-211-0/+1
* Enhance decoding of mq_* syscallsDmitry V. Levin2018-01-151-5/+5
* Add TF flag to inotify_add_watch syscall entriesNikolay Marchuk2017-08-111-1/+1
* powerpc64, sparc, sparc64: wire up statx syscallDmitry V. Levin2017-05-241-0/+1
* Add copyright headersEugene Syromyatnikov2017-05-221-0/+1
* Rename sys_sig[gs]etmask to sys_s[gs]etmask to match syscall namesDmitry V. Levin2017-05-211-2/+2
* alpha, cris, mips, ppc, sh, sparc: fix decoding of sigsuspend syscallDmitry V. Levin2017-05-011-1/+1
* Implement -e trace=%stat optionEugene Syromyatnikov2017-04-211-2/+2
* Implement -e trace=%lstat optionEugene Syromyatnikov2017-04-211-2/+2
* Implement -e trace=%fstat optionEugene Syromyatnikov2017-04-211-3/+3
* Implement -e trace=%%stat optionEugene Syromyatnikov2017-04-211-7/+7
* Implement -e trace=%%statfs optionEugene Syromyatnikov2017-04-211-5/+5
* Implement -e trace=%fstatfs optionEugene Syromyatnikov2017-04-211-2/+2
* Revert "Implement -e trace=%sched option"Dmitry V. Levin2017-04-141-12/+12
* Revert "Implement -e trace=%clock option"Dmitry V. Levin2017-04-141-5/+5
* Implement -e trace=%statfs optionAbhishek Tiwari2017-04-071-2/+2
* Implement -e trace=%clock optionRishi Bhatt2017-04-061-5/+5
* Introduce get_rt_sigframe_addr functionDmitry V. Levin2017-03-131-0/+41
* Introduce struct_rt_sigframe typeDmitry V. Levin2017-03-131-0/+42
* Implement -e trace=%sched option for tracing sched_* syscallsEugene Syromyatnikov2017-03-051-12/+12
* powerpc, powerpc64: wire up new syscallsDmitry V. Levin2017-02-071-0/+1
* Remove redundant commas at the end of structure initializersDmitry V. Levin2017-01-111-7/+7
* Implement arch specific methods of changing syscall number and error codeDmitry V. Levin2016-11-162-0/+2
* syscall.c: refactor getregs_old fallback in get_regsDmitry V. Levin2016-11-131-0/+1
* Mark io_setup and io_destroy as memory mapping related syscallsDmitry V. Levin2016-09-091-2/+2
* Mpersify parsers of struct stat and struct stat64Dmitry V. Levin2016-08-241-26/+0
* powerpc64, sparc64: fix redefinitions of ARCH_PC_REGDmitry V. Levin2016-08-141-0/+1
* file.c: move definitions of struct stat32 to separate filesDmitry V. Levin2016-08-091-0/+26
* Implement decoding of preadv2 and pwritev2 syscallsDmitry V. Levin2016-05-111-0/+2
* Remove initialization of big holes in syscallent.h filesDmitry V. Levin2016-04-291-1/+0
* mips o32, powerpc, powerpc64: fix decoding of iopl syscallDmitry V. Levin2016-04-201-1/+1
* Implement copy_file_range syscall decodingDmitry V. Levin2016-02-141-1/+2
* Fix numbers of syscall arguments in syscall tablesDmitry V. Levin2016-02-131-13/+13
* Set SYSCALL_NEVER_FAILS flag for getpid, getppid and gettid syscallDmitry V. Levin2015-12-291-3/+3