summaryrefslogtreecommitdiff
path: root/tools/regression
Commit message (Expand)AuthorAgeFilesLines
* Use nitems(x) instead of sizeof(x)/sizeof(x[0])Enji Cooper2015-11-021-2/+2
* Fix compiler warnings with open_to_operation.cEnji Cooper2015-10-302-16/+13
* Unbreak regression testing tools for net80211 crypto cipher modulesAndriy Voskoboinyk2015-10-223-78/+124
* Integrate tools/regression/acltools into the FreeBSD test suite as tests/sys/aclEnji Cooper2015-10-1713-3295/+0
* Integrate tools/test/posixshm and tools/regression/posixshm into the FreeBSDEnji Cooper2015-10-175-828/+0
* Fix test-fenv:test_dfl_env when run on some amd64 CPUsEnji Cooper2015-10-141-0/+27
* Integrate tools/regression/vfs into the FreeBSD test suite as tests/sys/vfsEnji Cooper2015-10-141-42/+0
* META_MODE: Remove DEP_RELDIR from Makefile.depend files.Bryan Drewery2015-09-251-2/+0
* Expose an interface to determine if an ACE is inherited.Xin LI2015-09-044-667/+667
* - Replace N(a)/N(i)/N(T)/LEN(a)/ARRAY_SIZE(a) with nitems()Craig Rodrigues2015-08-295-24/+23
* wordexp(): Improve some error codes.Jilles Tjoelker2015-08-191-0/+9
* Add a missing break statement, which made the code default to IPv6.Christian Brueffer2015-07-141-0/+1
* Let the nv.h and dnv.h includes be only in sys directory.Mariusz Zaborski2015-07-021-1/+1
* Add META_MODE support.Simon J. Gerraty2015-06-131-0/+19
|\
| * Merge sync of headSimon J. Gerraty2015-05-27121-9108/+321
| |\
| * \ Merge from head@274682Simon J. Gerraty2014-11-19251-14087/+41
| |\ \
| * \ \ Merge head from 7/28Simon J. Gerraty2014-08-1910-580/+57
| |\ \ \
| * \ \ \ Merge from headSimon J. Gerraty2014-05-081-1/+1
| |\ \ \ \
| * \ \ \ \ Merge headSimon J. Gerraty2014-04-281448-43635/+7275
| |\ \ \ \ \
| * \ \ \ \ \ Merge head@256284Simon J. Gerraty2013-10-136-1/+1492
| |\ \ \ \ \ \
| * | | | | | | New dependenciesSimon J. Gerraty2013-10-132-0/+35
* | | | | | | | Remove directory for test that has been integrated in under tests/sys/...Enji Cooper2015-05-243-293/+0
| |_|_|_|_|_|/ |/| | | | | |
* | | | | | | Fix more warnings related to missing headersEnji Cooper2015-05-162-4/+6
* | | | | | | Integrate tools/regression/mmap into the FreeBSD test suite asEnji Cooper2015-04-272-111/+0
* | | | | | | Convert this testcase over to a TAP format testcaseEnji Cooper2015-04-271-15/+24
* | | | | | | Integrate tools/regression/aio/aiotest and tools/regression/aio/kqueue into theEnji Cooper2015-04-276-1187/+0
* | | | | | | - Fix style(9) a bitEnji Cooper2015-04-272-57/+57
* | | | | | | - Fix compilation (MAP_INHERIT's dead)Enji Cooper2015-04-274-22/+21
* | | | | | | Integrate tools/regression/mqueue into the FreeBSD test suite asEnji Cooper2015-04-2711-541/+0
* | | | | | | Integrate tools/regression/fifo into the FreeBSD test suite as tests/sys/fifoEnji Cooper2015-04-2720-4984/+0
* | | | | | | Integrate tools/regression/kqueue into the FreeBSD test suite asEnji Cooper2015-04-2710-1747/+0
* | | | | | | Fix -Wformat warnings by using proper format string qualifiers forEnji Cooper2015-04-271-5/+5
* | | | | | | Integrate tools/regression/execve into the FreeBSD test suite asEnji Cooper2015-04-2710-226/+0
* | | | | | | Reassign copyright statements on several files from AdvancedJohn Baldwin2015-04-234-4/+4
* | | | | | | Fix even more warnings..Enji Cooper2015-04-112-3/+4
* | | | | | | Fix more warnings I didn't catch in the first go-aroundEnji Cooper2015-04-112-6/+3
* | | | | | | Fix warnings, bump WARNS to 6, and use a temporary socket instead of one in /tmpEnji Cooper2015-04-112-8/+8
* | | | | | | - Remove the .t wrapper and put the "magic" of determining the number ofEnji Cooper2015-04-112-59/+11
* | | | | | | Fix the knob twiddling to work properly per src.opts.mkEnji Cooper2015-04-111-4/+6
* | | | | | | Generate temporary files with mkstemp instead of mktempEnji Cooper2015-04-111-3/+3
* | | | | | | Garbage collect argc/argv and bump WARNS to 6Enji Cooper2015-04-112-2/+2
* | | | | | | Garbage collect argc/argv and bump WARNS to 6Enji Cooper2015-04-112-2/+2
* | | | | | | - Garbage collect argc/argvEnji Cooper2015-04-112-11/+14
* | | | | | | - Garbage collect argc/argv; bump WARNS to 6Enji Cooper2015-04-112-6/+11
* | | | | | | Fix warnings and bump WARNS to 6Enji Cooper2015-04-112-6/+6
* | | | | | | Garbage collect argc/argv and bump WARNS to 6Enji Cooper2015-04-112-2/+2
* | | | | | | Mark signum unused in signal_handler; bump WARNS to 6Enji Cooper2015-04-112-2/+2
* | | | | | | Fix a -Wuninitialized warning by setting the socket to -1 and bump WARNS to 6Enji Cooper2015-04-112-1/+3
* | | | | | | - Don't use /tmp because it's outside ATF's prescribed sandboxEnji Cooper2015-04-111-4/+4
* | | | | | | Fix warnings and bump WARNS to 6Enji Cooper2015-04-112-7/+7