| Commit message (Expand) | Author | Age | Files | Lines |
| * | loader: userboot: provide a getsecs() implementation | Kyle Evans | 2022-04-21 | 1 | -0/+12 |
| * | Avoid adding duplicates to SRCS/OBJS/SOBJS/POBJS | Alex Richardson | 2021-12-22 | 1 | -1/+0 |
| * | loader: cstyle cleanup of userboot/devicename.c | Toomas Soome | 2021-10-08 | 1 | -128/+132 |
| * | loader: create single zfs nextboot implementation | Toomas Soome | 2021-10-08 | 1 | -0/+1 |
| * | userboot/test should use PRIx64 as one would expect from prefix 0x | Toomas Soome | 2021-10-08 | 1 | -1/+1 |
| * | loader: userboot/test should accept more than one disk | Toomas Soome | 2021-10-08 | 1 | -13/+13 |
| * | MFC r360260: | Mark Johnston | 2020-05-03 | 1 | -4/+3 |
| * | MFC -fno-common fixes: r359389, r359394, r359397-r359399, r359403-r359404, | Kyle Evans | 2020-04-09 | 1 | -1/+1 |
| * | veloader use vectx API for kernel and modules | Simon J. Gerraty | 2020-04-09 | 6 | -21/+23 |
| * | MFC r345477, r346675, r346984, r348748 | Kyle Evans | 2019-10-24 | 2 | -6/+6 |
| * | MFC r345066, r347219-r347220, r347223, r347388-r347389, r347391, r347393, | Kyle Evans | 2019-10-24 | 1 | -1/+4 |
| * | MFC r342793 - selectively disable ZFS without disabling loader | Matt Macy | 2019-03-20 | 1 | -1/+1 |
| * | userboot: handle guest interpreter mismatches more intelligently | Kyle Evans | 2018-09-01 | 7 | -5/+105 |
| * | Turn back the clock just a little: make userboot.so always be 4th | Warner Losh | 2018-08-19 | 1 | -0/+1 |
| * | Extend loader(8) geli support to all architectures and all disk-like devices. | Ian Lepore | 2018-07-13 | 1 | -0/+7 |
| * | Transition to boot_env_to_howto and boot_howto_to_env in the boot | Warner Losh | 2018-07-13 | 1 | -2/+2 |
| * | Eliminate boot loader copies of boot arg parsing. | Warner Losh | 2018-07-13 | 1 | -54/+4 |
| * | Stop using ../zfs/libzfs.h but instead use libzfs.h. | Warner Losh | 2018-07-08 | 3 | -3/+3 |
| * | Move ZFS files into libsa | Warner Losh | 2018-07-08 | 1 | -3/+2 |
| * | bootprog_info is generated in vers.c. Move it's definition to | Warner Losh | 2018-06-14 | 1 | -1/+0 |
| * | stand: One more trivial consolidation (setting environment from howto) | Kyle Evans | 2018-06-09 | 1 | -5/+1 |
| * | stand: Consolidate checking for boot flags driven by environment vars | Kyle Evans | 2018-06-09 | 1 | -5/+2 |
| * | Remove comments and assertions that are no longer valid after r330809. | Ian Lepore | 2018-06-05 | 1 | -1/+0 |
| * | Pass a struct devdesc to the format commands. Use proper type rather | Warner Losh | 2018-05-31 | 2 | -13/+14 |
| * | Fix typo that misteriously passes compilation. | Gleb Smirnoff | 2018-03-13 | 1 | -1/+1 |
| * | Prefer uintXX_t to u_intXX_t | Warner Losh | 2018-03-13 | 3 | -11/+11 |
| * | Remove d_type from devdesc. It's not needed as we can fetch it from | Warner Losh | 2018-03-12 | 2 | -5/+1 |
| * | Use the actual struct devdesc at the start of all *_devdesc structs | Warner Losh | 2018-03-12 | 3 | -32/+33 |
| * | libsa: Const-ify buffer argument of write(2) analog | Conrad Meyer | 2018-02-23 | 1 | -11/+1 |
| * | Fix userboot w/ ZFS after r329725 | Kyle Evans | 2018-02-22 | 1 | -0/+1 |
| * | Consolidate three copies of ZFS commands into a central location. | Warner Losh | 2018-02-21 | 1 | -64/+1 |
| * | Fix build of userboot.so | Warner Losh | 2018-02-08 | 1 | -0/+1 |
| * | Invent new LDR_INTERP for the loader interpreter to use. Use this in | Warner Losh | 2018-02-02 | 1 | -3/+3 |
| * | Centralize several variables. | Warner Losh | 2018-02-02 | 2 | -9/+0 |
| * | Interact is always called with NULL. Simplify code a little by | Warner Losh | 2017-12-19 | 1 | -1/+1 |
| * | Move loader help file definitions to being 100% inside of loader.mk. | Warner Losh | 2017-12-18 | 1 | -1/+0 |
| * | Revert r326792, r326784, r326772, r326712 | Warner Losh | 2017-12-12 | 1 | -1/+1 |
| * | Fix regression with lua import | Warner Losh | 2017-12-11 | 1 | -1/+1 |
| * | Make putenv and getenv match the userland definition of these | Warner Losh | 2017-12-06 | 3 | -4/+4 |
| * | Don't inherit CFLAGS. This a specialized test program, and can be | Warner Losh | 2017-12-05 | 1 | -1/+1 |
| * | Undefine _STANDALONE since this is test code. This is unsastifying, | Warner Losh | 2017-12-02 | 1 | -1/+1 |
| * | Mark the func pointer as __dead2. It looks up loader_main, which | Warner Losh | 2017-11-24 | 1 | -1/+1 |
| * | Move some more common stuff up to Makefile.inc. In particular, the no | Warner Losh | 2017-11-20 | 1 | -1/+0 |
| * | Move sys/boot to stand. Fix all references to new location | Warner Losh | 2017-11-14 | 24 | -0/+3243 |