summaryrefslogtreecommitdiff
path: root/defs.h
Commit message (Expand)AuthorAgeFilesLines
* Implement success injectionElvira Khabirova2017-01-281-1/+5
* sg_io: decode struct sg_io_hdr.info and struct sg_io_v4.infoDmitry V. Levin2017-01-081-0/+1
* Mpersify struct sg_io_hdrDmitry V. Levin2017-01-081-1/+0
* Split scsi.cDmitry V. Levin2017-01-081-0/+3
* util: add support for forcing printing string as hex-escapedEugene Syromyatnikov2017-01-061-0/+1
* Drop vsprintf.cDmitry V. Levin2017-01-041-19/+0
* defs.h: stop including <asm/unistd.h>Dmitry V. Levin2016-12-311-1/+0
* Move definition of struct sysent and trace flags to a separate fileDmitry V. Levin2016-12-301-21/+1
* Mpersify SIOC* ioctlsEugene Syromyatnikov2016-12-291-1/+0
* loop: mpersify struct loop_info and loop_ioctl functionEugene Syromyatnikov2016-12-291-1/+0
* Move device number printing code into a separate routineEugene Syromyatnikov2016-12-291-0/+1
* Implement signal injectionSeraphime Kirkovski2016-12-281-2/+3
* Introduce ANY_WORDSIZE_LESS_THAN_KERNEL_LONG macroDmitry V. Levin2016-12-271-4/+6
* Replace widen_to_long with truncate_klong_to_current_wordsizeDmitry V. Levin2016-12-261-8/+12
* Replace widen_to_ulong with truncate_kulong_to_current_wordsizeDmitry V. Levin2016-12-261-7/+13
* Add functions for printing pointers of kernel_ulong_t sizeEugene Syromyatnikov2016-12-261-0/+12
* Print indirect pointers as pointersEugene Syromyatnikov2016-12-261-3/+11
* Do not define printnum_long_int on systems with constant current_wordsizeDmitry V. Levin2016-12-261-45/+45
* Remove HAVE_STRUCT_TCB_EXT_ARG, ext_arg, and u_lrvalDmitry V. Levin2016-12-261-19/+1
* Remove getarg_kluDmitry V. Levin2016-12-261-1/+0
* Remove printaddr_kluDmitry V. Levin2016-12-261-7/+1
* Automatically replace PRI_kr[dux] with PRI_kl[dux]Dmitry V. Levin2016-12-261-4/+0
* Automatically replace kernel_(scno|ureg)_t with kernel_ulong_tDmitry V. Levin2016-12-261-45/+45
* Redirect kernel_ureg_t and kernel_scno_t from unsigned long to kernel_ulong_tDmitry V. Levin2016-12-261-4/+4
* Print kernel_ureg_t and kernel_scno_t using dedicated format stringsDmitry V. Levin2016-12-261-0/+4
* Use ptr_to_kulong instead of explicit casts of pointers to kernel_ureg_tDmitry V. Levin2016-12-261-0/+5
* Use printxval64 instead of printxval_longDmitry V. Levin2016-12-251-6/+0
* Use printflags64 instead of printflags_longDmitry V. Levin2016-12-251-6/+0
* upeek, upoke: change argument types from long to unsigned longDmitry V. Levin2016-12-251-2/+2
* statfs64: change size argument type from unsigned long to kernel_ureg_tDmitry V. Levin2016-12-251-1/+1
* netlink: change size types from unsigned long to kernel_ureg_tDmitry V. Levin2016-12-251-1/+1
* dumpiov_upto: change size types from unsigned long to kernel_ureg_tDmitry V. Levin2016-12-251-1/+1
* msghdr: change register based size types from unsigned long to kernel_ureg_tDmitry V. Levin2016-12-251-1/+1
* io: change size types from unsigned long to kernel_ureg_tDmitry V. Levin2016-12-251-4/+4
* print_sigset_addr_len: change len argument type from long to kernel_ureg_tDmitry V. Levin2016-12-251-1/+1
* printstr*: change len argument type from long to kernel_ureg_tDmitry V. Levin2016-12-251-2/+2
* printstr: rename to printstrn, add printstr as a thin wrapperDmitry V. Levin2016-12-251-1/+7
* printrusage*: change tracee address argument type from long to kernel_ureg_tDmitry V. Levin2016-12-251-1/+1
* print_time*: change tracee address argument type from long to kernel_ureg_tDmitry V. Levin2016-12-251-4/+4
* Change type of ioctl 3rd argument from long to kernel_ureg_tDmitry V. Levin2016-12-251-1/+1
* ldt: change address argument type from long to kernel_ureg_tDmitry V. Levin2016-12-251-1/+1
* dump*: change address argument type from long to kernel_ureg_tDmitry V. Levin2016-12-251-4/+12
* print_sigset_addr_len: change address argument type from long to kernel_ureg_tDmitry V. Levin2016-12-251-1/+4
* decode_sockaddr: change address argument type from long to kernel_ureg_tDmitry V. Levin2016-12-251-1/+4
* print_struct_statfs*: change address argument type from long to kernel_ureg_tDmitry V. Levin2016-12-251-2/+6
* printnum_*, printpair_*: change address argument type from long to kernel_ureg_tDmitry V. Levin2016-12-251-3/+5
* printpath*: change address argument type from long to kernel_ureg_tDmitry V. Levin2016-12-251-2/+6
* printstr*: change address argument type from long to kernel_ureg_tDmitry V. Levin2016-12-251-3/+5
* umove*: change tracee address argument type from long to kernel_ureg_tDmitry V. Levin2016-12-251-6/+14
* decode_netlink: change address argument type from unsigned long to kernel_ureg_tDmitry V. Levin2016-12-231-1/+3