aboutsummaryrefslogtreecommitdiff
path: root/stand/efi/libefi
Commit message (Expand)AuthorAgeFilesLines
* Allow net_cleanup for loader.efiSimon J. Gerraty2025-07-101-0/+2
* loader/libefi: Fix trivial trailing whitespaceWarner Losh2025-04-115-14/+14
* stand/efihttp: Add device type check to efihttp_fs_open()Yongbo Yao2025-01-191-0/+2
* Remove residual blank line at start of MakefileWarner Losh2024-07-151-1/+0
* efi_console: Stay inline with the UEFI specAhmad Khalifa2024-07-081-1/+1
* loader: c_init returns 0 or 1Warner Losh2024-05-201-2/+2
* efi_console: Use c99 initializersWarner Losh2024-05-201-8/+8
* stand/efi: Changes to efichar to allow it to be used in the kernelStephen J. Kiernan2024-03-281-5/+12
* libsa: Remove redundant sys/cdefs.hWarner Losh2024-02-2214-14/+0
* stand: Use modern function definitionsWarner Losh2024-01-281-1/+1
* stand: Automated cleanup of cdefs and other formattingWarner Losh2023-11-275-5/+0
* loader: add target for dirdeps buildStephen J. Kiernan2023-11-021-0/+1
* Remove $FreeBSD$: one-line sh patternWarner Losh2023-08-162-2/+0
* Remove $FreeBSD$: one-line .c patternWarner Losh2023-08-1619-38/+0
* Remove $FreeBSD$: two-line .h patternWarner Losh2023-08-162-4/+0
* bug: efi_print_global only checks for the first 5 letters of "Driver"Alfonso Gregory2023-06-231-1/+1
* stand: libefi: avoid a null pointer deref in eficomKyle Evans2023-05-281-2/+2
* stand/efi/eficom: Free comc_port if we can't find the serial portWarner Losh2023-05-251-0/+10
* stand/efi/eficom: Make aarch64 compat code probe correctlyWarner Losh2023-05-251-2/+5
* stand/efi/eficom: Don't allow this for !HYPERV machinesWarner Losh2023-05-251-0/+17
* stand/efi/eficom: better handling of absent deviceWarner Losh2023-05-251-5/+16
* libefi: add efi_devpath_next_instance()Toomas Soome2023-05-131-0/+17
* spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSDWarner Losh2023-05-121-1/+1
* stand/efi: Retire i386 supportWarner Losh2023-05-111-1/+1
* stand: eficom: Only set baudrate when it changesWarner Losh2023-05-111-17/+22
* stand: eficom: Don't preemtively assume flow controlWarner Losh2023-05-111-9/+5
* stand: eficom : remove unused ignore_cdWarner Losh2023-05-111-2/+0
* stand: Move eficom to libefiWarner Losh2023-05-112-0/+565
* stand: Create common gen_setcurrdev and replace codeWarner Losh2023-01-111-17/+0
* stand/zfs: Add a third argument to zfs_probe_dev: part_tooWarner Losh2023-01-081-1/+1
* stand/efi: Move to using common devparse()Warner Losh2022-11-301-102/+3
* stand: For all disk drivers, connect dv_parsedev to disk_parsedevWarner Losh2022-11-301-0/+1
* stand: Change zfs_parsedev() APIWarner Losh2022-11-301-5/+1
* stand: Change disk_parsedev() APIWarner Losh2022-11-301-5/+1
* stand: efi_fmtdev can be reduced to devformatWarner Losh2022-08-111-26/+0
* stand: Add disk_fmtdev for dv_fmtdev for all the disk devicesWarner Losh2022-08-111-0/+1
* stand: Make sure nobody has a NULL pointer for dv_cleanupWarner Losh2022-07-273-5/+5
* loader.efi: fix panic() after BS offToomas Soome2022-06-192-1/+8
* stand: s/libstand/libsa/g to catch up with renameWarner Losh2022-04-301-1/+1
* stand: libefi: swap /Pci() printing aroundKyle Evans2022-04-131-2/+2
* teken: color #3 is yellow not brown - use TC_YELLOW as the nameEd Maste2022-03-121-1/+1
* loader: accept "yellow" as a named colorEd Maste2022-03-111-1/+1
* loader: support numeric and named bright colors (8-15)Ed Maste2022-03-111-12/+22
* efi: switch boot_services_gone to boot_services_activeWarner Losh2021-11-041-12/+11
* EFI loader: Don't free bcache for DEVT_DISK devsColin Percival2021-09-301-2/+4
* loader: implement mount/unmount rootfsToomas Soome2021-09-081-3/+2
* loader.efi: fix console output after BS offToomas Soome2021-09-021-1/+21
* loader: Use tslog to instrument some functionsColin Percival2021-06-211-0/+3
* Use the arm virtual counter in the arm64 loaderAndrew Turner2021-06-022-2/+75
* Update the EFI timer to be called once a secondAndrew Turner2021-05-121-4/+4