History log of /freebsd-current/sys/modules/tests/Makefile
Revision Date Author Comments
# 5fc3104a 24-Jan-2024 Gleb Smirnoff <glebius@FreeBSD.org>

callout: retire callout_async_drain()

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


# 031beb4e 16-Aug-2023 Warner Losh <imp@FreeBSD.org>

sys: Remove $FreeBSD$: one-line sh pattern

Remove /^\s*#[#!]?\s*\$FreeBSD\$.*$\n/


# 57350d35 08-May-2017 Enji Cooper <ngie@FreeBSD.org>

Mark this Makefile SUBDIR_PARALLEL

I inserted the necessary SUBDIR+= .WAIT in the previous commit

MFC after: 3 weeks
Sponsored by: Dell EMC Isilon


# bcf597c5 08-May-2017 Enji Cooper <ngie@FreeBSD.org>

Add intermediary Makefile for compiling all items in the directory

MFC after: 3 weeks
Sponsored by: Dell EMC Isilon