index
:
netbsd
lockcount-9.3
lockdoc-10.99.5
lockdoc-10.99.5-vfs
lockdoc-9.3
lockdoc-9.3-vfs
trunk
NetBSD fork for lockdoc analysis
merlin@scholz.ruhr
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
usr.sbin
/
powerd
/
powerd.c
Age
Commit message (
Expand
)
Author
2020-10-12
powerd: Stop crashing if entries are not found in the dictionary
roy
2020-06-07
Update for proplib(3) API changes.
thorpej
2013-02-09
CID/980002: missing va_end()
christos
2012-03-15
Add __printflike attribution to use vprintf and friends with an argument
joerg
2010-12-19
Rump-ify powerd.
pgoyette
2010-12-15
Add an option to not actually run the power management scripts, and
pgoyette
2010-04-24
Define _PATH_POWER and use it.
jruoho
2007-12-15
convert __attribute__s to applicable cdefs.h macros
perry
2007-10-06
Remove an extra prop_object_release().
xtraeme
2007-09-27
Duh! add missing free(3) in previous.
xtraeme
2007-09-27
In debug mode, don't forget to free the buffer returned by
xtraeme
2007-09-04
Update to match current kernel code.
xtraeme
2007-07-01
Imported envsys 2, a brief description of the new features:
xtraeme
2007-05-07
Use __arraycount() from sys/cdefs.h.
xtraeme
2006-02-05
pass WARNS=4
christos
2006-02-05
PR/32747: Michael van Elst: Set close on exec on /dev/power fd so that it
christos
2004-05-03
Add AC adapter event type.
kochi
2003-07-13
use bounded string op
itojun
2003-04-20
Support the reset button type.
thorpej
2003-04-18
Power management daemon for sysmon. Currently supports acting on
thorpej