aboutsummaryrefslogtreecommitdiff
path: root/stand/userboot
Commit message (Expand)AuthorAgeFilesLines
* userboot: mark host_fsops as externKyle Evans2020-03-291-1/+1
* Fix pkgfs stat so it satisfies libsecurebootSimon J. Gerraty2020-03-254-18/+19
* veloader use vectx API for kernel and modulesSimon J. Gerraty2020-03-082-3/+4
* loader: userboot/test should accept more than one diskToomas Soome2019-11-031-13/+13
* userboot/test should use PRIx64 as one would expect from prefix 0xToomas Soome2019-10-241-1/+1
* Distinguish between "no partition" and "choose best partition" with a constant.Ian Lepore2019-03-242-6/+6
* stand: Improve some debugging experienceKyle Evans2019-03-121-1/+4
* MK_ZFS -> {MK_ZFS|MK_LOADER_ZFS}, this is so we can diable userland / kernelMatt Macy2019-01-051-1/+1
* userboot: handle guest interpreter mismatches more intelligentlyKyle Evans2018-09-017-5/+105
* Turn back the clock just a little: make userboot.so always be 4thWarner Losh2018-08-191-0/+1
* Extend loader(8) geli support to all architectures and all disk-like devices.Ian Lepore2018-07-131-0/+7
* Transition to boot_env_to_howto and boot_howto_to_env in the bootWarner Losh2018-07-131-2/+2
* Eliminate boot loader copies of boot arg parsing.Warner Losh2018-07-131-54/+4
* Stop using ../zfs/libzfs.h but instead use libzfs.h.Warner Losh2018-07-083-3/+3
* Move ZFS files into libsaWarner Losh2018-07-081-3/+2
* bootprog_info is generated in vers.c. Move it's definition toWarner Losh2018-06-141-1/+0
* stand: One more trivial consolidation (setting environment from howto)Kyle Evans2018-06-091-5/+1
* stand: Consolidate checking for boot flags driven by environment varsKyle Evans2018-06-091-5/+2
* Remove comments and assertions that are no longer valid after r330809.Ian Lepore2018-06-051-1/+0
* Pass a struct devdesc to the format commands. Use proper type ratherWarner Losh2018-05-312-13/+14
* Fix typo that misteriously passes compilation.Gleb Smirnoff2018-03-131-1/+1
* Prefer uintXX_t to u_intXX_tWarner Losh2018-03-133-11/+11
* Remove d_type from devdesc. It's not needed as we can fetch it fromWarner Losh2018-03-122-5/+1
* Use the actual struct devdesc at the start of all *_devdesc structsWarner Losh2018-03-123-32/+33
* libsa: Const-ify buffer argument of write(2) analogConrad Meyer2018-02-231-11/+1
* Fix userboot w/ ZFS after r329725Kyle Evans2018-02-221-0/+1
* Consolidate three copies of ZFS commands into a central location.Warner Losh2018-02-211-64/+1
* Fix build of userboot.soWarner Losh2018-02-081-0/+1
* Invent new LDR_INTERP for the loader interpreter to use. Use this inWarner Losh2018-02-021-3/+3
* Centralize several variables.Warner Losh2018-02-022-9/+0
* Interact is always called with NULL. Simplify code a little byWarner Losh2017-12-191-1/+1
* Move loader help file definitions to being 100% inside of loader.mk.Warner Losh2017-12-181-1/+0
* Revert r326792, r326784, r326772, r326712Warner Losh2017-12-121-1/+1
* Fix regression with lua importWarner Losh2017-12-111-1/+1
* Make putenv and getenv match the userland definition of theseWarner Losh2017-12-063-4/+4
* Don't inherit CFLAGS. This a specialized test program, and can beWarner Losh2017-12-051-1/+1
* Undefine _STANDALONE since this is test code. This is unsastifying,Warner Losh2017-12-021-1/+1
* Mark the func pointer as __dead2. It looks up loader_main, whichWarner Losh2017-11-241-1/+1
* Move some more common stuff up to Makefile.inc. In particular, the noWarner Losh2017-11-201-1/+0
* Move sys/boot to stand. Fix all references to new locationWarner Losh2017-11-1424-0/+3243