aboutsummaryrefslogtreecommitdiff
path: root/sys/tests
Commit message (Expand)AuthorAgeFilesLines
* callout: retire callout_async_drain()Gleb Smirnoff2024-01-242-314/+0
* sys: Automated cleanup of cdefs and other formattingWarner Losh2023-11-273-3/+2
* netlink: move NETLINK define to opt_global.hKristof Provost2023-10-131-2/+0
* sys: Remove $FreeBSD$: one-line sh patternWarner Losh2023-08-161-1/+0
* sys: Remove $FreeBSD$: one-line .c patternWarner Losh2023-08-166-9/+0
* sys: Remove $FreeBSD$: one-line .c comment patternWarner Losh2023-08-161-1/+0
* ktest: make ktest work with Netlink loaded as a module.Alexander V. Chernikov2023-06-131-1/+2
* spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSDWarner Losh2023-05-122-2/+2
* tests: make ktest build on ppc.Alexander V. Chernikov2023-04-171-0/+1
* Testing: add framework for the kernel unit tests.Alexander V. Chernikov2023-04-143-0/+689
* routing: add IPv6 fib validation procedure.Alexander V. Chernikov2021-08-161-1/+231
* routing: Use process fib instead of fib 0 when conducting tests.Alexander V. Chernikov2021-08-151-24/+39
* tests: Revise FIB lookups per second benchmarking routinesMarko Zec2021-06-171-21/+119
* Revise FIB lookups per second benchmarking routines.Marko Zec2021-05-051-15/+27
* Add IPv4 fib lookup performance tests with uniform keys.Alexander V. Chernikov2021-03-301-0/+52
* Enable running fib tests inside vnet jail.Alexander V. Chernikov2021-01-171-4/+4
* Add fib lookup testing module.Alexander V. Chernikov2021-01-091-0/+537
* Add small tool to invoke kernel test framework tests.Hans Petter Selasky2020-09-022-0/+101
* Fix build of epoch_test module.Hans Petter Selasky2020-09-021-1/+2
* Mark more nodes as CTLFLAG_MPSAFE or CTLFLAG_NEEDGIANT (17 of many)Pawel Biernacki2020-02-262-6/+12
* Regularize the Netflix copyrightWarner Losh2019-02-044-7/+5
* epoch_test: fix compileMatt Macy2018-07-151-4/+6
* epoch(9): Make epochs non-preemptible by defaultMatt Macy2018-05-181-7/+7
* epoch: add non-preemptible "critical" variantMatt Macy2018-05-181-1/+2
* Test priority handling in epoch test.Matt Macy2018-05-111-2/+12
* Add simple preempt safe epoch APIMatt Macy2018-05-101-0/+211
* style(9): sort headersEnji Cooper2017-05-091-6/+6
* style(9): sort headers and remove duplicatesEnji Cooper2017-05-091-4/+2
* Style 9 changes.Randall Stewart2015-11-122-59/+63
* Fix UP build.Konstantin Belousov2015-11-121-4/+0
* Remove redundant declaration for sysctl kern.Bryan Drewery2015-11-111-1/+0
* Use a proper prototype.Bryan Drewery2015-11-111-1/+1
* Add a kernel test framework. The callout_test is a demonstration and will onlyRandall Stewart2015-11-104-0/+710