]> granicus.if.org Git - strace/history - test
tests: add ioctl_evdev-success* test binaries to .gitignore
[strace] / test /
2019-03-06 Dmitry V. Levintests: check tracing of looping threads
2018-12-30 Dmitry V. LevinFix preprocessor indentation
2017-06-17 Dmitry V. LevinFix a few spacing style issues
2017-06-17 Dmitry V. LevinStrip redundant trailing semicolons
2017-06-17 Dmitry V. LevinFix macros encosure in a do/while loop
2017-06-17 Dmitry V. LevinFix function prototypes with unspecified arguments
2017-06-17 Dmitry V. LevinFix a few misspellings in comments
2017-03-19 Dmitry V. Levintest: rename README to README.md
2017-03-19 Dmitry V. Levintest: update README
2017-03-19 Dmitry V. Levintest: rewrite skodic.c demo
2016-08-09 Dmitry V. LevinUse <asm/unistd.h> instead of <sys/syscall.h>
2015-12-30 Dmitry V. Levintest: remove fork.c and vfork.c
2015-03-21 Denys VlasenkoNew test: test/many_looping_threads.c
2015-03-21 Denys Vlasenkotest/.gitignore: add missing test targets
2015-03-21 Denys Vlasenkotest/Makefile: add missing test targets
2015-03-05 Dmitry V. Levintests: add a test for sigreturn/rt_sigreturn decoding
2015-02-20 Elliott Hughestest/sfd.c: add missing includes
2015-02-06 Dmitry V. Levintest: add a manual test for seccomp decoding
2015-02-04 Dmitry V. Levintests: add a test for select syscall decoding
2013-11-05 Dr. David Alan GilbertAdd a test for the latest select decoding fix
2013-11-05 Denys Vlasenkotest/select.c: make comment more understandable.
2013-11-05 Dr. David Alan GilbertFix select decoding with bogus (huge or negative) nfds.
2013-07-16 Denys VlasenkoImprove sigreturn decoding on x86 to show RT signal...
2013-05-02 Mike Frysingertest: add mtd/ubi test helpers
2013-05-02 Mike Frysingertest: include headers for used funcs
2013-05-01 James Hogantest/threaded_execve: fix on metag
2013-05-01 James Hogantest/skodic: make a bit more portable
2013-02-19 Denys VlasenkoClean up mmap decoding
2013-02-18 Denys VlasenkoFixes in "new" mmap
2013-02-17 Denys VlasenkoRemove wrong x32-specific lseek
2012-03-17 Denys Vlasenkotest/threaded_execve: make it also test a case when...
2012-03-16 Denys VlasenkoTidy up includes and copyright notices, fix indentation
2012-01-28 Denys VlasenkoFix a case of broken output if last seen syscall was...
2012-01-27 Denys VlasenkoAdd new test program: test/threaded_execve.c
2011-08-23 Denys VlasenkoImprove code readability by avoiding assignments inside...
2011-08-23 Denys VlasenkoOptimize sys_old_mmap
2011-06-08 Denys VlasenkoAdd fflush after printf in test/sigkill_rain.c
2011-06-08 Denys VlasenkoUpdate test/* directory, it seem to be a bit bit-rotted
2011-06-07 Denys VlasenkoWhitespace cleanups. no code changes.
2011-02-25 Dmitry V. LevinRemove obsolete .cvsignore files
2009-07-08 Dmitry V. LevinCleanup trailing whitespaces and indentation that uses...
2009-06-02 Roland McGrathRevert unapproved commits.
2009-02-25 Denys VlasenkoBy Hans-Christian Egtvedt (hans-christian.egtvedt AT...
2009-02-13 Denys Vlasenkotest/sigkill_rain.c: a testcase with lots of async...
2009-01-09 Denys Vlasenko* defs.h: Add new struct tcb fields: wait_status, next_...
2008-12-23 Denys VlasenkoFix build breakage from my previous commit.
2008-12-09 Denys Vlasenkovda tests his commit powers by removing trailing whites...
2007-11-13 Roland McGrath2007-11-06 Jan Kratochvil <jan.kratochvil@redhat...
2007-08-03 Roland McGrath2007-08-02 Jan Kratochvil <jan.kratochvil@redhat...
2007-07-05 Roland McGrath2007-07-05 Jan Kratochvil <jan.kratochvil@redhat...
2000-09-03 Wichert Akkermanadd clone
2000-09-03 Wichert Akkermanprocess.c: perform bpt trick for clone as well so we...
2000-08-10 Wichert Akkermantest/clone.c: minor fixup
2000-04-10 Wichert Akkermanadd clone test
2000-04-10 Wichert AkkermanREADME-linux: updated to note that strace might not...
2000-02-19 Wichert Akkermantest/vfork.c: new file to test vfork traces
2000-02-01 Pavel MachekAutomatically probe for sys/poll.h
1999-02-19 Wichert AkkermanInitial revision