#
6a2d1b55 |
| 22-Jul-2021 |
skrll <skrll@NetBSD.org> |
#include <sys/param.h>
|
#
81e8a3b4 |
| 30-Mar-2020 |
wiz <wiz@NetBSD.org> |
Teach dk(4) about ZFS.
"looks ok" mlelstv
|
#
f5f53dd6 |
| 06-Nov-2018 |
mrg <mrg@NetBSD.org> |
add support to detect the 3 vmware GPT partition types:
- VMKcore (dump partition) - VMFS - VMware reserved
this enables vmkcore partitions for netbsd swap or dump, as well as naming all of them.
|
#
062204d5 |
| 07-Apr-2012 |
christos <christos@NetBSD.org> |
fix lint comment.
|
#
834d97b0 |
| 07-Apr-2012 |
christos <christos@NetBSD.org> |
lint knows the code is not reachable, but gcc does not.
|
#
488f0926 |
| 16-Jan-2012 |
christos <christos@NetBSD.org> |
PR/45796: Evgeniy Ivanov minixfs3 support.
|
#
28bb169a |
| 14-Nov-2011 |
christos <christos@NetBSD.org> |
compile into nothing if _STANDALONE
|
#
cb23ae6f |
| 14-Nov-2011 |
christos <christos@NetBSD.org> |
add netbsd id
|
#
58214e6f |
| 14-Nov-2011 |
christos <christos@NetBSD.org> |
- fix boot block building (-D_STANDALONE) - explain why we cast.
|
#
7569228a |
| 13-Nov-2011 |
christos <christos@NetBSD.org> |
the kernel does not have util.h
|
#
fb75d15e |
| 13-Nov-2011 |
christos <christos@NetBSD.org> |
Add a function to convert from a disklabel p_fstype integer to a dkw_ptype name.
|