Page MenuHomeFreeBSD

blocklist: Add vendor import instructions
AcceptedPublic

Authored by jlduran on Mar 25 2025, 10:09 PM.
Tags
None
Referenced Files
Unknown Object (File)
Mon, Dec 1, 2:22 AM
Unknown Object (File)
Sun, Nov 30, 4:12 AM
Unknown Object (File)
Sat, Nov 29, 2:12 AM
Unknown Object (File)
Fri, Nov 28, 6:07 PM
Unknown Object (File)
Tue, Nov 25, 11:25 PM
Unknown Object (File)
Nov 8 2025, 1:30 AM
Unknown Object (File)
Oct 29 2025, 3:40 PM
Unknown Object (File)
Oct 29 2025, 3:32 AM
Subscribers

Details

Reviewers
emaste
dch
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 Skipped
Unit
Tests Skipped
Build Status
Buildable 67348
Build 64231: arc lint + arc unit

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
11

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.Mon, Nov 17, 4:19 PM