]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/shortlog
FreeBSD/FreeBSD.git
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
2023-01-24 Warner Loshstand: use snprintf here
2023-01-24 Warner Loshstand: Add a helper 'universe' target
2023-01-24 Warner Loshstand: Move quit command to common commands
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: tftp.c doesn't need bootinfo.h
2023-01-24 Warner Loshstand: Make sure nobody has a NULL pointer for dv_cleanup
2023-01-24 Warner Loshstand: Small comment correction
2023-01-24 Warner Loshstand: Create DEV_NAMLEN for the length of a device...
2023-01-24 Warner Loshstand: Spell License correctly
2023-01-24 Warner Loshstand: Fix set but unused warning
2023-01-24 Warner Loshstand/disk: Trivial formatting nit
2023-01-24 Warner Loshstand: Use c99 structure initialization for userboot...
2023-01-24 Warner Loshstand: Use c99 structure initialization for gzipfs_fsops
2023-01-24 Warner Loshstand: Use c99 structure initialization for splitfs_fsops
2023-01-24 Warner Loshstand: Use c99 structure initialization for pkgfs_fsops
2023-01-24 Warner Loshstand: Use c99 structure initialization for nfs_fsops
2023-01-24 Warner Loshstand: Use c99 structure initialization for bzipfs_fsops
2023-01-24 Warner Loshstand: Use c99 structure initialization for ext2fs_fsops
2023-01-24 Warner Loshstand: Use c99 structure initialization for network...
2023-01-24 Warner Loshstand: Use c99 structure initialization for fwohci...
2023-01-24 Warner Loshstand: Use c99 structure initialization for userboot...
2023-01-24 Warner Loshstand: Use c99 structure initialization for uboot block...
2023-01-24 Warner Loshstand: Use c99 structure initialization for ofw's block...
2023-01-24 Warner Loshstand: Use c99 structure initialization for kboot's...
2023-01-24 Warner Loshstand: Use c99 structure initialization for md device
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 Loshstand: Remove extra efi.h include
2023-01-24 Toomas Soomeloader.efi: faults could try to print out call trace
2023-01-24 Warner Loshstand: Fix inclusion of sys/blake3.h
2023-01-24 Warner Loshstand: Work around upstream issues in the standalone...
2023-01-24 Warner Loshstand: For ZFS build, add new directory
2023-01-24 Warner Loshstand: Add comment about CFLAGS pollution
2023-01-24 Warner Loshstand: constrain zlib/gzip CFLAGS better
2023-01-24 Warner Loshstand: Confine BZIP defines to bzip files
2023-01-24 Warner Loshstand: geli CFLAGS tightening
2023-01-24 Warner Loshstand: Don't reuse ZFSSRC
2023-01-24 Warner Loshamd64/efi: Remove setting hints for rsdp
2023-01-24 Warner Loshloader: Set preferred kenv for acpi.rsdp on arm64
2023-01-24 Ed MasteRemove "All Rights Reserved" from Foundation copyrights
2023-01-24 Warner Loshkboot: rename kexec_load to host_kexec_load
next