]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - stand
MFV: xz 5.4.1.
[FreeBSD/FreeBSD.git] / stand /
2023-01-23 Xin LIMFV: xz 5.4.1.
2023-01-15 Gregory Neil ShapiroMerge commit '28fbd2825d216dafca4d991ad96d05b312f4f9a3'
2023-01-15 Cy Schubertunbound: Vendor import 1.17.1
2023-01-13 Warner Loshstand: dev can't be NULL in default_prasedev
2023-01-13 Warner Loshkboot: Use standard set_currdev
2023-01-13 Warner Loshkboot: Add hostdisk override
2023-01-13 Warner Loshkboot: Fetch hostfs_root and bootdev from the environment
2023-01-13 Warner Loshkboot: Add ZFS support build glue
2023-01-13 Warner Loshkboot: Add support for ZFS volumes
2023-01-13 Warner Loshkboot: Add ZFS support to hostdisk
2023-01-13 Warner Loshkboot: Rework hostdisk.c to allow easier ZFS support.
2023-01-13 Warner Loshstand/zfs: Fix memory leaking on error cases
2023-01-13 Warner Loshstand/uboot: Explain why we test for NULL here
2023-01-13 Warner Loshstand/ofw: dev can't be NULL here
2023-01-13 Warner Loshstand: Separate base and cli parts of nvstore
2023-01-11 Warner Loshstand: create common set_currdev
2023-01-11 Warner Loshstand: Move dev_cleanup into libsa
2023-01-11 Warner Loshstand: Create common gen_setcurrdev and replace code
2023-01-10 Dag-Erling SmørgravBring our tzcode up to date.
2023-01-09 Warner Loshstand/efi: Better variable name
2023-01-08 Warner Loshstand/zfs: Add a third argument to zfs_probe_dev: part_too
2023-01-07 Warner Loshkboot: use 128MB for the heap area, ZFS needs a lot...
2023-01-07 Warner Loshkboot: Sort kexec_load alphabetically
2023-01-07 Warner Loshstand: Add macros for file types from stat
2023-01-07 Warner Loshkboot: Disks should be at least 16MB
2023-01-07 Warner Loshkboot: hostdisk.c update copyright notice
2023-01-07 Warner Loshstand: Allow stand.h to be included in C++ programs
2023-01-07 Warner Loshstand: Add inttype.h
2023-01-06 Cy Schubertsqlite3: Vendor import of sqlite3 3.40.1
2023-01-05 Robert Clauseckerloader.efi: make sure kernel image is executable
2023-01-01 Xin LIMFV: xz 5.4.0
2022-12-13 Martin Matuskalibarchive: merge from vendor branch
2022-12-13 Warner Loshstand: Make ioctl declaration consistent
2022-12-09 Warner Loshkboot: Use (void) instead of () for functiosn with...
2022-12-09 Xin LIMFV: xz 5.2.9
2022-12-09 Warner Loshkboot: Allow loading fdt from different sources
2022-12-09 Warner Loshkboot: Need to find the ACPI tables
2022-12-07 Warner Loshstand/kboot: Parse the command line args
2022-12-07 Warner Loshstand/efi: remove unused local varaibles
2022-12-07 Warner Loshstand/kboot: Remove unneeded include.
2022-12-07 Warner Loshstand/kboot: Initialize all the devices
2022-12-07 Warner Loshkboot: copy EFI's bootinfo.c and adjust
2022-12-07 Warner Loshkboot: Mark the EFI specific parts of bootinfo.c
2022-12-07 Martin Matuskazfs: merge openzfs/zfs@59493b63c (master)
2022-12-05 Warner Loshstand/zlib: Document the upstream issue behind NO_DEPRE...
2022-12-05 Warner Loshstand: update prototypes for md_load and md_load64
2022-12-05 John Baldwinlibsa: Disable -Wdangling-pointer for zfs.c.
2022-12-04 Warner Loshkboot: Add md_addr to metadata
2022-12-04 Warner Loshkboot: Use #define for DT_DIR
2022-12-04 Warner Loshkboot: powerpc64 has no newfstat system call
2022-12-04 Warner Loshkboot: Add aarch64 termios
2022-12-04 Warner Loshkboot: Add missing license to termios
2022-12-04 Warner Loshstand: aarch64 has different nlinks than amd64
2022-12-04 Warner Loshkboot: powerpc ldscript catchup
2022-12-04 Warner Loshstand/efi: Break stlye rules a little for easier sharing
2022-12-04 Warner Loshstand/efi: Better include order for sharing
2022-12-04 Warner Loshstand/efi: Remove redundant parenthesis
2022-12-04 Warner Loshstand/efi: Document the copy size trick
2022-12-03 Warner Loshkboot: Enable fewer things by default
2022-12-03 Warner Loshkboot: Make dosfs support conditional
2022-12-03 Warner Loshkboot: Add readme
2022-12-03 Warner Loshkboot: Move archsw init earlier
2022-12-02 Warner Loshkboot: Use unsigned long long.
2022-12-02 Warner Loshkboot: Enhance hostdisk
2022-12-02 Warner Loshkboot: amd64 use /sys/firmware/memmap to find free...
2022-12-02 Warner Loshkboot: move to using devparse
2022-12-02 Warner Loshkboot: Create routines to read Linux tiny files
2022-11-30 Warner Loshstand/ofw: Refactor ofw parsedev
2022-11-30 Warner Loshstand/ofw: Use devparse
2022-11-30 Warner Loshofw/disk: Add parsedev support
2022-11-30 Warner Loshstand/ofw: Subclass devnet to cope with ofw's unique...
2022-11-30 Warner Loshstand/ofw: Add ofw_path_to_handle
2022-11-30 Warner Loshstand: Implement ofw disk print routine
2022-11-30 Warner Loshstand: Add dv_match
2022-11-30 Warner Loshstand: parsedev API change: devspec now points to start...
2022-11-30 Warner Loshstand: create devinit
2022-11-30 Warner Loshstand/ofw: ofw_disk isn't really a disk
2022-11-30 Warner Loshzfs: Remove devicename_stubs
2022-11-30 Warner Loshstand: make zfs_parsedev static
2022-11-30 Warner Loshstand/ofw: Access the parsing routine more directly
2022-11-30 Warner Loshstand/userboot: Move to using common devparse()
2022-11-30 Warner Loshstand/i386: Move to using common devparse()
2022-11-30 Warner Loshstand/efi: Move to using common devparse()
2022-11-30 Warner Loshstand: For all disk drivers, connect dv_parsedev to...
2022-11-30 Warner Loshstand/zfs: Connect dv_parsedev to zfs_parsedev
2022-11-30 Warner Loshstand: Introduce devparse to parse device / path strings
2022-11-30 Warner Loshstand: Introduce new dv_parsedev routine
2022-11-30 Warner Loshstand: Change zfs_parsedev() API
2022-11-30 Warner Loshstand: Change disk_parsedev() API
2022-11-30 Warner Loshstand/zlib: Zlib still uses K&R function definitions
2022-11-30 Philip Paepscontrib/tzdata: import tzdata 2022g
2022-11-29 Warner Loshofw_net: Use c99 initializers
2022-11-29 Warner Loshstand/ofw: Use strpbrk instead of two strchrs
2022-11-28 Cy Schubertsqlite3: Vendor import of sqlite3 3.40.0
2022-11-27 Warner Loshofw: Remove old K&R function declaration
2022-11-27 Warner Loshofw: Cast function pointer to proper type
2022-11-22 John Baldwinlibsa: Add missing GNU-stack annotations to _setjmp.S.
2022-11-22 John Baldwinstand/libsa: Remove MIPS setjmp() and longjmp().
2022-11-18 Warner Loshstand: Remove i386-only support fire firewire
2022-11-18 Xin LIMFV: expat 2.5.0
next