]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - stand/efi
Merge branch 'releng/13.2' into releng-CDN/13.2
[FreeBSD/FreeBSD.git] / stand / efi /
2023-02-23 Mitchell Horneloader: always install help files
2023-01-26 Martin Matuskazfs: merge openzfs/zfs@92e0d9d18 (zfs-2.1-release)...
2023-01-24 Warner Loshstand: create common set_currdev
2023-01-24 Warner Loshstand: Create common gen_setcurrdev and replace code
2023-01-24 Warner Loshstand/efi: Better variable name
2023-01-24 Warner Loshstand/zfs: Add a third argument to zfs_probe_dev: part_too
2023-01-24 Warner Loshstand/efi: remove unused local varaibles
2023-01-24 Warner Loshkboot: Mark the EFI specific parts of bootinfo.c
2023-01-24 Warner Loshstand: update prototypes for md_load and md_load64
2023-01-24 Warner Loshstand/efi: Break stlye rules a little for easier sharing
2023-01-24 Warner Loshstand/efi: Better include order for sharing
2023-01-24 Warner Loshstand/efi: Remove redundant parenthesis
2023-01-24 Warner Loshstand/efi: Document the copy size trick
2023-01-24 Warner Loshstand: create devinit
2023-01-24 Warner Loshstand/efi: Move to using common devparse()
2023-01-24 Warner Loshstand: For all disk drivers, connect dv_parsedev to...
2023-01-24 Warner Loshstand: Change zfs_parsedev() API
2023-01-24 Warner Loshstand: Change disk_parsedev() API
2023-01-24 Warner Loshstand/efi: Simpler construct
2023-01-24 Warner Loshstand: collapse all copies of *copyenv into md_copyenv
2023-01-24 Warner Loshstand: Move md_copymodules into modinfo.c and reduce...
2023-01-24 Warner Loshstand: Create common/modinfo.h
2023-01-24 Warner Loshstand: Create MOD_ALIGN macro and use it everywhere
2023-01-24 Guido van Rooijstand/efi: Clean the proper files
2023-01-24 Warner Loshstand: More sensible defaults when ConOut is missing
2023-01-24 Warner Loshstand: Use bool for stage_offset_set
2023-01-24 Warner Loshstand: efi_fmtdev can be reduced to devformat
2023-01-24 Warner Loshstand: Add disk_fmtdev for dv_fmtdev for all the disk...
2023-01-24 Warner Loshstand: Move quit command to common commands
2023-01-24 Warner Loshstand: Make sure nobody has a NULL pointer for dv_cleanup
2023-01-24 Toomas Soomeloader.efi: faults could try to print out call trace
2023-01-24 Warner Loshamd64/efi: Remove setting hints for rsdp
2023-01-24 Warner Loshloader: Set preferred kenv for acpi.rsdp on arm64
2023-01-24 Ed MasteRemove "All Rights Reserved" from Foundation copyrights
2023-01-24 Warner Loshstand: s/libstand/libsa/g to catch up with rename
2023-01-24 Warner Loshloader.efi: remove extra extern ST
2023-01-24 Eric van GyzenEFI secure boot VECTX related changes
2023-01-24 Warner Loshgptboot.efi: Add man page
2023-01-24 Roger Pau Monnébi_load: only add MODULEP on arches that have it defined
2023-01-24 Roger Pau Monnéstand/multiboot2: add support for booting a Xen dom0...
2023-01-24 Roger Pau Monnéstand/efi: add modulep to kernel metadata
2023-01-24 Roger Pau Monnéstand/efi: allow not exiting boot services
2023-01-23 Robert Clauseckerloader.efi: make sure kernel image is executable
2022-12-06 Martin Matuskazfs: merge openzfs/zfs@21bd76613 (zfs-2.1-release)...
2022-10-05 Michael Gmelinstand: Parse all arguments passed by UEFI
2022-10-04 Martin Matuskazfs: merge openzfs/zfs@6a6bd4939 (zfs-2.1-release)...
2022-09-07 Gordon Berglingstand: Remove a double word in a source code comment
2022-06-26 Toomas Soomeloader.efi: fix panic() after BS off
2022-06-26 Warner Loshloader: abstract boot services exiting to libefi function
2022-06-26 Warner Loshefi: switch boot_services_gone to boot_services_active
2022-06-25 Martin Matuskazfs: merge openzfs/zfs@6c3c5fcfb (zfs-2.1-release)...
2022-06-17 Yongbo YaoLoader: support booting OS from memory disk (MD)
2022-06-07 Andrew TurnerSet mm before passing it to the UEFI firmware
2022-05-11 John Baldwinstand/efi: Pass --no-dynamic-linker to ld.bfd >= 2.34.
2022-05-03 Ed Masteteken: color #3 is yellow not brown - use TC_YELLOW...
2022-04-21 Kyle Evansstand: libefi: swap /Pci() printing around
2022-04-02 Gordon Berglingstand: Fix a common typo in source code comments
2022-03-29 Martin Matuskazfs: merge openzfs/zfs@52bad4f23 (zfs-2.1-release)...
2022-03-18 Ed Masteloader: accept "yellow" as a named color
2022-03-18 Ed Masteloader: support numeric and named bright colors (8-15)
2022-03-11 Martin Matuskazfs: merge openzfs/zfs@ef83e07db (zfs-2.1-release)...
2022-03-11 Colin PercivalAdd support for getting early entropy from UEFI
2022-01-14 Emmanuel Vadotloader: Do not force comconsole for arm and arm64
2022-01-14 Emmanuel Vadotloader: lsefi: Print more information
2022-01-13 Toomas Soomeloader: implement mount/unmount rootfs
2022-01-10 Toomas Soomeloader.efi: to preserve heap space, use AllocatePages...
2022-01-10 Toomas Soomeloader: framebuffer should only be written into
2022-01-04 Andrew TurnerDon't sync the I/D caches when they are coherent
2021-12-29 Colin PercivalEFI loader: Don't free bcache for DEVT_DISK devs
2021-12-29 Colin PercivalMFC loader+userland TSLOG support
2021-12-23 Alexander Motinloader.efi: Do not use as frame buffer BLT-only GOPs.
2021-12-19 Martin Matuskazfs: merge openzfs/zfs@af88d47f1 (zfs-2.1-release)...
2021-11-11 Gordon Berglingefi(8): Fix a typo in a source code comment
2021-10-01 Konstantin Belousovamd64 UEFI loader: enable automatic disable of staging...
2021-09-24 Mark Johnstonefi loader: Typo
2021-09-18 Martin Matuskazfs: merge openzfs/zfs@71c609852 (zfs-2.1-release)...
2021-09-09 Toomas Soomeloader.efi: fix console output after BS off
2021-09-03 Konstantin Belousovefi loader: disallow user to configure staging area...
2021-09-03 Konstantin BelousovRestore the definition of EFI_STAGING_SIZE
2021-08-23 Konstantin Belousovamd64 UEFI loader: stop copying staging area to 2M...
2021-08-05 Andrew TurnerUse the arm virtual counter in the arm64 loader
2021-07-10 Martin Matuskazfs: merge openzfs/zfs@4f92fe0f5 (zfs-2.1-release)...
2021-06-30 Martin Matuskazfs: merge openzfs/zfs@508fff0e4 (zfs-2.1-release)...
2021-06-26 Martin Matuskazfs: merge openzfs/zfs@aee26af27 (zfs-2.1-release)...
2021-06-22 Martin Matuskazfs: merge openzfs/zfs@9a865b7fb (zfs-2.1-release)...
2021-06-20 Martin Matuskazfs: merge openzfs/zfs@3de7aeb68 (zfs-2.1-release)...
2021-06-13 Martin Matuskazfs: merge openzfs/zfs@c3b60eded (zfs-2.1-release)...
2021-06-12 Andrew TurnerUpdate the EFI timer to be called once a second
2021-06-08 Martin Matuskazfs: merge openzfs/zfs@7d9f3ef0e (zfs-2.1-release)...
2021-06-08 Martin Matuskazfs: merge openzfs/zfs@3522f57b6 (zfs-2.1-release)...
2021-03-04 Toomas Soomeloader: use display pixel density for font autoselection
2021-03-01 Toomas Soomeloader: autoload_font will hung loader when there is...
2021-02-04 Toomas Soomeloader.efi: There are systems without ConOut, also...
2021-02-02 Toomas Soomeloader: create built in font from bold font face
2021-01-17 Emmanuel Vadotloader: Use TERM_EMU for arm and arm64
2021-01-17 Toomas Soomeloader.efi: commands gop, uga and autoresize should...
2021-01-17 Toomas Soomeloader.efi: variable 'hlist' is uninitialized
2021-01-17 Toomas Soomeloader.efi: unused variable 'mode'
2021-01-16 Toomas Soomeloader.efi: handle multiple gop instances
2021-01-15 Emmanuel VadotAdd 'sys/contrib/device-tree/' from commit '5ee353c36d3...
next