aboutsummaryrefslogtreecommitdiff
path: root/sys/modules/netgraph/checksum
Commit message (Collapse)AuthorAgeFilesLines
* kern: Remove needless kern.opts.mkWarner Losh2025-10-101-3/+0
| | | | | | | | We don't need kern.opts.mk in any of these places. None of these Makefiles reference any MK_ options. Some don't even need SYSDIR, but leave that defined in the ones that do. Sponsored by: Netflix
* 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
* sys: Remove $FreeBSD$: one-line sh patternWarner Losh2023-08-161-1/+0
| | | | Remove /^\s*#[#!]?\s*\$FreeBSD\$.*$\n/
* Remove commented out code to generate opt_inet*.h. That's handledWarner Losh2018-03-171-13/+2
| | | | | | | automatically by kern.opts.mk now. Include that instead. Notes: svn path=/head/; revision=331100
* netgraph module for reconstructing checksumsJulian Elischer2016-08-011-0/+20
PR: 206108 Submitted by: Dmitry Vagin daemon.hammer@ya.ru MFC after: 1 month Notes: svn path=/head/; revision=303612