]> granicus.if.org Git - strace/history - defs.h
Move device number printing code into a separate routine
[strace] / defs.h
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
2016-12-19 Dmitry V. LevinRemove getarg_ll
2016-12-19 Dmitry V. Levinstruct tcb: make types of syscall arguments unsigned
2016-12-18 Dmitry V. LevinChange scno type from long to unsigned long
2016-12-18 Dmitry V. LevinLowercase SCNO_IN_RANGE and SCNO_IS_VALID
2016-12-18 Dmitry V. LevinTurn SCNO_IN_RANGE and SCNO_IS_VALID into static inline...
2016-12-18 Dmitry V. LevinReplace "(unsigned long) -1L" with -1UL
2016-12-16 Dmitry V. LevinInclude "kernel_types.h" in defs.h and tests/tests.h
2016-12-05 Dmitry V. LevinRewrite remaining qual_* parsers using bit sets
2016-12-05 Dmitry V. LevinChange qual_vec/qual_fault into static fixed size arrays
2016-12-05 Dmitry V. LevinRewrite qual_signal using bit sets
2016-12-05 Dmitry V. LevinRewrite qual_desc using bit sets
2016-12-01 Eugene SyromyatnikovPrint syscall names only for defined syscalls
2016-11-29 Eugene Syromyatnikovutil: provide information whether xlat value has been...
2016-11-28 Dmitry V. Levinalpha: print struct timeval32 consistently
2016-11-26 Dmitry V. LevinMove two global flags to tracee scope
2016-11-16 Dmitry V. LevinImplement syscall fault injection
2016-11-16 Dmitry V. LevinIntroduce string_to_uint_ex and string_to_uint_upto...
2016-11-11 Dmitry V. LevinIntroduce upoke function
2016-11-10 Mikulas PatockaAdd support for decoding of DM_* ioctl commands
2016-10-30 Eugene Syromyatnikovutil: add printing helper for sorted xlat arrays
2016-10-30 Eugene Syromyatnikovdefs: add check for argument being array to ARRAY_SIZE...
2016-10-28 Dmitry V. LevinAdd printaddr_ull, change printaddr into a thin wrapper...
2016-10-28 Eugene Syromyatnikovdefs: add widen_to_ulong macro
2016-10-28 Eugene SyromyatnikovMove umoven_or_printaddr_ignore_syserror to util.c
2016-10-26 Eugene Syromyatnikovdefs.h: add offsetofend macro
2016-10-04 Dmitry V. LevinAssume that offsetof is provided by stddef.h
2016-10-03 Eugene SyromyatnikovAdd printstr_ex which allows for providing user quotati...
2016-10-03 Eugene Syromyatnikovutil: add quote_string flag signalising that string...
2016-10-03 Eugene SyromyatnikovAdd function for getting errno string
2016-10-03 Dmitry V. Levinstruct tcb: change the type of u_error field from int...
2016-09-28 Eugene Syromyatnikovutil: add getarg_ll and getarg_ull functions
2016-09-27 Dmitry V. LevinEnhance zero_extend_signed_to_ull and sign_extend_unsig...
2016-08-28 Dmitry V. LevinRemove unneeded autoconf macro AC_HEADER_STDBOOL
2016-08-24 Dmitry V. LevinMpersify parsers of struct stat and struct stat64
2016-08-23 Dmitry V. LevinAdd sign_extend_unsigned_to_ll macro
2016-08-23 Dmitry V. Levinzero_extend_signed_to_ull: add short int support
2016-08-23 Dmitry V. LevinRename widen_to_ull to zero_extend_signed_to_ull
2016-08-21 Richard W.M. JonesAdd RISC-V architecture support
2016-08-09 Dmitry V. LevinUse <asm/unistd.h> instead of <sys/syscall.h>
2016-08-09 Dmitry V. LevinFix decoding of invalid syscalls mapped to indirect...
2016-08-08 Dmitry V. Levindefs.h: simplify SUPPORTED_PERSONALITIES definition
2016-08-08 Dmitry V. Levindefs.h: simplify PERSONALITY1_WORDSIZE definition
2016-08-08 Dmitry V. Levindefs.h: simplify PERSONALITY0_WORDSIZE definition
2016-08-08 Dmitry V. Levinsparc64: swap personality numbers
2016-08-08 Dmitry V. Levindefs.h: cleanup personality specific macro definitions
2016-08-07 Dmitry V. LevinChange #include guard trailing part comments
2016-08-08 Eugene SyromyatnikovUnify usage of #include guards
next