aboutsummaryrefslogtreecommitdiff
path: root/stand/userboot
Commit message (Expand)AuthorAgeFilesLines
* loader: restore userboot help fileEd Maste2023-05-121-1/+0
* loader: install help files only onceEd Maste2023-05-102-0/+2
* stand/userboot: Simplify codeWarner Losh2023-05-011-11/+7
* Update/fix Makefile.depend for userlandSimon J. Gerraty2023-04-192-4/+0
* stand: fix build userboot without zfsMichael Paepcke2023-02-252-1/+5
* loader: always install help filesMitchell Horne2023-02-031-0/+2
* stand: create common set_currdevWarner Losh2023-01-111-10/+0
* stand: Create common gen_setcurrdev and replace codeWarner Losh2023-01-113-20/+2
* stand/zfs: Add a third argument to zfs_probe_dev: part_tooWarner Losh2023-01-081-1/+1
* stand: create devinitWarner Losh2022-11-301-7/+1
* stand/userboot: Move to using common devparse()Warner Losh2022-11-301-116/+3
* stand: For all disk drivers, connect dv_parsedev to disk_parsedevWarner Losh2022-11-301-0/+1
* stand: Change zfs_parsedev() APIWarner Losh2022-11-301-2/+2
* stand: Change disk_parsedev() APIWarner Losh2022-11-301-8/+10
* stand: Stop support booting 4.x and earlier kernelsWarner Losh2022-09-161-4/+0
* stand: Remove dead store to bi_kernelnameWarner Losh2022-09-161-3/+0
* stand: collapse all copies of *copyenv into md_copyenvWarner Losh2022-09-164-31/+2
* stand: Move md_copymodules into modinfo.c and reduce copiesWarner Losh2022-09-162-68/+4
* stand: Create common/modinfo.hWarner Losh2022-09-162-112/+5
* stand: Create MOD_ALIGN macro and use it everywhereWarner Losh2022-09-162-6/+8
* stand: use archsw.arch_copyin instead of direct callWarner Losh2022-09-163-13/+13
* stand: userboot_fmtdev can be reduced to devformatWarner Losh2022-08-115-41/+6
* stand: Replace zfs_fmtdev with generic devformat()Warner Losh2022-08-111-1/+1
* stand: Add disk_fmtdev for dv_fmtdev for all the disk devicesWarner Losh2022-08-111-0/+1
* stand: Change zfs_fmtdev to take a struct devdesc *Warner Losh2022-08-111-1/+1
* stand: Make sure nobody has a NULL pointer for dv_cleanupWarner Losh2022-07-271-1/+1
* stand: Use c99 structure initialization for userboot's host_fsopsWarner Losh2022-07-241-8/+8
* stand: Use c99 structure initialization for userboot block deviceWarner Losh2022-07-241-9/+9
* userboot is missing vdisk_devToomas Soome2022-06-191-0/+3
* test_diskread(): detect end of the diskToomas Soome2022-06-191-0/+5
* stand: s/libstand/libsa/g to catch up with renameWarner Losh2022-04-301-1/+1
* loader: userboot: provide a getsecs() implementationKyle Evans2022-04-131-0/+12
* stand/userboot: Kill set but unused variablesWarner Losh2021-12-161-6/+0
* loader: move all gfx_fb.c stubs to common/gfx_fb_stub.cWarner Losh2021-12-142-80/+2
* loader: implement mount/unmount rootfsToomas Soome2021-09-082-2/+6
* loader: cstyle cleanup of userboot/devicename.cToomas Soome2021-08-111-128/+132
* Fix build of stand/ when building world with ASANAlex Richardson2021-08-021-2/+3
* userboot: provide stub gfx functionsToomas Soome2021-01-303-5/+80
* loader: implement framebuffer consoleToomas Soome2021-01-022-0/+6
* loader: zfs should support bootonce an nextbootToomas Soome2020-09-215-14/+73
* Fix userboot after r364355Matt Macy2020-08-251-1/+1
* Avoid adding duplicates to SRCS/OBJS/SOBJS/POBJSAlex Richardson2020-08-241-1/+0
* loader: create single zfs nextboot implementationToomas Soome2020-06-201-0/+1
* Stop setting PG_U in bootstrap mappings.Mark Johnston2020-04-241-4/+3
* 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