]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/shortlog
FreeBSD/FreeBSD.git
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
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... loader.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
next