Page MenuHomeFreeBSD

blocklist: Add vendor import instructions
ClosedPublic

Authored by jlduran on Mar 25 2025, 10:09 PM.
Tags
None
Referenced Files
Unknown Object (File)
Mon, Dec 29, 2:16 PM
Unknown Object (File)
Mon, Dec 29, 2:16 PM
Unknown Object (File)
Mon, Dec 29, 2:15 PM
Unknown Object (File)
Sat, Dec 27, 11:29 PM
Unknown Object (File)
Dec 1 2025, 2:22 AM
Unknown Object (File)
Nov 30 2025, 4:12 AM
Unknown Object (File)
Nov 29 2025, 2:12 AM
Unknown Object (File)
Nov 28 2025, 6:07 PM
Subscribers

Details

Summary

Add vendor import instructions for blocklist.

It runs a "freebsd-changes.sh" script that takes care of adapting it to
FreeBSD.

It also has an extra "freebsd-rename.sh" script that takes care of
renaming blocklist to blacklist. Once the naming migration is done,
this file should be removed. It also facilitates MFCing.

Diff Detail

Repository
rG FreeBSD src repository
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

  • Fix the procedure to use a commit id from zoulasc/blocklist as the version
  • Fix cross-references in bin/blocklistd.8

Skip renaming special files

contrib/blocklist/freebsd-changes.sh
12

Replace /libexec with /usr/libexec in bin/internal.h as well. _PATH_BLCONTROL is correctly defined, however let's do it just as a precautionary measure.

This revision is now accepted and ready to land.Nov 17 2025, 4:19 PM
This revision was automatically updated to reflect the committed changes.