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
/
ofw
/
ofrtc.c
Age
Commit message (
Expand
)
Author
2011-07-26
convert to device_t, cfdata_t and CFATTACH_DECL_NEW.
mrg
2009-05-12
struct device * -> device_t, no functional changes intended.
cegger
2009-05-12
struct cfdata * -> cfdata_t, no functional changes intended.
cegger
2006-09-13
Convert shark and ofppc to new common ofrtc and MI todr code. Tested
gdamore
2006-03-29
Use device_private().
thorpej
2005-12-11
merge ktrace-lwp.
christos
2005-02-27
nuke trailing whitespace
perry
2005-02-04
de-__P
perry
2002-10-23
merge kqueue branch into -current
jdolecek
2002-10-02
Add trailing ; to CFATTACH_DECL.
thorpej
2002-09-30
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
2001-11-13
add RCSIDs
lukem
2001-08-26
Make compile with -Wmissing-prototype -Wstrict-prototypes
matt
2001-08-25
Make this compile with -Wmissing-prototypes by adding appropriate
matt
1998-03-21
-Wall
cgd
1998-02-24
Several things:
mycroft
1998-01-12
Update for config changes.
thorpej
1997-04-16
Update for no __BROKEN_INDIRECT_CONFIG.
thorpej
1996-10-13
backout kprintf changes
christos
1996-10-10
printf -> kprintf, sprintf -> ksprintf
christos
1996-09-30
PowerPC port
ws