]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys/boot
Update ena-com HAL to v1.1.4.3 and update driver accordingly
[FreeBSD/FreeBSD.git] / sys / boot /
2017-10-31 mwUpdate ena-com HAL to v1.1.4.3 and update driver accord...
2017-10-31 bdreweryDIRDEPS_BUILD: Update dependencies.
2017-10-31 bdreweryDIRDEPS_BUILD: Connect new directories.
2017-10-30 impActually add zfs32/Makefile
2017-10-30 impFor amd64, compile both zfs and zfs32 libraries.
2017-10-30 impMinor cleanup
2017-10-30 impWe don't need to build a special ficl for userboot.
2017-10-30 impRemove the -nostdlib stuff I added. Instead, fix LDFLAG...
2017-10-30 impUse defs.mk name and prefer bsd.init.mk
2017-10-30 impUse defs.mk values for userboot
2017-10-30 impUse defs.mk defins in most MD code
2017-10-29 impCleanup non-arch Makefiles
2017-10-29 impDefine new EFI variables
2017-10-28 philipImport tzdata 2017c
2017-10-27 avgMFV r325013,r325034: 640 number_to_scaled_string is...
2017-10-25 manuloader.efi: Make framebuffer commands available for...
2017-10-25 impRemove sys/boot/arm/at91 and ixp425
2017-10-25 impMove BINDIR definition to defs.mk, and override where...
2017-10-25 impUse BOOTDIR consistently. We need to include bsd.init...
2017-10-22 impUse preferred defined paths, rather than relative paths...
2017-10-22 impUse SYSDIR instead of ${.CURDIR}/../..<etc>/sys.
2017-10-22 impUse BOOTSRC here.
2017-10-22 impPrefer SRCTOP paths for bits we're grabbing from libc.
2017-10-22 impMake at91 boot loader compile again.
2017-10-22 impEnd source directories with SRC rather than a hodgepodg...
2017-10-22 impMove fdt and uboot defines into common uboot.mk.
2017-10-22 impDefine LIBSA32 to LIBSA on i386 to fix build.
2017-10-22 impUse BOOTOBJ and BOOTDIR to find geli includes and libra...
2017-10-22 impStopgap fix to the mistmatch between LOADER_GELI_SUPPOR...
2017-10-22 impIntroduce BOOTOBJ: The top level object directory for...
2017-10-22 impUse BOOTDIR more consistently in defs.mk rather than...
2017-10-21 manudts: Update our device tree sources file fomr Linux...
2017-10-18 tsoomelibsa/ip: stop read loop on bad fragments
2017-10-18 tsoomelibsa/ip.c: misplaced comment, ip_v is half char, not...
2017-10-17 impRevert "Unify boot1 with loader" change r324646
2017-10-17 emasteloader.mk: clean md.o even if MD_IMAGE_SIZE not defined
2017-10-17 impWe need to include disk.o in libuboot.a when we're...
2017-10-17 emasteloader: initialize dv_cleanup in md.c to eliminate...
2017-10-16 impExplicitly inlcude SYSDIR in the include path -- need...
2017-10-16 impLOADER_foo_SUPPORTED
2017-10-16 impMove all the ficl common code into ficl.mk
2017-10-16 impcreate defs.mk for common definitions
2017-10-16 imptweak style
2017-10-16 impMove common/Makefile.inc to sys/boot/loader.mk.
2017-10-16 impRename top level Makefile.ficl to ficl.mk.
2017-10-16 impMove orphaned man pages into new man directory from...
2017-10-16 impUnify boot1 with loader
2017-10-12 impMove panic back into libsa. It's documented in libstand...
2017-10-12 impDefine prototype for exit and ensure references
2017-10-12 impRename exit to efi_exit to avoid clashing with libsa...
2017-10-12 impMove ufsread.c
2017-10-12 impHonor CFLAGS modifications in Makefile.inc by using...
2017-10-12 impMove crc32.c, util.c and gpt.c over to libsa.
2017-10-12 impRename libstand.a to libsa.a and libstand32.a to libsa32.a
2017-10-12 impKill the userboot copy of libstand.
2017-10-12 impMove lib/libstand to sys/boot/libsa
2017-10-10 jkimMerge ACPICA 20170929 (take 2).
2017-10-10 ngieFix typos: `stand alon{e,g}` should be spelled like...
2017-10-10 impRather than laying whack-a-mole with including the...
2017-10-09 impCreate sys/boot/libsa and build libstand.a there
2017-10-09 impDefine LIBSA* and use them instead of overloaded LIBSTAND
2017-10-09 impAdd missing -I${SASRC} in a couple of places so that...
2017-10-09 impDefine SASRC and use it
2017-10-09 impPrefer ${LIBSTAND} to -lstand
2017-10-07 ngieUnbreak building efiboot with MK_ZFS == no
2017-10-06 impEncapsulate ZFS preferences into efi_zfs_is_preferred
2017-10-06 impAdd efi_devpath_is_prefix
2017-10-06 baptImport 1.14.3
2017-10-05 impThis README file was quite relevant for FreeBSD 3 or...
2017-10-02 ianAllow Raspberry Pi platform and drivers to be configure...
2017-10-01 avgMFV r323530,r323533,r323534: 7431 ZFS Channel Programs...
2017-10-01 mmMFV r324145,324147:
2017-09-29 jkimMerge ACPICA 20170929.
2017-09-29 wmaCompile loader as Little-Endian on PPC64/POWER8
2017-09-25 tsoomelibefi: efipart_floppy() will should not pass acpi...
2017-09-23 oshogboAfter the r317886 support for TFTP and NFS can be enabl...
2017-09-22 tsoomelibefi: define EISA PNP constants
2017-09-22 tsoomelibefi: efipart_hdinfo_add_filepath should check strtol...
2017-09-22 tsoomelibefi: efipart.c cstyle fix for efipart_print_common()
2017-09-22 tsoomelibefi: efipart_strategy() should return ENXIO when...
2017-09-22 tsoomelibefi: pdinfo_t pd_unit and pd_open should be unsigned
2017-09-22 tsoomeefilib.h: typo in structure member description
2017-09-22 tsoomer323885 did miss efilib.h update
2017-09-22 tsoomelibefi: efi_devpath_match local len should be unsigned
2017-09-21 tsoomelibefi: efipart.c should use calloc()
2017-09-21 tsoomelibefi: efi_devpath_match() should return bool
2017-09-21 tsoomelibefi: devicename.c cleanups
2017-09-18 tsoomeloader: biosmem allocate heap just below 4GB
2017-09-17 gordonMFV r323678: file 5.32
2017-09-14 tsoomeloader: biosmem.c cstyle cleanup
2017-09-13 allanjudeIncrease EFI boot file size frok 128k to 384k
2017-09-13 tsoomelibefi: efipart_realstrategy rsize pointer may be NULL
2017-09-12 tsoomelibefi: efipart_open should check the status from disk_open
2017-09-12 tsoomeloader should support large_dnode
2017-09-11 emasteboot1: remove BOOT1_MAXSIZE default value
2017-09-11 tsoomer323389 breaks the kernel build when WITHOUT_ZFS is...
2017-09-11 emasteboot1 generate-fat: generate all templates at once
2017-09-10 tsoomeloader.efi: chain loader should provide proper device...
2017-09-09 impIt's been pointed out that init_script at least is...
2017-09-09 impMark init_chroot and init_script variables as deprecated.
next