summaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
...
| | | * MFhead @ r288313ngie2015-09-272-24/+206
| | | |\
| | | * \ MFhead @ r286584ngie2015-08-104-98/+674
| | | |\ \
| | | * \ \ MFhead @ r285904ngie2015-07-273-13/+14
| | | |\ \ \
| | | * | | | Fix some -Wunused warningsngie2015-06-141-1/+1
| | | * | | | Fix Makefilengie2015-06-141-2/+2
| | | * | | | MF head @ r284358ngie2015-06-133-30/+54
| | | |\ \ \ \
| | | * \ \ \ \ Readd fresh copies of the directories from head using svn copyngie2015-05-3134-0/+7300
| | | |\ \ \ \ \
| | | * | | | | | Nuke some broken directoriesngie2015-05-3134-7300/+0
| | | * | | | | | MF head @ r283796ngie2015-05-311-0/+246
| | | |\ \ \ \ \ \ | | | | |/ / / / /
| | | * | | | | | MFhead @ r283351ngie2015-05-2421-43/+460
| | | |\ \ \ \ \ \
| | | * \ \ \ \ \ \ Try and fix filenames to diff reduce with headngie2015-04-272-0/+0
| | | |\ \ \ \ \ \ \
| | | * | | | | | | | Remove tests/sys/mmapngie2015-04-272-112/+0
| | | * | | | | | | | MFhead @ r282076ngie2015-04-273-1/+106
| | | |\ \ \ \ \ \ \ \ | | | | |/ / / / / / /
| | | * | | | | | | | Add missing newline for SKIP planngie2015-04-251-1/+1
| | | * | | | | | | | MFhead @ r281924ngie2015-04-241-1/+1
| | | |\ \ \ \ \ \ \ \
| | | * | | | | | | | | sparc64 gcc has -Wcast-align issues as well on sparc64; disable the warning f...ngie2015-04-161-1/+1
| | | * | | | | | | | | Fix a warning related to type sizes found by testing on a 32-bit OS ;) (powerpc)ngie2015-04-161-2/+1
* | | | | | | | | | | | Add more SUBDIR_PARALLEL.bdrewery2015-10-154-0/+6
| | | | | | | | | | | |
| \ \ \ \ \ \ \ \ \ \ \
*-. \ \ \ \ \ \ \ \ \ \ \ Integrate tools/regression/vfs into the FreeBSD test suite as tests/sys/vfsngie2015-10-143-0/+50
|\ \ \ \ \ \ \ \ \ \ \ \ \ | | | |/ / / / / / / / / / | | |/| | | | | | | | | |
| | * | | | | | | | | | | Add Makefile forgotten in r289224ngie2015-10-131-0/+7
| |/ / / / / / / / / / /
| * | | | | | | | | | | Integrate tools/regression/vfs into the FreeBSD test suite as tests/sys/vfsngie2015-10-132-0/+43
| |/ / / / / / / / / /
| * | | | | | | | | | Integrate tools/test/posixshm and tools/regression/posixshm into the FreeBSDngie2015-10-136-0/+990
|/ / / / / / / / / /
* | | | | | | | | | Refactor the test/ Makefiles after recent changes to bsd.test.mk (r289158) andngie2015-10-123-3/+3
* | | | | | | | | | Tweak: use 'mainlwp' instead of 'mainpid' since this is a thread (LWP)jhb2015-10-061-3/+3
* | | | | | | | | | Fix build with older GCC which, doesn't like 'main' being a variable name.bdrewery2015-10-061-3/+3
* | | | | | | | | | Fix various edge cases related to system call tracing.jhb2015-10-062-15/+245
* | | | | | | | | | Revert r288682ngie2015-10-0521-0/+2046
* | | | | | | | | | Remove some paths preparing for a re-copy from headngie2015-10-0521-2046/+0
| |_|_|_|_|_|_|_|/ |/| | | | | | | |
* | | | | | | | | Use _exit() instead of exit() in child processes created during tests.jhb2015-09-091-10/+10
* | | | | | | | | Add a test to verify that a traced process sees its original parent viajhb2015-09-091-0/+87
* | | | | | | | | Properly size the children[] arrays in the follow fork tests.jhb2015-09-091-6/+6
* | | | | | | | | Add more mmap tests related to character devices.jhb2015-09-041-8/+103
| |_|_|_|_|_|_|/ |/| | | | | | |
* | | | | | | | Add various tests to ensure that invalid arguments passed to mmap()jhb2015-08-061-0/+72
* | | | | | | | Convert the map_at_zero test case to ATF. In particular, this willjhb2015-08-062-37/+24
* | | | | | | | Clear P_TRACED before reparenting a detached process back to itsjhb2015-08-011-54/+527
* | | | | | | | Fixed shutdown(2) unix(4) tests for SOCK_SEQPACKET after r285910 (by ed).pluknet2015-07-291-8/+52
| |_|_|_|_|_|/ |/| | | | | |
* | | | | | | Pass unsigned long argument to ioctl().rodrigc2015-07-261-1/+2
* | | | | | | The bug caught by flock's test 16 was fixed by r268384.markj2015-07-051-5/+0
* | | | | | | Make cleanup routines idempotentjmmv2015-07-041-7/+12
| |_|_|_|_|/ |/| | | | |
* | | | | | Misc fixes from projects/bmakesjg2015-06-111-1/+1
* | | | | | Add a CHILD_REQUIRE macro similar to ATF_REQUIRE for use in child processesjhb2015-06-041-25/+47
* | | | | | Append to SUBDIR, not set itngie2015-05-311-2/+2
* | | | | | Consistently only use one end of the pipe in the parent and debuggerjhb2015-05-311-3/+5
| |_|_|_|/ |/| | | |
* | | | | Tweak the description of when waitpid() doesn't return any status for ajhb2015-05-281-6/+6
* | | | | Do not allow a process to reap an orphan (a child currently beingjhb2015-05-261-0/+246
| |_|_|/ |/| | |
* | | | Only reparent a traced process to its old parent if the tracing process isjhb2015-05-222-0/+144
* | | | Move all test integration pieces for etc/ from etc/ to tests/ngie2015-05-184-0/+158
* | | | Fix typo. It should have been atf_tc_skip, not atf_skipngie2015-04-291-1/+1
* | | | ATF_REQUIRE_KERNEL_MODULE: use atf_skip, not ATF_REQUIRE_MSG so the testcasengie2015-04-291-7/+10
* | | | Adjust CFLAGS to find freebsd_test_suite/macros.hngie2015-04-281-0/+2
OpenPOWER on IntegriCloud