Fix an incorrectly placed parenthesis.
[freebsd.git] / stand /
2022-09-25 Alfonso S. Sicilianocontrib/bsddialog: Import version 0.4
2022-09-25 Philip Paepscontrib/tzdata: import tzdata 2022d
2022-09-25 Xin LIfile: upgrade to 5.43.
2022-09-21 Martin Matuskazfs: merge openzfs/zfs@c629f0bf6
2022-09-21 Xin LIMFV 66082b6c88b9: libbsdxml (expat) 2.4.9
2022-09-20 Cy Schubertsqlite3: Vendor import of sqlite3 3.39.3
2022-09-17 Warner Loshstand: Pass in the proper size for bootinfo
2022-09-16 Warner Loshstand: fix mismerge
2022-09-16 Warner Loshstand/elf: Only support swapping headers on powerpc.
2022-09-16 Warner Loshstand: Allocate bootinfo rather than have it be static
2022-09-16 Warner Loshstand: Stop support booting 4.x and earlier kernels
2022-09-16 Warner Loshstand: Remove dead store to bi_kernelname
2022-09-16 Warner Loshstand: collapse all copies of *copyenv into md_copyenv
2022-09-16 Warner Loshstand: Move MOD_xxx macros from modinfo.h to .c
2022-09-16 Warner Loshstand: Move md_copymodules into modinfo.c and reduce...
2022-09-16 Warner Loshstand: Create common/modinfo.h
2022-09-16 Warner Loshstand: Create MOD_ALIGN macro and use it everywhere
2022-09-16 Warner Loshstand: use archsw.arch_copyin instead of direct call
2022-09-16 Warner Loshstand: use archsw.arch_copyin instead of i386_copyin
2022-09-15 Guido van Rooijstand/efi: Clean the proper files
2022-09-09 Warner Loshstand: Add driver interface docs
2022-09-08 Kyle Evansstand: i386: take into account disk sector size for...
2022-09-08 Michael Gmelinstand: Unbreak FAT32 in loader
2022-09-07 Xin LIMFV: cherry-pick "PR/358: Fix width for -f - (jpalus)"
2022-09-06 Andrew TurnerImport the updated Arm Optimized Routines
2022-09-06 Konstantin Belousovloader.efi(8): document slop control, amd64 nocopy...
2022-09-06 Michael Gmelinstand: Parse all arguments passed by UEFI
2022-09-06 Xin LIMFV: less v608
2022-09-05 Gordon BerglingRevert "stand: Grammar fix for a source code comment"
2022-09-04 Warner Loshstand/kboot: Add note about why we use MACHINE_ARCH...
2022-09-04 Gordon Berglingstand: Grammar fix for a source code comment
2022-09-04 Gordon Berglingstand: Remove a double word in a source code comment
2022-09-03 Alfonso S. Sicilianocontrib/bsddialog: Import version 0.3
2022-09-02 Jessica Clarkelualoader: Add loader_menu_multi_user_prompt config...
2022-09-02 Kornel Dulębastand: Parse BIOS revision from SMBIOS
2022-09-01 Warner Loshkboot: List sources one per line to make merges easier
2022-09-01 Warner Loshkboot: add minmalist init functionality
2022-09-01 Warner Loshstand: Add lua binding loader.has_command
2022-09-01 Warner Loshstand: Add interp_has_builtin_cmd to see if we have...
2022-09-01 Warner Loshstand: separate the command lookup from the command...
2022-09-01 Warner Loshstand: Document EFI consoles
2022-09-01 Warner Loshstand: Stop setting hints for bios loader too
2022-08-30 Cy Schubertsqlite3: Vendor import of sqlite3 3.39.2
2022-08-27 Warner Loshstand: Document that boot0 uses BIOS
2022-08-27 Warner Loshstand: More sensible defaults when ConOut is missing
2022-08-25 Martin Matuskazfs: merge openzfs/zfs@a582d5299
2022-08-21 Warner Loshstand: Use bool for stage_offset_set
2022-08-18 Warner Loshstand: Search less agressively for UFS super block
2022-08-16 Ed MasteImport bionic's x86_64 optimized string routines
2022-08-16 Philip Paepscontrib/tzdata: import tzdata 2022c
2022-08-15 Toomas Soomeloader: zfs reader should only store devdesc in f_devdata
2022-08-13 Martin Matuskazfs: merge openzfs/zfs@b3d0568cf
2022-08-13 Jessica Clarkestand: Fix a couple of comment typos in f8a199f28f9d
2022-08-13 Kirk McKusickMove the ability to search for alternate UFS superblock...
2022-08-13 Warner Loshstand: Only compile decompression routines
2022-08-13 Warner Loshstand: Compile out the extensive superblock diagnostic...
2022-08-13 Warner Loshstand: Raise limit to 550,000 bytes for loader
2022-08-11 Warner Loshstand: Go back to a.out format for /boot/loader
2022-08-11 Warner Loshstand: Make BIOS loader size limits settable
2022-08-11 Warner Loshstand: i386_fmtdev can be reduced to devformat
2022-08-11 Warner Loshstand: uboot_fmtdev can be reduced to devformat
2022-08-11 Warner Loshstand: userboot_fmtdev can be reduced to devformat
2022-08-11 Warner Loshstand: efi_fmtdev can be reduced to devformat
2022-08-11 Warner Loshstand: Replace zfs_fmtdev with generic devformat()
2022-08-11 Warner Loshstand: For zfs, set dv_fmtdev to zfs_fmtdev
2022-08-11 Warner Loshstand: Use devformat instead of disk_devfmt
2022-08-11 Warner Loshstand: Use devformat rather than disk_devfmt
2022-08-11 Warner Loshstand: Add disk_fmtdev for dv_fmtdev for all the disk...
2022-08-11 Warner Loshstand: Add devformat to return formatted string for...
2022-08-11 Warner Loshstand: Add dv_devfmt to return a string represenation...
2022-08-11 Warner Loshstand: Change zfs_fmtdev to take a struct devdesc *
2022-08-11 Warner Loshstand: Change disk_fmtdev to take a struct devdesc *
2022-08-11 Warner Loshstand: Move i386_devdesc to a union
2022-08-11 Warner Loshstand: Remove unnecessary include
2022-08-11 Warner Loshstand: impose 510,000 byte limit for /boot/loader and...
2022-08-11 Warner Loshstand: i386/amd64: Always use elf format for /boot...
2022-08-11 Philip Paepscontrib/tzdata: import tzdata 2022b
2022-08-10 Emmanuel VadotImport device-tree files from Linux 5.18
2022-08-10 Emmanuel VadotImport device-tree files from Linux 5.17
2022-08-10 Emmanuel VadotImport device-tree files from Linux 5.16
2022-08-10 Emmanuel VadotImport device-tree files from Linux 5.15
2022-08-10 Emmanuel VadotImport device-tree files from Linux 5.14
2022-08-06 Cy Schubertunbound: Vendor import 1.16.2
2022-08-03 Warner Loshstand: Reduce number of files that need -I${LDRSRC}
2022-08-03 Warner Loshstand: Remove unneeded include from geli
2022-08-03 Warner Loshstand: use snprintf here
2022-07-31 Kirk McKusickAdd a flags parameter to the ffs_sbget() function that...
2022-07-30 Warner Loshstand: Add a helper 'universe' target
2022-07-30 Warner Loshstand: Move quit command to common commands
2022-07-29 Alfredo Dal'Ava... loader: fix powerpc64le ofw loader
2022-07-28 Warner Loshkboot: Make console raw when we start
2022-07-28 Warner Loshkboot: implement stripped down termios
2022-07-28 Warner Loshkboot: Implement host_ioctl
2022-07-28 Warner Loshkboot: Add host_exit and use it to implement exit()
2022-07-28 Warner Loshkboot: aarch64 support
2022-07-28 Warner Loshkboot: Move conf.c up to top level
2022-07-28 Warner Loshkboot: Remove RELOC defines, it's unused
2022-07-28 Warner Loshkboot: Convert from getdents to getdents64
2022-07-28 Warner Loshkboot: Do a style(9) pass on kbootfdt.c
2022-07-27 Simon J. GerratyUpdate to bmake-20220726
next