]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - stand
rtld: fixes for handling of the grouped options
[FreeBSD/FreeBSD.git] / stand /
2023-01-24 Warner Loshstand: Update comment about devdesc
2023-01-24 Warner Loshstand: Remove unused enum
2023-01-24 Elliott Mitchellstand: Nuke double-semicolons
2023-01-24 Warner Loshkboot: Add hostfs
2023-01-24 Warner Loshstand/kboot: Make FDT fixup per-arch
2023-01-24 Warner Loshstand/efi: Simpler construct
2023-01-24 Warner Loshstand/kboot: hostdisk isn't a DEVT_DISK, use a differen...
2023-01-24 Warner Loshgeli: Move check for DEVT_DISK into geli_probe_and_attach
2023-01-24 Warner Loshstabd/geli: Bail out if you can't get the disks size
2023-01-24 Warner Loshkboot: hostdisk add to lsdev output
2023-01-24 Warner Loshkboot: Move load address stuff to MD code
2023-01-24 Michał Grzelaklibsa/netif.c: Replace #if with #ifdef
2023-01-24 Michał Grzelaklibsa/arp.c: Change printf format string
2023-01-24 Michał Grzelaklibsa/rarp.c: Change casted type and printf format
2023-01-24 Michał Grzelaklibsa/rarp.c: Change printf format string
2023-01-24 Warner Loshstand/elf: Only support swapping headers on powerpc.
2023-01-24 Warner Loshstand: Allocate bootinfo rather than have it be static
2023-01-24 Warner Loshstand: Stop support booting 4.x and earlier kernels
2023-01-24 Warner Loshstand: Remove dead store to bi_kernelname
2023-01-24 Warner Loshstand: collapse all copies of *copyenv into md_copyenv
2023-01-24 Warner Loshstand: Move MOD_xxx macros from modinfo.h to .c
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 Warner Loshstand: use archsw.arch_copyin instead of direct call
2023-01-24 Warner Loshstand: use archsw.arch_copyin instead of i386_copyin
2023-01-24 Guido van Rooijstand/efi: Clean the proper files
2023-01-24 Warner Loshstand: Add driver interface docs
2023-01-24 Konstantin Belousovloader.efi(8): document slop control, amd64 nocopy...
2023-01-24 Gordon BerglingRevert "stand: Grammar fix for a source code comment"
2023-01-24 Warner Loshstand/kboot: Add note about why we use MACHINE_ARCH...
2023-01-24 Gordon Berglingstand: Grammar fix for a source code comment
2023-01-24 Jessica Clarkelualoader: Add loader_menu_multi_user_prompt config...
2023-01-24 Kornel Dulębastand: Parse BIOS revision from SMBIOS
2023-01-24 Warner Loshkboot: List sources one per line to make merges easier
2023-01-24 Warner Loshkboot: add minmalist init functionality
2023-01-24 Warner Loshstand: Add lua binding loader.has_command
2023-01-24 Warner Loshstand: Add interp_has_builtin_cmd to see if we have...
2023-01-24 Warner Loshstand: separate the command lookup from the command...
2023-01-24 Warner Loshstand: Document EFI consoles
2023-01-24 Warner Loshstand: Stop setting hints for bios loader too
2023-01-24 Warner Loshstand: Document that boot0 uses BIOS
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 Toomas Soomeloader: zfs reader should only store devdesc in f_devdata
2023-01-24 Warner Loshstand: Raise limit to 550,000 bytes for loader
2023-01-24 Warner Loshstand: Go back to a.out format for /boot/loader
2023-01-24 Warner Loshstand: Make BIOS loader size limits settable
2023-01-24 Warner Loshstand: i386_fmtdev can be reduced to devformat
2023-01-24 Warner Loshstand: uboot_fmtdev can be reduced to devformat
2023-01-24 Warner Loshstand: userboot_fmtdev can be reduced to devformat
2023-01-24 Warner Loshstand: efi_fmtdev can be reduced to devformat
2023-01-24 Warner Loshstand: Replace zfs_fmtdev with generic devformat()
2023-01-24 Warner Loshstand: For zfs, set dv_fmtdev to zfs_fmtdev
2023-01-24 Warner Loshstand: Use devformat instead of disk_devfmt
2023-01-24 Warner Loshstand: Use devformat rather than disk_devfmt
2023-01-24 Warner Loshstand: Add disk_fmtdev for dv_fmtdev for all the disk...
2023-01-24 Warner Loshstand: Add devformat to return formatted string for...
2023-01-24 Warner Loshstand: Add dv_devfmt to return a string represenation...
2023-01-24 Warner Loshstand: Change zfs_fmtdev to take a struct devdesc *
2023-01-24 Warner Loshstand: Change disk_fmtdev to take a struct devdesc *
2023-01-24 Warner Loshstand: Move i386_devdesc to a union
2023-01-24 Warner Loshstand: Remove unnecessary include
2023-01-24 Warner Loshstand: impose 510,000 byte limit for /boot/loader and...
2023-01-24 Warner Loshstand: i386/amd64: Always use elf format for /boot...
2023-01-24 Warner Loshstand: Reduce number of files that need -I${LDRSRC}
2023-01-24 Warner Loshstand: Remove unneeded include from geli
2023-01-24 Warner Loshstand: use snprintf here
2023-01-24 Warner Loshstand: Add a helper 'universe' target
2023-01-24 Warner Loshstand: Move quit command to common commands
2023-01-24 Warner Loshkboot: Make console raw when we start
2023-01-24 Warner Loshkboot: implement stripped down termios
2023-01-24 Warner Loshkboot: Implement host_ioctl
2023-01-24 Warner Loshkboot: Add host_exit and use it to implement exit()
2023-01-24 Warner Loshkboot: aarch64 support
2023-01-24 Warner Loshkboot: Move conf.c up to top level
2023-01-24 Warner Loshkboot: Remove RELOC defines, it's unused
2023-01-24 Warner Loshkboot: Convert from getdents to getdents64
2023-01-24 Warner Loshkboot: Do a style(9) pass on kbootfdt.c
2023-01-24 Warner Loshstand: tftp.c doesn't need bootinfo.h
2023-01-24 Warner Loshstand: Make sure nobody has a NULL pointer for dv_cleanup
2023-01-24 Warner Loshstand: Small comment correction
2023-01-24 Warner Loshstand: Create DEV_NAMLEN for the length of a device...
2023-01-24 Warner Loshstand: Spell License correctly
2023-01-24 Warner Loshstand: Fix set but unused warning
2023-01-24 Warner Loshstand/disk: Trivial formatting nit
2023-01-24 Warner Loshstand: Use c99 structure initialization for userboot...
2023-01-24 Warner Loshstand: Use c99 structure initialization for gzipfs_fsops
2023-01-24 Warner Loshstand: Use c99 structure initialization for splitfs_fsops
2023-01-24 Warner Loshstand: Use c99 structure initialization for pkgfs_fsops
2023-01-24 Warner Loshstand: Use c99 structure initialization for nfs_fsops
2023-01-24 Warner Loshstand: Use c99 structure initialization for bzipfs_fsops
2023-01-24 Warner Loshstand: Use c99 structure initialization for ext2fs_fsops
2023-01-24 Warner Loshstand: Use c99 structure initialization for network...
2023-01-24 Warner Loshstand: Use c99 structure initialization for fwohci...
2023-01-24 Warner Loshstand: Use c99 structure initialization for userboot...
2023-01-24 Warner Loshstand: Use c99 structure initialization for uboot block...
2023-01-24 Warner Loshstand: Use c99 structure initialization for ofw's block...
2023-01-24 Warner Loshstand: Use c99 structure initialization for kboot's...
2023-01-24 Warner Loshstand: Use c99 structure initialization for md device
next