aboutsummaryrefslogtreecommitdiff
path: root/stand/userboot
Commit message (Expand)AuthorAgeFilesLines
* loader: userboot: provide a getsecs() implementationKyle Evans2022-04-211-0/+12
* Avoid adding duplicates to SRCS/OBJS/SOBJS/POBJSAlex Richardson2021-12-221-1/+0
* loader: cstyle cleanup of userboot/devicename.cToomas Soome2021-10-081-128/+132
* loader: create single zfs nextboot implementationToomas Soome2021-10-081-0/+1
* userboot/test should use PRIx64 as one would expect from prefix 0xToomas Soome2021-10-081-1/+1
* loader: userboot/test should accept more than one diskToomas Soome2021-10-081-13/+13
* MFC r360260:Mark Johnston2020-05-031-4/+3
* MFC -fno-common fixes: r359389, r359394, r359397-r359399, r359403-r359404,Kyle Evans2020-04-091-1/+1
* veloader use vectx API for kernel and modulesSimon J. Gerraty2020-04-096-21/+23
* MFC r345477, r346675, r346984, r348748Kyle Evans2019-10-242-6/+6
* MFC r345066, r347219-r347220, r347223, r347388-r347389, r347391, r347393,Kyle Evans2019-10-241-1/+4
* MFC r342793 - selectively disable ZFS without disabling loaderMatt Macy2019-03-201-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