]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys/boot
mips: for pointers replace 0 with NULL.
[FreeBSD/FreeBSD.git] / sys / boot /
2016-01-22 delphijMFV r294491: ntp 4.2.8p6.
2016-01-22 wmaProvide busdma stubs for loader/kshim
2016-01-22 wmaFix compilation errors in usb/kshim
2016-01-21 smhPrevent loader.conf load failure due to unknown console...
2016-01-21 smhFix EFI UFS caching
2016-01-20 emasteIncrease BERI boot components section alignment to 16
2016-01-20 zbbChange DTS entry of PCIe controller for Armada38x
2016-01-20 zbbFix busy-detect when using DesignWare UART
2016-01-20 zbbAdd global mpcore timer node to Armada 38x DTS
2016-01-20 zbbCorrect ranges in Armada38x dts
2016-01-20 zbbIntroduce initial support for Marvell Armada38x
2016-01-19 desUpgrade to OpenSSH 6.9p1.
2016-01-19 desUpgrade to OpenSSH 6.8p1.
2016-01-19 desUpgrade to OpenSSH 6.7p1, retaining libwrap support...
2016-01-18 andrewReset the filesystem cache before reading from a potent...
2016-01-18 emasteboot1: correct typo in error message
2016-01-18 smhFix EFI_DEBUG option
2016-01-15 baptUpdate mandoc to 20160116
2016-01-15 dimMerge ^/head r293850 through r294089.
2016-01-15 allanjudeConnect the ZFS boot environment menu to the UEFI loader
2016-01-15 allanjudeMove init_zfs_bootenv to sys/boot/zfs/zfs.c instead...
2016-01-15 smhAdd EFI ZFS boot support
2016-01-15 smhModularise EFI boot loader
2016-01-15 smhEnsure boot fsread correctly probes all partitions
2016-01-15 smhMake common boot file_loadraw name parameter const
2016-01-14 jmallettMake it possible to specify the path to userboot.so...
2016-01-14 smhRemove unused reg param from fdt_fixup_memory
2016-01-14 smhPrevent bogus compiler in ZFS boot code
2016-01-14 smhOnly build EFI components on supported compilers
2016-01-14 smhRevert r293903
2016-01-14 dimUpdate llvm, clang and lldb to trunk r257626, and updat...
2016-01-14 smhFix GCC warnings causing build failure after r293724
2016-01-13 dimMerge ^/head r293686 through r293849.
2016-01-13 smhImprove non-interactive forth cmd error reporting
2016-01-13 ngieMFhead @ r293815
2016-01-13 smhFix typo in libefi.c
2016-01-13 ianGo back to using uintptr_t, because code that actually...
2016-01-12 ianCast using uintfptr_t and eliminate the cast to uint64_...
2016-01-12 smhEnable warnings in EFI boot code
2016-01-11 dimMerge ^/head r293430 through r293685.
2016-01-11 allanjudeDIOCGSECTORSIZE expects to write to a u_int, but struct...
2016-01-09 allanjudeReturn call to init_zfs_bootenv to its previous location
2016-01-09 smhRemove hidden "Not ufs" printfs from boot code
2016-01-09 smhSwitch EFT boot1 to use libstand
2016-01-09 allanjudeOnly call init_zfs_bootenv() when the system was booted...
2016-01-09 bdreweryUpdate dependencies.
2016-01-08 emasteReduce libstand Makefile duplication
2016-01-08 dimMerge ^/head r293280 through r293429.
2016-01-08 emasteAvoid unintended $FreeBSD$ expansion in generate-fat.sh
2016-01-08 emasteAdd safety belt for boot1.efi file size
2016-01-08 delphijMFV r293415:
2016-01-08 smhUpdate generated efi boot image templates
2016-01-08 allanjudeAdd support for ZFS Boot Environments to userboot ...
2016-01-07 bdreweryDIRDEPS_BUILD: Update dependencies.
2016-01-07 bdreweryDon't install /usr/include/stand.h twice after r293040.
2016-01-06 dimMerge ^/head r293175 through r293279.
2016-01-06 smhstyle(9) fixes for EFI boot
2016-01-06 smhFix return from zfs_probe_dev
2016-01-06 smhFix _MSC_EXTENSIONS checks
2016-01-06 dimUpdate clang to trunk r256945.
2016-01-06 dimUpdate llvm to trunk r256945.
2016-01-06 emasteloader.efi style(9) cleanup
2016-01-06 emasteIntroduce and use new EFI_ERROR_CODE macro for EFI...
2016-01-06 emasteEnable the beastie menu for the UEFI console
2016-01-06 emasteloader.efi: add terminal emulation support
2016-01-05 delphijMFV r293125: less v481.
2016-01-04 dimMerge ^/head r293036 through r293174.
2016-01-04 emasteloader.efi: support non-contiguous console modes
2016-01-04 emasteMerge LLDB 3.8
2016-01-02 ianCast pointer through uintptr_t on the way to uint64_t...
2016-01-02 ianUse 64-bit math when finding a block of ram to hold...
2016-01-02 ianRevert accidental change that snuck into r293045.
2016-01-02 ianMake the 'env' directive described in config(5) work...
2016-01-01 emasteReduce libstand Makefile duplication
2015-12-31 dimMerge ^/head r292951 through r293015.
2015-12-31 ngieMFhead @ r293006
2015-12-31 allanjudeIntroduce the ZFS Boot Environments menu to the loader...
2015-12-31 dteskeRemove supposition comment that code would better live...
2015-12-31 dteskeFix a memory leak. nextboot_conf_file is not volatile...
2015-12-31 dteskeRemove debugging messages. NB: SVN r187143 reads:
2015-12-30 dimUpdate clang to trunk r256633.
2015-12-30 dimUpdate llvm to trunk r256633.
2015-12-30 dteskeFix stack leak introduced by SVN r97201 (nextboot_conf...
2015-12-29 ianFix the error checking for the ubenv command. This...
2015-12-29 ngieMFhead @ r292618
2015-12-24 jhbFix remaining direct tests of the carry flag in the...
2015-12-22 emasteRevert accidental whitespace changes included with...
2015-12-22 emasteSupport a.out format in nlist only on i386
2015-12-22 ianSet env vars from values on the efi loader command...
2015-12-21 emasteboot1.efi: show EFI error number, not full status value
2015-12-21 emasteloader.efi: strip trailing whitespace
2015-12-21 ianAdd strlcat() and strlcpy() to libstand32. This should...
2015-12-20 emasteloader.efi: refresh size in GetMemoryMap retry loop
2015-12-20 ngieAdd missing smbios.h #include to mute a -Wimplicit...
2015-12-19 ngieMFhead @ r292474
2015-12-19 impPass the UEFI system table into the kernel from the...
2015-12-18 emasteloader.efi: show EFI error number, not full status...
2015-12-18 bruefferMerge OpenBSM 1.2 alpha 4.
2015-12-17 ngieMFhead @ r292396
2015-12-16 baptUse human readable representation of ip for the pxeboot...
next