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
/
sys
/
dev
/
apm
Age
Commit message (
Expand
)
Author
2018-07-10
Remove unused macro.
maya
2017-10-28
Add some #includes to make a few more header files compile.
riastradh
2017-10-28
Kill some more extern struct cfdriver declarations.
riastradh
2017-10-25
Use C99 initializer for filterops
maya
2015-09-06
More on PR 41200: headers that declare ioctls should include sys/ioccom.h.
dholland
2014-07-25
Add d_discard to all struct cdevsw instances I could find.
dholland
2014-03-16
Change (mostly mechanically) every cdevsw/bdevsw I can find to use
dholland
2013-11-08
fix unused variable
christos
2012-09-30
Remove code from dev/apm/apm.c for setting global variables to parameterise
dsl
2012-09-30
Remove the fields were are only used by the 'now removed' i386 APC bios
dsl
2011-07-17
Retire varargs.h support. Move machine/stdarg.h logic into MI
joerg
2010-03-10
Fix apm(4) suspend/resume:
bouyer
2009-11-23
Remove some unecessary includes sys/user.h header.
rmind
2009-09-16
In pmf(9), improve the implementation of device self-suspension
dyoung
2009-04-05
buildfix: include <sys/selinfo.h> for struct selinfo.
cegger
2009-04-03
Treat OAPM_IOC_GETPOWER as APM_IOC_GETPOWER - from apmdev(4).
uwe
2008-06-12
use device_lookup_private to get softc
cegger
2008-04-28
Remove clause 3 and 4 from TNF licenses
martin
2008-03-12
Use device_t and its accessors throughout. Use aprint_*_dev().
dyoung
2008-03-07
Split device_t/softc for i386's apm(4), and other related cosmetic changes.
cube
2008-03-01
Welcome to 4.99.55:
rmind
2008-01-04
Start detangling lock.h from intr.h. This is likely to cause short term
ad
2007-12-09
Merge jmcneill-pm branch.
jmcneill
2007-12-05
Do not "return 1" from kqfilter for errors. That value is passed
pooka
2007-12-05
lockmgr -> mutex
ad
2007-11-25
Do not run the get_powstat callback in apm_attach(), this has a bad
xtraeme
2007-07-09
warning: 'apm_create_thread' declared 'static' but never defined
ad
2007-07-09
- struct proc *sc_thread;
ad
2007-07-09
Merge some of the less invasive changes from the vmlocking branch:
ad
2007-03-04
Kill caddr_t; there will be some MI fallout, but it will be fixed shortly.
christos
2006-12-10
Use aprint_normal for attachment messages.
uwe
2006-11-16
__unused removal on arguments; approved by core.
christos
2006-10-12
Use __unused in function arguments where appropiate. (hi christos)
xtraeme
2006-10-04
add missing initializer element
dogcow
2006-07-17
make APM_POWER_PRINT compile.
christos
2006-07-10
fix some field names (Arnaud Lacombe)
christos
2006-07-08
Make apm an MI backend to be used by the i386 bios implementation and the
christos
2005-12-11
merge ktrace-lwp.
christos
2005-02-27
nuke trailing whitespace
perry
2004-05-11
Fix typo in defined variable; from Sergey Svishchev.
wiz
2002-10-14
Moved MI APM definitions into dev/apm.
takemura
2000-07-30
Remove src/sys/dev/apm/*. (They've gone to arch/hpcmips/dev/apm.)
takemura
2000-07-02
Common part of APM (advanced power management) support for Hpcmips.
takemura