cvs commit: src/sys/kern kern_event.c
John-Mark Gurney
jmg at FreeBSD.org
Sat Sep 23 19:23:30 PDT 2006
jmg 2006-09-24 02:23:29 UTC
FreeBSD src repository
Modified files:
sys/kern kern_event.c
Log:
add KTRACE hooks into kevent... This will help people debug their kqueue
programs to find out exactly which events were registered and which were
returned... This should be lower in kern_kevent, but that would require
special munging due to locks and the functions used to copyin/copyout
kevents...
If someone wants to teach ktrace how to output pretty kevents, I have a
kevent prety printer that can be used...
Revision Changes Path
1.104 +38 -2 src/sys/kern/kern_event.c
More information about the cvs-src
mailing list