]> granicus.if.org Git - strace/history - defs.h
maint: update for linux v5.3-rc8
[strace] / defs.h
2019-09-08 Eugene SyromyatnikovRewrite printnum_{slong,ulong,ptr,kptr} using dispatch_...
2019-09-08 Eugene Syromyatnikovdefs.h: introduce {opt,dispatch}_{word,klong}size
2019-08-23 Rasmus VillemoesAdd support for /dev/watchdog ioctls
2019-08-14 Eugene SyromyatnikovReplace direct usage of err_name/errnoent with print_err
2019-08-06 Eugene Syromyatnikovsyscall: track syscall system time a bit more explicitly
2019-08-06 Eugene Syromyatnikovutil: add ts_min and ts_max
2019-08-06 Eugene Syromyatnikovcount: use parse_ts for parsing overhead value
2019-08-06 Eugene Syromyatnikovutil.c: add parse_ts
2019-08-04 Pierre MarsaisFix invalid free in trace_close_memstream
2019-07-24 Eugene SyromyatnikovAdd xlat description structure
2019-07-18 Eugene SyromyatnikovGeneralise hardware address printing
2019-07-18 Eugene Syromyatnikovopen: implement sprint_open_modes using sprintflags_ex
2019-07-16 Eugene Syromyatnikovdefs.h: add ability to pass style to printxval_index_ex...
2019-07-16 Eugene Syromyatnikovaio: assorted iocb decoder updates
2019-07-16 Eugene Syromyatnikovioprio: add print_ioprio function
2019-07-11 Dmitry V. LevinFix preprocessor indentation
2019-07-10 Paul ChaignonImplement -e status=set option
2019-07-10 Paul ChaignonStage output for -z and -Z options
2019-07-10 Paul ChaignonAdd -Z option to print only failing syscalls
2019-06-20 Dmitry V. LevinIntroduce printnum_fd
2019-05-17 Dmitry V. LevinImplement decoding of SO_TIMESTAMP*_NEW control messages
2019-05-10 Dmitry V. Levinsparc64: implement printer for sparc64-specific struct...
2019-05-10 Dmitry V. LevinImplement printer for kernel_timex64_t
2019-05-10 Dmitry V. LevinImplement printer for kernel_timex32_t
2019-05-09 Dmitry V. LevinImplement printers for kernel_timespec64_t
2019-05-09 Dmitry V. LevinImplement printers for kernel_timespec32_t
2019-05-04 Dmitry V. LevinIntroduce print_obj_by_addr_fn and sprint_obj_by_addr_fn
2019-05-04 Dmitry V. LevinChange signatures of print_*time* functions to match...
2019-03-18 Dmitry V. LevinUpdate copyright headers
2019-03-17 Shankara PailoorHonor xlat styles when decoding mac addresses
2019-03-06 Eugene SyromyatnikovImplement queueing of threads before dispatching them
2019-02-20 Eugene Syromyatnikovutil: update dumpstr
2019-02-20 Eugene SyromyatnikovGeneralise UUID printing
2019-02-19 Eugene Syromyatnikovdefs.h: define stack_trace_enabled to 0 is stack tracin...
2019-02-11 Eugene Syromyatnikovptrace_restart: use xlat-based approach for printing...
2019-02-09 Eugene SyromyatnikovUse accessors for tcp->s_ent, return a stub struct...
2019-02-09 Eugene SyromyatnikovMerge "<... resumed>" printing
2018-12-30 Dmitry V. LevinFix preprocessor indentation
2018-12-17 Eugene SyromyatnikovUse sprintsigname for converting signal number to string
2018-12-13 Dmitry V. LevinImplement PTRACE_GET_SYSCALL_INFO decoder
2018-12-10 Dmitry V. LevinChange the license of strace to LGPL-2.1-or-later
2018-12-10 Shankara Pailoorbpf: honor xlat styles when printing kernel version
2018-12-05 Dmitry V. LevinRefactor stack pointers
2018-12-05 Dmitry V. LevinRefactor print_pc()
2018-11-24 Dmitry V. LevinEnhance error diagnostics when the first exec fails
2018-11-05 Rasmus VillemoesAdd support for /dev/[u]random ioctls
2018-10-25 Elvira KhabirovaImplement decoding of NBD_* ioctl commands
2018-09-02 Eugene Syromyatnikovsockaddr: add X.25 socket address decoding support
2018-09-02 Eugene Syromyatnikovsockaddr: decode AX.25 socket addresses
2018-09-02 Eugene Syromyatnikovprint_ifindex: add public get_ifname method
2018-09-02 Eugene Syromyatnikovsocketutils: introduce get_family_by_proto
2018-09-02 Eugene Syromyatnikovsocketutils: add more IP/IPv6 transport protocols
2018-09-01 Eugene Syromyatnikovxlat: add ability to specify a default string to print_...
2018-08-27 Eugene Syromyatnikovdefs.h: add style argument to printxval_search_ex macro
2018-08-19 Zhibin Lievdev: fix decoding of EVIOCGBIT(0, ...)
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...
next