aboutsummaryrefslogtreecommitdiff
path: root/stand/libofw
Commit message (Expand)AuthorAgeFilesLines
* libsa: Remove redundant sys/cdefs.hWarner Losh2024-02-227-7/+0
* loader/libofw: Fix disk size truncationJustin Hibbits2024-02-211-1/+1
* stand: Use modern function definitionsWarner Losh2024-01-282-6/+6
* stand: Automated cleanup of cdefs and other formattingWarner Losh2023-11-274-4/+0
* Remove $FreeBSD$: one-line sh patternWarner Losh2023-08-161-1/+0
* Remove $FreeBSD$: one-line .c patternWarner Losh2023-08-1610-20/+0
* Remove $FreeBSD$: two-line .h patternWarner Losh2023-08-162-4/+0
* stand/ofw: dev can't be NULL hereWarner Losh2023-01-131-2/+1
* stand: Create common gen_setcurrdev and replace codeWarner Losh2023-01-112-15/+0
* stand: update prototypes for md_load and md_load64Warner Losh2022-12-051-4/+0
* stand/ofw: Refactor ofw parsedevWarner Losh2022-11-304-34/+27
* stand/ofw: Use devparseWarner Losh2022-11-301-81/+12
* ofw/disk: Add parsedev supportWarner Losh2022-11-301-1/+36
* stand/ofw: Subclass devnet to cope with ofw's unique needsWarner Losh2022-11-302-0/+76
* stand/ofw: Add ofw_path_to_handleWarner Losh2022-11-302-0/+35
* stand: Implement ofw disk print routineWarner Losh2022-11-301-0/+24
* stand: parsedev API change: devspec now points to start of full device nameWarner Losh2022-11-301-1/+1
* stand/ofw: ofw_disk isn't really a diskWarner Losh2022-11-302-3/+13
* zfs: Remove devicename_stubsWarner Losh2022-11-301-4/+0
* stand/ofw: Access the parsing routine more directlyWarner Losh2022-11-301-4/+4
* 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
* ofw_net: Use c99 initializersWarner Losh2022-11-291-11/+15
* stand/ofw: Use strpbrk instead of two strchrsWarner Losh2022-11-291-19/+16
* ofw: Remove old K&R function declarationWarner Losh2022-11-271-2/+0
* ofw: Cast function pointer to proper typeWarner Losh2022-11-271-1/+2
* stand: Add disk_fmtdev for dv_fmtdev for all the disk devicesWarner Losh2022-08-111-1/+2
* stand: Make sure nobody has a NULL pointer for dv_cleanupWarner Losh2022-07-271-0/+1
* stand: Use c99 structure initialization for ofw's block deviceWarner Losh2022-07-241-8/+8
* powerpc64le: stand fixesLeandro Lupori2021-10-202-202/+149
* loader: implement mount/unmount rootfsToomas Soome2021-09-081-7/+7
* 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