| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
| |
Remove /^\.\\"\n\.\\"\s*\$FreeBSD\$$\n/
Similar commit in main:
(cherry picked from commit fa9896e082a1)
|
|
|
|
|
|
| |
MFC after: 1 week
(cherry picked from commit 6f96b5487f4359199ceb8339d2d7063e2249f538)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
(cherry picked from commit 05b6744c446c2d274738fbb27a3ded1bf9f9f1d1)
|
|
|
|
|
|
|
| |
Reviewed by: emaste
Sponsored by: The FreeBSD Foundation
(cherry picked from commit e0189cf66a94e1149793caf4dea17288da22a0c3)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- 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
Notes:
svn path=/head/; revision=360603
|
|
|
|
| |
Notes:
svn path=/head/; revision=359611
|
|
|
|
|
|
|
|
|
| |
Based on suggestions from kib in review D23982.
Sponsored by: The FreeBSD Foundation
Notes:
svn path=/head/; revision=359608
|
|
|
|
|
|
|
| |
Reported by: kib
Notes:
svn path=/head/; revision=359556
|
|
|
|
| |
Notes:
svn path=/head/; revision=359550
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
Notes:
svn path=/head/; revision=359513
|
|
|
|
|
|
|
|
|
| |
Suggested by 0mp in review D23982.
Submitted by: 0mp
Notes:
svn path=/head/; revision=359454
|
|
|
|
|
|
|
| |
Reported by: 0mp
Notes:
svn path=/head/; revision=358894
|
|
|
|
|
|
|
|
|
|
| |
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
Notes:
svn path=/head/; revision=358891
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
Notes:
svn path=/head/; revision=335209
|
|
|
|
|
|
|
| |
MFC after: 1 month
Notes:
svn path=/head/; revision=301719
|
|
|
|
|
|
|
|
| |
PR: 191174
Submitted by: Franco Fichtner <franco at lastsummer.de>
Notes:
svn path=/head/; revision=267776
|
|
|
|
|
|
|
|
|
| |
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.
Notes:
svn path=/head/; revision=214132
|
|
|
|
|
|
|
| |
They have no effect when coming in pairs, or before .Bl/.Bd
Notes:
svn path=/head/; revision=213573
|
|
|
|
|
|
|
| |
Approved by: re (bmah)
Notes:
svn path=/head/; revision=172086
|
|
|
|
| |
Notes:
svn path=/head/; revision=165248
|
|
|
|
|
|
|
|
| |
Describe the contents of the 'e_shnum' and 'e_shstrndx' fields when
using extended section numbering.
Notes:
svn path=/head/; revision=163907
|
|
|
|
| |
Notes:
svn path=/head/; revision=153521
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
means:
o Remove Elf64_Quarter,
o Redefine Elf64_Half to be 16-bit,
o Redefine Elf64_Word to be 32-bit,
o Add Elf64_Xword and Elf64_Sxword for 64-bit entities,
o Use Elf_Size in MI code to abstract the difference between
Elf32_Word and Elf64_Word.
o Add Elf_Ssize as the signed counterpart of Elf_Size.
MFC after: 2 weeks
Notes:
svn path=/head/; revision=153504
|
|
|
|
|
|
|
| |
Approved by: re
Notes:
svn path=/head/; revision=147398
|
|
|
|
| |
Notes:
svn path=/head/; revision=141683
|
|
|
|
| |
Notes:
svn path=/head/; revision=141580
|
|
|
|
| |
Notes:
svn path=/head/; revision=131530
|
|
|
|
|
|
|
|
| |
PR: 24869
Submitted by: Staffan Ulfberg <staffanu@nada.kth.se>
Notes:
svn path=/head/; revision=129105
|
|
|
|
|
|
|
| |
Submitted by: "T.M. Sommers" <tms2@mail.ptd.net>
Notes:
svn path=/head/; revision=121612
|
|
|
|
| |
Notes:
svn path=/head/; revision=119964
|
|
|
|
| |
Notes:
svn path=/head/; revision=119893
|
|
|
|
|
|
|
|
|
| |
PR: 53073
Submitted by: Priit Piipuu <priit.piipuu@mail.ee>
MFC after: 2 weeks
Notes:
svn path=/head/; revision=116082
|
|
|
|
|
|
|
|
| |
PR: 46638
Submitted by: Tim Kientzle <tim@kientzle.com>
Notes:
svn path=/head/; revision=108806
|
|
|
|
| |
Notes:
svn path=/head/; revision=84306
|
|
|
|
| |
Notes:
svn path=/head/; revision=81622
|
|
|
|
| |
Notes:
svn path=/head/; revision=81591
|
|
|
|
| |
Notes:
svn path=/head/; revision=81590
|
|
|
|
| |
Notes:
svn path=/head/; revision=81588
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
cd src/share; find man[1-9] -type f|xargs perl -pi -e 's/[ \t]+$//'
BTW, what editors are the culprits? I'm using vim and it shows
me whitespace at EOL in troff files with a thick blue block...
Reviewed by: Silence from cvs diff -b
MFC after: 7 days
Notes:
svn path=/head/; revision=79727
|
|
|
|
| |
Notes:
svn path=/head/; revision=79538
|
|
|
|
| |
Notes:
svn path=/head/; revision=79158
|
|
|
|
| |
Notes:
svn path=/head/; revision=71895
|
|
|
|
| |
Notes:
svn path=/head/; revision=70015
|
|
|
|
|
|
|
| |
Requested by: obrien
Notes:
svn path=/head/; revision=69112
|
|
|
|
| |
Notes:
svn path=/head/; revision=68382
|
|
|
|
| |
Notes:
svn path=/head/; revision=58516
|
|
|
|
| |
Notes:
svn path=/head/; revision=57994
|
|
|
|
|
|
|
| |
Submitted by: ru
Notes:
svn path=/head/; revision=57993
|
|
|
|
| |
Notes:
svn path=/head/; revision=57695
|
|
|
|
| |
Notes:
svn path=/head/; revision=56544
|