]> granicus.if.org Git - strace/history - defs.h
tests: check decoding of vcpu auxstr
[strace] / defs.h
2018-07-07 Masatake YAMATOkvm: attach the exit reason of vcpu as auxstr to KVM_RU...
2018-06-13 Eugene SyromyatnikovAdd support for personality designation in syscall...
2018-06-13 Eugene SyromyatnikovImplement injection of syscalls with no side effects...
2018-06-05 Eugene SyromyatnikovLeverage the fact that inet_protocols xlat is sorted
2018-06-04 Eugene SyromyatnikovProvide a value for arp_hardware_types_size array
2018-05-30 Dmitry V. LevinMove definitions of xlat_type and xlat_style from defs...
2018-05-30 Eugene Syromyatnikovprint_array: add support for printing array indices
2018-05-29 Dmitry V. Levinprint_array: enhance printing of unfetchable object...
2018-05-29 Dmitry V. LevinIntroduce tfetch_* family of functions and macros
2018-05-29 Dmitry V. LevinIntroduce printaddr_comment
2018-05-29 Dmitry V. LevinTurn printaddr into a thin wrapper around printaddr64
2018-05-29 Eugene Syromyatnikovdefs.h: add comments about umove* return values
2018-05-28 Eugene SyromyatnikovImplement PERF_EVENT_IOC_* decoding
2018-05-25 Eugene Syromyatnikovioctl: implement INOTIFY_IOC_SETNEXTWD decoding
2018-05-23 Eugene SyromyatnikovIntroduce print_uint32_array_member helper function
2018-05-23 Eugene SyromyatnikovIntroduce print_int32_array_member helper function
2018-05-23 Eugene Syromyatnikovdefs.h: move print_uint64_array_member and print_array...
2018-05-22 Dmitry V. LevinSimplify errnoent and signalent
2018-05-21 Dmitry V. Levindefs.h: convert some macro wrappers into static inline...
2018-05-21 Eugene Syromyatnikovxlat: add support for xlat_styles in printxval_dispatch
2018-05-21 Eugene SyromyatnikovMake printxval_dispatch publicly available
2018-05-21 Eugene Syromyatnikovdefs.h: introduce is_bigendian macro
2018-05-15 Dmitry V. Levintime: use indexed lookups
2018-05-15 Eugene SyromyatnikovAdd a common MAC address printing routine
2018-05-08 Eugene Syromyatnikovdefs.h: fix ethernet_protocols comment
2018-05-04 Dmitry V. Levinmmap_cache: do not activate unless requested
2018-04-27 Eugene SyromyatnikovMove xlat/evdev_abs.h inclusion from ioctl.c to evdev.c
2018-04-27 Eugene SyromyatnikovAdd support for value-indexed xlats
2018-04-24 Eugene SyromyatnikovMove xlat_verbose and xlat_format from xlat.c to defs.h
2018-04-12 Eugene Syromyatnikovdefs.h: introduce umove_or_printaddr{,64}_ignore_syserr...
2018-04-12 Eugene Syromyatnikovdefs.h: add print_xlat32 macro
2018-04-12 Eugene SyromyatnikovAdd print_xlat_u and print_xlat_d shorthands
2018-04-12 Eugene Syromyatnikovxlat: introduce XLAT_STYLE_FMT_D
2018-04-12 Eugene Syromyatnikovdefs.h: add shorthands for printing xval with XLAT_STYL...
2018-04-12 Eugene SyromyatnikovAdd support for various xlat formats
2018-04-12 Eugene Syromyatnikovipc: use printxval for printing key
2018-04-12 Eugene SyromyatnikovIntroduce print_xlat and print_xlat_ex
2018-04-12 Eugene SyromyatnikovIntroduce XLAT_STYLE_DEFAULT
2018-04-12 Eugene SyromyatnikovIntroduce xlat verbosity styles
2018-04-11 Harsha Sharmanetlink: decode libudev netlink header
2018-04-10 Eugene SyromyatnikovMake print_uint64 from btrfs.c globally available
2018-04-10 Eugene SyromyatnikovIntroduce umoven_or_printaddr64* functions
2018-04-10 Eugene Syromyatnikovbpf_filter.c: add support for decoding eBPF instruction...
2018-04-08 Dmitry V. Levinunwind: prepare configure subsystem for alternative...
2018-04-05 Masatake YAMATOunwind: rename public functions in an object-oriented...
2018-04-05 Masatake YAMATOunwind: add unwind_ prefix to struct tcb.queue field...
2018-04-05 Masatake YAMATOunwind: make the field type of struct tcb independent...
2018-04-04 Eugene SyromyatnikovIntroduce print_big_u64_addr
2018-04-04 Eugene Syromyatnikovdefs.h: introduce max_addr and max_kaddr macros
2018-04-01 Eugene SyromyatnikovRemove addflags
2018-03-29 Dmitry V. LevinRemove RVAL_PRINT_ERR_VAL
2018-03-29 Dmitry V. LevinTreat RVAL_DECIMAL the same way as RVAL_UDECIMAL
2018-03-29 Eugene SyromyatnikovImplement injection of negative return values
2018-03-28 Dmitry V. LevinMove delay interface from defs.h to delay.h
2018-03-28 Dmitry V. LevinTurn struct inject_data.rval into an index
2018-03-27 Dmitry V. Levindefs.h: update comment
2018-03-27 Dmitry V. Levinevdev: move mpers-specific parsers to a separate file
2018-03-23 Dmitry V. Levinstrace: further optimize unblocking of the delay signal...
2018-03-22 Elvira KhabirovaImplement delay injection
2018-03-20 Dmitry V. LevinReplace struct timeval with struct timespec in time...
2018-03-13 Dmitry V. LevinEnable USE_SEIZE code unconditionally
2018-03-11 Chen JingpiaoMove nl_netfilter_msg_types definition from netlink...
2018-03-11 Chen Jingpiaonetlink: introduce NETLINK_NETFILTER parser
2018-03-10 Dmitry V. Levininject_data: make room for more injection features
2018-03-07 Eugene SyromyatnikovSort Ethernet protocols xlat
2018-03-07 Eugene SyromyatnikovChange sorted arrays to be terminated with XLAT_END...
2018-03-06 Eugene Syromyatnikovutil.c: introduce printaddr64
2018-03-06 Eugene SyromyatnikovImplement PTRACE_SECCOMP_GET_METADATA ptrace request...
2018-03-01 Eugene Syromyatnikovutil.c: add support for additional escape characters...
2018-02-26 Dmitry V. LevinIntroduce mmap_cache.h
2018-02-26 Masatake YAMATOmmap_cache: record device major and minor numbers
2018-02-26 Masatake YAMATOmmap_cache: add function to enable mmap_cache
2018-02-26 Masatake YAMATOmmap_cache: record protection bits
2018-02-26 Masatake YAMATOmmap_cache: move code for searching a mmap cache from...
2018-02-26 Masatake YAMATOmmap_cache: new subsystem derived from unwind.c
2018-02-13 Dmitry V. LevinUpdate copyright headers
2018-02-10 Eugene Syromyatnikovbasic_filters.c: introduce scno_by_name
2018-02-10 Eugene SyromyatnikovChange type of injected rval to kernel_long_t
2018-02-10 Eugene SyromyatnikovDo not shuffle scno inside syscall_name
2018-02-10 Eugene SyromyatnikovMake shuffle_scno globally available
2018-01-29 Eugene SyromyatnikovAdd print_quoted_string flag to generate comment
2018-01-25 Eugene SyromyatnikovWorkaround stray PTRACE_EVENT_EXEC
2018-01-23 Dmitry V. LevinTransform fetch_old_mmap_args into fetch_indirect_sysca...
2018-01-21 Eugene SyromyatnikovMove definition of personality macros to arch_defs_.h
2018-01-21 Dmitry V. LevinReplace NEED_UID16_PARSERS with HAVE_ARCH_UID16_SYSCALLS
2018-01-21 Dmitry V. LevinReplace HAVE_GETRVAL2 with HAVE_ARCH_GETRVAL2
2018-01-21 Dmitry V. LevinUse #if idiom instead of #ifdef for HAVE_ARCH_* macros.
2018-01-19 Dmitry V. LevinFix ANY_WORDSIZE_LESS_THAN_KERNEL_LONG definition
2018-01-19 Eugene Syromyatnikovutil: return string size in printstr
2018-01-19 Eugene SyromyatnikovAdd compat support for s390x
2018-01-17 Eugene Syromyatnikovmem.c: introduce fetch_old_mmap_args
2018-01-17 Eugene SyromyatnikovIntroduce arch-specific define HAVE_ARCH_OLD_MMAP
2018-01-16 Eugene Syromyatnikovsyscall.c: add sanity check for the target personality...
2018-01-11 Eugene SyromyatnikovIssue a warning when strace lacks tracee personality...
2018-01-10 Eugene SyromyatnikovAllow separate printing of struct user_desc.entry_number
2018-01-08 Eugene Syromyatnikovsyscall.c: add support for printing return value and...
2018-01-07 Eugene SyromiatnikovAdd tcp arguments to netlink calls
2018-01-07 Eugene SyromiatnikovAdd tcp argument to clear_regs
2018-01-07 Eugene SyromiatnikovPass tcp argument to get_optmem_max/read_int_from_file
2018-01-07 Elvira KhabirovaMove syscall_tampered to defs.h
next