aboutsummaryrefslogtreecommitdiff
path: root/stand
Commit message (Expand)AuthorAgeFilesLines
* stand/ofw: Subclass devnet to cope with ofw's unique needsWarner Losh2023-01-243-1/+77
* stand/ofw: Add ofw_path_to_handleWarner Losh2023-01-242-0/+35
* stand: Implement ofw disk print routineWarner Losh2023-01-241-0/+24
* stand: Add dv_matchWarner Losh2023-01-243-2/+20
* stand: parsedev API change: devspec now points to start of full device nameWarner Losh2023-01-247-8/+14
* stand: create devinitWarner Losh2023-01-248-27/+32
* stand/ofw: ofw_disk isn't really a diskWarner Losh2023-01-242-3/+13
* zfs: Remove devicename_stubsWarner Losh2023-01-243-49/+0
* stand: make zfs_parsedev staticWarner Losh2023-01-243-10/+4
* stand/ofw: Access the parsing routine more directlyWarner Losh2023-01-241-4/+4
* stand/userboot: Move to using common devparse()Warner Losh2023-01-241-116/+3
* stand/i386: Move to using common devparse()Warner Losh2023-01-241-104/+5
* stand/efi: Move to using common devparse()Warner Losh2023-01-241-102/+3
* stand: For all disk drivers, connect dv_parsedev to disk_parsedevWarner Losh2023-01-249-0/+9
* stand/zfs: Connect dv_parsedev to zfs_parsedevWarner Losh2023-01-241-0/+1
* stand: Introduce devparse to parse device / path stringsWarner Losh2023-01-243-2/+119
* stand: Introduce new dv_parsedev routineWarner Losh2023-01-242-1/+32
* stand: Change zfs_parsedev() APIWarner Losh2023-01-247-24/+18
* stand: Change disk_parsedev() APIWarner Losh2023-01-248-32/+35
* stand/zlib: Zlib still uses K&R function definitionsWarner Losh2023-01-241-1/+1
* ofw_net: Use c99 initializersWarner Losh2023-01-241-11/+15
* stand/ofw: Use strpbrk instead of two strchrsWarner Losh2023-01-241-19/+16
* ofw: Remove old K&R function declarationWarner Losh2023-01-241-2/+0
* ofw: Cast function pointer to proper typeWarner Losh2023-01-241-1/+2
* libsa: Add missing GNU-stack annotations to _setjmp.S.John Baldwin2023-01-243-0/+6
* stand: Update comment about devdescWarner Losh2023-01-241-3/+8
* stand: Remove unused enumWarner Losh2023-01-241-5/+0
* stand: Nuke double-semicolonsElliott Mitchell2023-01-242-2/+2
* kboot: Add hostfsWarner Losh2023-01-245-1/+291
* stand/kboot: Make FDT fixup per-archWarner Losh2023-01-246-63/+129
* stand/efi: Simpler constructWarner Losh2023-01-241-7/+1
* stand/kboot: hostdisk isn't a DEVT_DISK, use a different value.Warner Losh2023-01-242-4/+12
* geli: Move check for DEVT_DISK into geli_probe_and_attachWarner Losh2023-01-242-3/+4
* stabd/geli: Bail out if you can't get the disks sizeWarner Losh2023-01-241-1/+2
* kboot: hostdisk add to lsdev outputWarner Losh2023-01-241-2/+8
* kboot: Move load address stuff to MD codeWarner Losh2023-01-246-162/+251
* libsa/netif.c: Replace #if with #ifdefMichał Grzelak2023-01-241-1/+1
* libsa/arp.c: Change printf format stringMichał Grzelak2023-01-241-1/+1
* libsa/rarp.c: Change casted type and printf formatMichał Grzelak2023-01-241-1/+1
* libsa/rarp.c: Change printf format stringMichał Grzelak2023-01-241-1/+1
* stand/elf: Only support swapping headers on powerpc.Warner Losh2023-01-241-0/+16
* stand: Allocate bootinfo rather than have it be staticWarner Losh2023-01-241-14/+15
* stand: Stop support booting 4.x and earlier kernelsWarner Losh2023-01-243-35/+0
* stand: Remove dead store to bi_kernelnameWarner Losh2023-01-242-6/+0
* stand: collapse all copies of *copyenv into md_copyenvWarner Losh2023-01-2412-130/+45
* stand: Move MOD_xxx macros from modinfo.h to .cWarner Losh2023-01-242-64/+65
* stand: Move md_copymodules into modinfo.c and reduce copiesWarner Losh2023-01-249-218/+105
* stand: Create common/modinfo.hWarner Losh2023-01-247-344/+90
* stand: Create MOD_ALIGN macro and use it everywhereWarner Losh2023-01-246-19/+25
* stand: use archsw.arch_copyin instead of direct callWarner Losh2023-01-243-13/+13