aboutsummaryrefslogtreecommitdiff
path: root/stand/libofw
Commit message (Expand)AuthorAgeFilesLines
* Remove $FreeBSD$: one-line sh patternWarner Losh2023-08-231-1/+0
* Remove $FreeBSD$: one-line .c patternWarner Losh2023-08-2310-20/+0
* Remove $FreeBSD$: two-line .h patternWarner Losh2023-08-232-4/+0
* stand/ofw: dev can't be NULL hereWarner Losh2023-01-241-2/+1
* stand: Create common gen_setcurrdev and replace codeWarner Losh2023-01-242-15/+0
* stand: update prototypes for md_load and md_load64Warner Losh2023-01-241-4/+0
* stand/ofw: Refactor ofw parsedevWarner Losh2023-01-244-34/+27
* stand/ofw: Use devparseWarner Losh2023-01-241-81/+12
* ofw/disk: Add parsedev supportWarner Losh2023-01-241-1/+36
* stand/ofw: Subclass devnet to cope with ofw's unique needsWarner Losh2023-01-242-0/+76
* stand/ofw: Add ofw_path_to_handleWarner Losh2023-01-242-0/+35
* stand: Implement ofw disk print routineWarner Losh2023-01-241-0/+24
* stand: parsedev API change: devspec now points to start of full device nameWarner Losh2023-01-241-1/+1
* stand/ofw: ofw_disk isn't really a diskWarner Losh2023-01-242-3/+13
* zfs: Remove devicename_stubsWarner Losh2023-01-241-4/+0
* stand/ofw: Access the parsing routine more directlyWarner Losh2023-01-241-4/+4
* stand: For all disk drivers, connect dv_parsedev to disk_parsedevWarner Losh2023-01-241-0/+1
* stand: Change zfs_parsedev() APIWarner Losh2023-01-241-2/+2
* 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
* stand: Add disk_fmtdev for dv_fmtdev for all the disk devicesWarner Losh2023-01-241-1/+2
* stand: Make sure nobody has a NULL pointer for dv_cleanupWarner Losh2023-01-241-0/+1
* stand: Use c99 structure initialization for ofw's block deviceWarner Losh2023-01-241-8/+8
* loader: implement mount/unmount rootfsToomas Soome2022-01-131-7/+7
* powerpc64le: stand fixesLeandro Lupori2021-11-052-202/+149
* Fix 64-bit build of libofw.Brandon Bergren2020-09-081-10/+10
* loader: libofw build is missing sys/list.h after r362431Toomas Soome2020-06-201-0/+1
* loader: fix libofw build after r362431Toomas Soome2020-06-201-1/+1
* Redo r360540 to retain the ifndef sparc code, not delete it.Warner Losh2020-05-011-4/+10
* Remove more stray sparc64 ifdefs.Warner Losh2020-05-011-18/+4
* veloader use vectx API for kernel and modulesSimon J. Gerraty2020-03-082-3/+4
* Remove sparc64 support from the boot loader.Warner Losh2020-02-031-2/+0
* Backout 356693. The libsa malloc does provide necessary alignment andToomas Soome2020-01-131-1/+1
* loader: allocate properly aligned buffer for network packetToomas Soome2020-01-131-1/+1
* Move stand/ofw/libofw to stand/libofw.Brandon Bergren2020-01-0213-0/+2225