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
/
hpc
/
apm
/
apmdev.c
Age
Commit message (
Expand
)
Author
2017-10-25
Use C99 initializer for filterops
maya
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-09
fixed unused variable warning
christos
2012-10-03
remove diagnostic printfs to make this compile again.
christos
2012-09-30
Remove code from dev/apm/apm.c for setting global variables to parameterise
dsl
2011-07-17
Retire varargs.h support. Move machine/stdarg.h logic into MI
joerg
2009-11-23
Remove some unecessary includes sys/user.h header.
rmind
2009-04-03
Use dev/apm/files.apm for APM options in opt_apm.h.
uwe
2009-04-03
Switch apmdev to use apm(4) structures from dev/apm/apmvar.h.
uwe
2009-04-03
Further reduce diffs to dev/apm/apm.c.
uwe
2009-03-30
Split device_t and softc, use aprint_*, rename/reformat stuff to
uwe
2008-06-12
device_private_lookup()-ification so that hpcarm (at jeast Jornada 72x)
rafal
2008-04-28
Remove clause 3 and 4 from TNF licenses
martin
2008-04-06
use aprint_*_dev and device_xname
cegger
2008-03-01
Welcome to 4.99.55:
rmind
2007-12-14
Complete lockmgr->mutex conversion started in 1.12. Mutex needs to be
uwe
2007-12-05
Do not "return 1" from kqfilter for errors. That value is passed
pooka
2007-12-05
lockmgr -> mutex
ad
2007-07-10
Fix compile failure occured kthread API changes.
nonaka
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-11-16
__unused removal on arguments; approved by core.
christos
2006-10-12
-Wextra fixes
uwe
2006-10-09
Remove (the default) #define XXXDEBUG and add the options to the relevant
peter
2006-09-05
Convert time.tv_sec to time_second.
gdamore
2006-02-27
Add support for OAPM_IOC_GETPOWER. That will keep binary compatibility
cube
2005-12-11
merge ktrace-lwp.
christos
2005-05-31
Constify.
uwe
2005-02-27
nuke trailing whitespace
perry
2004-07-03
hpcmips independent part are moved to sys/dev/hpc/
uch