summaryrefslogtreecommitdiff
path: root/defs.h
Commit message (Expand)AuthorAge
* Fix {get,set}rlimit decoding with unreliable SIZEOF_RLIM_THEADmasterJames Hogan2014-05-21
* Fix preadv/pwritev offset decodingDmitry V. Levin2014-04-17
* Implement fanotify_init and fanotify_mark decodingDmitry V. Levin2014-02-05
* Itroduce XLAT_END macro to make xlat structures more compactDmitry V. Levin2014-02-05
* Introduce XLAT macro to ease maintenance of xlat structuresDmitry V. Levin2014-02-05
* Decode ptp ioctlsStefan Sørensen2014-02-04
* Assume that <sys/ptrace.h> provides a valid ptrace prototypeDmitry V. Levin2013-11-13
* Stop using _LFS64_LARGEFILEDmitry V. Levin2013-11-12
* Make PTRACE_PEEKUSER/PTRACE_POKEUSER checks less glibc specificDmitry V. Levin2013-11-12
* Fix select decoding on e.g. 32-bit ppc process by 64-bit strace.Denys Vlasenko2013-11-09
* Add support for ARC Cores from SynopsysVineet Gupta2013-09-11
* Fix sigset printing via print_sigset().Denys Vlasenko2013-07-18
* Group USE_CUSTOM_PRINTF define with other tweakablesDenys Vlasenko2013-07-16
* Improve sigreturn decoding on x86 to show RT signal bits too.Denys Vlasenko2013-07-16
* powerpc: fix iflag build issue (static -> extern)Anton Blanchard2013-07-12
* Remove ia64-specific printing of current address on signal deliveryDenys Vlasenko2013-07-01
* Rename ia32 to ia64_ia32mode, and make it bool, not longDenys Vlasenko2013-07-01
* Fold is_restart_error() into its sole userDenys Vlasenko2013-06-30
* Change upeek() to take pid, not full tcp.Denys Vlasenko2013-06-28
* powerpc: Use PTRACE_GETREGS to fetch all registersAnton Blanchard2013-06-26
* Get rid of TCB_INUSE and TCB_STRACE_CHILDDenys Vlasenko2013-06-26
* Cleanups. No logic changes.Denys Vlasenko2013-06-18
* Hide startup syscalls.Denys Vlasenko2013-05-14
* Allow -q to be repeated for very quiet outputDaniel P. Berrange2013-05-13
* mips: fix build regressionMike Frysinger2013-05-07
* mips o32: raise the max number of syscall arguments to 7Dmitry V. Levin2013-05-07
* Decode mtd/ubi ioctlsMike Frysinger2013-05-02
* Add support for the XTENSA architectureChris Zankel2013-03-25
* i386, tile, x32: do not redefine ptrace prototypeDmitry V. Levin2013-03-18
* Open-code isprint(c) and isspace(c)Denys Vlasenko2013-03-06
* Stop using a large static buffer in getfdpathDenys Vlasenko2013-03-06
* Remove variable tracing_paths and check in pathtrace_matchDenys Vlasenko2013-03-05
* Use dynamically-sized selected[] array for -P PATHDenys Vlasenko2013-03-05
* Add support for Imagination Technologies MetaJames Hogan2013-03-05
* Assorted NOMMU fixesDenys Vlasenko2013-02-26
* Eliminate MAX_QUALS, make qualifier array dynamicDenys Vlasenko2013-02-22
* Create and use struct_sysent and struct_ioctlent typedefs.Denys Vlasenko2013-02-22
* Use tcp->qual_flg instead of qual_flags[] in verbose() and abbrev()Denys Vlasenko2013-02-22
* Remove unused QUAL_FAULT code (was used by non-Linux code only).Denys Vlasenko2013-02-21
* Use uint8_t for qual_flags[] instead of ints.Denys Vlasenko2013-02-21
* Eliminate many SCNO_IS_VALID checksDenys Vlasenko2013-02-21
* ARM: make it one-personality archDenys Vlasenko2013-02-21
* Use the same style of includes in linux/*/* filesDenys Vlasenko2013-02-20
* Make it possible to to do test builds for NOMMU architecturesDenys Vlasenko2013-02-19
* Remove broken HAVE_LONG_LONG conditionalsDenys Vlasenko2013-02-17
* Merge two identical tablesDenys Vlasenko2013-02-17
* Simple optimization in get_errorDenys Vlasenko2013-02-16
* Mass rename of SCNO_IN_RANGE define to SCNO_IS_VALIDDenys Vlasenko2013-02-16
* Finish prefixing regs struct names with arch_Denys Vlasenko2013-02-16
* Use the same type for i386_regs on 32-bit and 64-bit x86.Denys Vlasenko2013-02-15