#
c013ca2c |
| 24-Sep-2024 |
Graham Percival <gperciva@tarsnap.com> |
manuals: Fix typos in -offset for .Bd and .Bl
The intended value is: -offset indent If there's any typo such that the value doesn't match the pre-defined strings, then the offset is the same wid
manuals: Fix typos in -offset for .Bd and .Bl
The intended value is: -offset indent If there's any typo such that the value doesn't match the pre-defined strings, then the offset is the same width as the value. So by chance, "-offset -ident" ended up being a standard-width indent (since the default indent is 6 chars, and "-ident" also has 6 chars), whereas "-offset -indent" had a longer indent, and "-offset ident" had a shorter one.
Signed-off-by: Graham Percival <gperciva@tarsnap.com> Reviewed by: mhorne, Alexander Ziaee <concussious.bugzilla@runbox.com> MFC after: 3 days Sponsored by: Tarsnap Backup Inc. Pull Request: https://github.com/freebsd/freebsd-src/pull/1436
show more ...
|
Revision tags: release/13.4.0, release/14.1.0, release/13.3.0, release/14.0.0 |
|
#
6e5dcc61 |
| 05-Oct-2023 |
Ed Maste <emaste@FreeBSD.org> |
Connect mitigations(7) to the build
Also add some cross references.
Sponsored by: The FreeBSD Foundation
|
#
fa9896e0 |
| 16-Aug-2023 |
Warner Losh <imp@FreeBSD.org> |
Remove $FreeBSD$: two-line nroff pattern
Remove /^\.\\"\n\.\\"\s*\$FreeBSD\$$\n/
|
Revision tags: release/13.2.0, release/12.4.0, release/13.1.0 |
|
#
dbc7364b |
| 05-Feb-2022 |
Ed Maste <emaste@FreeBSD.org> |
elfctl: update man page example for 'no' prefix
Reported by: Mark Millard on freebsd-current@ Fixes: c763f99d11fd ("elfctl: prefix disable flags with "no"") MFC after: 1 week Sponsored by: The Free
elfctl: update man page example for 'no' prefix
Reported by: Mark Millard on freebsd-current@ Fixes: c763f99d11fd ("elfctl: prefix disable flags with "no"") MFC after: 1 week Sponsored by: The FreeBSD Foundation
show more ...
|
Revision tags: release/12.3.0, release/13.0.0 |
|
#
86f33b5f |
| 22-Jan-2021 |
Ed Maste <emaste@FreeBSD.org> |
elfctl: allow features to be specified by value
This will allow elfctl on older releases to set bits that are not yet known there, so that the binary will have the correct settings applied if run on
elfctl: allow features to be specified by value
This will allow elfctl on older releases to set bits that are not yet known there, so that the binary will have the correct settings applied if run on a later FreeBSD version.
PR: 252629 (related) Suggested by: kib Reviewed by: gbe (manpage, earlier), kib MFC after: 3 days Sponsored by: The FreeBSD Foundation Differential Revision: https://reviews.freebsd.org/D28284
show more ...
|
#
f6d95a01 |
| 13-Jan-2021 |
Ed Maste <emaste@FreeBSD.org> |
elftcl: add -i flag to ignore unknown flags
This may allow an identical elfctl invocation to be used on multiple FreeBSD versions, with features not implemented on older releases being silently igno
elftcl: add -i flag to ignore unknown flags
This may allow an identical elfctl invocation to be used on multiple FreeBSD versions, with features not implemented on older releases being silently ignored.
PR: 252629 (related) Reviewed by: kib MFC after: 1 week Sponsored by: The FreeBSD Foundation Differential Revision: https://reviews.freebsd.org/D28130
show more ...
|
Revision tags: release/12.2.0, release/11.4.0 |
|
#
4ac4a7f8 |
| 05-May-2020 |
Ed Maste <emaste@FreeBSD.org> |
elfctl: update earliest FreeBSD revision to 12.2
elfctl has been merged to stable/12, and so will appear in FreeBSD 12.2
Reported by: Dewayne Geraghty MFC after: 1 week Sponsored by: The FreeBSD Fo
elfctl: update earliest FreeBSD revision to 12.2
elfctl has been merged to stable/12, and so will appear in FreeBSD 12.2
Reported by: Dewayne Geraghty MFC after: 1 week Sponsored by: The FreeBSD Foundation
show more ...
|
#
e43d33d2 |
| 05-Mar-2020 |
Dimitry Andric <dim@FreeBSD.org> |
Merge ^/head r358466 through r358677.
|
#
79bfb05b |
| 02-Mar-2020 |
Ed Maste <emaste@FreeBSD.org> |
Move ELF feature note tool to usr.bin/elfctl
elfctl is a tool for modifying the NT_FREEBSD_FEATURE_CTL ELF note, which contains a set of flags for enabling or disabling vulnerability mitigations and
Move ELF feature note tool to usr.bin/elfctl
elfctl is a tool for modifying the NT_FREEBSD_FEATURE_CTL ELF note, which contains a set of flags for enabling or disabling vulnerability mitigations and other features.
Reviewed by: csjp, kib MFC after: 2 weeks Relnotes: Yes Sponsored by: The FreeBSD Foundation Differential Revision: https://reviews.freebsd.org/D23910
show more ...
|