Source-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: src/sys



Module Name:    src
Committed By:   thorpej
Date:           Sat Apr  4 00:23:09 UTC 2026

Modified Files:
        src/sys/arch/hp300/conf: files.hp300
        src/sys/arch/news68k/conf: files.news68k
        src/sys/arch/virt68k/conf: files.virt68k
Added Files:
        src/sys/kern: subr_disk_4bsd.c
Removed Files:
        src/sys/arch/hp300/hp300: disksubr.c
        src/sys/arch/news68k/news68k: disksubr.c
        src/sys/arch/virt68k/virt68k: disksubr.c

Log Message:
Re-factor the simple "basic 4BSD disklabel scheme" into kern/subr_disk_4bsd.c,
the implementation itself lifted verbatim from hp300.  virt68k differed
only by RCS IDs, news68k differed in older copyright notice plus some
whitespace differences in 2 diffrent source lines.


To generate a diff of this commit:
cvs rdiff -u -r1.114 -r1.115 src/sys/arch/hp300/conf/files.hp300
cvs rdiff -u -r1.28 -r0 src/sys/arch/hp300/hp300/disksubr.c
cvs rdiff -u -r1.55 -r1.56 src/sys/arch/news68k/conf/files.news68k
cvs rdiff -u -r1.32 -r0 src/sys/arch/news68k/news68k/disksubr.c
cvs rdiff -u -r1.20 -r1.21 src/sys/arch/virt68k/conf/files.virt68k
cvs rdiff -u -r1.1 -r0 src/sys/arch/virt68k/virt68k/disksubr.c
cvs rdiff -u -r0 -r1.1 src/sys/kern/subr_disk_4bsd.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.




Home | Main Index | Thread Index | Old Index