Module Name: src Committed By: tsutsui Date: Fri Mar 21 16:58:54 UTC 2014
Modified Files: src/sys/arch/x68k/dev: event.c event_var.h kbd.c ms.c Log Message: Replace tsleep(9)/wakeup(9) with condvar(9) as practice. Also replace malloc(9) with kmem_alloc(9). Pevent more possible races. Tested on both console and Xserver on X68030. To generate a diff of this commit: cvs rdiff -u -r1.13 -r1.14 src/sys/arch/x68k/dev/event.c cvs rdiff -u -r1.9 -r1.10 src/sys/arch/x68k/dev/event_var.h cvs rdiff -u -r1.38 -r1.39 src/sys/arch/x68k/dev/kbd.c cvs rdiff -u -r1.31 -r1.32 src/sys/arch/x68k/dev/ms.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.