aboutsummaryrefslogtreecommitdiff
path: root/sys/modules/tests/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* Remove residual blank line at start of MakefileWarner Losh2024-07-151-1/+0
| | | | | | | This is a residual of the $FreeBSD$ removal. MFC After: 3 days (though I'll just run the command on the branches) Sponsored by: Netflix
* callout: retire callout_async_drain()Gleb Smirnoff2024-01-241-1/+0
| | | | | | | | | | | | | | This function was used only in TCP before 446ccdd08e2a. It was born in pain in 2016 to plug different complex panics in TCP timers. It wasn't warmly accepted in phabricator by all of the reviewers and my recollection of overall agreement was that "if you need this KPI, then you'd better fix your code to not need it". However, the function served its duty well all the way to FreeBSD 14. But now that TCP doesn't need it anymore, let's retire it to reduce complexity of callout code and also to avoid its further use. Reviewed by: jhb, markj, kib, rrs Differential Revision: https://reviews.freebsd.org/D43546
* sys: Remove $FreeBSD$: one-line sh patternWarner Losh2023-08-161-1/+0
| | | | Remove /^\s*#[#!]?\s*\$FreeBSD\$.*$\n/
* Mark this Makefile SUBDIR_PARALLELEnji Cooper2017-05-091-0/+2
| | | | | | | | | | I inserted the necessary SUBDIR+= .WAIT in the previous commit MFC after: 3 weeks Sponsored by: Dell EMC Isilon Notes: svn path=/head/; revision=318011
* Add intermediary Makefile for compiling all items in the directoryEnji Cooper2017-05-091-0/+7
MFC after: 3 weeks Sponsored by: Dell EMC Isilon Notes: svn path=/head/; revision=318007