]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - stand
Merge branch 'releng/13.2' into releng-CDN/13.2
[FreeBSD/FreeBSD.git] / stand /
2023-08-13 Merge RobotMerge branch 'releng/13.2' into releng-CDN/13.2
2023-06-21 Kyle Evansloader: comconsole: don't unconditionally wipe out...
2023-03-02 Michael Paepckestand: fix build userboot without zfs
2023-02-23 Mitchell Horneloader: always install help files
2023-01-27 Emmanuel Vadotloader: md: Use default func for fmtdev and parsedev
2023-01-26 Martin Matuskazfs: merge openzfs/zfs@92e0d9d18 (zfs-2.1-release)...
2023-01-25 Warner Loshstand/mips: retire BERI boot loader
2023-01-25 Warner Loshstand: updated MFC info.
2023-01-25 Warner Loshstand/mips64: Make beri loader compile
2023-01-25 Warner Loshstand: update mips uboot to uboot reorg
2023-01-25 Warner Loshstand/uboot: Remove -fPIC here
2023-01-25 Warner Loshstand: mfc notes
2023-01-25 Warner LoshRevert "mips: remove saf1761"
2023-01-25 Warner LoshRevert "Bump the FreeBSD kernel version in kernel boot...
2023-01-25 Warner LoshRevert "stand: remove mips support"
2023-01-24 Warner Loshstand: dev can't be NULL in default_prasedev
2023-01-24 Warner Loshkboot: Use standard set_currdev
2023-01-24 Warner Loshkboot: Add hostdisk override
2023-01-24 Warner Loshkboot: Fetch hostfs_root and bootdev from the environment
2023-01-24 Warner Loshkboot: Add ZFS support build glue
2023-01-24 Warner Loshkboot: Add support for ZFS volumes
2023-01-24 Warner Loshkboot: Add ZFS support to hostdisk
2023-01-24 Warner Loshkboot: Rework hostdisk.c to allow easier ZFS support.
2023-01-24 Warner Loshstand/zfs: Fix memory leaking on error cases
2023-01-24 Warner Loshstand/uboot: Explain why we test for NULL here
2023-01-24 Warner Loshstand/ofw: dev can't be NULL here
2023-01-24 Warner Loshstand: Separate base and cli parts of nvstore
2023-01-24 Warner Loshstand: create common set_currdev
2023-01-24 Warner Loshstand: Move dev_cleanup into libsa
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 Loshkboot: use 128MB for the heap area, ZFS needs a lot...
2023-01-24 Warner Loshkboot: Sort kexec_load alphabetically
2023-01-24 Warner Loshstand: Add macros for file types from stat
2023-01-24 Warner Loshkboot: Disks should be at least 16MB
2023-01-24 Warner Loshkboot: hostdisk.c update copyright notice
2023-01-24 Warner Loshstand: Allow stand.h to be included in C++ programs
2023-01-24 Warner Loshstand: Add inttype.h
2023-01-24 Warner Loshstand: Make ioctl declaration consistent
2023-01-24 Warner Loshkboot: Use (void) instead of () for functiosn with...
2023-01-24 Warner Loshkboot: Allow loading fdt from different sources
2023-01-24 Warner Loshkboot: Need to find the ACPI tables
2023-01-24 Warner Loshstand/kboot: Parse the command line args
2023-01-24 Warner Loshstand/efi: remove unused local varaibles
2023-01-24 Warner Loshstand/kboot: Remove unneeded include.
2023-01-24 Warner Loshstand/kboot: Initialize all the devices
2023-01-24 Warner Loshkboot: copy EFI's bootinfo.c and adjust
2023-01-24 Warner Loshkboot: Mark the EFI specific parts of bootinfo.c
2023-01-24 Warner Loshstand/zlib: Document the upstream issue behind NO_DEPRE...
2023-01-24 Warner Loshstand: update prototypes for md_load and md_load64
2023-01-24 Warner Loshkboot: Add md_addr to metadata
2023-01-24 Warner Loshkboot: Use #define for DT_DIR
2023-01-24 Warner Loshkboot: powerpc64 has no newfstat system call
2023-01-24 Warner Loshkboot: Add aarch64 termios
2023-01-24 Warner Loshkboot: Add missing license to termios
2023-01-24 Warner Loshstand: aarch64 has different nlinks than amd64
2023-01-24 Warner Loshkboot: powerpc ldscript catchup
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 Loshkboot: Enable fewer things by default
2023-01-24 Warner Loshkboot: Make dosfs support conditional
2023-01-24 Warner Loshkboot: Add readme
2023-01-24 Warner Loshkboot: Move archsw init earlier
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
next