aboutsummaryrefslogtreecommitdiff
path: root/stand/userboot
Commit message (Expand)AuthorAgeFilesLines
* packages: Remove the /boot hack from mtree-to-plist.awkLexi Winter2025-10-261-0/+4
* stand: userboot: allow building on !x86Kyle Evans2025-06-183-0/+25
* stand: Introduce md_alignWarner Losh2025-05-302-6/+6
* stand/userboot: Initialize archsw at compile timeWarner Losh2025-05-261-10/+10
* stand: use globals for the kernel and module typesAhmad Khalifa2025-01-242-2/+2
* stand: remove unnecessary checks for "elfN kernel"Ahmad Khalifa2025-01-242-4/+0
* stand/elf64_freebsd.c: use headers instead of doing things ourselvesAhmad Khalifa2024-12-051-33/+20
* loader: Bump all versions to 3.0Warner Losh2024-07-291-0/+1
* stand: Remove obsolete junkWarner Losh2024-07-291-1/+0
* Remove residual blank line at start of MakefileWarner Losh2024-07-156-6/+0
* userboot: Use C99 Initializers for each of the consoles hereWarner Losh2024-05-201-16/+14
* userboot: support environment and symlinks in test applicationStephen J. Kiernan2024-04-301-35/+161
* userboot: allow for overriding the version file locationStephen J. Kiernan2024-04-031-1/+1
* libsa: Remove redundant sys/cdefs.hWarner Losh2024-02-2213-13/+0
* loader: Remove gfx_fb_stub.c, it's no longer neededWarner Losh2024-02-161-2/+0
* stand: Automated cleanup of cdefs and other formattingWarner Losh2023-11-271-1/+0
* Remove $FreeBSD$: one-line bare tagWarner Losh2023-08-161-1/+0
* Remove $FreeBSD$: one-line sh patternWarner Losh2023-08-168-8/+0
* Remove $FreeBSD$: one-line .c patternWarner Losh2023-08-1614-28/+0
* Remove $FreeBSD$: two-line .h patternWarner Losh2023-08-163-6/+0
* 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