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
/
arch
/
hp300
/
dev
/
ppi.c
Age
Commit message (
Expand
)
Author
2020-11-18
malloc(9) -> kmem(9)
thorpej
2018-09-03
Rename min/max -> uimin/uimax for better honesty.
riastradh
2017-03-25
Include <sys/kernel.h> for hz.
tsutsui
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
2011-07-28
dev_t is uint64_t; use PRIx64 to print it. Fix DEBUG build.
uebayasi
2008-06-18
Make this compile.
tsutsui
2008-06-13
use device_lookup_private to get softc
cegger
2008-04-28
Remove clause 3 and 4 from TNF licenses
martin
2008-03-29
Split device_t/softc, and misc cosmetic changes.
tsutsui
2007-10-17
Merge the ppcoea-renovation branch to HEAD.
garbled
2007-07-12
Adapt to the new signature of callout_init().
he
2007-03-04
Kill caddr_t; there will be some MI fallout, but it will be fixed shortly.
christos
2007-02-16
More spllowersoftclock() fallout.
ad
2006-07-21
Some KNF.
tsutsui
2006-03-28
Use device_unit().
thorpej
2006-02-23
Use device_parent().
thorpej
2005-12-11
merge ktrace-lwp.
christos
2005-02-19
Include "ioconf.h" for struct cfdriver *_cd decls.
tsutsui
2004-08-28
Use ANSI function decls, static, and const.
thorpej
2003-11-17
TAB/space cleanup.
tsutsui
2003-08-07
Move UCB-licensed code from 4-clause to 3-clause licence.
agc
2003-06-29
Back out the lwp/ktrace changes. They contained a lot of colateral damage,
fvdl
2003-06-29
Adapt to ktrace/lwp changes.
thorpej
2002-10-23
merge kqueue branch into -current
jdolecek
2002-10-02
Use CFATTACH_DECL().
thorpej
2002-09-27
Declare all cfattach structures const.
thorpej
2002-09-06
Merge the gehenna-devsw branch into the trunk.
gehenna
2002-03-15
Add RCSIDs.
gmcgarry
2000-05-27
sleep() -> tsleep()
thorpej
2000-03-23
New callout mechanism with two major improvements over the old
thorpej
1999-08-05
Change the semantics of splsoftclock() to be like other spl*() functions,
thorpej
1998-01-12
Update for changes to config.
thorpej
1997-10-04
Copyright assigned to The NetBSD Foundation.
thorpej
1997-07-18
remove old *_UNK style default defines, use standard names from locators.h
jtk
1997-04-02
Fix printf() and other warnings when compiled with DEBUG defined.
scottr
1997-03-31
Add prototypes, and make this compile with -Wall. Remove register
scottr
1997-01-30
Convert to new-style autoconfiguration; old-style config is no longer
thorpej
1996-10-13
backout previous kprintf changes
christos
1996-10-11
printf -> kprintf, sprintf -> ksprintf
christos
1996-02-14
All interrupt routines (except the HIL; don't ask) now take a pointer
thorpej
1995-12-02
Use a "match/attach" rather than "init" scheme for probing devices.
thorpej
1994-10-26
new RCS ID format.
cgd
1994-05-25
Merge with 4.4-Lite.
mycroft
1994-05-05
Most of the changes needed to make this continue to run.
mycroft
1994-02-10
Add arg to ioctl functions. Clean up #includes.
mycroft
1993-05-22
add rcsids to everything and clean up headers
cgd
1993-05-13
add hp300 kernel files. generic kernel files might need some help...
cgd