]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - stand/kboot
Merge branch 'releng/13.2' into releng-CDN/13.2
[FreeBSD/FreeBSD.git] / stand / kboot /
2023-02-23 Mitchell Horneloader: always install help files
2023-01-26 Martin Matuskazfs: merge openzfs/zfs@92e0d9d18 (zfs-2.1-release)...
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 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 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/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 Loshstand: update prototypes for md_load and md_load64
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 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 Loshkboot: Add hostfs
2023-01-24 Warner Loshstand/kboot: Make FDT fixup per-arch
2023-01-24 Warner Loshstand/kboot: hostdisk isn't a DEVT_DISK, use a differen...
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 Warner Loshstand/kboot: Add note about why we use MACHINE_ARCH...
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 disk_fmtdev for dv_fmtdev for all the disk...
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: Make sure nobody has a NULL pointer for dv_cleanup
2023-01-24 Warner Loshstand: Spell License correctly
2023-01-24 Warner Loshstand: Use c99 structure initialization for kboot's...
2023-01-24 Warner Loshkboot: Pull in constants from Linux's mmap.h api
2023-01-24 Warner Loshkboot: Properly cap number of segments loaded for kexec
2023-01-24 Warner Loshkboot: Refinements to host_kexec_load
2023-01-24 Warner Loshkboot: Use #defines for magic reboot constants
2023-01-24 Warner Loshkboot: Implement mount(2)
2023-01-24 Warner Loshkboot: Implement mkdir(2)
2023-01-24 Warner Loshkboot: Implement dup(2)
2023-01-24 Warner Loshkboot: Implement symlink(2)
2023-01-24 Warner Loshkboot: Implement getpid(2)
2023-01-24 Warner Loshkboot: Implement munmap(2)
2023-01-24 Warner Loshkboot: Implement stat(2) and fstat(2) system calls
2023-01-24 Warner Loshkboot: Add HOST_O_ constants for open, etc
2023-01-24 Warner Loshkboot: Enhance kboot_getdev to cope with NULLs
2023-01-24 Warner Loshkboot: Reimplement older system calls in terms of newer...
2023-01-24 Warner Loshkboot: Rework _start
2023-01-24 Warner Loshkboot: rename kexec_load to host_kexec_load
2023-01-24 Warner Loshkboot: sort system calls
2023-01-24 Warner Loshkboot: use SYS_kexec_load insteaed of __NR_kexec_load
2023-01-24 Warner Loshkboot: Sort system calls alphabetically
2023-01-24 Warner Loshstand: Initial kboot support on amd64
2023-01-24 Warner Loshstand: s/libstand/libsa/g to catch up with rename
2023-01-24 Gordon Berglingpowerpc64: Fix a typo in a source code comment
2023-01-24 Warner Loshkboot: move to generic syscall interface
2023-01-24 Warner Loshkboot: Split out powerpc build
2023-01-24 Warner Loshkboot: Move powerpc kboot to top level