]> granicus.if.org Git - strace/history - strace.1
netlink_sock_diag: print unrecognized data in hex
[strace] / strace.1
2017-07-06 Dmitry V. Levinstrace.1: remove misleading remark that -i option is...
2017-05-22 Eugene SyromyatnikovAdd copyright headers
2017-04-21 Eugene SyromyatnikovImplement -e trace=%stat option
2017-04-21 Eugene SyromyatnikovImplement -e trace=%lstat option
2017-04-21 Eugene SyromyatnikovImplement -e trace=%fstat option
2017-04-21 Eugene SyromyatnikovImplement -e trace=%%stat option
2017-04-21 Eugene Syromyatnikovqualify: add syntax for optional non-matching syscall...
2017-04-21 Eugene Syromyatnikovlinux/alpha/syscallent.h: add TSFA flag to osf_getfsstat
2017-04-21 Eugene SyromyatnikovImplement -e trace=%%statfs option
2017-04-21 Eugene SyromyatnikovImplement -e trace=%fstatfs option
2017-04-18 Eugene Syromyatnikovstrace.1: s/regex expression/regular expression/
2017-04-17 Dmitry V. Levinstrace.1: enhance %statfs description
2017-04-14 Dmitry V. LevinRevert "Implement -e trace=%sched option"
2017-04-14 Dmitry V. LevinRevert "Implement -e trace=%clock option"
2017-04-14 JingPiao ChenImplement -e trace=/regex option
2017-04-07 Abhishek TiwariImplement -e trace=%statfs option
2017-04-06 Rishi BhattImplement -e trace=%clock option
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-08 Dmitry V. LevinImplement -e inject= option
2017-01-28 Elvira KhabirovaImplement success injection
2017-01-20 JingPiao Chenstrace.1: fix formatting
2016-12-28 Seraphime KirkovskiDocument signal injection
2016-11-20 Elvira KhabirovaRestructure strace.1
2016-11-16 Dmitry V. LevinImplement syscall fault injection
2016-07-29 Dmitry V. LevinSet exit status to 1 if strace has not traced any processes
2016-05-26 Fabien SironFix -yy documentation
2016-01-22 Dmitry V. LevinImplement simultaneous use of -p option and tracing...
2016-01-22 Dmitry V. Levinstrace.1: fix format of -P description
2015-12-09 Dmitry V. LevinDocument that syscall names match kernel __NR_* constants
2015-03-04 Giedrius StatkevičiusDocument that -k is available only with libunwind
2014-09-17 Dmitry V. LevinAdd -yy option: print ip and port associated with socke...
2014-06-18 Dmitry V. LevinDocument -k option as experimental
2014-06-03 Dmitry V. Levinmanpage: minor corrections
2014-05-30 Luca ClementiAdd -k option to print stack trace after each syscall
2014-05-29 Mark HillsOptionally produce stats on syscall latency
2013-06-26 Denys VlasenkoAnother manpage tweak
2013-06-26 Denys VlasenkoManpage update
2013-05-28 Dmitry V. LevinDo not suppress signal delivery messages with -qq
2013-05-13 Daniel P. BerrangeAllow -q to be repeated for very quiet output
2013-03-05 Denys VlasenkoUse dynamically-sized selected[] array for -P PATH
2013-02-27 Denys VlasenkoMake -b take SYSCALL param, document it in --help and...
2012-10-26 Namhyung KimAdd -e trace=memory option
2012-03-26 Denys Vlasenkomanpage: remove false info about -p being limited to...
2012-03-26 Denys VlasenkoTweak help text and manpage (added -In to manpage)
2012-03-16 Denys VlasenkoTidy up includes and copyright notices, fix indentation
2012-03-15 Denys Vlasenkomanpage: remove bugs which are fixed
2012-03-13 Denys VlasenkoMake manpage mention that -p "`pidof PROG`" works
2012-02-25 Dmitry V. LevinRemove and update documentation
2012-02-25 Denys VlasenkoManual removal of non-Linux source, documentation,...
2012-02-22 Dmitry V. Levinstrace.1: fix a typo
2011-04-08 Grant EdwardsAdd ability to print file descriptor paths and filter...
2011-01-14 Dmitry V. Levinstrace.1: fix misleading italics
2010-06-24 Andreas SchwabDocument -C/-D
2010-04-07 Dmitry V. Levin* strace.1: Fix quoting of hyphens and formatting of...
2010-04-07 Dmitry V. LevinImplement -C option to combine regular and -c output
2008-12-10 Roland McGrath2008-12-09 Roland McGrath <roland@redhat.com>
2008-12-09 Denys Vlasenkomanpage: document new feature of propagating exit code...
2008-09-12 Jan Kratochvil2008-09-12 Tomas Pospisek <tpo@sourcepole.ch>
2008-08-28 Roland McGrath2008-08-28 Roland McGrath <roland@redhat.com>
2008-07-18 Roland McGrath2008-07-03 Jan Kratochvil <jan.kratochvil@redhat...
2006-04-25 Roland McGrath2006-04-25 Roland McGrath <roland@redhat.com>
2005-12-02 Roland McGrath2005-08-08 Dmitry V. Levin <ldv@altlinux.org>
2005-07-05 Roland McGrath2005-06-08 Dmitry V. Levin <ldv@altlinux.org>
2004-08-31 Roland McGrath2004-08-31 Roland McGrath <roland@redhat.com>
2004-01-13 Roland McGrath2004-01-13 Roland McGrath <roland@redhat.com>
2003-10-22 Roland McGrath2003-10-21 Roland McGrath <roland@redhat.com>
2003-01-24 Roland McGrath2003-01-21 Roland McGrath <roland@redhat.com>
2003-01-14 Roland McGrath2003-01-14 Roland McGrath <roland@redhat.com>
1999-12-23 Wichert AkkermanBunch of stuff
1999-07-09 Wichert AkkermanUpdate versionnumber to 4.0
1999-06-11 Wichert AkkermanVarious fixes, see ChangeLog for details
1999-05-15 Wichert AkkermanUpdate maintainer name in manpage
1999-03-31 Nate SammonsFix a couple of typos in the man page.
1999-03-29 Nate SammonsAdd capability for Linux to change a vfork call into...
1999-02-19 Wichert AkkermanInitial revision