|
Revision tags: release/14.1.0, release/13.3.0 |
|
| #
7a71b350 |
| 12-Jan-2024 |
Yi-Chen Li <calvin0205@gapp.nthu.edu.tw> |
devmatch(8): Grammar fix
Event: Advanced UNIX Programming Course (Fall'23) at NTHU. Pull Request: https://github.com/freebsd/freebsd-src/pull/1034
|
|
Revision tags: release/14.0.0 |
|
| #
fa9896e0 |
| 16-Aug-2023 |
Warner Losh <imp@FreeBSD.org> |
Remove $FreeBSD$: two-line nroff pattern
Remove /^\.\\"\n\.\\"\s*\$FreeBSD\$$\n/
|
| #
a1df36f1 |
| 13-Aug-2023 |
Bjoern A. Zeeb <bz@FreeBSD.org> |
devmatch: introduce quiet command line option
In setups without hints whatsoever one can get a long list of "Can't read linker hints file" error messages during boot. Add a -q/--quiet option which w
devmatch: introduce quiet command line option
In setups without hints whatsoever one can get a long list of "Can't read linker hints file" error messages during boot. Add a -q/--quiet option which would suppress the noise and leave space for more essential information.
While here switch to a pre-defined exit code from sysexits.
MFC after: 4 weeks Reviewed by: imp Differential Revision: https://reviews.freebsd.org/D41443
show more ...
|
|
Revision tags: release/13.2.0, release/12.4.0 |
|
| #
5cc5c925 |
| 05-Jun-2022 |
Pau Amma <pauamma@FreeBSD.org> |
Make SYNOPSIS match DESCRIPTION.
While there, fix nits reported by igor and mandoc -T lint.
Differential Revision: https://reviews.freebsd.org/D35405
Reviewed by: debdrup, gbe, gjb
Approved by: g
Make SYNOPSIS match DESCRIPTION.
While there, fix nits reported by igor and mandoc -T lint.
Differential Revision: https://reviews.freebsd.org/D35405
Reviewed by: debdrup, gbe, gjb
Approved by: gjb (mentor)
MFC after: 3 days
show more ...
|
|
Revision tags: release/13.1.0, release/12.3.0 |
|
| #
a8935083 |
| 21-Nov-2021 |
Warner Losh <imp@FreeBSD.org> |
devmatch: Allow devmatch_blocklist to be set in kenv too
Add in all the variables set in the kenv variable devmatch_blocklist too. This allows blocking autoloading from the boot loader.
Sponsored b
devmatch: Allow devmatch_blocklist to be set in kenv too
Add in all the variables set in the kenv variable devmatch_blocklist too. This allows blocking autoloading from the boot loader.
Sponsored by: Netflix Reviewed by: 0mp Differential Revision: https://reviews.freebsd.org/D32171
show more ...
|
|
Revision tags: release/13.0.0 |
|
| #
919c763a |
| 20-Nov-2020 |
Gordon Bergling <gbe@FreeBSD.org> |
devmatch(8): Fix section ordering
- sections out of conventional order: Sh HISTORY
|
|
Revision tags: release/12.2.0 |
|
| #
aed4e355 |
| 13-Oct-2020 |
Warner Losh <imp@FreeBSD.org> |
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 <gbe@FreeBSD.org> |
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 |
|
| #
8e69ae1c |
| 05-Feb-2019 |
Dimitry Andric <dim@FreeBSD.org> |
Merge ^/head r343712 through r343806.
|
| #
52467047 |
| 04-Feb-2019 |
Warner Losh <imp@FreeBSD.org> |
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 <imp@FreeBSD.org> |
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 <imp@FreeBSD.org> |
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 <cem@FreeBSD.org> |
devmatch.8: Link to MODULE_PNP_INFO(9)
Sponsored by: Dell EMC Isilon
|
| #
590682b6 |
| 12-Feb-2018 |
Warner Losh <imp@FreeBSD.org> |
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
|