]> granicus.if.org Git - strace/shortlog
strace
2016-06-14 Elvira KhabirovaRemove UNDEFINED_SCNO
2016-06-14 Dmitry V. Levintests/attach-f-p.c: fix typo in comment
2016-06-14 Elvira Khabirovastrace.c: fix style in function definition
2016-06-14 Elvira KhabirovaTurn on more compiler warnings
2016-06-14 Elvira Khabirovastrace.c: fix a warning reported by -Wold-style-definition
2016-06-14 Dmitry V. Levintests/ioctl_evdev.c: fix typo in comment
2016-06-14 Elvira KhabirovaMove printargs* functions to util.c
2016-06-14 Elvira Khabirovatests/xgetrlimit.c: fix a warning reported by -Wtype...
2016-06-11 Dmitry V. LevinConsistently use printaddr for printing addresses
2016-06-10 Dmitry V. Levintests/attach-p-cmd-p.c: cleanup
2016-06-10 Dmitry V. Levintests: enhance test coverage of SIGCHLD siginfo_t
2016-06-10 Dmitry V. Levintests: extend test coverage of waitid syscall
2016-06-10 Dmitry V. Levintests: extend test coverage of wait4 syscall
2016-06-10 Dmitry V. Levintests: add widen_to_ull macro to tests.h
2016-06-10 Dmitry V. LevinFix sign extension issues in the parser of struct rusage
2016-06-09 Dmitry V. Levintests: check decoding of waitpid syscall
2016-06-09 Fei Jietests: add strace-E.test
2016-06-08 Dmitry V. Levinstrace.spec.in: enable libunwind on more platforms
2016-06-08 Dmitry V. Levinmake-dist: generate strace-*.tar.gz, strace.dsc, and...
2016-06-08 Dmitry V. LevinParametrize debian/changelog
2016-06-08 Dmitry V. Levingit-version-gen: replace '-' with '.' in generated...
2016-06-07 Dmitry V. LevinParametrize strace.spec
2016-06-07 Dmitry V. Levinstrace.spec: adopt for OBS
2016-06-07 Dmitry V. Levintests: remove obsolete strace-f.test
2016-06-07 Dmitry V. Levintests: always distribute strace-k.test
2016-06-07 Dmitry V. Levinmake-dist: skip news-check for non-releases
2016-06-06 Dmitry V. Levintests: check decoding of setrlimit, getrlimit, and...
2016-06-06 Dmitry V. Levintests: check decoding of prlimit64 syscall
2016-06-06 Dmitry V. LevinFix decoding of pid_t argument of prlimit64 syscall
2016-06-06 Dmitry V. LevinDo not check for old sysctl enums
2016-06-06 Dmitry V. Levinxlat: extend syntax
2016-06-06 Elvira Khabirovampers.awk: remove unnecessary type attribute retrieval
2016-06-06 Elvira Khabirovatests/ptrace.c: fix fork() return value check
2016-06-06 Elvira Khabirova.gitignore: add missing files that should be ignored
2016-06-06 Dmitry V. Levindebian: sync with the package
2016-06-06 Dmitry V. Levintests/strace-S.test: fix testing 64-bit strace using...
2016-06-06 Dmitry V. Levintests/strace-S.test: enhance error diagnostics
2016-06-02 Dmitry V. Levin.gitignore: sort the list of ignored patterns
2016-06-01 Dmitry V. Levinmaint: post-release administrivia
2016-05-31 Dmitry V. LevinPrepare for 4.12 release v4.12
2016-05-31 Dmitry V. LevinSync strace.spec and debian/changelog with packages
2016-05-30 Dmitry V. LevinMpersify hdio.c
2016-05-29 Dmitry V. Levinloop.c: decode LOOP_SET_DIRECT_IO
2016-05-29 Dmitry V. Levinloop.c: fix printing of arrays
2016-05-29 Dmitry V. Levinloop.c: fix printing of structure members' names
2016-05-29 Dmitry V. Levinloop.c: optimize decoding of paired ioctls
2016-05-28 Dmitry V. Levintests/ioctl_evdev.c: check EVIOCGUNIQ decoding
2016-05-28 Dmitry V. Levintests/ioctl_mtd.c: fix build with musl
2016-05-28 Dmitry V. Levintests: check decoding of 'M' type ioctls
2016-05-28 Dmitry V. LevinMpersify mtd.c
2016-05-28 Dmitry V. Levinmtd.c: refactor
2016-05-28 Dmitry V. LevinMove parser of UBI_* ioctls to a separate file
2016-05-28 Dmitry V. Levintests: check decoding of EVIOC* ioctls
2016-05-28 Dmitry V. LevinMpersify EVIOC* ioctl parser
2016-05-28 Dmitry V. Levinevdev.c: fix printing of unrecognized event type passed...
2016-05-28 Dmitry V. Levinevdev.c: fix printing of EV_PWR's argument
2016-05-28 Dmitry V. Levinevdev.c: fix indentation
2016-05-28 Dmitry V. Levinevdev.c: fix decoding of EVIOCGNAME, EVIOCGPHYS, and...
2016-05-28 Dmitry V. Levinevdev.c: fix EVIOCGVERSION decoding
2016-05-28 Dmitry V. Levinevdev.c: fix EVIOCGMTSLOTS decoding
2016-05-28 Dmitry V. Levinevdev.c: fix bitset decoding
2016-05-28 Dmitry V. Levinevdev.c: fix decoding of struct input_id
2016-05-28 Dmitry V. Levinevdev.c: fix decoding of struct input_keymap_entry
2016-05-28 Dmitry V. Levinevdev.c: fix decoding of EVIOCGKEYCODE/EVIOCSKEYCODE
2016-05-28 Dmitry V. Levinevdev.c: fix decoding of struct input_absinfo
2016-05-28 Dmitry V. Levinevdev.c: fix decoding of struct ff_effect
2016-05-28 Dmitry V. Levinevdev.c: fix printing of struct ff_envelope.fade_level
2016-05-28 Dmitry V. Levinevdev.c: fix decoding of EVIOCGRAB and EVIOCREVOKE
2016-05-28 Dmitry V. Levinevdev.c: fix EVIOCRMFF decoding
2016-05-28 Dmitry V. Levinevdev.c: move handling of EVIOCGBIT to a separate function
2016-05-28 Dmitry V. Levinevdev.c: reorder ioctl command checks
2016-05-28 Dmitry V. Levinevdev.c: decode all directions except _IOC_READ on...
2016-05-28 Dmitry V. Levinevdev.c: fix indentation of preprocessor directives
2016-05-28 Jeff Mahoneyfile_ioctl.c: print first two extents for FIDEDUPERANGE...
2016-05-27 Dmitry V. Levinioctl.c: fix typo in decoding of EVIOCSABS's parameter
2016-05-27 Jeff Mahoneytests: check decoding of btrfs RDWR ioctls returned...
2016-05-27 Jeff Mahoneytests/btrfs.c: fix live btrfs_test_search_ioctls output
2016-05-27 Jeff Mahoneybtrfs.c: don't use print_array in btrfs_print_tree_search
2016-05-27 Jeff Mahoneybtrfs.c: fix print_array usage in btrfs_print_logical_i...
2016-05-26 Jeff Mahoneytests/btrfs.c: fix btrfs-v for BTRFS_IOC_TREE_SEARCH
2016-05-26 Fabien SironFix -yy documentation
2016-05-26 Dmitry V. Levintests/ioctl_block.c: tweak magic constants to make...
2016-05-26 Dmitry V. Levintests/btrfs.c: check basic decoding of read-only ioctls
2016-05-26 Dmitry V. Levintests: check decoding of BLK* ioctls
2016-05-26 Dmitry V. LevinMpersify BLK* ioctl parser
2016-05-26 Dmitry V. Levinblock.c: optimize decoding of paired ioctls
2016-05-26 Dmitry V. Levinblock.c: fix printing of uint64_t pairs
2016-05-26 Dmitry V. Levinblock.c: fix printing of struct blk_user_trace_setup
2016-05-26 Dmitry V. LevinMove parser of 'X' type ioctls to a separate file
2016-05-26 Dmitry V. LevinMove parser of HDIO_* ioctls to a separate file
2016-05-26 Dmitry V. LevinFix explicit casts of signed integer types to unsigned...
2016-05-26 Dmitry V. Levinscsi.c: print __u64 types using PRI__u64 format
2016-05-25 Dmitry V. Levintests: check decoding of RTC_* ioctls
2016-05-25 Dmitry V. LevinMpersify RTC_* ioctl parser
2016-05-25 Dmitry V. Levinrtc.c: fix decoding of struct rtc_wkalrm
2016-05-25 Dmitry V. Levinfile_ioctl.c: print file descriptors using printfd
2016-05-25 Dmitry V. Levinrtc.c: do not print argument of ioctls that have no...
2016-05-25 Dmitry V. Levinrtc.c: decode RTC_PLL_GET and RTC_PLL_SET
2016-05-25 Dmitry V. Levinrtc.c: optimize decoding of paired ioctls
2016-05-25 Dmitry V. Levinblock.c: handle BLKDAXGET
next