]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - stand
Ensure MK_LDD for bootstrap-tools matches MK_LLD_BOOTSTRAP.
[FreeBSD/FreeBSD.git] / stand /
2018-01-12 Warner LoshAllow this file to be included
2018-01-12 Warner LoshMove getsecs() prototype to stand.h from net.h so it...
2018-01-12 Warner LoshReport the boot order and where we are in that boot...
2018-01-12 Warner LoshAdd GUID for UEFI boot manager variables.
2018-01-11 Konstantin BelousovSkip IRELATIVE relocations when loader processes ELF...
2018-01-08 John BaldwinUse <stand.h> instead of <inttypes.h> and <stdio.h...
2018-01-08 John BaldwinFix printf missing format variables warnings.
2018-01-08 John BaldwinDefine __dmadat after #include'ing ufsread.c.
2018-01-06 Warner LoshInvent new #defines for the biospci_{read,write}_config...
2018-01-05 Sean BrunoHandle misconfigured/nonexistent pcidev for comconsole...
2018-01-05 Jung-uk KimMerge ACPICA 20180105.
2018-01-03 John BaldwinUse 'extern uint8_t' instead of 'extern void' for exter...
2018-01-03 John BaldwinDon't clobber system LDFLAGS for beri boot loaders.
2017-12-31 Ian LeporeAdd a validbcd() routine that uses the bcd2bin_data...
2017-12-31 Kyle Evansstand/fdt: Make fdt_overlay_apply signature-compatible...
2017-12-30 Nathan WhitehornGarbage-collect loader.ps3. It is currently disconnecte...
2017-12-30 Kyle Evanslibsa: Pull in strnlen from libc
2017-12-30 Kyle Evansstand/fdt: Swap libfdt include order
2017-12-29 Warner LoshFix ubldr. uboot/lib uses defines for the loader. It...
2017-12-29 Kyle Evansstand/fdt: Consistently apply fdt_overlays
2017-12-28 Kyle Evansstand/fdt: Avoid bailout when dtbo has no fixups
2017-12-28 Kyle Evansstand/fdt: Fix loading of multiple fdt_overlays
2017-12-21 Michael Zhilin[boot/efi] scan all display modes rather than sequentia...
2017-12-19 Warner LoshNo need to use relative paths like this here.
2017-12-19 Warner LoshHoist btx include stuff to i386/Makefile.inc
2017-12-19 Warner LoshInteract is always called with NULL. Simplify code...
2017-12-19 Warner LoshSimplify things a little. The RETURN macro isn't requir...
2017-12-18 Warner Loshlibficl is only ever used in a loader (never a boot...
2017-12-18 Warner LoshMove loader help file definitions to being 100% inside...
2017-12-16 Warner LoshMove loader-only defines to loader.mk from defs.mk
2017-12-16 Dimitry AndricUpgrade our copies of clang, llvm, lld, lldb, compiler...
2017-12-15 Warner LoshRemove the 'mini libstand in libstand' that util.[ch...
2017-12-15 Warner LoshPanic in sbrk if setheap hasn't been called yet. This...
2017-12-14 Jung-uk KimMFC: r326864
2017-12-14 Warner LoshRevert r326855: Cargo cut a fix for the regressions...
2017-12-14 Warner LoshTurn loader GELI support in the boot loaders off by...
2017-12-14 Warner LoshFix comments after bump in size.
2017-12-14 Warner LoshCargo cut a fix for the regressions r326585 caused.
2017-12-14 Toomas Soomelibefi: make efichar.h more usable in stand code
2017-12-12 Mark JohnstonMFV r326785: 8880 improve DTrace error checking
2017-12-12 Warner LoshRevert r326792, r326784, r326772, r326712
2017-12-12 Antoine BrodinAttempt to unbreak buildworld
2017-12-11 Warner LoshRevert part of 362772. It was causing problems for...
2017-12-11 Warner LoshFix regression with lua import
2017-12-11 Warner LoshFix a comment to be more accurate
2017-12-10 Ian LeporeWhen building for arm arches, set PKGALIGN to the max...
2017-12-10 Ian LeporeSave and restore r9 register in arm ubldr. In old...
2017-12-08 Warner LoshThis path belongs in ficl/Makefile, not the common...
2017-12-08 Warner Loshboot1.c needs EFI_ZFS_BOOT too, so add it globally...
2017-12-08 Warner LoshCreate interp class.
2017-12-08 Warner LoshConst poison a couple of interfaces.
2017-12-08 Warner LoshPut the files we're copying over into a few variables...
2017-12-08 Warner LoshProvide implementations for iscntrl, ispunct and isgraph.
2017-12-08 Warner LoshRemove _KERNEL hack now that errno.h does the right...
2017-12-08 Warner LoshAdd partial support signal.h functioanlity. Pull in...
2017-12-07 Mark JohnstonAvoid setting -Wno-tentative-definition-incomplete...
2017-12-07 Jung-uk KimMerge OpenSSL 1.0.2n.
2017-12-06 Ed Mastetcpdump: remove undesired svn:keywords property from...
2017-12-06 Toomas Soomedhcp_try_rfc1048() is not used any more
2017-12-06 Ed MasteUpdate tcpdump to 4.9.2
2017-12-06 Warner LoshFix random() prototype to match the system.
2017-12-06 Warner LoshMake putenv and getenv match the userland definition...
2017-12-05 Warner LoshNow that we offer a semi-sane standards-ish set of...
2017-12-05 Warner LoshStop building with the standard system headers.
2017-12-05 Warner LoshDon't inherit CFLAGS. This a specialized test program...
2017-12-05 Warner LoshPrefer stdint.h to inttypes.h since the added prototype...
2017-12-05 Warner LoshMake sure we include the right path for skein.h, as...
2017-12-05 Warner LoshNeed to include skein in the include path so we don...
2017-12-05 Warner LoshUse the kernel relative paths, rather than the userland...
2017-12-05 Warner LoshNo need to include the userland md5.h, the kernel one...
2017-12-05 Warner LoshInclude ficl.h before anything else and avoid including...
2017-12-04 Toomas Soomeloader.efi: add note about iPXE into the efipart.c
2017-12-04 Allan Judeincrease maximum size of zfsboot
2017-12-04 Warner LoshSwitch to proper MK_LOADER_GELI tests.
2017-12-03 Dimitry AndricUpgrade our copies of clang, llvm, lldb and libc++...
2017-12-03 Warner LoshNow it's safe to bump WARNS to 1.
2017-12-03 Warner LoshMark two things as unused (since they are only sometime...
2017-12-03 Warner LoshProvide a md_load64 prototype.
2017-12-03 Warner LoshCast void * pointer to char * so the arg matches the...
2017-12-03 Warner LoshDisconnet ps3 from the build. There's too many warnings...
2017-12-03 Warner LoshDeclare our strange brand of main().
2017-12-03 Warner Loshe_entry can be smaller than a pointer. Cast it to an...
2017-12-03 Warner LoshCast mdp (a vm_offset_t) to void * to match prototype.
2017-12-03 Warner LoshInclude machine/md_var to pick up __syncicache prototype.
2017-12-03 Warner LoshDelcare md_load in libofw.h. Make all prototypes match...
2017-12-03 Warner LoshConst poison the propname. It's never set and we often...
2017-12-02 Warner LoshFix all warnings related to geli and ZFS support on...
2017-12-02 Warner LoshTweaks to the beri boot loader so that it builds w...
2017-12-02 Warner LoshUndefine _STANDALONE since this is test code. This...
2017-12-02 Warner LoshFix random() and srandom() prototypes to match the...
2017-12-02 Warner LoshMove geli to common DO32 stuff
2017-12-02 Warner LoshWe don't need both _STAND and _STANDALONE. There's...
2017-12-02 Warner LoshCleanup CFALGS usage here
2017-12-02 Warner LoshMinor flags cleanup
2017-12-02 Warner LoshRemove stale dependency on ufsread.c
2017-12-01 Toomas Soomeloader.efi: efipart should exclude iPXE stub block...
2017-11-30 Warner LoshUse const pointers to avoid casting away constness.
2017-11-29 Warner LoshImport lua 5.3.4 to contrib
2017-11-28 Brooks DavisUpdate vis(3) the latest from NetBSD.
2017-11-24 Nathan WhitehornModify all FreeBSD bootloaders on PowerPC AIM (Book...
next