]> granicus.if.org Git - strace/history - defs.h
tests: check decoding of netlink smc_diag_msg attributes
[strace] / defs.h
2017-07-10 Nikolay Marchukpathtrace.c: introduce user-provided sets of paths
2017-07-09 Dmitry V. Levinprint_sockaddr: remove "struct tcb *" argument
2017-07-08 Dmitry V. LevinImplement decoding of linux socket filter programs
2017-07-08 Dmitry V. LevinGeneralize seccomp filter parser
2017-07-02 Dmitry V. LevinIntroduce macros.h
2017-06-26 Dmitry V. LevinUnexport die_out_of_memory
2017-06-19 Masatake YAMATOsocketutils: build a dynamic xlat table for NETLINK_GEN...
2017-06-19 Masatake YAMATOdyxlat: new interface for building xlat tables dynamically
2017-06-19 Masatake YAMATOIntroduce xstrndup function
2017-06-17 Dmitry V. LevinStrip argument name of type "struct tcb *" from functio...
2017-06-17 Dmitry V. LevinFix a few spacing style issues
2017-06-15 JingPiao Chennetlink: add a basic socket diag parser of AF_INET...
2017-06-15 Dmitry V. LevinIntroduce print_inet_addr
2017-06-15 JingPiao Chennetlink: add a basic socket diag parser of AF_PACKET...
2017-06-15 Dmitry V. Levinnetlink: add a basic socket diag parser of AF_UNIX...
2017-06-15 Dmitry V. Levinnetlink: introduce family specific payload decoders
2017-06-08 Dmitry V. LevinIntroduce printflags_ex function
2017-06-05 Victor Krapivenskysyscall.c: split trace_syscall() into 6 functions
2017-06-05 Fabien SironAdd file descriptor argument to decode_netlink
2017-06-05 Fabien SironIntroduce getfdinode to obtain inode from fd
2017-06-05 Fabien SironIntroduce get_sockaddr_by_inode
2017-06-03 Dmitry V. LevinUnexport print_sockaddr_by_inode_cached
2017-06-03 Dmitry V. LevinIntroduce str_strip_prefix_len function and STR_STRIP_P...
2017-05-26 Eugene SyromyatnikovUnify capitalisation of (c) in copyright notices
2017-04-24 Eugene SyromyatnikovPrint microseconds/nanoseconds as non-negative
2017-04-24 Eugene SyromyatnikovAlways print raw values of time data fields
2017-04-24 Dmitry V. LevinIntroduce tprintf_comment and tprints_comment functions
2017-04-16 Dmitry V. Levinalpha: rename print_timeval32_pair to print_timeval32_u...
2017-04-13 Nikolay MarchukImplement decoding of NS_* ioctl commands
2017-04-11 Dmitry V. LevinDelay get_regs invocation
2017-04-10 Dmitry V. LevinDo not include xlat/netlink_protocols.h twice
2017-04-10 Dmitry V. LevinDo not include xlat/clocknames.h twice
2017-03-29 Dmitry V. Levinaarch64: workaround gcc+kernel bug
2017-03-13 Dmitry V. LevinIntroduce get_rt_sigframe_addr function
2017-03-09 Dmitry V. LevinIntroduce print_sigset_addr function
2017-02-09 Dmitry V. LevinSimplify struct inject_opts.rval semantics
2017-02-08 Dmitry V. LevinPrepare for introduction of -e inject= option
2017-01-28 Elvira KhabirovaImplement success injection
2017-01-08 Dmitry V. Levinsg_io: decode struct sg_io_hdr.info and struct sg_io_v4...
2017-01-08 Dmitry V. LevinMpersify struct sg_io_hdr
2017-01-08 Dmitry V. LevinSplit scsi.c
2017-01-06 Eugene Syromyatnikovutil: add support for forcing printing string as hex...
2017-01-04 Dmitry V. LevinDrop vsprintf.c
2016-12-31 Dmitry V. Levindefs.h: stop including <asm/unistd.h>
2016-12-30 Dmitry V. LevinMove definition of struct sysent and trace flags to...
2016-12-29 Eugene SyromyatnikovMpersify SIOC* ioctls
2016-12-29 Eugene Syromyatnikovloop: mpersify struct loop_info and loop_ioctl function
2016-12-29 Eugene SyromyatnikovMove device number printing code into a separate routine
2016-12-28 Seraphime KirkovskiImplement signal injection
2016-12-27 Dmitry V. LevinIntroduce ANY_WORDSIZE_LESS_THAN_KERNEL_LONG macro
2016-12-26 Dmitry V. LevinReplace widen_to_long with truncate_klong_to_current_wo...
2016-12-26 Dmitry V. LevinReplace widen_to_ulong with truncate_kulong_to_current_...
2016-12-26 Eugene SyromyatnikovAdd functions for printing pointers of kernel_ulong_t...
2016-12-26 Eugene SyromyatnikovPrint indirect pointers as pointers
2016-12-26 Dmitry V. LevinDo not define printnum_long_int on systems with constan...
2016-12-26 Dmitry V. LevinRemove HAVE_STRUCT_TCB_EXT_ARG, ext_arg, and u_lrval
2016-12-26 Dmitry V. LevinRemove getarg_klu
2016-12-26 Dmitry V. LevinRemove printaddr_klu
2016-12-26 Dmitry V. LevinAutomatically replace PRI_kr[dux] with PRI_kl[dux]
2016-12-26 Dmitry V. LevinAutomatically replace kernel_(scno|ureg)_t with kernel_...
2016-12-26 Dmitry V. LevinRedirect kernel_ureg_t and kernel_scno_t from unsigned...
2016-12-26 Dmitry V. LevinPrint kernel_ureg_t and kernel_scno_t using dedicated...
2016-12-26 Dmitry V. LevinUse ptr_to_kulong instead of explicit casts of pointers...
2016-12-25 Dmitry V. LevinUse printxval64 instead of printxval_long
2016-12-25 Dmitry V. LevinUse printflags64 instead of printflags_long
2016-12-25 Dmitry V. Levinupeek, upoke: change argument types from long to unsign...
2016-12-25 Dmitry V. Levinstatfs64: change size argument type from unsigned long...
2016-12-25 Dmitry V. Levinnetlink: change size types from unsigned long to kernel...
2016-12-25 Dmitry V. Levindumpiov_upto: change size types from unsigned long...
2016-12-25 Dmitry V. Levinmsghdr: change register based size types from unsigned...
2016-12-25 Dmitry V. Levinio: change size types from unsigned long to kernel_ureg_t
2016-12-25 Dmitry V. Levinprint_sigset_addr_len: change len argument type from...
2016-12-25 Dmitry V. Levinprintstr*: change len argument type from long to kernel...
2016-12-25 Dmitry V. Levinprintstr: rename to printstrn, add printstr as a thin...
2016-12-25 Dmitry V. Levinprintrusage*: change tracee address argument type from...
2016-12-25 Dmitry V. Levinprint_time*: change tracee address argument type from...
2016-12-25 Dmitry V. LevinChange type of ioctl 3rd argument from long to kernel_u...
2016-12-25 Dmitry V. Levinldt: change address argument type from long to kernel_u...
2016-12-25 Dmitry V. Levindump*: change address argument type from long to kernel...
2016-12-25 Dmitry V. Levinprint_sigset_addr_len: change address argument type...
2016-12-25 Dmitry V. Levindecode_sockaddr: change address argument type from...
2016-12-25 Dmitry V. Levinprint_struct_statfs*: change address argument type...
2016-12-25 Dmitry V. Levinprintnum_*, printpair_*: change address argument type...
2016-12-25 Dmitry V. Levinprintpath*: change address argument type from long...
2016-12-25 Dmitry V. Levinprintstr*: change address argument type from long to...
2016-12-25 Dmitry V. Levinumove*: change tracee address argument type from long...
2016-12-23 Dmitry V. Levindecode_netlink: change address argument type from unsig...
2016-12-23 Dmitry V. Levinprint_seccomp_*: change address argument type from...
2016-12-23 Dmitry V. Levintprint_iov*: change address argument type from unsigned...
2016-12-23 Dmitry V. Levinprint_array: change tracee address type from unsigned...
2016-12-23 Dmitry V. LevinRename LONG_LONG to ULONG_LONG and change it to return...
2016-12-21 Dmitry V. LevinRework ifdefery around print_user_desc
2016-12-21 Dmitry V. LevinIntroduce DECL_IOCTL macro to declare *_ioctl functions
2016-12-21 Dmitry V. LevinIntroduce DECL_PRINT* macros to declare printnum_*...
2016-12-21 Dmitry V. LevinRemove dumpiov wrapper
2016-12-21 Dmitry V. Levinprintaddr: change argument type to kernel_ureg_t
2016-12-20 Dmitry V. Levinx32: implement automatic argument truncation for compat...
2016-12-20 Dmitry V. LevinMake tprint_iov function a static inline wrapper
2016-12-19 Dmitry V. LevinUse kernel_ulong_t instead of unsigned long long where...
2016-12-19 Eugene SyromyatnikovIntroduce current_klongsize in addition to current_wordsize
next