aboutsummaryrefslogtreecommitdiff
path: root/stand
Commit message (Expand)AuthorAgeFilesLines
* 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
* This path belongs in ficl/Makefile, not the common defines for usersWarner Losh2017-12-082-2/+2
* boot1.c needs EFI_ZFS_BOOT too, so add it globally. Otherwise we'llWarner Losh2017-12-081-1/+1
* Create interp class.Warner Losh2017-12-085-376/+517
* Const poison a couple of interfaces.Warner Losh2017-12-083-5/+5
* Put the files we're copying over into a few variables and add them toWarner Losh2017-12-081-3/+10
* Provide implementations for iscntrl, ispunct and isgraph.Warner Losh2017-12-081-0/+16
* Remove _KERNEL hack now that errno.h does the right thing whenWarner Losh2017-12-081-3/+0
* Add partial support signal.h functioanlity. Pull in machine/signal.hWarner Losh2017-12-082-1/+4
* Avoid setting -Wno-tentative-definition-incomplete-type with gcc.Mark Johnston2017-12-071-5/+2
* dhcp_try_rfc1048() is not used any moreToomas Soome2017-12-062-13/+0
* Fix random() prototype to match the system.Warner Losh2017-12-061-1/+1
* Make putenv and getenv match the userland definition of theseWarner Losh2017-12-066-7/+7
* Now that we offer a semi-sane standards-ish set of #include files inWarner Losh2017-12-051-39/+4
* Stop building with the standard system headers.Warner Losh2017-12-052-0/+29
* Don't inherit CFLAGS. This a specialized test program, and can beWarner Losh2017-12-051-1/+1
* Prefer stdint.h to inttypes.h since the added prototypes form theWarner Losh2017-12-054-5/+5
* Make sure we include the right path for skein.h, as well only includeWarner Losh2017-12-051-3/+4
* Need to include skein in the include path so we don't get this fromWarner Losh2017-12-052-0/+2
* Use the kernel relative paths, rather than the userland relative pathsWarner Losh2017-12-051-2/+2
* No need to include the userland md5.h, the kernel one is just fine.Warner Losh2017-12-051-1/+1
* Include ficl.h before anything else and avoid including anything atWarner Losh2017-12-051-3/+3
* loader.efi: add note about iPXE into the efipart.cToomas Soome2017-12-041-0/+2
* increase maximum size of zfsbootAllan Jude2017-12-041-2/+2
* Switch to proper MK_LOADER_GELI tests.Warner Losh2017-12-042-2/+2
* Now it's safe to bump WARNS to 1.Warner Losh2017-12-031-1/+1
* Mark two things as unused (since they are only sometimes used) andWarner Losh2017-12-031-1/+1
* Provide a md_load64 prototype.Warner Losh2017-12-031-0/+2
* Cast void * pointer to char * so the arg matches the %s format.Warner Losh2017-12-031-1/+1
* Disconnet ps3 from the build. There's too many warnings to fix. Also,Warner Losh2017-12-031-3/+0