History log of /netbsd-src/sys/rump/dev/lib/libsysmon/Makefile (Results 1 – 9 of 9)
Revision Date Author Comments
# 6bb51422 26-Jan-2016 pooka <pooka@NetBSD.org>

Put the kernelside rump kernel headers into <rump-sys> instead of
sprinkling them around the faction directories. Avoids having
to add a CPPFLAGS (or several) to pretty much every component
Makefile

Put the kernelside rump kernel headers into <rump-sys> instead of
sprinkling them around the faction directories. Avoids having
to add a CPPFLAGS (or several) to pretty much every component
Makefile.

Leave compat headers around in the old locations.

The commit changes some autogenerated files, but I'll fix the
generators shortly and regen.

show more ...


# b2b6f260 19-Oct-2015 pooka <pooka@NetBSD.org>

Add a COMMENT describing what each component roughly does.

"make describe" prints the comment.

Requested/inspired by Vincent Schwarzer on rumpkernel-users


# db2a65b8 24-Aug-2015 pooka <pooka@NetBSD.org>

continue consolidating non-modular option files


# 408eb8f3 13-Mar-2014 pooka <pooka@NetBSD.org>

rename component.c -> sysmon_component.c


# 6c11d609 05-Dec-2010 pooka <pooka@NetBSD.org>

whitespace polish


# adb48c7f 19-Oct-2010 pgoyette <pgoyette@NetBSD.org>

Build the new swsensor(4) device and add to set lists


# 01497b95 22-Jul-2010 pgoyette <pgoyette@NetBSD.org>

Convert swwdog(4) from a simple defpseudo device to a defpseudodev so
that we can attach a power management handler. The handler prevents
a suspend if the watchdog is active, to be consistent with o

Convert swwdog(4) from a simple defpseudo device to a defpseudodev so
that we can attach a power management handler. The handler prevents
a suspend if the watchdog is active, to be consistent with other
watchdog drivers.

As discussed on tech-kern.

show more ...


# 643ba90b 16-Feb-2010 pooka <pooka@NetBSD.org>

Globally define -Wno-pointer-sign, as it has become a pointless
exercise of "add it to every Makefile individually".

XXX: should autosynchronize with the rest of the kernel buildflags
in sys/conf/Ma

Globally define -Wno-pointer-sign, as it has become a pointless
exercise of "add it to every Makefile individually".

XXX: should autosynchronize with the rest of the kernel buildflags
in sys/conf/Makefile.kern.inc.

show more ...


# f9118580 31-Jan-2010 pooka <pooka@NetBSD.org>

Add sysmon rump component.