]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - stand
cdn-patch: offer option to mount /etc/keys before attaching geli devices
[FreeBSD/FreeBSD.git] / stand /
2023-01-24 Warner Loshkboot: Use unsigned long long.
2023-01-24 Warner Loshkboot: Enhance hostdisk
2023-01-24 Warner Loshkboot: amd64 use /sys/firmware/memmap to find free...
2023-01-24 Warner Loshkboot: move to using devparse
2023-01-24 Warner Loshkboot: Create routines to read Linux tiny files
2023-01-24 Warner Loshstand/ofw: Refactor ofw parsedev
2023-01-24 Warner Loshstand/ofw: Use devparse
2023-01-24 Warner Loshofw/disk: Add parsedev support
2023-01-24 Warner Loshstand/ofw: Subclass devnet to cope with ofw's unique...
2023-01-24 Warner Loshstand/ofw: Add ofw_path_to_handle
2023-01-24 Warner Loshstand: Implement ofw disk print routine
2023-01-24 Warner Loshstand: Add dv_match
2023-01-24 Warner Loshstand: parsedev API change: devspec now points to start...
2023-01-24 Warner Loshstand: create devinit
2023-01-24 Warner Loshstand/ofw: ofw_disk isn't really a disk
2023-01-24 Warner Loshzfs: Remove devicename_stubs
2023-01-24 Warner Loshstand: make zfs_parsedev static
2023-01-24 Warner Loshstand/ofw: Access the parsing routine more directly
2023-01-24 Warner Loshstand/userboot: Move to using common devparse()
2023-01-24 Warner Loshstand/i386: Move to using common devparse()
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/zfs: Connect dv_parsedev to zfs_parsedev
2023-01-24 Warner Loshstand: Introduce devparse to parse device / path strings
2023-01-24 Warner Loshstand: Introduce new dv_parsedev routine
2023-01-24 Warner Loshstand: Change zfs_parsedev() API
2023-01-24 Warner Loshstand: Change disk_parsedev() API
2023-01-24 Warner Loshstand/zlib: Zlib still uses K&R function definitions
2023-01-24 Warner Loshofw_net: Use c99 initializers
2023-01-24 Warner Loshstand/ofw: Use strpbrk instead of two strchrs
2023-01-24 Warner Loshofw: Remove old K&R function declaration
2023-01-24 Warner Loshofw: Cast function pointer to proper type
2023-01-24 John Baldwinlibsa: Add missing GNU-stack annotations to _setjmp.S.
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
next