]> granicus.if.org Git - strace/shortlog
strace
2017-03-10 Dmitry V. Levinavr32: export avr32_sp_ptr
2017-03-10 Dmitry V. Levinarc: export arc_sp_ptr
2017-03-09 Dmitry V. LevinIntroduce print_sigset_addr function
2017-03-08 Dmitry V. LevinREADME.md: rework guidelines about sending bug reports
2017-03-08 Abhishek TiwariUpdate information on how to build strace from git...
2017-03-05 Dmitry V. LevinREADME.md: fix references to in-tree files
2017-03-05 Dmitry V. LevinINSTALL: regenerate from install.texi
2017-03-05 Dmitry V. Levininstall.texi: remove irrelevant sections
2017-03-05 Dmitry V. Levininstall.texi: import from GNU Autoconf
2017-03-05 Eugene SyromyatnikovImplement -e trace=%sched option for tracing sched_...
2017-03-04 Eugene SyromyatnikovAdd "%" prefix for syscall classes in qualify
2017-02-28 Dmitry V. Levintests: simplify print_time_t
2017-02-27 Dmitry V. LevinUpdate homepage URL
2017-02-26 Dmitry V. Levintests: transform print_time_t into print_time_t_nsec
2017-02-26 Dmitry V. Levintests: use print_time_t in utime.test
2017-02-26 Dmitry V. Levintests: move print_time function to libtests
2017-02-26 Dmitry V. Levintests: macroize printing of atime, mtime, and ctime...
2017-02-26 Dmitry V. Levinprint_struct_stat.c: macroize printing of atime, mtime...
2017-02-25 Dmitry V. Levinx32: fix decoding of flags argument of preadv2 and...
2017-02-21 Dmitry V. Levintests: rewrite ppoll syscall decoding check from match_...
2017-02-20 Dmitry V. Levintests: move get_sigset_size function to libtests
2017-02-19 Dmitry V. Levinsched: enhance decoding of sched_setattr syscall
2017-02-18 Dmitry V. Levintests: check decoding of sched_[gs]etattr corner cases
2017-02-18 Dmitry V. LevinMove definition of struct sched_attr to a separate...
2017-02-18 Dmitry V. Levintests: rewrite sched_xetattr.test from match_grep to...
2017-02-17 Dmitry V. LevinUse tprints instead of tprintf in a few more places
2017-02-17 Dmitry V. Levinbpf: update BPF_PROG_ATTACH decoding
2017-02-16 Dmitry V. Levintests: rewrite adjtimex.test from match_grep to match_diff
2017-02-16 Dmitry V. Levintests: replace casts of 0xffffffff00000000ULL with...
2017-02-16 Dmitry V. Levintests: fill higher bits of integer arguments of fcntl...
2017-02-16 Dmitry V. Levintests: use sprintrc in tests of fcntl and fcntl64 syscalls
2017-02-15 Dmitry V. LevinPost-release administrivia
2017-02-14 Dmitry V. LevinPrepare for 4.16 release v4.16
2017-02-13 Dmitry V. Levin.mailmap: add addresses of JingPiao Chen
2017-02-13 Dmitry V. Levintests: skip scno tampering tests on compat mips abi
2017-02-12 Dmitry V. LevinFix -Werror=duplicate-decl-specifier compilation issues
2017-02-12 Dmitry V. Levintests: rewrite pipe syscall decoding check from match_g...
2017-02-11 Dmitry V. Levintests: rewrite pipe2 syscall decoding check from match_...
2017-02-10 Dmitry V. Levintests: rewrite mq.test from match_grep to match_diff
2017-02-09 Dmitry V. LevinSimplify struct inject_opts.rval semantics
2017-02-09 Dmitry V. Levintests: check signal injection along with fault injection
2017-02-09 Dmitry V. Levintests: simplify qual_inject-signal.test
2017-02-09 Dmitry V. LevinMake symbolic errno values match case-insensitive
2017-02-09 Dmitry V. Levintests: check case-insensitive symbolic signal match
2017-02-09 Eugene SyromyatnikovUpdate NEWS
2017-02-08 Dmitry V. LevinUpdate NEWS
2017-02-08 Dmitry V. Levinstrace.spec.in: fix dist version checks
2017-02-08 Dmitry V. Levintests: update ipc_sem.test for new glibc
2017-02-08 Dmitry V. Levintests: fix typo in bpf.test
2017-02-08 Dmitry V. Levintests: check signal injection
2017-02-08 Dmitry V. LevinImplement -e inject= option
2017-02-08 Dmitry V. Levintests: prepare for introduction of -e inject= option
2017-02-08 Dmitry V. LevinPrepare for introduction of -e inject= option
2017-02-07 Dmitry V. Levintests: make Makefile.am lists sorted in C locale
2017-02-07 Dmitry V. Levintests: use ARG_STR in msg_control.test
2017-02-07 Dmitry V. Levinpowerpc, powerpc64: wire up new syscalls
2017-02-07 Dmitry V. Levinmicroblaze: wire up new syscalls
2017-02-07 Dmitry V. Levinavr32: wire up new syscalls
2017-02-06 Dmitry V. LevinUpdate IPV6_* constants
2017-02-06 Dmitry V. LevinUpdate IP_* constants
2017-02-06 Jacob Goenseor1k: fix build
2017-02-04 Gleb Fotengauer... Update ioctl entries from linux 4.10
2017-02-04 Gleb Fotengauer... maint: update for linux 4.10
2017-02-04 Gleb Fotengauer... maint: add workaround for m68k
2017-01-31 Dmitry V. Levintests: check decoding of bpf corner cases
2017-01-29 Dmitry V. Levintests: rewrite bpf.test from match_grep to match_diff
2017-01-29 Dmitry V. Levinbpf: move common code to a separate function
2017-01-29 Quentin MonnetUpdate bpf syscall decoding
2017-01-28 Elvira Khabirovatests: check success injection
2017-01-28 Elvira KhabirovaImplement success injection
2017-01-26 Dmitry V. Levinmips: rewrite configure check without sgidefs.h
2017-01-20 Elvira Khabirova.gitignore: add missing files that should be ignored
2017-01-20 Andre McCurdymips: use <asm/sgidefs.h>
2017-01-20 JingPiao ChenImplement decoding of ustat syscall
2017-01-20 JingPiao ChenMakefile.am: allow indented DEF_MPERS_TYPE includes
2017-01-20 JingPiao Chenstrace.1: fix formatting
2017-01-13 Dmitry V. Levintests: drop non-USE_ASM_STAT case support
2017-01-13 Dmitry V. Levintests: call newfstatat and fstatat64 syscalls directly
2017-01-13 Dmitry V. Levintests: remove redundant SAMPLE_SIZE definitions
2017-01-13 Dmitry V. Levintests: change SAMPLE_SIZE type to libc_off_t
2017-01-13 Alexey Neymanioctlsort: get ioctl definitions from host, not build
2017-01-13 Dmitry V. Levintests: treat struct stat mismatch as an error
2017-01-12 Dmitry V. Levintests: rewrite diagnostics about struct stat mismatch
2017-01-12 Dmitry V. Levintests: fix typo in tests/xstatx.c
2017-01-12 JingPiao Chentests: fix typo in mlock.c
2017-01-12 JingPiao Chenstrace: move description of -k option to the appropriat...
2017-01-11 Dmitry V. LevinRemove redundant commas at the end of structure initial...
2017-01-10 Dmitry V. Levintests: check decoding of scsi ioctl commands
2017-01-10 Dmitry V. Levinscsi: implement decoding of all SG_* ioctl commands
2017-01-10 Dmitry V. Levinscsi: prepare for decoding of other SG_* ioctl commands
2017-01-10 Dmitry V. Levintests: check decoding of ioctl SG_IO v3 commands
2017-01-10 Dmitry V. Levintests: check decoding of ioctl SG_IO v4 commands
2017-01-10 Dmitry V. Levinscsi: add fallback definitions for SG_* ioctl command...
2017-01-10 Dmitry V. Levinxlat: provide fallback definitions for BSG_FLAG_* constants
2017-01-10 Dmitry V. Levinxlat: provide fallback definitions for SG_FLAG_* constants
2017-01-10 Dmitry V. Levinsg_io_v4: print din_resid and dout_resid fields as...
2017-01-10 Dmitry V. Levinsg_io: cleanup printing of sg_io buffers
2017-01-10 Dmitry V. Levinsg_io: decode structures on exiting syscall in case...
2017-01-08 Dmitry V. Levinsg_io: reorder printing of fields to follow structure...
2017-01-08 Dmitry V. Levinsg_io_v3: print sg_io_hdr.duration field as unsigned...
next