#
19b01fa4 |
| 01-Jul-2007 |
xtraeme <xtraeme@NetBSD.org> |
Use PSWITCH_EVENT_{PRESSED,RELEASED} for consistency with other drivers using the sysmon_power framework.
|
#
da3f163b |
| 01-Jul-2007 |
xtraeme <xtraeme@NetBSD.org> |
Imported envsys 2, a brief description of the new features: (Part 2: drivers)
* Support for detachable sensors. * Cleaned up the API for simplicity and efficiency. * Ability to send capacity/critica
Imported envsys 2, a brief description of the new features: (Part 2: drivers)
* Support for detachable sensors. * Cleaned up the API for simplicity and efficiency. * Ability to send capacity/critical/warning events to powerd(8). * Adapted all the code to the new locking order. * Compatibility with the old envsys API: the ENVSYS_GTREINFO and ENVSYS_GTREDATA ioctl(2)s are supported. * Added support for a 'dictionary based communication channel' between sysmon_power(9) and powerd(8), that means there is no 32 bytes event size restriction anymore. * Binary compatibility with old envstat(8) and powerd(8) via COMPAT_40. * All drivers with the n^2 gtredata bug were fixed, PR kern/36226.
Tested by:
blymn: smsc(4). bouyer: ipmi(4), mfi(4). kefren: ug(4). njoly: viaenv(4), adt7463.c. riz: owtemp(4). xtraeme: acpiacad(4), acpibat(4), acpitz(4), aiboost(4), it(4), lm(4).
show more ...
|
#
e1dc09af |
| 11-Apr-2007 |
macallan <macallan@NetBSD.org> |
clean up tadpole_request() API from mrg
|
#
53524e44 |
| 04-Mar-2007 |
christos <christos@NetBSD.org> |
Kill caddr_t; there will be some MI fallout, but it will be fixed shortly.
|
#
1e70d648 |
| 04-Jan-2007 |
elad <elad@NetBSD.org> |
Consistent usage of KAUTH_GENERIC_ISSUSER.
|
#
f474dceb |
| 23-Jul-2006 |
ad <ad@NetBSD.org> |
Use the LWP cached credentials where sane.
|
#
8ccb6c93 |
| 14-May-2006 |
elad <elad@NetBSD.org> |
integrate kauth.
|
#
10df330c |
| 20-Apr-2006 |
blymn <blymn@NetBSD.org> |
Prefix iostat structure elements with io_
|
#
3c0adb7d |
| 14-Apr-2006 |
blymn <blymn@NetBSD.org> |
Make i/o statistics collection more generic, include tape drives and nfs mounts in the set of devices that statistics will be reported on.
|
#
d443f196 |
| 08-Mar-2006 |
macallan <macallan@NetBSD.org> |
report lid and AC power state to sysmon
|
#
7d93c08c |
| 06-Mar-2006 |
macallan <macallan@NetBSD.org> |
- use a lock to serialize tadpole_request() - add a callback to signal monitor detection on the external VGA port - don't call tadpole-request() in interrupt context - use a kernel thread for various
- use a lock to serialize tadpole_request() - add a callback to signal monitor detection on the external VGA port - don't call tadpole-request() in interrupt context - use a kernel thread for various not time-critical work like device monitoring, LCD status updates, external event handling and so on (the monitoring stuff is preliminary and to be replaced by a more generic API)
show more ...
|
#
95e1ffb1 |
| 11-Dec-2005 |
christos <christos@NetBSD.org> |
merge ktrace-lwp.
|
#
1664ea4a |
| 16-Nov-2005 |
uwe <uwe@NetBSD.org> |
ANSIify function declarations/defintions. Use uint<N>_t. Drop trailing whitespace. Same binary code is produced for GENERIC.MP + KGDB + DDB.
|
#
d3e4755b |
| 06-Jul-2005 |
macallan <macallan@NetBSD.org> |
changed envsys support to use the sysmon API, added support for the power button ( see powerd(8) )
|
#
d20841bb |
| 13-Feb-2004 |
wiz <wiz@NetBSD.org> |
Uppercase CPU, plural is CPUs.
|
#
a4183603 |
| 15-Jul-2003 |
lukem <lukem@NetBSD.org> |
__KERNEL_RCSID()
|
#
d5aece61 |
| 29-Jun-2003 |
fvdl <fvdl@NetBSD.org> |
Back out the lwp/ktrace changes. They contained a lot of colateral damage, and need to be examined and discussed more.
|
#
6147cc4a |
| 29-Jun-2003 |
darrenr <darrenr@NetBSD.org> |
More changes for providing lwpid for ktrace (sparc GENERIC built)
|
#
725a6aeb |
| 10-Dec-2002 |
pk <pk@NetBSD.org> |
Remove the `flags' argument from bus_intr_establish().
|
#
729ccbc9 |
| 26-Nov-2002 |
christos <christos@NetBSD.org> |
si_ -> sel_
|
#
e0cc03a0 |
| 23-Oct-2002 |
jdolecek <jdolecek@NetBSD.org> |
merge kqueue branch into -current
kqueue provides a stateful and efficient event notification framework currently supported events include socket, file, directory, fifo, pipe, tty and device changes
merge kqueue branch into -current
kqueue provides a stateful and efficient event notification framework currently supported events include socket, file, directory, fifo, pipe, tty and device changes, and monitoring of processes and signals
kqueue is supported by all writable filesystems in NetBSD tree (with exception of Coda) and all device drivers supporting poll(2)
based on work done by Jonathan Lemon for FreeBSD initial NetBSD port done by Luke Mewburn and Jason Thorpe
show more ...
|
#
900b200c |
| 14-Oct-2002 |
takemura <takemura@NetBSD.org> |
Moved MI APM definitions into dev/apm.
|
#
4bf871a7 |
| 02-Oct-2002 |
thorpej <thorpej@NetBSD.org> |
Add trailing ; to CFATTACH_DECL.
|
#
c1077f22 |
| 01-Oct-2002 |
thorpej <thorpej@NetBSD.org> |
Use CFATTACH_DECL().
|
#
f818766a |
| 27-Sep-2002 |
thorpej <thorpej@NetBSD.org> |
Declare all cfattach structures const.
|