CVS commit: src/sys
"Jason R Thorpe" <[email protected]>
| Newsgroups | gmane.os.netbsd.devel.cvs |
|---|---|
| Message-ID | <[email protected]> |
Module Name: src Committed By: thorpej Date: Sun Aug 9 16:10:00 UTC 2026 Modified Files: src/sys/kern: subr_disk_4bsd.c src/sys/sys: disklabel.h Log Message: Rename the "basic 4BSD" disklabel routines readdisklabel_4bsd() and writedisklabel_4bsd(), but add weak aliases to the standard names. This easily allows machine-specific code to look for an odd-ball machine-firmware-specific format that might be required only for booting but otherwise use garden-variety BSD disklabels. To generate a diff of this commit: cvs rdiff -u -r1.3 -r1.4 src/sys/kern/subr_disk_4bsd.c cvs rdiff -u -r1.129 -r1.130 src/sys/sys/disklabel.h Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.