CVSROOT: /cvs
Module name: src
Changes by: [email protected] 2025/10/14 18:24:40
Modified files:
etc : MAKEDEV.common MAKEDEV.mi
Log message:
Collect sysctl kern.maxpartitions into MAXPARTITIONS variable early on
Then use this in MAKEDEV.common and MAKEDEV.mi for various places to
create the right number of partitions (a-p or a-zA-Z) as required.
reviewed mostly by krw and sthen
There could still be some glitches. This is being done step by step,
because I hope to cross some architectures at different times because
some of them have "emulated disklabels" which could be tricky.