summaryrefslogtreecommitdiffstats
path: root/usr.sbin/uefisign
Commit message (Collapse)AuthorAgeFilesLines
* META MODE: Update dependencies with 'the-lot' and add missing directories.bdrewery2015-12-011-0/+19
| | | | | | | | | | | | | | This is not properly respecting WITHOUT or ARCH dependencies in target/. Doing so requires a massive effort to rework targets/ to do so. A better approach will be to either include the SUBDIR Makefiles directly and map to DIRDEPS or just dynamically lookup the SUBDIR. These lose the benefit of having a userland/lib, userland/libexec, etc, though and results in a massive package. The current implementation of targets/ is very unmaintainable. Currently rescue/rescue and sys/modules are still not connected. Sponsored by: EMC / Isilon Storage Division
* Fix a ton of speelling errorseadler2015-10-212-2/+2
| | | | | | | arc lint is helpful Reviewed By: allanjude, wblock, #manpages, chris@bsdjunk.com Differential Revision: https://reviews.freebsd.org/D3337
* uefisign(8) ships with 10.2.trasz2015-07-181-2/+2
| | | | | MFC after: 3 days Sponsored by: The FreeBSD Foundation
* Remove the warning about invalid PE checksum; apparently nothingtrasz2015-05-201-2/+6
| | | | | | | cares about those checksums anyway. MFC after: 1 month Sponsored by: The FreeBSD Foundation
* Use LIBADD.trasz2015-02-261-1/+1
| | | | | MFC after: 1 month Sponsored by: The FreeBSD Foundation
* Add uefisign(8), UEFI Secure Boot signing utility.trasz2015-02-267-0/+1523
MFC after: 1 month Sponsored by: The FreeBSD Foundation
OpenPOWER on IntegriCloud