]> granicus.if.org Git - strace/history - count.c
tests: do not include <errno.h> unnecessarily
[strace] / count.c
2015-11-26 Elvira KhabirovaRefer to -h on incorrect usage
2015-05-25 Dmitry V. LevinIntroduce memory allocation wrappers
2014-09-17 Dmitry V. LevinFix compilation warnings reported by gcc -Wsign-compare
2014-05-29 Mark HillsOptionally produce stats on syscall latency
2014-05-29 Dmitry V. LevinConstify count_syscall function
2013-03-07 Denys VlasenkoTweaks for -c: fixed setitimer/getitimer hack; optimize...
2013-02-21 Denys VlasenkoEliminate many SCNO_IS_VALID checks
2013-02-16 Denys VlasenkoMass rename of SCNO_IN_RANGE define to SCNO_IS_VALID
2012-05-15 Denys VlasenkoMake sure current_wordsize and PERSONALITY0_WORDSIZE...
2012-04-27 Mike FrysingerCast current_wordsize to an int
2012-03-19 Denys VlasenkoOptimize code if we have only one personality
2012-03-16 Denys VlasenkoTidy up includes and copyright notices, fix indentation
2012-03-08 Denys VlasenkoTrivial tweaks to error messages
2012-02-25 Denys VlasenkoAutomated removal of non-Linux code
2012-02-06 H.J. LuCast to long for %l in printf
2011-08-31 Denys VlasenkoMake out-of-memory handling more uniform
2011-08-24 Denys VlasenkoOpotimize "scno >= 0 && scno < nsyscalls" check
2011-08-23 Denys Vlasenkocount_syscall() always returns 0, optimize it
2011-06-22 Denys VlasenkoWhitespace cleanups. No code changes.
2010-09-07 Dmitry V. LevinFix const-correctness issues uncovered by gcc -Wwrite...
2010-04-07 Dmitry V. LevinImplement -C option to combine regular and -c output
2008-04-19 Dmitry V. Levin2008-04-19 Dmitry V. Levin <ldv@altlinux.org>
2007-07-11 Roland McGrath2007-07-11 Roland McGrath <roland@redhat.com>
2006-12-21 Dmitry V. Levin2006-12-21 Dmitry V. Levin <ldv@altlinux.org>