]> granicus.if.org Git - strace/shortlog
strace
2016-12-22 Dmitry V. Levinprint_sigevent: remove redundant cast
2016-12-22 Dmitry V. Levintests: fix xattr.test for the case when listxattr retur...
2016-12-22 Gabriel Laskartests: test for correct ellipsis with -s in xattr
2016-12-22 Gabriel Laskarxattr: use printstr_ex instead of print_quoted_string
2016-12-22 Eugene Syromyatnikovtests: use scno.h in finit_module, kcmp, renameat2...
2016-12-21 Dmitry V. Levinsock: cast pointers to kernel_ureg_t instead of unsigne...
2016-12-21 Dmitry V. Levinscsi: cast pointers to kernel_ureg_t instead of unsigne...
2016-12-21 Dmitry V. Levinmtd: cast pointers to kernel_ureg_t instead of unsigned...
2016-12-21 Dmitry V. Levinmsghdr: cast pointers to kernel_ureg_t instead of unsig...
2016-12-21 Dmitry V. Levinevdev: cast tcp->u_rval to kernel_ureg_t instead of...
2016-12-21 Dmitry V. Levinevdev: cast pointers to kernel_ureg_t instead of unsign...
2016-12-21 Dmitry V. Levinbtrfs: cast pointers to kernel_ureg_t instead of unsign...
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. Levinioctl: use uintptr_t for casts between 32-bit integers...
2016-12-21 Dmitry V. Levinscsi: use umove_or_printaddr
2016-12-21 Dmitry V. LevinRemove dumpiov wrapper
2016-12-21 Dmitry V. Levintravis: fix enabling of gcc -Werror builds
2016-12-21 Dmitry V. Levinprintaddr: change argument type to kernel_ureg_t
2016-12-21 Dmitry V. Levintests: check decoding of unreadable ip_mreq and ipv6_mr...
2016-12-21 Dmitry V. Levintests: rewrite ip_mreq.c using arrays and iterators
2016-12-21 Dmitry V. Levintests: rewrite ip_mreq.c using tail_alloc
2016-12-21 Dmitry V. Levintests: rewrite ip_mreq.c without asserts
2016-12-20 Dmitry V. LevinRemove NEED_PTRACE_PROTOTYPE_WORKAROUND
2016-12-20 Dmitry V. Levintests: use scno.h in tests of relatively new syscalls
2016-12-20 Dmitry V. Levintests: generate scno.h from syscallent.h for use by...
2016-12-20 Dmitry V. Levintests: fix potential errno clobbering in membarrier...
2016-12-20 Dmitry V. LevinDo not use widen_to_ulong in kexec.c and process_vm.c
2016-12-20 Dmitry V. Levinx32: implement automatic argument truncation for compat...
2016-12-20 Dmitry V. Levinx32: fix decoding of mprotect and pkey_mprotect syscall...
2016-12-20 Dmitry V. LevinMake tprint_iov function a static inline wrapper
2016-12-20 Eugene Syromyatnikovx32: fix decoding of 3rd argument of preadv* and pwrite...
2016-12-19 Eugene Syromyatnikovtests: fix preadv2-pwritev2 test on x32
2016-12-19 Eugene Syromyatnikovkexec: fix for the x32 ABI
2016-12-19 Dmitry V. LevinCheck for current_klongsize instead of current_personal...
2016-12-19 Dmitry V. LevinUse kernel_ulong_t instead of unsigned long long where...
2016-12-19 Dmitry V. Levinfcntl.c: print 64-bit fields of struct_kernel_flock64...
2016-12-19 Dmitry V. Levinv4l2.c: print v4l2_ext_control.value64 using PRId64...
2016-12-19 Dmitry V. Levinperf.c: print perf_event_attr.__reserved_1 using PRIx64...
2016-12-19 Dmitry V. Levinbtrfs.c: print 64-bit fields of btrfs_ioctl_vol_args_v2...
2016-12-19 Dmitry V. Levinblock.c: change type of long long fileds to int64_t
2016-12-19 Eugene SyromyatnikovIntroduce current_klongsize in addition to current_wordsize
2016-12-19 Dmitry V. Levinconfigure: define SIZEOF_KERNEL_LONG_T macro
2016-12-19 Dmitry V. LevinRemove getarg_ll
2016-12-19 Dmitry V. Levinstruct tcb: make types of syscall arguments unsigned
2016-12-19 Dmitry V. Levins390: fix decoding of mmap2 syscall when arguments...
2016-12-19 Dmitry V. LevinFix pathmatch of oldselect syscall on 64-bit architectures
2016-12-19 Dmitry V. LevinCleanup oldselect
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. Levincount.c: use syserror instead of direct u_error access
2016-12-18 Dmitry V. LevinReplace "(unsigned long) -1L" with -1UL
2016-12-18 Dmitry V. LevinAdd toplevel recursive check-valgrind rule
2016-12-18 Dmitry V. Levinm4: fix check-valgrind-* rules generated by AX_VALGRIND...
2016-12-18 Dmitry V. Levintravis: do coverage using a dedicated build
2016-12-17 Dmitry V. Levinmips n32: provide fallback definitions of kernel_long_t...
2016-12-17 Eugene Syromyatnikovutil: simplify definitions of bit mask constants in...
2016-12-17 Eugene Syromyatnikovtests: check decoding of prctl operations without arguments
2016-12-17 Eugene Syromyatnikovtests: check decoding of prctl PR_[GS]ET_SECUREBITS...
2016-12-17 Eugene Syromyatnikovtests: check decoding of prctl PR_[GS]ET_DUMPABLE opera...
2016-12-17 Eugene Syromyatnikovprctl: implement decoding of SUID_DUMP_* constants...
2016-12-16 Dmitry V. LevinInclude "kernel_types.h" in defs.h and tests/tests.h
2016-12-15 Dmitry V. LevinPost-release administrivia
2016-12-14 Dmitry V. Levinxlat: provide fallback definitions for NETLINK_* constants v4.15
2016-12-14 Dmitry V. Levintests: relax getaffinity return value check in tests...
2016-12-14 Dmitry V. Levintests: fix threads-execve.test for large pids
2016-12-13 Dmitry V. LevinPrepare for 4.15 release
2016-12-13 Dmitry V. Levin.mailmap: add addresses of Thomas De Schampheleire
2016-12-13 Dmitry V. LevinSync strace.spec and debian/ with packages
2016-12-13 Dmitry V. Levintests: workaround a bug in GNU grep
2016-12-13 Eugene Syromyatnikovtests: fix typo in comment inside prctl-tsc.c
2016-12-13 Sean StanglFix libunwind segfault when -p is passed before -k
2016-12-13 Eugene SyromyatnikovUpdate NEWS
2016-12-07 Dmitry V. Levintests: skip fault injection tests on unsupported platforms
2016-12-07 Dmitry V. Levintests: introduce require_min_kernel_version_or_skip...
2016-12-07 Eugene Syromyatnikovtests: add descriptions to prctl-pdeathsig and prctl...
2016-12-07 Dmitry V. Levintests: robustify prctl-pdeathsig.test and prctl-tsc...
2016-12-07 Thomas De SchampheleireMakefile.am: don't confuse CFLAGS and CFLAGS_FOR_BUILD
2016-12-07 Dmitry V. Levinm4: prepare gl_WARN_ADD for simultaneous use of multipl...
2016-12-07 Dmitry V. LevinAX_PROG_CC_FOR_BUILD: redirect more variables related...
2016-12-07 Dmitry V. LevinMove all gl_WARN_ADD calls to a separate m4 macro
2016-12-07 Dmitry V. Levinm4: introduce st_SAVE_VAR and st_RESTORE_VAR macros
2016-12-06 Dmitry V. Levintests: add valgrind support to "make check"
2016-12-06 Dmitry V. Levintests: robustify threads-execve.test against race condi...
2016-12-06 Dmitry V. Levintests: fix expected output in strace-ttt.test
2016-12-06 Dmitry V. Levintests: fix expected output in strace-tt.test
2016-12-06 Dmitry V. Levintests: robustify redirect.test against race conditions
2016-12-06 Dmitry V. Levintests: robustify attach-f-p.test against race conditions
2016-12-06 Dmitry V. Levintests: robustify attach-p-cmd.test against race conditions
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-05 Dmitry V. Levintests: skip redirect-fds.test when strace is wrapped...
2016-12-05 Dmitry V. LevinAdd valgrind.supp
2016-12-05 Dmitry V. Levinaffinity: pass 0 as a pid to sched_getaffinity
2016-12-05 Dmitry V. Levinaffinity: document the method of finding out the cpuset...
2016-12-05 Dmitry V. Levintests: make options-syntax.test tolerant of strace...
next