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
/
dec
/
mcclock.c
Age
Commit message (
Expand
)
Author
2014-11-17
PR/49207: Kamil Rytarowski: Add sys/clock.h with generic time macros
christos
2011-06-04
Split device_t/softc. Tested on GXemul.
tsutsui
2011-04-06
Make this compile with options DEBUG. (PRId64 for time_t)
tsutsui
2010-05-03
Fix error introduced with timecounters - RTC clock register only uses
mhitch
2009-12-12
Remove `volatile' qualifier from argument types of
tsutsui
2009-05-12
struct device * -> device_t, no functional changes intended.
cegger
2009-03-14
Change about 4500 of the K&R function definitions to ANSI ones.
dsl
2008-04-08
use aprint_*_dev and device_xname
cegger
2008-03-29
Remove an extra newline added in rev 1.18.
tsutsui
2008-01-04
Make this compile with DEBUG enabled (fix a printf format, convert to
simonb
2008-01-03
Timecounter and generic todr support for pmax. From Garret D'Amore.
joerg
2005-12-11
merge ktrace-lwp.
christos
2005-02-04
de-__P
perry
2001-12-05
Remove some debug printf()s.
simonb
2001-11-23
Remove hardcoded values for HZ (under different names!) from mcclock.c
simonb
2001-11-13
add/cleanup RCSID
lukem
1999-01-15
__pmax__ -> pmax, like other ports.
thorpej
1998-04-19
Copy alpha/tc/mcclock_ioasic.c (duplicated in pmax/tc/mcclock_ioasic.c)
jonathan
1998-01-12
Adjust for config changes.
thorpej
1997-09-02
Nuke the idea of <machine/options.h>. It completely defeats the purpose
thorpej
1997-07-22
Use new <dev/dec/clockvar.h> and and <dev/dec/mcclokvar.h>.
jonathan
1997-04-07
by default, provide RCS IDs for NetBSD/alpha kernel files in kernel binaries.
cgd
1997-04-07
clean up NetBSD RCS ID strings, include machine/options.h
cgd
1997-03-12
enabled SQWE as well as PIE in reg B.
cgd
1996-10-13
backout previous kprintf change
christos
1996-10-10
printf -> kprintf, sprintf -> ksprintf
christos
1996-04-17
fix copyrights
cgd
1996-04-17
clean up clock handling: clock drivers are now seperate from the
cgd