History log of /freebsd-13.1/sbin/devmatch/devmatch.8 (Results 1 – 8 of 8)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
Revision tags: release/12.4.0, release/13.1.0, release/12.3.0, release/13.0.0
# 919c763a 20-Nov-2020 Gordon Bergling <[email protected]>

devmatch(8): Fix section ordering

- sections out of conventional order: Sh HISTORY


Revision tags: release/12.2.0
# aed4e355 13-Oct-2020 Warner Losh <[email protected]>

devmatch: First appeared in 12.0

Document that devmatch first appeared in FreeBSD 12.0. Also can't -> can not. But
it doesn't help the sentence much.

MFC After: 3 days


# 6d6d6c36 09-Oct-2020 Gordon Bergling <[email protected]>

Fix a few mandoc issues

- no blank before trailing delimiter
- whitespace at end of input line
- sections out of conventional order
- normalizing date format
- AUTHORS section without An macro


Revision tags: release/11.4.0, release/12.1.0, release/11.3.0
# 52467047 04-Feb-2019 Warner Losh <[email protected]>

Regularize the Netflix copyright

Use recent best practices for Copyright form at the top of
the license:
1. Remove all the All Rights Reserved clauses on our stuff. Where we
piggybacked others, u

Regularize the Netflix copyright

Use recent best practices for Copyright form at the top of
the license:
1. Remove all the All Rights Reserved clauses on our stuff. Where we
piggybacked others, use a separate line to make things clear.
2. Use "Netflix, Inc." everywhere.
3. Use a single line for the copyright for grep friendliness.
4. Use date ranges in all places for our stuff.

Approved by: Netflix Legal (who gave me the form), adrian@ (pmc files)

show more ...


Revision tags: release/12.0.0, release/11.2.0
# 3fa2c048 17-Feb-2018 Warner Losh <[email protected]>

Implement --hints to read hints file directly

In testing, it's often useful to copy a few files into a directory and
kldxref them to ensure that particular cases are handled correctly.
Add --hints (

Implement --hints to read hints file directly

In testing, it's often useful to copy a few files into a directory and
kldxref them to ensure that particular cases are handled correctly.
Add --hints (-h) to facilitate this testing and enable future
automated testing.

Sponsored by: Netflix

show more ...


# d38a8a7a 17-Feb-2018 Warner Losh <[email protected]>

Add option to parse NOMATCH event and suggest modules to load

Add --nomatch/-p to search for individual drivers based on a NOMATCH
event from devd.

Submitted by: hps (earlier version)
Sponsored by:

Add option to parse NOMATCH event and suggest modules to load

Add --nomatch/-p to search for individual drivers based on a NOMATCH
event from devd.

Submitted by: hps (earlier version)
Sponsored by: Netflix

show more ...


# 487340b0 12-Feb-2018 Conrad Meyer <[email protected]>

devmatch.8: Link to MODULE_PNP_INFO(9)

Sponsored by: Dell EMC Isilon


# 590682b6 12-Feb-2018 Warner Losh <[email protected]>

Move devmatch to sbin from usr/sbin.

Since we want to use devmatch in context before a split /,/usr system
has mounted /usr, move devmatch to /sbin.

Sponsored by: Netflix