Remove $FreeBSD$: two-line nroff patternRemove /^\.\\"\n\.\\"\s*\$FreeBSD\$$\n/
Remove $FreeBSD$: one-line sh patternRemove /^\s*#[#!]?\s*\$FreeBSD\$.*$\n/
Remove $FreeBSD$: one-line .c patternRemove /^[\s*]*__FBSDID\("\$FreeBSD\$"\);?\s*\n/
Mark usage function as __dead2 in programs where it does not returnIn most cases, usage does not return, so mark them as __dead2. For thecases where they do return, they have not been marked __dea
Mark usage function as __dead2 in programs where it does not returnIn most cases, usage does not return, so mark them as __dead2. For thecases where they do return, they have not been marked __dead2.Reviewed by: impPull Request: https://github.com/freebsd/freebsd-src/pull/735
show more ...
efitable(8): Add missing `-u` in the manpagePR: 261524MFC after: 3 days
efitable: Don't pass NULL as a format string to xo_err().This fixes a -Wformat error reported by GCC 9.Reviewed by: kibDifferential Revision: https://reviews.freebsd.org/D31939
pkgbase: Remove libefivar package and add a efi-tools onePut all the efi related tools into FreeBSD-efi-tools.Differential Revision: https://reviews.freebsd.org/D31803
Add efitable(8), a userspace tool to fetch and parse EFI tablesOnly ESRT and PROP tables are handled at the moment.Submitted by: Pavel Balaev <[email protected]>MFC after: 2 weeksDifferent
Add efitable(8), a userspace tool to fetch and parse EFI tablesOnly ESRT and PROP tables are handled at the moment.Submitted by: Pavel Balaev <[email protected]>MFC after: 2 weeksDifferential revision: https://reviews.freebsd.org/D30104