]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - stand
Fix boot_pages exhaustion on machines with many domains and cores, where
[FreeBSD/FreeBSD.git] / stand /
2018-02-09 impSet script.lang in the environment to either 'forth...
2018-02-08 impFix build of userboot.so
2018-02-08 impMove to tabs for indentation and to 8-space notches...
2018-02-07 impMove simple interpreter 'perform' into interp.c and...
2018-02-07 impFix indentation to FreeBSD standard for interp files
2018-02-07 hselaskyMove the stand/usb test loader into its own directory.
2018-02-07 hselaskyA more definitions to kernel emulation shim in order...
2018-02-07 hselaskyFix relative location of USB sources after recent move.
2018-02-05 jhbIgnore relocation tables for non-memory-resident sections.
2018-02-04 kevansRemove now-unused variable after r328809
2018-02-03 nwhitehornFix regression introduced in r328806, preventing boot...
2018-02-03 emasteMake cross-endian loader changes apply only to powerpc
2018-02-02 dimUpgrade our copies of clang, llvm, lld, lldb, compiler...
2018-02-02 impImplement strcoll as strcmp.
2018-02-02 impWe need more heap space to properly load newer powerpc...
2018-02-02 impInvent new LDR_INTERP for the loader interpreter to...
2018-02-02 impNow that we no longer conditionally compile some files...
2018-02-02 impRemove pcibios forth support.
2018-02-02 impThese 4th words were an attempt to allow integration...
2018-02-02 impRetire pnp.4th and the code needed only for 4th words...
2018-02-02 impCentralize several variables.
2018-02-01 kevansD14130: stand/fdt: Rip out FDT VA tracking
2018-01-31 impBreak out the interpreters (simple and forth) w/o ifdef...
2018-01-31 impUpdate stand.h for changes for strto*l
2018-01-31 impMove libstand.3 to libsa.3. Update libsa.3 to include...
2018-01-31 impKill copies of strtol and strtoul. Use the ones that...
2018-01-30 sbrunoAdd missing non-POWERPC case to give the scr value...
2018-01-30 kevansstand/fdt: Remove unused write-only new_fdtp, correct...
2018-01-29 wmaloader: support for mixed-endianness ELF/loader and...
2018-01-28 kevansstand/fdt: Check /compatible property on overlay if...
2018-01-28 kevansstand/fdt: Consolidate overlay handling a little further
2018-01-26 impTag unreachable places as such. I left the while (1...
2018-01-26 impMake exit() never return until host_exit can be written.
2018-01-26 impBERI isn't BTX, so we don't have to provide exit()...
2018-01-26 impNow that exit is __dead2, we need to tag ub_exit()...
2018-01-26 impabort() should be marked __dead2 since it won't return.
2018-01-26 impProvide abs form stdlib.h.
2018-01-26 impImplement abort() as a call to panic.
2018-01-26 impSplit panic routine
2018-01-26 mckusickRefactoring of reading and writing of the UFS/FFS super...
2018-01-25 emasteloader.efi: add missing EFI GUIDs
2018-01-24 mmMFV r328323,328324:
2018-01-24 philipImport tzdata 2018c
2018-01-23 kevansstand/fdt: Fallback to `name` + ".dtbo" if we fail...
2018-01-23 impThere's no tainted data here, tag it as such to avoid...
2018-01-23 impgetenv does not return tainted data in the boot loader...
2018-01-23 impOn malloc failure, be sure to close the include file...
2018-01-23 impDon't leak memory when displaying help.
2018-01-23 impFix some resource leaks.
2018-01-19 impRemove extra copy of bootinfo.c. It's a bit rotted...
2018-01-18 kevansstand: Move sections around to fix stand/ build with...
2018-01-18 kevansstand: Add /boot/overlays to allow separation of overla...
2018-01-18 kevanslibfdt: Update to 1.4.6, switch to using libfdt for...
2018-01-17 jhbRequire the SHF_ALLOC flag for program sections from...
2018-01-16 tsoomeutf8_to_ucs2() should check for malloc failure
2018-01-15 impNeed to free uv after we're done using it.
2018-01-15 impCheck the return value from utf8_to_ucs2 instead of...
2018-01-15 impWhen returning an error and freeing allocated memory...
2018-01-15 kevansstand/fdt: Don't leak next_fdtp if we fail to open...
2018-01-15 andrewFix booting on some arm64 systems after r327879 by...
2018-01-15 kevansstand/fdt: don't send clobbered FDT to the kernel
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...
next