jdolecek
171fa94db7
adjust to work with updated dkwedge_bsdlabel.c - provide geteblk() and
...
brelse() which just allocate/free the memory
2020-04-11 17:21:16 +00:00
chs
71997035dc
use a minimal "struct disk" in userland rather than the full kernel structure.
...
needed due to upcoming sys/disk.h changes needed for ZFS.
2017-06-08 22:24:29 +00:00
christos
ffeb8dbf4e
Define _KERNTYPES for things that need it.
2016-01-23 21:22:45 +00:00
dsl
4467f3ec3d
Explicitly include sys/ioctl.h
2013-01-01 18:44:27 +00:00
joerg
66dd2755f5
Add __printflike attribution to use vprintf and friends with an argument
...
as format string.
2012-03-15 02:02:20 +00:00
joerg
22db016bc9
Mark usage as static and dead.
2011-08-27 16:43:07 +00:00
martin
11a6dbe728
Convert TNF licenses to new 2 clause variant
2008-04-30 13:10:46 +00:00
martin
ce099b4099
Remove clause 3 and 4 from TNF licenses
2008-04-28 20:22:51 +00:00
riz
d8a62520d7
Use CPPFLAGS, not COPTS, and ${NETBSDSRCDIR}, not "../..". This
...
should fix OBJDIR builds. (Hi, martin!)
2007-03-02 04:03:17 +00:00
martin
c6eb40af11
Add a tool to scan disks for BSD disklabels (might be from different
...
archs) and add wedges for them. Similar to the kernel options
DKWEDGE_AUTODISCOVER and DKWEDGE_METHOD_BSDLABEL, and actually reusing
most of that code.
This means, for example, you can plug a sparc64 disk into an i386, run
this tool and mount the partitions (provided your kernel has the FFS_EI
option).
2007-03-01 22:01:29 +00:00