Source-Changes archive

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

CVS commit: src



Module Name:    src
Committed By:   kamil
Date:           Sat Mar  9 18:53:52 UTC 2019

Modified Files:
        src/external/cddl/osnet/dev/fbt: fbt.c
        src/external/cddl/osnet/dev/sdt: sdt.c
        src/sys/conf: majors

Log Message:
Reserve DTrace sdt and fdt major numbers

Register cmajor 252 for fbt and 253 for sdt.

Previously the major number was picked randomly and it causes conflicts
with preallocated values for different devices.


To generate a diff of this commit:
cvs rdiff -u -r1.25 -r1.26 src/external/cddl/osnet/dev/fbt/fbt.c
cvs rdiff -u -r1.19 -r1.20 src/external/cddl/osnet/dev/sdt/sdt.c
cvs rdiff -u -r1.83 -r1.84 src/sys/conf/majors

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