aboutsummaryrefslogtreecommitdiff
path: root/stand
Commit message (Expand)AuthorAgeFilesLines
* utf8_to_ucs2() should check for malloc failureToomas Soome2018-01-161-0/+2
* Need to free uv after we're done using it.Warner Losh2018-01-151-0/+1
* Check the return value from utf8_to_ucs2 instead of whether or not uvWarner Losh2018-01-151-2/+1
* When returning an error and freeing allocated memory from ucs2_to_utf8Warner Losh2018-01-151-17/+18
* stand/fdt: Don't leak next_fdtp if we fail to open overlayKyle Evans2018-01-151-0/+1
* Fix booting on some arm64 systems after r327879 by fixing the call toAndrew Turner2018-01-151-2/+2
* stand/fdt: don't send clobbered FDT to the kernelKyle Evans2018-01-151-28/+46
* Allow this file to be includedWarner Losh2018-01-121-2/+2
* Move getsecs() prototype to stand.h from net.h so it can be usedWarner Losh2018-01-122-2/+1
* Report the boot order and where we are in that boot order. AddWarner Losh2018-01-121-2/+45
* Add GUID for UEFI boot manager variables.Warner Losh2018-01-121-0/+2
* Skip IRELATIVE relocations when loader processes ELF files.Konstantin Belousov2018-01-111-0/+8
* Use <stand.h> instead of <inttypes.h> and <stdio.h> in boot code.John Baldwin2018-01-081-2/+1
* Fix printf missing format variables warnings.John Baldwin2018-01-081-2/+2
* Define __dmadat after #include'ing ufsread.c.John Baldwin2018-01-081-3/+2
* Invent new #defines for the biospci_{read,write}_config function toWarner Losh2018-01-064-5/+12
* Handle misconfigured/nonexistent pcidev for comconsole instead of BTX panic.Sean Bruno2018-01-051-0/+10
* Use 'extern uint8_t' instead of 'extern void' for external symbols.John Baldwin2018-01-032-6/+6
* Don't clobber system LDFLAGS for beri boot loaders.John Baldwin2018-01-032-4/+2
* Add a validbcd() routine that uses the bcd2bin_data[] array and returns aIan Lepore2017-12-311-0/+1
* stand/fdt: Make fdt_overlay_apply signature-compatible with libfdtKyle Evans2017-12-313-28/+11
* Garbage-collect loader.ps3. It is currently disconnected from the build andNathan Whitehorn2017-12-3023-3510/+0
* libsa: Pull in strnlen from libcKyle Evans2017-12-301-1/+1
* stand/fdt: Swap libfdt include orderKyle Evans2017-12-301-1/+1
* Fix ubldr. uboot/lib uses defines for the loader. It's part of theWarner Losh2017-12-292-4/+8
* stand/fdt: Consistently apply fdt_overlaysKyle Evans2017-12-292-7/+18
* stand/fdt: Avoid bailout when dtbo has no fixupsKyle Evans2017-12-281-2/+8
* stand/fdt: Fix loading of multiple fdt_overlaysKyle Evans2017-12-281-7/+1
* [boot/efi] scan all display modes rather than sequential try-fail wayMichael Zhilin2017-12-211-2/+2
* No need to use relative paths like this here.Warner Losh2017-12-191-2/+2
* Hoist btx include stuff to i386/Makefile.incWarner Losh2017-12-197-8/+2
* Interact is always called with NULL. Simplify code a little byWarner Losh2017-12-1912-27/+19
* Simplify things a little. The RETURN macro isn't required. It's onlyWarner Losh2017-12-191-8/+2
* libficl is only ever used in a loader (never a boot) program. Move itWarner Losh2017-12-182-9/+10
* Move loader help file definitions to being 100% inside of loader.mk.Warner Losh2017-12-1813-21/+8
* Move loader-only defines to loader.mk from defs.mkWarner Losh2017-12-162-49/+49
* Remove the 'mini libstand in libstand' that util.[ch] provided. TheseWarner Losh2017-12-1510-315/+14
* Panic in sbrk if setheap hasn't been called yet. This is preferable toWarner Losh2017-12-151-0/+3
* Revert r326855: Cargo cut a fix for the regressions r326585 caused.Warner Losh2017-12-141-3/+3
* Turn loader GELI support in the boot loaders off by default as aWarner Losh2017-12-141-1/+1
* Fix comments after bump in size.Warner Losh2017-12-141-2/+2
* Cargo cut a fix for the regressions r326585 caused.Warner Losh2017-12-141-3/+3
* libefi: make efichar.h more usable in stand codeToomas Soome2017-12-145-7/+10
* Revert r326792, r326784, r326772, r326712Warner Losh2017-12-1215-524/+397
* Attempt to unbreak buildworldAntoine Brodin2017-12-121-1/+1
* Revert part of 362772. It was causing problems for includes and makingWarner Losh2017-12-111-1/+1
* Fix regression with lua importWarner Losh2017-12-1111-31/+17
* Fix a comment to be more accurateWarner Losh2017-12-111-1/+1
* When building for arm arches, set PKGALIGN to the max cache line sizeIan Lepore2017-12-101-1/+8
* Save and restore r9 register in arm ubldr. In old gcc 4.2, r9 was a callee-Ian Lepore2017-12-101-13/+19