]> granicus.if.org Git - strace/shortlog
strace
2017-01-04 JingPiao Chentests/.gitignore: add generated files that should be...
2017-01-03 Dmitry V. LevinRemove checks of __NR_* availability from strace source...
2017-01-03 Dmitry V. LevinInclude "scno.h" in files that check __NR_* constants
2017-01-03 Dmitry V. LevinGenerate scno.h for use during the build of strace...
2017-01-01 Dmitry V. LevinGenerate scno.h without invoking a generated executable...
2017-01-01 Dmitry V. LevinUpdate all publicly shown copyright year number ranges
2016-12-31 Dmitry V. Levindefs.h: stop including <asm/unistd.h>
2016-12-30 Dmitry V. Levintests: do not use BUILT_SOURCES
2016-12-30 Dmitry V. LevinFix cross build
2016-12-30 Dmitry V. Levintests: do not use defs.h and syscall.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 Syromyatnikovsock: rewrite decode_ifconf
2016-12-29 Eugene Syromyatnikovxlat: update LOOP_* ioctl flags constants
2016-12-29 Eugene Syromyatnikovloop: add fallback definitions for LOOP_* ioctl command...
2016-12-29 Dmitry V. Levinxlat: extend syntax
2016-12-29 Eugene Syromyatnikovloop: mpersify struct loop_info and loop_ioctl function
2016-12-29 Eugene Syromyatnikovloop: print lo_device and lo_rdevice fields using print...
2016-12-29 Eugene SyromyatnikovMove device number printing code into a separate routine
2016-12-28 Dmitry V. Levintests: enhance invalid address decoding check in seccom...
2016-12-28 Eugene Syromyatnikovtests: check decoding of prctl PR_GET_TID_ADDRESS operation
2016-12-28 Dmitry V. LevinUpdate the publicly shown copyright information
2016-12-28 Dmitry V. Levinconfigure: specify project URL
2016-12-28 Seraphime KirkovskiDocument signal injection
2016-12-28 Seraphime KirkovskiImplement signal injection
2016-12-28 Dmitry V. LevinUpdate README.md
2016-12-28 Dmitry V. Levintests: robustify prctl-arg2-intptr.test
2016-12-27 Dmitry V. Levinsignal: remove redundant checks around NSIG
2016-12-27 Dmitry V. LevinIntroduce NSIG_BYTES
2016-12-27 Dmitry V. LevinMove NSIG ifdefery to a separate header file
2016-12-27 Dmitry V. LevinIntroduce ANY_WORDSIZE_LESS_THAN_KERNEL_LONG macro
2016-12-27 Dmitry V. LevinSimplify personality checks in msghdr.c and signal.c
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 Dmitry V. LevinSimplify print_lld_from_low_high_val ifdefery
2016-12-26 Dmitry V. LevinSimplify getllval ifdefery
2016-12-26 Eugene Syromyatnikovprctl: print pointer returned by PR_GET_TID_ADDRESS...
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 Eugene Syromyatnikovipc_sem: print 4th argument of semctl syscall as an...
2016-12-26 Dmitry V. LevinDo not define printnum_long_int on systems with constan...
2016-12-26 Dmitry V. Levinumoven: detect invalid addresses
2016-12-26 Dmitry V. Levinumovestr: detect invalid addresses
2016-12-26 Dmitry V. Levinlseek: simplify _llseek syscall decoder
2016-12-26 Dmitry V. Levinlseek: merge two different implementations of lseek...
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 Eugene Syromyatnikovtests: check decoding of a subset of prctl operations
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. Levinvm_read_mem: detect address truncation
2016-12-26 Dmitry V. Levintrace_syscall_exiting: prepare personality check for...
2016-12-26 Dmitry V. LevinUse ptr_to_kulong instead of explicit casts of pointers...
2016-12-26 Dmitry V. Levinumove*: remove redundant casts
2016-12-26 Dmitry V. Levinupoke: remove redundant casts
2016-12-25 Dmitry V. Levinsignal: cleanup decoding of sa_handler and sa_restorer
2016-12-25 Dmitry V. Levinsignal: change signal handler address type from unsigne...
2016-12-25 Dmitry V. Levinquota: change address argument type from unsigned long...
2016-12-25 Dmitry V. Levinexecve: prepare for handling big pointers
2016-12-25 Dmitry V. Levinclone: print clone flags without truncation
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. Levinarch_sigreturn: change tracee address type from long...
2016-12-25 Dmitry V. Levinkexec: change flags type from unsigned long to kernel_u...
2016-12-25 Dmitry V. Levinkexec: change types of pointers and sizes to kernel_ureg_t
2016-12-25 Dmitry V. Levinprintsiginfo: change len argument type from unsigned...
2016-12-25 Dmitry V. Levinsignal: change address argument type from unsigned...
2016-12-25 Dmitry V. Levinstatfs64: change size argument type from unsigned long...
2016-12-25 Dmitry V. LevinCast tcp->u_rval to kernel_ureg_t instead of unsigned...
2016-12-25 Dmitry V. Levindecode_sockbuf: change addrlen argument type from long...
2016-12-25 Dmitry V. Levinnetlink: change size types from unsigned long to kernel...
2016-12-25 Dmitry V. Levinipc_msg: 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 cmsghdr size types from size_t to unsign...
2016-12-25 Dmitry V. Levinmsghdr: change register based size types from unsigned...
2016-12-25 Dmitry V. Levinmq: remove redundant u_rval check
2016-12-25 Dmitry V. Levinio: change size types from unsigned long to kernel_ureg_t
2016-12-25 Dmitry V. Levinmount: change flags type from unsigned long to kernel_u...
2016-12-25 Dmitry V. Levinmem: change mmap arguments type from unsigned long...
2016-12-25 Dmitry V. Levinnuma: change size arguments type from unsigned long...
2016-12-25 Dmitry V. Levinprint_sigset_addr_len: change len argument type from...
2016-12-25 Dmitry V. Levinprocess_vm: change size arguments type from unsigned...
2016-12-25 Dmitry V. Levinprintstr*: change len argument type from long to kernel...
2016-12-25 Dmitry V. Levinxattr: change size arguments type from unsigned long...
2016-12-25 Dmitry V. Levinprintstr_ex: fix decoding of non-NUL-terminated strings...
2016-12-25 Dmitry V. LevinFix decoding of sethostname syscall
2016-12-25 Dmitry V. Levintests: add F8ILL_KULONG_* and f8ill_ptr_to_kulong to...
2016-12-25 Dmitry V. Levinprintstr: rename to printstrn, add printstr as a thin...
2016-12-25 Dmitry V. Levinprocess: change ptrace arguments type from unsigned...
2016-12-25 Dmitry V. Levinprocess: change tracee address type from unsigned long...
2016-12-25 Dmitry V. Levinnet: change address argument type from long to kernel_u...
2016-12-25 Dmitry V. Levinprint_mq_attr: change address argument type from long...
2016-12-25 Dmitry V. Levinipc_*: change address argument type from long to kernel...
2016-12-25 Dmitry V. Levinprint_msgbuf: change address argument type from long...
2016-12-25 Dmitry V. Levindesc: change tracee address type from long to kernel_ureg_t
2016-12-25 Dmitry V. Levinuid: change address argument type from long to kernel_u...
next