summaryrefslogtreecommitdiff
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* Fix a few spacing style issuesDmitry V. Levin2017-06-173-10/+17
* Strip redundant trailing semicolonsDmitry V. Levin2017-06-171-1/+1
* Fix macros encosure in a do/while loopDmitry V. Levin2017-06-171-3/+7
* Fix function prototypes with unspecified argumentsDmitry V. Levin2017-06-175-8/+19
* Fix a few misspellings in commentsDmitry V. Levin2017-06-171-1/+1
* test: rename README to README.mdDmitry V. Levin2017-03-191-1/+1
* test: update READMEDmitry V. Levin2017-03-191-6/+7
* test: rewrite skodic.c demoDmitry V. Levin2017-03-191-19/+47
* Use <asm/unistd.h> instead of <sys/syscall.h>Dmitry V. Levin2016-08-094-4/+4
* test: remove fork.c and vfork.cDmitry V. Levin2015-12-304-33/+1
* New test: test/many_looping_threads.cDenys Vlasenko2015-03-213-1/+54
* test/.gitignore: add missing test targetsDenys Vlasenko2015-03-211-0/+4
* test/Makefile: add missing test targetsDenys Vlasenko2015-03-211-1/+1
* tests: add a test for sigreturn/rt_sigreturn decodingDmitry V. Levin2015-03-053-32/+1
* test/sfd.c: add missing includesElliott Hughes2015-02-201-0/+2
* test: add a manual test for seccomp decodingDmitry V. Levin2015-02-064-9/+106
* tests: add a test for select syscall decodingDmitry V. Levin2015-02-043-36/+1
* Add a test for the latest select decoding fixDr. David Alan Gilbert2013-11-051-0/+11
* test/select.c: make comment more understandable.Denys Vlasenko2013-11-051-2/+2
* Fix select decoding with bogus (huge or negative) nfds.Dr. David Alan Gilbert2013-11-053-1/+25
* Improve sigreturn decoding on x86 to show RT signal bits too.Denys Vlasenko2013-07-163-1/+32
* test: add mtd/ubi test helpersMike Frysinger2013-05-024-5/+113
* test: include headers for used funcsMike Frysinger2013-05-027-0/+8
* test/threaded_execve: fix on metagJames Hogan2013-05-011-0/+3
* test/skodic: make a bit more portableJames Hogan2013-05-011-4/+3
* Clean up mmap decodingDenys Vlasenko2013-02-191-1/+1
* Fixes in "new" mmapDenys Vlasenko2013-02-181-0/+49
* Remove wrong x32-specific lseekDenys Vlasenko2013-02-171-0/+38
* test/threaded_execve: make it also test a case when leader is not in syscallDenys Vlasenko2012-03-171-15/+22
* Tidy up includes and copyright notices, fix indentationDenys Vlasenko2012-03-161-4/+0
* Fix a case of broken output if last seen syscall was exitDenys Vlasenko2012-01-281-2/+1
* Add new test program: test/threaded_execve.cDenys Vlasenko2012-01-273-2/+141
* Improve code readability by avoiding assignments inside if()Denys Vlasenko2011-08-232-3/+6
* Optimize sys_old_mmapDenys Vlasenko2011-08-231-0/+31
* Add fflush after printf in test/sigkill_rain.cDenys Vlasenko2011-06-081-0/+1
* Update test/* directory, it seem to be a bit bit-rottedDenys Vlasenko2011-06-086-7/+120
* Whitespace cleanups. no code changes.Denys Vlasenko2011-06-073-5/+5
* Remove obsolete .cvsignore filesDmitry V. Levin2011-02-251-0/+0
* Cleanup trailing whitespaces and indentation that uses spaces before tabsDmitry V. Levin2009-07-083-3/+2
* Revert unapproved commits.Roland McGrath2009-06-023-41/+2
* By Hans-Christian Egtvedt (hans-christian.egtvedt AT atmel.com):Denys Vlasenko2009-02-2511-123/+174
* test/sigkill_rain.c: a testcase with lots of async deathsDenys Vlasenko2009-02-131-0/+62
* * defs.h: Add new struct tcb fields: wait_status, next_need_service.Denys Vlasenko2009-01-091-0/+37
* Fix build breakage from my previous commit.Denys Vlasenko2008-12-232-2/+2
* vda tests his commit powers by removing trailing whitespace from a testDenys Vlasenko2008-12-091-1/+1
* 2007-11-06 Jan Kratochvil <jan.kratochvil@redhat.com>Roland McGrath2007-11-133-1/+63
* 2007-08-02 Jan Kratochvil <jan.kratochvil@redhat.com>Roland McGrath2007-08-031-8/+13
* 2007-07-05 Jan Kratochvil <jan.kratochvil@redhat.com>Roland McGrath2007-07-053-2/+64
* add cloneWichert Akkerman2000-09-031-0/+1
* process.c: perform bpt trick for clone as well so we can get the pid of the c...Wichert Akkerman2000-09-031-2/+2