summaryrefslogtreecommitdiffstats
path: root/tools/regression
Commit message (Expand)AuthorAgeFilesLines
* Clean up trailing whitespacengie2015-11-269-583/+582
* r291359 was incorrect. Skip over tokens that start with `#' as fgetln canngie2015-11-261-3/+4
* Skip over lines that start with # (comments)ngie2015-11-261-0/+2
* Remove cnftp.bjpu.edu.cn (it no longer resolves)ngie2015-11-262-2/+2
* Use print as a function for Python 3 [PEP 3105]rodrigc2015-11-191-0/+1
* Remove directory made obsolete by r290905ngie2015-11-163-169/+0
* Integrate tools/regression/pipe in to the FreeBSD test suite asngie2015-11-1610-655/+0
* Integrate tools/regression/lib/libc/gen into the FreeBSD test suitengie2015-11-098-1490/+0
* Integrate tools/regression/lib/libc/net into the FreeBSD test suitengie2015-11-088-459/+0
* Integrate tools/regression/lib/libc/string into the FreeBSD test suitengie2015-11-086-436/+0
* Integrate tools/regression/lib/libc/stdlib into the FreeBSD test suitengie2015-11-088-510/+0
* Integrate tools/regression/lib/libc/stdio into the FreeBSD test suitengie2015-11-0825-2295/+0
* Integrate tools/regression/lib/libc/locale into the FreeBSD test suitengie2015-11-0833-2494/+0
* Use nitems(x) instead of sizeof(x)/sizeof(x[0])ngie2015-11-021-2/+2
* Fix compiler warnings with open_to_operation.cngie2015-10-302-16/+13
* Unbreak regression testing tools for net80211 crypto cipher modulesavos2015-10-223-78/+124
* Integrate tools/regression/acltools into the FreeBSD test suite as tests/sys/aclngie2015-10-1713-3295/+0
|\
| \
| \
*-. \ Integrate tools/test/posixshm and tools/regression/posixshm into the FreeBSDngie2015-10-175-828/+0
|\ \ \ | | |/
| | * Integrate tools/regression/acltools into tests/sys/aclngie2015-10-1313-3295/+0
| | |\
| | | * Integrate tools/regression/acltools into tests/sys/aclngie2015-10-0513-3295/+0
| | | * MFhead @ r288313ngie2015-09-2711-693/+699
| | | |\
| | | * \ MFhead @ r285904ngie2015-07-272-1/+2
| | | |\ \
| | | * \ \ MF head @ r284358ngie2015-06-131-0/+19
| | | |\ \ \
| | | * \ \ \ MFhead @ r283351ngie2015-05-242-4/+6
| | | |\ \ \ \
| | | * \ \ \ \ MFhead @ r281924ngie2015-04-243-3/+3
| | | |\ \ \ \ \
* | | | | | | | | Fix test-fenv:test_dfl_env when run on some amd64 CPUsngie2015-10-141-0/+27
* | | | | | | | | Integrate tools/regression/vfs into the FreeBSD test suite as tests/sys/vfsngie2015-10-141-42/+0
|\ \ \ \ \ \ \ \ \ | | |/ / / / / / / | |/| | | | | | / | |_|_|_|_|_|_|/ |/| | | | | | |
| * | | | | | | Integrate tools/regression/vfs into the FreeBSD test suite as tests/sys/vfsngie2015-10-131-42/+0
| |/ / / / / /
| * | | | | | Integrate tools/test/posixshm and tools/regression/posixshm into the FreeBSDngie2015-10-135-828/+0
|/ / / / / /
* | | | | | META_MODE: Remove DEP_RELDIR from Makefile.depend files.bdrewery2015-09-251-2/+0
* | | | | | Expose an interface to determine if an ACE is inherited.delphij2015-09-044-667/+667
* | | | | | - Replace N(a)/N(i)/N(T)/LEN(a)/ARRAY_SIZE(a) with nitems()rodrigc2015-08-295-24/+23
* | | | | | wordexp(): Improve some error codes.jilles2015-08-191-0/+9
| |_|_|_|/ |/| | | |
* | | | | Add a missing break statement, which made the code default to IPv6.brueffer2015-07-141-0/+1
* | | | | Let the nv.h and dnv.h includes be only in sys directory.oshogbo2015-07-021-1/+1
| |_|_|/ |/| | |
* | | | Add META_MODE support.sjg2015-06-131-0/+19
|\ \ \ \
| * \ \ \ Merge sync of headsjg2015-05-27121-9108/+321
| |\ \ \ \ | | | |_|/ | | |/| |
| * | | | Merge from head@274682sjg2014-11-19251-14087/+41
| |\ \ \ \
| * \ \ \ \ Merge head from 7/28sjg2014-08-1910-580/+57
| |\ \ \ \ \
| * \ \ \ \ \ Merge from headsjg2014-05-081-1/+1
| |\ \ \ \ \ \
| * \ \ \ \ \ \ Merge headsjg2014-04-281448-43635/+7275
| |\ \ \ \ \ \ \
| * \ \ \ \ \ \ \ Merge head@256284sjg2013-10-136-1/+1492
| |\ \ \ \ \ \ \ \
| * | | | | | | | | New dependenciessjg2013-10-132-0/+35
* | | | | | | | | | Remove directory for test that has been integrated in under tests/sys/...ngie2015-05-243-293/+0
| |_|_|_|_|_|/ / / |/| | | | | | | |
* | | | | | | | | Fix more warnings related to missing headersngie2015-05-162-4/+6
* | | | | | | | | Integrate tools/regression/mmap into the FreeBSD test suite asngie2015-04-272-111/+0
* | | | | | | | | Convert this testcase over to a TAP format testcasengie2015-04-271-15/+24
| | | | | | | | |
| \ \ \ \ \ \ \ \
*-. \ \ \ \ \ \ \ \ Integrate tools/regression/aio/aiotest and tools/regression/aio/kqueue into thengie2015-04-276-1187/+0
|\ \ \ \ \ \ \ \ \ \ | | | |_|_|_|_|_|/ / | | |/| | | | | | |
| | * | | | | | | | Integrate tests/sys/aio/kqueue into tests/sys/aiongie2015-04-164-470/+0
| | * | | | | | | | - Fix compilation (MAP_INHERIT's dead)ngie2015-04-164-22/+21
OpenPOWER on IntegriCloud