aboutsummaryrefslogtreecommitdiff
path: root/stand
Commit message (Expand)AuthorAgeFilesLines
* Remove now-unused variable after r328809Kyle Evans2018-02-041-1/+0
* Fix regression introduced in r328806, preventing boot at least on allNathan Whitehorn2018-02-037-47/+5
* Make cross-endian loader changes apply only to powerpcEd Maste2018-02-031-24/+24
* Implement strcoll as strcmp.Warner Losh2018-02-021-0/+1
* We need more heap space to properly load newer powerpc kernels.Warner Losh2018-02-021-1/+1
* Invent new LDR_INTERP for the loader interpreter to use. Use this inWarner Losh2018-02-0211-23/+24
* Now that we no longer conditionally compile some files outside of ficlWarner Losh2018-02-021-1/+0
* Remove pcibios forth support.Warner Losh2018-02-023-231/+0
* These 4th words were an attempt to allow integration into the bootWarner Losh2018-02-024-168/+0
* Retire pnp.4th and the code needed only for 4th words used here.Warner Losh2018-02-022-255/+0
* Centralize several variables.Warner Losh2018-02-0235-65/+7
* D14130: stand/fdt: Rip out FDT VA trackingKyle Evans2018-02-011-11/+0
* Break out the interpreters (simple and forth) w/o ifdefs. This isWarner Losh2018-01-316-247/+366
* Update stand.h for changes for strto*lWarner Losh2018-01-311-2/+4
* Move libstand.3 to libsa.3. Update libsa.3 to include functionsWarner Losh2018-01-311-1/+41
* Kill copies of strtol and strtoul. Use the ones that are in libc,Warner Losh2018-01-314-255/+38
* Add missing non-POWERPC case to give the scr value something non-zero.Sean Bruno2018-01-301-0/+2
* stand/fdt: Remove unused write-only new_fdtp, correct commentKyle Evans2018-01-301-3/+1
* loader: support for mixed-endianness ELF/loader and POWER8Wojciech Macek2018-01-2910-51/+549
* stand/fdt: Check /compatible property on overlay if it existsKyle Evans2018-01-281-1/+64
* stand/fdt: Consolidate overlay handling a little furtherKyle Evans2018-01-284-20/+27
* Tag unreachable places as such. I left the while (1); in place sinceWarner Losh2018-01-266-2/+11
* Make exit() never return until host_exit can be written.Warner Losh2018-01-261-1/+1
* BERI isn't BTX, so we don't have to provide exit(). Just remove itWarner Losh2018-01-261-7/+0
* Now that exit is __dead2, we need to tag ub_exit() as __dead2. To doWarner Losh2018-01-262-1/+2
* abort() should be marked __dead2 since it won't return.Warner Losh2018-01-261-1/+1
* Provide abs form stdlib.h.Warner Losh2018-01-262-0/+6
* Implement abort() as a call to panic.Warner Losh2018-01-263-1/+39
* Split panic routineWarner Losh2018-01-263-9/+16
* Refactoring of reading and writing of the UFS/FFS superblock.Kirk McKusick2018-01-262-25/+34
* loader.efi: add missing EFI GUIDsEd Maste2018-01-252-0/+24
* stand/fdt: Fallback to `name` + ".dtbo" if we fail to load `name`Kyle Evans2018-01-231-15/+53
* There's no tainted data here, tag it as such to avoid the slew ofWarner Losh2018-01-231-0/+1
* getenv does not return tainted data in the boot loader. Attempt toWarner Losh2018-01-231-0/+1
* On malloc failure, be sure to close the include file that triggeredWarner Losh2018-01-231-0/+1
* Don't leak memory when displaying help.Warner Losh2018-01-231-11/+10
* Fix some resource leaks.Warner Losh2018-01-231-2/+7
* Remove extra copy of bootinfo.c. It's a bit rotted copy of the one inWarner Losh2018-01-191-275/+0
* stand: Move sections around to fix stand/ build with ld.lld on armv7Kyle Evans2018-01-182-6/+6
* stand: Add /boot/overlays to allow separation of overlays from base FDTKyle Evans2018-01-183-3/+3
* libfdt: Update to 1.4.6, switch to using libfdt for overlay supportKyle Evans2018-01-184-468/+2
* Require the SHF_ALLOC flag for program sections from kernel object modules.John Baldwin2018-01-171-0/+2
* 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