NetBSD/sys/dev/sysmon
darrenr 960df3c8d1 Pass lwp pointers throughtout the kernel, as required, so that the lwpid can
be inserted into ktrace records.  The general change has been to replace
"struct proc *" with "struct lwp *" in various function prototypes, pass
the lwp through and use l_proc to get the process pointer when needed.

Bump the kernel rev up to 1.6V
2003-06-28 14:20:43 +00:00
..
files.sysmon Generic "task queue" for sysmon back-ends. This provides a thread 2003-04-20 20:20:35 +00:00
sysmon.c Pass lwp pointers throughtout the kernel, as required, so that the lwpid can 2003-06-28 14:20:43 +00:00
sysmon_envsys.c Pass lwp pointers throughtout the kernel, as required, so that the lwpid can 2003-06-28 14:20:43 +00:00
sysmon_power.c Pass lwp pointers throughtout the kernel, as required, so that the lwpid can 2003-06-28 14:20:43 +00:00
sysmon_taskq.c Generic "task queue" for sysmon back-ends. This provides a thread 2003-04-20 20:20:35 +00:00
sysmon_taskq.h Generic "task queue" for sysmon back-ends. This provides a thread 2003-04-20 20:20:35 +00:00
sysmon_wdog.c Pass lwp pointers throughtout the kernel, as required, so that the lwpid can 2003-06-28 14:20:43 +00:00
sysmonconf.h * Add a generic power management event API, defined in <sys/power.h>. 2003-04-18 01:31:34 +00:00
sysmonvar.h Pass lwp pointers throughtout the kernel, as required, so that the lwpid can 2003-06-28 14:20:43 +00:00