]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - stand
bhyve: build MADT table by basl
[FreeBSD/FreeBSD.git] / stand /
2022-11-18 Warner Loshstand: Compile out the extensive superblock diagnostic...
2022-10-17 Kyle Evansloader: fix elf lookup_symbol type filtering
2022-10-05 Michael Gmelinstand: Unbreak FAT32 in loader
2022-10-05 Michael Gmelinstand: Parse all arguments passed by UEFI
2022-10-04 Leandro Luporipowerpc64: tell kernel when radix is not available
2022-10-04 Leandro Luporipowerpc64: make radix with superpages default
2022-10-04 Martin Matuskazfs: merge openzfs/zfs@6a6bd4939 (zfs-2.1-release)...
2022-09-18 Kyle Evansstand: i386: take into account disk sector size for...
2022-09-07 Gordon Berglingstand: Remove a double word in a source code comment
2022-08-01 Alfredo Dal'Ava... loader: fix powerpc64le ofw loader
2022-07-19 Dimitry AndricAdjust parse() definition in boot2 to avoid clang 15...
2022-07-19 Albert Jakielastand/uboot: setup archsw before probing devices
2022-07-15 Mark Johnstonloader: Relax the check in is_kernphys_relocatable()
2022-07-04 Alfredo Dal'Ava... loader: fix powerpc* ofw loader
2022-07-04 Toomas Soomeloader: GELI encrypted disk should still use device...
2022-06-26 Toomas Soometest_diskread(): detect end of the disk
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-26 Toomas Soomeuserboot is missing vdisk_dev
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-16 Ed Masteloader.efi: add cross-reference to loader(8)
2022-06-10 Gordon Berglingstand: Fix a common typo in source code comments
2022-06-07 Andrew TurnerSet mm before passing it to the UEFI firmware
2022-05-28 Toomas Soomelibsa: mark head_errlog feature supported.
2022-05-27 Mark Johnstonlibsa: Make the nvlist implementation more self-contained
2022-05-27 Mark Johnstonlibsa: Fix a bug in nvlist creation
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-24 Kyle Evansstand: zfs: handle holes at the tail end correctly
2022-04-23 Gordon Berglinglibsa: Fix a typo in a panic message
2022-04-21 Kyle Evansloader: userboot: provide a getsecs() implementation
2022-04-21 Kyle Evansstand: libefi: swap /Pci() printing around
2022-04-14 Gordon Berglingstand: Remove a double word in a source code comment
2022-04-09 Gordon Berglingloader.4th(8): Fix a typo in the manual page
2022-04-04 Mateusz Piotrowskiloader.efi: Improve the manual page
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-22 Mateusz Piotrowskigptboot.8: Fix a typo and fix lint warnings
2022-03-18 Toomas SoomeWITHOUT_BOOT build option appears to include stand...
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-03-09 Katsuyuki Miyoshilualoader: fix the autoboot_delay countdown message
2022-03-04 Leandro Luporipowerpc64: fix loader regression
2022-02-11 Dimitry AndricDisable clang 14 warning about bitwise operators in...
2022-01-27 Emmanuel Vadotloader: tslog: Add more log for module loading
2022-01-23 Marcin WojtasDisable PIE for powerpc bootloaders.
2022-01-23 Marcin WojtasDisable PIE for MIPS ubldr
2022-01-23 Marcin WojtasDisable PIE for MIPS BERI boot loader
2022-01-14 Emmanuel Vadotloader: Fix dtb loading
2022-01-14 Emmanuel Vadotloader: Do not force comconsole for arm and arm64
2022-01-14 Emmanuel Vadotloader: lsefi: Print more information
2022-01-14 Emmanuel Vadotloader: Add more bus name to pnpautoload
2022-01-14 Emmanuel Vadotloader: Fix pnpload and add some usage
2022-01-14 Emmanuel Vadotloader: Fix pnpmatch and add some usage
2022-01-13 Emmanuel Vadotstand: Don't build readtest command on mips
2022-01-13 Emmanuel Vadotloader: tftp: Copy the first block into the cache
2022-01-13 Emmanuel Vadotloader: lua: test that /boot exists first
2022-01-13 Emmanuel Vadotloader: bcache: Fix debug printf
2022-01-13 Emmanuel Vadotloader: tftp: Add preload method
2022-01-13 Emmanuel Vadotloader: Add preload operation to fs_ops
2022-01-13 Toomas Soomeloader: implement mount/unmount rootfs
2022-01-13 Emmanuel Vadotloader: ip: Do not call getsecs so much
2022-01-13 Emmanuel Vadotloader: tftp: Don't let tftp timeout
2022-01-13 Emmanuel Vadotloader: Add a readtest command
2022-01-13 Emmanuel Vadotloader: tftp: Don't error on tftp error 0
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 TurnerAdd an loader command on arm64 to sync the cache
2022-01-04 Andrew TurnerDon't sync the I/D caches when they are coherent
2021-12-29 Colin PercivalMFC: Improve readahead in loader
2021-12-29 Maxim SobolevOnly trigger read-ahead if two adjacent blocks have...
2021-12-29 Colin PercivalEFI loader: Don't free bcache for DEVT_DISK devs
2021-12-29 Colin PercivalMFC: Add TSLOG to loader sprintf
2021-12-29 Colin Percivalloader: Set twiddle globaldiv to 16 by default
2021-12-29 Colin PercivalMFC: arm64 fixes for TSLOG
2021-12-29 Colin PercivalMFC loader+userland TSLOG support
2021-12-25 Gordon Berglinggfx_fb: Fix a typo in a source code comment
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-12-12 Ed Mastelibc: Use musl's optimized strchr and strchrnul
2021-12-06 AlfonsoANSIify libsa functions
2021-12-03 Gordon Berglingficl: Fix a typo in a comment
2021-11-11 Gordon Berglingefi(8): Fix a typo in a source code comment
2021-11-05 Leandro Luporipowerpc64le: stand fixes
2021-10-21 John Baldwincrypto: Permit variable-sized IVs for ciphers with...
2021-10-01 Toomas Soomeloader: dev_net.c should use __func__ with printf
2021-10-01 Konstantin Belousovamd64 UEFI loader: enable automatic disable of staging...
2021-09-30 Leandro Luporipowerpc64: change CAS to support Radix MMU
2021-09-24 Mark Johnstonefi loader: Typo
2021-09-18 Martin Matuskazfs: merge openzfs/zfs@71c609852 (zfs-2.1-release)...
2021-09-15 Dimitry Andrici386 loaders: avoid lld 13 garbage collecting linker...
2021-09-12 Warner Loshstand: Add MK_PIE=no to defs.mk
2021-09-12 Warner Loshcli.lua.8: make the command match the code
2021-09-12 Warner Loshlua loader: Add disable-device to disable a device.
2021-09-12 John Hoodloader: support.4th resets the read buffer incorrectly
2021-09-12 Kyle Evanslualoader: use more concise verbiage for autoboot
next