Source-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: src/sys/dev/adb
Module Name: src
Committed By: macallan
Date: Mon Jun 16 07:51:17 UTC 2025
Modified Files:
src/sys/dev/adb: adb_bus.c adb_kbd.c adb_ktm.c adb_ms.c
Log Message:
tsleep/wakeup -> cv_timedwait/cv_signal
while there remove a bunch of unnecessary includes
To generate a diff of this commit:
cvs rdiff -u -r1.13 -r1.14 src/sys/dev/adb/adb_bus.c
cvs rdiff -u -r1.34 -r1.35 src/sys/dev/adb/adb_kbd.c
cvs rdiff -u -r1.8 -r1.9 src/sys/dev/adb/adb_ktm.c
cvs rdiff -u -r1.25 -r1.26 src/sys/dev/adb/adb_ms.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