]> granicus.if.org Git - strace/history - defs.h
mmap_cache: add function to enable mmap_cache
[strace] / defs.h
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
2018-01-07 Eugene Syromiatnikovxlat.c: add sprintxval for printing xval to string
2018-01-05 Victor KrapivenskyMove personality names to a global variable
2018-01-03 Eugene SyromiatnikovChange the first argument of upeek from pid to tcp
2018-01-03 Eugene SyromiatnikovChange the first argument of upoke from pid to tcp
2018-01-03 Eugene SyromyatnikovCall get_scno during startup_tcb only for forcibly...
2017-12-20 Eugene Syromiatnikovpathtrace.c: use xgrowarray
2017-12-13 Eugene Syromiatnikoverror_prints.h: add debug print macros
2017-12-01 Masatake YAMATOioctl: add a stub for decoding kvm related ioctls
2017-11-10 Eugene SyromiatnikovMove MIN, MAX, and CLAMP to macros.h
2017-11-02 Dmitry V. Levinseccomp: decode SECCOMP_GET_ACTION_AVAIL operation
2017-09-02 Eugene Syromyatnikovkeyctl: add support for KDF parameters decoding in...
2017-08-29 JingPiao Chenrtnl_neigh: fix ndm_type field decode in struct ndmsg
2017-08-28 Dmitry V. LevinAdd "flags" field to struct inject_data
2017-08-28 Dmitry V. LevinMove inject data of struct inject_opts to inject_data...
2017-08-28 Dmitry V. LevinImply RVAL_DECODED when RVAL_IOCTL_PARSED is returned...
2017-08-28 Eugene SyromyatnikovReplace return 1 ioctl sub-decoder hack with proper...
2017-08-24 Nikolay MarchukAdd macros for testing QUAL_* flags
2017-08-24 Dmitry V. LevinRemove QUAL_SIGNAL, QUAL_READ and QUAL_WRITE
2017-08-22 Dmitry V. LevinMove number_set interface to separate files
2017-08-22 Edgar KaziakhmedovMove SUPPORTED_PERSONALITIES to a separate file
2017-08-22 Edgar KaziakhmedovMove string_to_uint* functions to a separate file
2017-08-22 Dmitry V. LevinExport decode_inet_addr
2017-08-14 JingPiao Chennetlink: add a basic rtnetlink parser of rule messages
2017-08-14 JingPiao Chennetlink: add a basic rtnetlink parser of route messages
2017-08-09 JingPiao Chennetlink: add a basic rtnetlink parser of link messages
2017-08-09 JingPiao ChenMove nl_route_types definition from netlink.c to netlin...
2017-08-09 JingPiao Chennetlink: introduce family specific decoder of NETLINK_ROUTE
2017-08-07 Edgar KaziakhmedovMove err/mem subroutines to separate files
2017-07-26 Dmitry V. LevinMove offsetofend from defs.h to macros.h
2017-07-25 Eugene SyromyatnikovAdd terminating comment after each DECL_* macro definition
2017-07-24 Dmitry V. LevinIntroduce print_quoted_cstring
2017-07-24 JingPiao Chennetlink: add a basic parser of NETLINK_CRYPTO messages
2017-07-19 Dmitry V. LevinMove family-specific NETLINK_SOCK_DIAG parsers to separ...
2017-07-19 Dmitry V. LevinAdjust prototypes of netlink parsing functions
2017-07-16 JingPiao Chennetlink: decode NETLINK_SELINUX protocol
2017-07-13 Dmitry V. LevinMove macros related to kernel types to kernel_types.h
2017-07-13 Lazar Trsicmips64: fix PRI__64 macro definition when compiled...
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
next