NetBSD/sys/lkm
xtraeme 31962fc6e5 Extend the envsys2 API (one more time, sorry) as defined in:
http://mail-index.netbsd.org/tech-kern/2007/11/09/0001.html

sysmon_envsys_create() and sysmon_envsys_destroy() were added to
create/destroy sysmon_envsys objects (and its TAILQ/LIST for sensors/events).

sysmon_envsys_sensor_attach() and sysmon_envsys_sensor_detach() were
added to attach/detach sensors to a specified sysmon_envsys device.

The events framework is now per device and configurable via the
ENVSYS_SETDICTIONARY ioctl or /etc/envsys.conf and envstat(8).

Update all users and documentation to reflect these changes.
2007-11-16 08:00:11 +00:00
..
arch machine/{bus,cpu,intr}.h -> sys/{bus,cpu,intr}.h 2007-10-19 11:59:34 +00:00
compat Pecoff lkm doesn't need its own syscall table, remove and reinstate lkm build. 2007-11-10 09:43:13 +00:00
dev Update for it(4) -> itesio(4) rename. 2007-11-15 13:04:50 +00:00
exec Add compat_linux and exec_linux_elf lkm support for amd64: 2007-10-19 18:52:09 +00:00
kauth
misc Extend the envsys2 API (one more time, sorry) as defined in: 2007-11-16 08:00:11 +00:00
net Remove 3rd clause and my name from all the licences which were only in my 2007-09-10 10:35:51 +00:00
netinet s/iplattach/ipfattach/ and s/ipldetach/ipfdetach/ 2007-06-04 12:38:58 +00:00
syscall
vfs don't init the device since it's not part of puffs anymore 2007-11-13 18:35:56 +00:00
Makefile
Makefile.inc Add new Makefile knob, USE_FORT, which extends USE_SSP by turning on the 2007-05-28 12:06:17 +00:00
TODO