]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - stand
Merge ^/head r327624 through r327885.
[FreeBSD/FreeBSD.git] / stand /
2018-01-12 dimMerge ^/head r327624 through r327885.
2018-01-12 impAllow this file to be included
2018-01-12 impMove getsecs() prototype to stand.h from net.h so it...
2018-01-12 impReport the boot order and where we are in that boot...
2018-01-12 impAdd GUID for UEFI boot manager variables.
2018-01-11 kibSkip IRELATIVE relocations when loader processes ELF...
2018-01-08 jhbUse <stand.h> instead of <inttypes.h> and <stdio.h...
2018-01-08 jhbFix printf missing format variables warnings.
2018-01-08 jhbDefine __dmadat after #include'ing ufsread.c.
2018-01-06 dimMerge ^/head r327341 through r327623.
2018-01-06 impInvent new #defines for the biospci_{read,write}_config...
2018-01-05 sbrunoHandle misconfigured/nonexistent pcidev for comconsole...
2018-01-05 jkimMerge ACPICA 20180105.
2018-01-03 jhbUse 'extern uint8_t' instead of 'extern void' for exter...
2018-01-03 jhbDon't clobber system LDFLAGS for beri boot loaders.
2017-12-31 ianAdd a validbcd() routine that uses the bcd2bin_data...
2017-12-31 kevansstand/fdt: Make fdt_overlay_apply signature-compatible...
2017-12-30 nwhitehornGarbage-collect loader.ps3. It is currently disconnecte...
2017-12-30 kevanslibsa: Pull in strnlen from libc
2017-12-30 kevansstand/fdt: Swap libfdt include order
2017-12-29 impFix ubldr. uboot/lib uses defines for the loader. It...
2017-12-29 kevansstand/fdt: Consistently apply fdt_overlays
2017-12-29 dimMerge ^/head r327169 through r327340.
2017-12-29 dimMerge llvm, clang, lld, lldb, compiler-rt and libc...
2017-12-28 kevansstand/fdt: Avoid bailout when dtbo has no fixups
2017-12-28 kevansstand/fdt: Fix loading of multiple fdt_overlays
2017-12-24 dimMerge ^/head r326936 through r327149.
2017-12-24 dimMerge compiler-rt trunk r321414 to contrib/compiler-rt.
2017-12-24 dimMerge llvm trunk r321414 to contrib/llvm.
2017-12-21 mizhka[boot/efi] scan all display modes rather than sequentia...
2017-12-20 dimMerge compiler-rt trunk r321017 to contrib/compiler-rt.
2017-12-20 dimMerge lldb trunk r321017 to contrib/llvm/tools/lldb.
2017-12-20 dimMerge lld trunk r321017 to contrib/llvm/tools/lld.
2017-12-20 dimMerge clang trunk r321017 to contrib/llvm/tools/clang.
2017-12-20 dimMerge llvm trunk r321017 to contrib/llvm.
2017-12-19 impNo need to use relative paths like this here.
2017-12-19 impHoist btx include stuff to i386/Makefile.inc
2017-12-19 impInteract is always called with NULL. Simplify code...
2017-12-19 impSimplify things a little. The RETURN macro isn't requir...
2017-12-18 implibficl is only ever used in a loader (never a boot...
2017-12-18 impMove loader help file definitions to being 100% inside...
2017-12-16 impMove loader-only defines to loader.mk from defs.mk
2017-12-15 impRemove the 'mini libstand in libstand' that util.[ch...
2017-12-15 impPanic in sbrk if setheap hasn't been called yet. This...
2017-12-14 impRevert r326855: Cargo cut a fix for the regressions...
2017-12-14 impTurn loader GELI support in the boot loaders off by...
2017-12-14 impFix comments after bump in size.
2017-12-14 impCargo cut a fix for the regressions r326585 caused.
2017-12-14 tsoomelibefi: make efichar.h more usable in stand code
2017-12-12 impRevert r326792, r326784, r326772, r326712
2017-12-12 antoineAttempt to unbreak buildworld
2017-12-11 impRevert part of 362772. It was causing problems for...
2017-12-11 impFix regression with lua import
2017-12-11 impFix a comment to be more accurate
2017-12-10 ianWhen building for arm arches, set PKGALIGN to the max...
2017-12-10 ianSave and restore r9 register in arm ubldr. In old...
2017-12-08 impThis path belongs in ficl/Makefile, not the common...
2017-12-08 impboot1.c needs EFI_ZFS_BOOT too, so add it globally...
2017-12-08 impCreate interp class.
2017-12-08 impConst poison a couple of interfaces.
2017-12-08 impPut the files we're copying over into a few variables...
2017-12-08 impProvide implementations for iscntrl, ispunct and isgraph.
2017-12-08 impRemove _KERNEL hack now that errno.h does the right...
2017-12-08 impAdd partial support signal.h functioanlity. Pull in...
2017-12-07 markjAvoid setting -Wno-tentative-definition-incomplete...
2017-12-07 jkimMerge OpenSSL 1.0.2n.
2017-12-06 tsoomedhcp_try_rfc1048() is not used any more
2017-12-06 emasteUpdate tcpdump to 4.9.2
2017-12-06 impFix random() prototype to match the system.
2017-12-06 impMake putenv and getenv match the userland definition...
2017-12-05 impNow that we offer a semi-sane standards-ish set of...
2017-12-05 impStop building with the standard system headers.
2017-12-05 impDon't inherit CFLAGS. This a specialized test program...
2017-12-05 impPrefer stdint.h to inttypes.h since the added prototype...
2017-12-05 impMake sure we include the right path for skein.h, as...
2017-12-05 impNeed to include skein in the include path so we don...
2017-12-05 impUse the kernel relative paths, rather than the userland...
2017-12-05 impNo need to include the userland md5.h, the kernel one...
2017-12-05 impInclude ficl.h before anything else and avoid including...
2017-12-04 tsoomeloader.efi: add note about iPXE into the efipart.c
2017-12-04 allanjudeincrease maximum size of zfsboot
2017-12-04 impSwitch to proper MK_LOADER_GELI tests.
2017-12-03 impNow it's safe to bump WARNS to 1.
2017-12-03 impMark two things as unused (since they are only sometime...
2017-12-03 impProvide a md_load64 prototype.
2017-12-03 impCast void * pointer to char * so the arg matches the...
2017-12-03 impDisconnet ps3 from the build. There's too many warnings...
2017-12-03 impDeclare our strange brand of main().
2017-12-03 impe_entry can be smaller than a pointer. Cast it to an...
2017-12-03 impCast mdp (a vm_offset_t) to void * to match prototype.
2017-12-03 impInclude machine/md_var to pick up __syncicache prototype.
2017-12-03 impDelcare md_load in libofw.h. Make all prototypes match...
2017-12-03 impConst poison the propname. It's never set and we often...
2017-12-02 impFix all warnings related to geli and ZFS support on...
2017-12-02 impTweaks to the beri boot loader so that it builds w...
2017-12-02 impUndefine _STANDALONE since this is test code. This...
2017-12-02 impFix random() and srandom() prototypes to match the...
2017-12-02 impMove geli to common DO32 stuff
2017-12-02 impWe don't need both _STAND and _STANDALONE. There's...
2017-12-02 impCleanup CFALGS usage here
next