OpenGrok
Cross Reference: disklabel.h
xref
: /
src
/
sys
/
arch
/
vax
/
include
/
disklabel.h
Home
|
History
|
Annotate
|
Download
|
only in
include
History log of
/src/sys/arch/vax/include/disklabel.h
Revision
Date
Author
Comments
1.8
21-Aug-2021
andvar
s/helt/held+s/eroneously/erroneously/+s/splitted/split/+s/recommented/recommended/
1.7
04-Apr-2013
martin
Drop MAXPARTITIONS down to 12 - we do not have more space to store a
larger disklabel in the bootblocks at least on some supported machines.
Keep the extended major/minor sheme compatible with the 6.0 release and
note that we had a bigger MAXPARTITIONS in between.
1.6
02-Jul-2012
abs
branches: 1.6.2;
- Increase MAXPARTITIONS for vax from 8 to 16, using the standard NetBSD
mechanism to ensure all existing /dev nodes continue to work
- Adjust boot block layout to fit additional partitions
- Adjust number of inodes on install media
1.5
30-Aug-2011
bouyer
branches: 1.5.2; 1.5.8;
Add getlabelusesmbr(), as proposed in
http://mail-index.netbsd.org/tech-userlevel/2011/08/25/msg005404.html
This is used by disk tools such as disklabel(8) to dynamically decide is
the undelyling platform uses a disklabel-in-mbr-partition or not
(instead of using a compile-time list of ports).
getlabelusesmbr() reads the sysctl kern.labelusesmbr, takes its value from the
machdep #define LABELUSESMBR.
For evbmips, make LABELUSESMBR 1 if the platform uses pmon
as bootloader, and 0 (the previous value) otherwise.
1.4
09-Mar-1997
ragge
Fixed bug that caused d partition being treated as c.
RAW_PART is 2, not 3.
1.3
01-Feb-1996
mycroft
branches: 1.3.8;
LOCORE -> _LOCORE
1.2
03-May-1995
ragge
mtpr support for 11/780 added. DELAY added. mcount() corrected.
trapframe fixed to support all registers.
1.1
14-Oct-1994
cgd
move arch dependence to archs. clean up a bit. deal with weird MAXPARTITONS.
1.3.8.1
12-Mar-1997
is
Merge in changes from Trunk
1.5.8.2
20-Apr-2013
bouyer
Pull up following revision(s) (requested by martin in ticket #865):
sys/arch/vax/include/disklabel.h: revision 1.7
sys/arch/vax/boot/xxboot/start.S: revision 1.5
sys/sys/bootblock.h: revision 1.55
sys/sys/disklabel.h: revision 1.113
usr.sbin/installboot/arch/vax.c: revision 1.14
usr.sbin/installboot/arch/vax.c: revision 1.15
sys/kern/sys_generic.c: revision 1.129
Revert VAX MAXPARTITION bump to 16, adjusting it to 12 instead. Fix bootblocks
and installboot for VAX 780 and other machines booting via VMB.EXE.
1.5.8.1
05-Jul-2012
riz
Pull up following revision(s) (requested by abs in ticket #403):
sys/arch/vax/include/disklabel.h: revision 1.6
sys/sys/bootblock.h: revision 1.54
sys/arch/vax/include/types.h: revision 1.46
distrib/vax/miniroot/Makefile.inc: revision 1.21
- Increase MAXPARTITIONS for vax from 8 to 16, using the standard NetBSD
mechanism to ensure all existing /dev nodes continue to work
- Adjust boot block layout to fit additional partitions
- Adjust number of inodes on install media
1.5.2.2
22-May-2014
yamt
sync with head.
for a reference, the tree before this commit was tagged
as yamt-pagecache-tag8.
this commit was splitted into small chunks to avoid
a limitation of cvs. ("Protocol error: too many arguments")
1.5.2.1
30-Oct-2012
yamt
sync with head
1.6.2.1
23-Jun-2013
tls
resync from head
Indexes created Sat Oct 18 17:09:52 GMT 2025