#
ffc4f93e |
| 02-Jan-2024 |
Benedict Reuschling <bcr@FreeBSD.org> |
Fix typos in man pages under /share/man
Found using: devel/py-proselint
|
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/
|
#
6f96b548 |
| 25-Apr-2023 |
Zhenlei Huang <zlei@FreeBSD.org> |
elf.5: Fix conjugation of holds
MFC after: 1 week
|
Revision tags: release/13.2.0, release/12.4.0 |
|
#
3c405c7e |
| 17-Aug-2022 |
Jens Schweikhardt <schweikh@FreeBSD.org> |
Indicate which port gdb.1 and kgdb.1 come from.
|
#
05b6744c |
| 28-Jun-2022 |
Ed Maste <emaste@FreeBSD.org> |
Add ELFCOMPRESS_ZSTD ELF compression constant
ELFCOMPRESS_ZSTD indicates that an ELF section is compressed with zstd. It is the second compression type, after the existing ELFCOMPRESS_ZLIB. Zstd gen
Add ELFCOMPRESS_ZSTD ELF compression constant
ELFCOMPRESS_ZSTD indicates that an ELF section is compressed with zstd. It is the second compression type, after the existing ELFCOMPRESS_ZLIB. Zstd generally provides a compelling tradeoff of speed and compression (other algorithms may compress slightly better but take a lot longer, or run faster but do not compress nearly as well).
See https://groups.google.com/g/generic-abi/c/satyPkuMisk for details. ELFCOMPRESS_ZSTD will be supported in a future Clang/LLVM update. ELF Tool Chain tools also need updating.
Reviewed by: Fangrui Song MFC after: 1 week Sponsored by: The FreeBSD Foundation
show more ...
|
Revision tags: release/13.1.0, release/12.3.0 |
|
#
e0189cf6 |
| 29-Nov-2021 |
Mark Johnston <markj@FreeBSD.org> |
elf.5: Document compressed section headers
Reviewed by: emaste MFC after: 1 week Sponsored by: The FreeBSD Foundation Differential Revision: https://reviews.freebsd.org/D33138
|
Revision tags: release/13.0.0, release/12.2.0, release/11.4.0 |
|
#
55ed6718 |
| 03-May-2020 |
Benedict Reuschling <bcr@FreeBSD.org> |
Fix various, mostly minor errors in man pages like: - Abbreviated month name in .Dd - position of HISTORY section - alphabetical ordering within SEE ALSO section - adding .Ed before .Sh DESCRIPTION -
Fix various, mostly minor errors in man pages like: - Abbreviated month name in .Dd - position of HISTORY section - alphabetical ordering within SEE ALSO section - adding .Ed before .Sh DESCRIPTION - remove trailing whitespaces - Line break after a sentence stop - Use BSD OS macros instead of hardcoded strings
No .Dd bumps as there was no actual content change made in any of these pages.
Submitted by: Gordon Bergling gbergling_gmail.com Approved by: bcr Differential Revision: https://reviews.freebsd.org/D24591
show more ...
|
#
233c4ed9 |
| 03-Apr-2020 |
Ed Maste <emaste@FreeBSD.org> |
elf.5: remove commented out leftovers
|
#
bf384820 |
| 03-Apr-2020 |
Ed Maste <emaste@FreeBSD.org> |
elf.5: expand on NT_FREEBSD_FEATURE_CTL bit definitions
Based on suggestions from kib in review D23982.
Sponsored by: The FreeBSD Foundation
|
#
2338bd47 |
| 02-Apr-2020 |
Ed Maste <emaste@FreeBSD.org> |
elf.5: correct and expand NT_FREEBSD_NOINIT_TAG description
Reported by: kib
|
#
ae629006 |
| 02-Apr-2020 |
Ed Maste <emaste@FreeBSD.org> |
elf.5: minor update to FreeBSD ELF note descriptions
|
#
51ae1284 |
| 01-Apr-2020 |
Ed Maste <emaste@FreeBSD.org> |
elf.5: add definitions of FreeBSD notes
I hope to extend this with some more detail in the future but it gives a good starting point.
Thanks to 0mp for assistance with markup.
Reviewed by: jkoshy
elf.5: add definitions of FreeBSD notes
I hope to extend this with some more detail in the future but it gives a good starting point.
Thanks to 0mp for assistance with markup.
Reviewed by: jkoshy Sponsored by: The FreeBSD Foundation Differential Revision: https://reviews.freebsd.org/D23982
show more ...
|
#
202f6d83 |
| 30-Mar-2020 |
Ed Maste <emaste@FreeBSD.org> |
elf.5: table markup fixes
Suggested by 0mp in review D23982.
Submitted by: 0mp
|
#
b1b09fb8 |
| 11-Mar-2020 |
Ed Maste <emaste@FreeBSD.org> |
Remove extra Sy from table header
Reported by: 0mp
|
#
311223e0 |
| 11-Mar-2020 |
Ed Maste <emaste@FreeBSD.org> |
elf.5: start documenting ELF note sections
I intend to document FreeBSD's ELF notes (see review D23982), but start with a section documenting the format of the note section itself.
Sponsored by: Th
elf.5: start documenting ELF note sections
I intend to document FreeBSD's ELF notes (see review D23982), but start with a section documenting the format of the note section itself.
Sponsored by: The FreeBSD Foundation
show more ...
|
Revision tags: release/12.1.0, release/11.3.0, release/12.0.0, release/11.2.0 |
|
#
c647e51f |
| 15-Jun-2018 |
Ed Maste <emaste@FreeBSD.org> |
elf.5: add readelf cross-reference
objdump is sometimes used in cases where readelf is more appropriate, but the obsolete GNU objdump we have in the base system will be removed in the future.
.Xr r
elf.5: add readelf cross-reference
objdump is sometimes used in cases where readelf is more appropriate, but the obsolete GNU objdump we have in the base system will be removed in the future.
.Xr readelf from elf.5 to improve the odds the more appropriate tool will be found.
PR: 229046 MFC after: 1 week Sponsored by: The FreeBSD Foundation
show more ...
|
Revision tags: release/10.4.0, release/11.1.0, release/11.0.1, release/11.0.0 |
|
#
16e36754 |
| 09-Jun-2016 |
Edward Tomasz Napierala <trasz@FreeBSD.org> |
Fix a bunch of "xref refers to *this* page" igor(1) warnings.
MFC after: 1 month
|
Revision tags: release/10.3.0, release/10.2.0, release/10.1.0 |
|
#
246e7a2b |
| 02-Sep-2014 |
Neel Natu <neel@FreeBSD.org> |
IFC @r269962
Submitted by: Anish Gupta (akgupt3@gmail.com)
|
#
ee7b0571 |
| 19-Aug-2014 |
Simon J. Gerraty <sjg@FreeBSD.org> |
Merge head from 7/28
|
#
1b833d53 |
| 13-Aug-2014 |
Alexander V. Chernikov <melifaro@FreeBSD.org> |
Sync to HEAD@r269943.
|
Revision tags: release/9.3.0 |
|
#
a63d6c94 |
| 23-Jun-2014 |
Baptiste Daroussin <bapt@FreeBSD.org> |
use .Mt to mark up email addresses consistently (part6)
PR: 191174 Submitted by: Franco Fichtner <franco at lastsummer.de>
|
Revision tags: release/10.0.0, release/9.2.0, release/8.4.0, release/9.1.0, release/8.3.0_cvs, release/8.3.0, release/9.0.0, release/7.4.0_cvs, release/8.2.0_cvs, release/7.4.0, release/8.2.0 |
|
#
19fe8e84 |
| 22-Oct-2010 |
Dimitry Andric <dim@FreeBSD.org> |
Sync: merge r214077 through r214219 from ^/head.
|
#
2914feeb |
| 21-Oct-2010 |
Ulrich Spörlein <uqs@FreeBSD.org> |
mdoc: make pages render with mandoc
It's a bit more pedantic regarding .Bl list elements. This has an added benefit of unbreaking the ipfw(8) manpage, where groff was silently skipping one list elem
mdoc: make pages render with mandoc
It's a bit more pedantic regarding .Bl list elements. This has an added benefit of unbreaking the ipfw(8) manpage, where groff was silently skipping one list element.
show more ...
|
#
0d9deed5 |
| 08-Oct-2010 |
Ulrich Spörlein <uqs@FreeBSD.org> |
mdoc: drop redundant .Pp and .LP calls
They have no effect when coming in pairs, or before .Bl/.Bd
|
Revision tags: release/8.1.0_cvs, release/8.1.0, release/7.3.0_cvs, release/7.3.0, release/8.0.0_cvs, release/8.0.0, release/7.2.0_cvs, release/7.2.0, release/7.1.0_cvs, release/7.1.0, release/6.4.0_cvs, release/6.4.0, release/7.0.0_cvs, release/7.0.0, release/6.3.0_cvs, release/6.3.0 |
|
#
6a4b42f0 |
| 08-Sep-2007 |
Joseph Koshy <jkoshy@FreeBSD.org> |
Cross reference ar(5) from elf(5).
Approved by: re (bmah)
|