]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys/boot
Fix incorrect assertion that could miss overflows.
[FreeBSD/FreeBSD.git] / sys / boot /
2016-10-17 hselaskyFix device delete child function.
2016-10-15 impCreate a pcibios-version environment FORTH word. This...
2016-10-14 sbrunoUpdate i386 build of loader.efi (but leave it disabled...
2016-10-14 ambriskoIn UEFI mode expose the SMBIOS anchor base address...
2016-10-14 impCreate a new linker set, Xficl_compile_set which contai...
2016-10-14 impRemove fetching of pInterp. Currently, there's no actua...
2016-10-14 impThe file /boot/boot.conf existed for the 3.0 release...
2016-10-14 baptFix build WITHOUT_FORTH
2016-10-13 baptStop closing the network device when netbooting for...
2016-10-07 andrewThe bootloader self relocation code was slightly wrong...
2016-10-06 allanjudeDisable loop unrolling in skein for sys/boot
2016-10-04 jkimMerge ACPICA 20160930.
2016-10-04 allanjudeGELIBoot may attempt to read past the end of the disk
2016-10-04 mmMFV r306669:
2016-10-01 baptImport libucl 20160812
2016-09-30 impFix a cluster of bugs in list EFI environment variables:
2016-09-29 desUpgrade to Unbound 1.5.10.
2016-09-29 gonzoAdd touchscreen support for the official 7" RPi touch...
2016-09-27 tsoomeloader command interpreter should reset command_errmsg
2016-09-23 emasteUse 32-bit value for .text padding, for linker portability
2016-09-22 impRevert and redo r306083.
2016-09-22 jkimMerge OpenSSL 1.0.2i.
2016-09-22 stevekThe getsecs() function is implemented in platform-...
2016-09-21 kibAdd kernel interfaces to call EFI Runtime Services.
2016-09-21 kibSimple post-mortem reporter for amd64 loader.efi.
2016-09-21 andrewUpdate the device tree source files to a Linux 4.7-RC.
2016-09-20 wmaAdd driver for PCIe root complex on Annapurna Alpine...
2016-09-19 emasterevert unintended change from r305994
2016-09-19 emasteCatch up to sys/capability.h rename to sys/capsicum...
2016-09-19 andrewImport the Linaro Cortex Strings library into contrib.
2016-09-18 kibAdd comment for the closing guard.
2016-09-18 kibUtilize pmap.h names for constants and types used to...
2016-09-18 kibAdd double-inclusion protection.
2016-09-16 jhibbitsIncrease the boot1 file size on the HFS boot image.
2016-09-16 emasteUse arch-specific .text padding fill value in EFI loaders
2016-09-14 manuufsread: Do not cast struct direct from void *
2016-09-14 hselaskyMake the callout structure in the boot loader's kernel...
2016-09-13 baptRemove code that crept in r305125 by accident
2016-09-08 pfgMFC r303891, r303892:
2016-09-08 sephepxeboot: Add nfs.read_size tunable.
2016-09-07 bro Update QEMU device tree.
2016-09-07 wmaIntroduce support for Annapurna Alpine CCU and NB devices
2016-09-07 jmcneillAdd support for Allwinner A83T CPU frequency scaling.
2016-09-06 willloader.efi: Bump the staging size to 64M.
2016-09-06 avgMFC r303738: report sector size and number of sectors...
2016-09-05 mmMFV r305420:
2016-09-04 jmcneillA64 thermal sensor IRQ is GIC_SPI 31, not 41.
2016-09-04 desUpgrade to Unbound 1.5.9.
2016-09-03 ngieUpdate contrib/netbsd-tests with new content from NetBSD
2016-09-03 impDon't use -N to set the OMAGIC with data and text write...
2016-09-03 jmcneillAdd cpu-supply xref to cpu@0
2016-09-03 jmcneillAdd SID, THS, and CPU operating points.
2016-09-03 emasteremove CONSTRUCTORS from MIPS uboot linker script
2016-09-03 ngieMFhead @ r305314
2016-09-01 bro Separate rtc and timecmp registers: they are differen...
2016-09-01 tsoomebd_int13probe() should check extended info if sector...
2016-09-01 ngieMFhead @ r305170
2016-08-31 emasteSet UEFI boot loader PE/COFF timestamps to known value...
2016-08-31 jmcneillAdd Allwinner A64 (sun50i) and Pine64 dts files.
2016-08-31 impRemove accidentally committed stray comment.
2016-08-31 emasteUpdate to ELF Tool Chain r3490
2016-08-31 baptNetboot: allow both tftpfs and nfs in both pxeboot...
2016-08-31 impCreate a hook 'post-initialize' for people that want...
2016-08-30 pfgMFV r302423:
2016-08-30 ngieMFhead @ r305041
2016-08-30 nwhitehornSome versions of SLOF do not append the partition numbe...
2016-08-29 jmcneillWhen the EFI implementation (like U-Boot) does not...
2016-08-29 ngieMFhead @ r305013
2016-08-28 peterThe read-ahead code from r298230 made it likely the...
2016-08-25 ngieMFhead @ r304815
2016-08-25 andrewDon't set *dev in the zfs root case, it may be NULL...
2016-08-24 tsoomeBug 212038 - svn commit: r304321 broken bhyve zvol...
2016-08-24 cyMFV r304732.
2016-08-23 baptEFI loader: only open/close on the net device with...
2016-08-23 baptAdd tftpfs support for the EFI loader
2016-08-20 tsoomeloader is filling fixed length command_errbuf with...
2016-08-19 jhbMFC 304018: Add defines needed to export SMBIOS serial...
2016-08-18 tsoomeAdd SHA512, skein, large blocks support for loader...
2016-08-17 tsoomeboot1.efi Free() should check for NULL to provide consi...
2016-08-17 manuRemove pullup settings for MMC pins, this is not needed...
2016-08-17 manuCorrectly print and cast u_int64_t and off_t.
2016-08-16 ngieMFhead @ r304232
2016-08-16 manuOnly use WaitForKeys event if it exists, this is not...
2016-08-16 manuUse %ju modifier for u_int64_t and %jd modifier for...
2016-08-16 markjMFV r304057:
2016-08-16 markjMFV r296989:
2016-08-14 mmMFV r304060:
2016-08-13 ngieMFhead @ r304038
2016-08-12 jhbAdd defines needed to export SMBIOS serial numbers
2016-08-12 ngieCheckpoint initial integration work
2016-08-11 manuRename pcduino3b.dts to pcduino3.dts
2016-08-11 stevekAdd the missing space between .asciz directive and...
2016-08-10 stevekAdd kernel environment variables under smbios.system...
2016-08-10 bro Remove operation in machine mode.
2016-08-09 pfgsys: replace comma with semicolon when pertinent.
2016-08-04 avgreport sector size and number of sectors in lsdev outpu...
2016-08-03 gonzoFix EHCI driver by excluding first 512K from available...
2016-08-03 markjFix a few cosmetic issues in boot1.efi.
2016-08-02 brUpdate RISC-V port to Privileged Architecture Version...
2016-08-01 allanjudeMake boot code and loader check for unsupported ZFS...
next