Source-Changes archive

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

CVS commit: src/sys/dev



Module Name:    src
Committed By:   riastradh
Date:           Mon Oct  3 19:12:29 UTC 2022

Modified Files:
        src/sys/dev: cons.c cons.h

Log Message:
cons(9): New function cn_set_tab.

Increment of progress toward eliminating bare access to cn_tab so we
can make more things MP-safe without the kernel lock (and maybe some
day better formalize console detection and switching).


To generate a diff of this commit:
cvs rdiff -u -r1.79 -r1.80 src/sys/dev/cons.c
cvs rdiff -u -r1.28 -r1.29 src/sys/dev/cons.h

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