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
/
apmd
/
apmd.c
Age
Commit message (
Expand
)
Author
2011-11-25
Use static + __dead
joerg
2008-04-28
Remove clause 3 and 4 from TNF licenses
martin
2006-10-07
PR/18906: roskens at elfin dot net: misc. select() to poll() updates.
elad
2006-05-09
change (mostly) int to socklen_t. GCC 4 doesn't like that int and
mrg
2006-01-20
Default socket owner to operator:operator.
elad
2004-01-06
Remove unused (unsafe!) MAX macro. From Jeff Ito in PR 23995.
wiz
2003-06-24
Make child processes log failure to exec scripts.
martin
2002-09-23
null commit
mycroft
2002-09-23
poll.h, not sys/poll.h
itojun
2002-09-18
select() -> poll()
mycroft
2002-01-11
daemon(3) has to be called prior to file descriptor setups.
itojun
2001-12-31
Statements must follow labels.
thorpej
2001-09-15
Zero clear the apm_power_info structure being passed to ioctl.
enami
2001-04-06
Negative exit code cleanup: Replace exit(-x) with exit(x).
wiz
2001-02-19
convert to use getprogname()
cgd
2001-01-25
be more picky about running /etc/apm/{battery,line} in response
chuck
2001-01-11
use explicit name rather than __progname in openlog
lukem
2000-08-13
Check for lowbattery state (if running -l) when polling for state,
jhawk
2000-03-04
Add a `-v' option, and make various log messages depend on `-d' or `-v'.
mycroft
2000-01-13
Add 'l' to getopt-checked flags
jlam
1999-09-04
Do not force logging of status in the POWER_CHANGE case. Any
soren
1999-06-06
Use pidfile(3).
thorpej
1998-12-19
PR/6606: Johnny C. Lam: Add -l flag to apmd so that it suspends automagically
christos
1998-11-19
Add support for running scripts for line power to battery transitions
kenh
1998-07-18
use AF_LOCAL instead of AF_UNIX
lukem
1997-10-17
remove unnecessary externs
lukem
1997-07-30
Fix files using old TNF copyright notice
jtc
1997-03-01
PR # 3271: ignore SIGPIPE to avoid nasty clients causing apmd to die.
jtk
1996-09-25
Copyright has been assigned to The NetBSD Foundation
jtc
1996-09-17
bug fix: set fromlen to sizeof(from)
jtk
1996-09-13
add -o and -m options for owner/group and mode of the socket
jtk
1996-08-25
add Advanced Power Management driver
jtk