summaryrefslogtreecommitdiff
path: root/sys/tests
AgeCommit message (Expand)Author
2025-10-13tcp: improve testing of HPTSNick Banks
2025-10-13tcp: Initial ktest for HPTSNick Banks
2025-06-17epoch_test: Assign different priorities using offset 1Olivier Certner
2025-06-11machine/stdarg.h -> sys/stdarg.hBrooks Davis
2025-02-05netlink: refactor KPI for generic Netlink modulesGleb Smirnoff
2024-12-03netlink: use nitems() and roundup(2) from param.hGleb Smirnoff
2024-09-03tests: Stop checking for failures from malloc(M_WAITOK)Zhenlei Huang
2024-01-24callout: retire callout_async_drain()Gleb Smirnoff
2023-11-26sys: Automated cleanup of cdefs and other formattingWarner Losh
2023-10-13netlink: move NETLINK define to opt_global.hKristof Provost
2023-08-16sys: Remove $FreeBSD$: one-line sh patternWarner Losh
2023-08-16sys: Remove $FreeBSD$: one-line .c patternWarner Losh
2023-08-16sys: Remove $FreeBSD$: one-line .c comment patternWarner Losh
2023-06-13ktest: make ktest work with Netlink loaded as a module.Alexander V. Chernikov
2023-05-12spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSDWarner Losh
2023-04-17tests: make ktest build on ppc.Alexander V. Chernikov
2023-04-14Testing: add framework for the kernel unit tests.Alexander V. Chernikov
2021-08-16routing: add IPv6 fib validation procedure.Alexander V. Chernikov
2021-08-15routing: Use process fib instead of fib 0 when conducting tests.Alexander V. Chernikov
2021-06-17tests: Revise FIB lookups per second benchmarking routinesMarko Zec
2021-05-05Revise FIB lookups per second benchmarking routines.Marko Zec
2021-03-30Add IPv4 fib lookup performance tests with uniform keys.Alexander V. Chernikov
2021-01-17Enable running fib tests inside vnet jail.Alexander V. Chernikov
2021-01-09Add fib lookup testing module.Alexander V. Chernikov
2020-09-02Add small tool to invoke kernel test framework tests.Hans Petter Selasky
2020-09-02Fix build of epoch_test module.Hans Petter Selasky
2020-02-26Mark more nodes as CTLFLAG_MPSAFE or CTLFLAG_NEEDGIANT (17 of many)Pawel Biernacki
2019-02-04Regularize the Netflix copyrightWarner Losh
2018-07-15epoch_test: fix compileMatt Macy
2018-05-18epoch(9): Make epochs non-preemptible by defaultMatt Macy
2018-05-18epoch: add non-preemptible "critical" variantMatt Macy
2018-05-11Test priority handling in epoch test.Matt Macy
2018-05-10Add simple preempt safe epoch APIMatt Macy
2017-05-09style(9): sort headersEnji Cooper
2017-05-09style(9): sort headers and remove duplicatesEnji Cooper
2015-11-12Style 9 changes.Randall Stewart
2015-11-12Fix UP build.Konstantin Belousov
2015-11-11Remove redundant declaration for sysctl kern.Bryan Drewery
2015-11-11Use a proper prototype.Bryan Drewery
2015-11-10Add a kernel test framework. The callout_test is a demonstration and will onlyRandall Stewart