]> granicus.if.org Git - strace/shortlog
strace
2014-11-04 Philippe De... Implement Video4Linux video-input ioctls decoder
2014-11-04 Dmitry V. LevinUpdate ioctl entries
2014-11-04 Dmitry V. LevinRemove ioctl header file names from the executable
2014-11-04 Dmitry V. LevinFilter out redundant ioctl entries early
2014-11-03 Dmitry V. Levinioctlent.sh: update the list of directories exported...
2014-11-01 Masatake YAMATOAdd a function for dumping iovec in msghdr used in...
2014-10-31 Maarten ter... Include <linux/ptrace.h> regardless of <sys/reg.h>...
2014-10-31 Dmitry V. Levinsock: decode SIOCSIFNAME on entering syscall
2014-10-31 Mike Frysingersock: fix decoding of SIOCSIFNAME
2014-10-31 Mike Frysingersock: fix decoding of struct ifreq.ifr_name
2014-10-03 Elliott HughesDon't risk truncating open flags by using mode_t
2014-09-29 Dmitry V. LevinEnhance sysinfo decoding
2014-09-29 Dmitry V. LevinMove sysinfo parser to a separate file
2014-09-29 Dmitry V. LevinFix build with musl libc
2014-09-23 Dmitry V. Levintests: cleanup checks for basic programs
2014-09-23 Dmitry V. Levintests: add a test for -yy option
2014-09-22 Dmitry V. LevinMove statfs related parsers to a separate file
2014-09-22 Dmitry V. Levinfsmagic: sort array by value and use bsearch for faster...
2014-09-21 Dmitry V. Levinfsmagic: update from <linux/magic.h>
2014-09-17 Dmitry V. LevinAdd -yy option: print ip and port associated with socke...
2014-09-17 Vicente Olivert... sigaction: wrap sa_restorer in #ifdef SA_RESTORER consi...
2014-09-17 Dmitry V. LevinFix compilation warnings reported by gcc -Wsign-compare
2014-09-11 Dmitry V. LevinMove dirent related parsers to a separate file
2014-09-11 Dmitry V. Levingetdents, getdents64: fix potential out-of-bounds read...
2014-09-10 Dmitry V. Levintprint_sock_type: remove unused parameter
2014-09-10 Dmitry V. Levinprintsock: fix decoding of unrecognized AF_PACKET packe...
2014-09-09 Dmitry V. Levindecode_select: fix potential use of an uninitialized...
2014-09-08 Dmitry V. LevinUse external libaio.h
2014-08-19 Dmitry V. Levinmaint: post-release administrivia
2014-08-15 Dmitry V. LevinPrepare for 4.9 release v4.9
2014-08-15 Dmitry V. LevinSync strace.spec and debian/ with packages
2014-08-15 Dmitry V. LevinNEWS: Update for 4.9 release
2014-08-15 Mike FrysingerUpdate syscall tables to the point where they include...
2014-08-15 Mike Frysingerrenameat2: add decoding support
2014-08-14 Mike FrysingerCREDITS: fix generation in out of tree builds
2014-08-14 Mike Frysingeria64: add missing syscalls
2014-08-14 Mike Frysingeria64: fix sigaction decoding
2014-08-12 Dmitry V. Levintests: skip detach-stopped.test when PTRACE_SEIZE doesn...
2014-08-11 Erik Johanssonsh: fix syscall numbering for recv and sendto
2014-08-11 Mike Frysingertests: fix uio building w/out preadv/pwritev
2014-08-11 Mike Frysingertests: ignore *.tmp files
2014-08-11 Mike Frysingertests: fix shell errors in detach tests
2014-08-11 Mike Frysingerset_ptracer_any: add a little documentation
2014-08-10 Mike Frysingersignal: fix thinko in sa_restorer
2014-08-09 Mike Frysingersigaction test: support arches w/out SA_RESTORER and...
2014-08-09 Mike Frysingeralpha/sparc: fix arg count for rt_sigaction
2014-08-09 Mike Frysingerhppa: fix sigaction decoding
2014-08-09 Mike Frysingeralpha: fix sigaction decoding
2014-08-08 Dmitry V. LevinPrepare for -yy option support
2014-08-07 Dmitry V. LevinFix preadv/pwritev offset decoding on ILP32 architectures
2014-08-07 Dmitry V. LevinFix preadv/pwritev offset decoding on bigendian archite...
2014-08-06 Dmitry V. LevinDecode file descriptors returned by accept and accept4...
2014-08-01 Mike Frysingerx32: update io_{setup,submit} syscalls
2014-06-18 Max Filippovxtensa: sort values in struct_user_offsets
2014-06-18 Dmitry V. LevinDocument -k option as experimental
2014-06-18 Dmitry V. Levintests: robustify -k test
2014-06-13 Dmitry V. Levintests: enhance -k test
2014-06-13 Dmitry V. Levinunwind: ignore memory mappings that have no PROT_EXEC...
2014-06-13 Dmitry V. Levinunwind: cleanup build_mmap_cache
2014-06-13 Dmitry V. Levinunwind: remove unused field from mmap_cache_t
2014-06-12 Dmitry V. Levinunwind: refactor stacktrace_walk
2014-06-12 Dmitry V. Levinunwind: constify binary_filename and symbol_name functi...
2014-06-11 Luca Clementiunwind: disable stack trace with multiple personalities
2014-06-05 Dmitry V. Levinunwind: rename function_off_set to function_offset
2014-06-05 Dmitry V. Levinunwind: fix a bug in range updating of binary search
2014-06-05 Dmitry V. Levinunwind: use fopen64 instead of fopen
2014-06-05 Dmitry V. Levinunwind: fix build on 32-bit architectures
2014-06-05 Dmitry V. Levintests: robustify -w option test
2014-06-04 Dmitry V. LevinFix delete_module decoding
2014-06-04 Zubin MithraDecode paths associated with file descriptors returned...
2014-06-03 Dmitry V. LevinNEWS: Prepare for 4.9 release
2014-06-03 Dmitry V. LevinWarn about flags that have no effect with -c
2014-06-03 Dmitry V. Levindebian: enable security hardening features
2014-06-03 Dmitry V. Levindebian: update control file
2014-06-03 Dmitry V. Levinmanpage: minor corrections
2014-05-30 Masatake YAMATOunwind: tests: add a test for -k option
2014-05-30 Masatake YAMATOunwind: move stacktrace capturing and mmap cache invali...
2014-05-30 Dmitry V. Levinunwind: add SE and SI flags to syscall entries for...
2014-05-30 Masatake YAMATOunwind: introduce markers specifying the needs of speci...
2014-05-30 Masatake YAMATOunwind: enable dwarf cache of libunwind
2014-05-30 Masatake YAMATOunwind: report expected backtracing error
2014-05-30 Masatake YAMATOunwind: call unwind_tcb_fin before printing detached...
2014-05-30 Masatake YAMATOunwind: implement automatic mmap cache invalidation
2014-05-30 Masatake YAMATOunwind: introduce queue_t for capturing stacktrace
2014-05-30 Masatake YAMATOunwind: introduce own debug macro
2014-05-30 Masatake YAMATOunwind: introduce stacktrace_walker
2014-05-30 Masatake YAMATOunwind: give all exported functions "unwind_" prefix
2014-05-30 Masatake YAMATOunwind: delete mmap cache in free_libunwind_ui
2014-05-30 Masatake YAMATOunwind: make alloc_mmap_cache function local
2014-05-30 Masatake YAMATOunwind: fix a bug in range updating of binary search
2014-05-30 Luca ClementiAdd -k option to print stack trace after each syscall
2014-05-30 Dmitry V. Levinsysctl: update CTL_*, KERN_*, NET_*, and VM_* constants
2014-05-30 Dmitry V. LevinCheck for constants used by waitid function
2014-05-30 Dmitry V. LevinCheck for LO_FLAGS_READ_ONLY constant
2014-05-30 Dmitry V. LevinCompress blank lines
2014-05-30 Dmitry V. Levinxlat: cleanup the aftermath of automatic conversion
2014-05-30 Dmitry V. LevinGenerate xlat/*.in files
2014-05-30 Dmitry V. LevinRename several xlat structures to avoid collisions
2014-05-30 Dmitry V. LevinEnhance xlat generator
2014-05-30 Dmitry V. LevinUse bootstrap script consistently
next