Up to [cvs.NetBSD.org] / src / sys / kern
Request diff between arbitrary revisions
Default branch: MAIN
Current tag: yamt-pagecache
Revision 1.190.2.3 / (download) - annotate - [select for diffs], Tue Oct 30 17:22:34 2012 UTC (6 months, 3 weeks ago) by yamt
Branch: yamt-pagecache
Changes since 1.190.2.2: +35 -47
lines
Diff to previous 1.190.2.2 (colored) to branchpoint 1.190 (colored) next main 1.191 (colored)
sync with head
Revision 1.190.2.2 / (download) - annotate - [select for diffs], Wed May 23 10:08:11 2012 UTC (12 months ago) by yamt
Branch: yamt-pagecache
Changes since 1.190.2.1: +3 -237
lines
Diff to previous 1.190.2.1 (colored) to branchpoint 1.190 (colored)
sync with head.
Revision 1.190.2.1 / (download) - annotate - [select for diffs], Tue Apr 17 00:08:28 2012 UTC (13 months, 1 week ago) by yamt
Branch: yamt-pagecache
Changes since 1.190: +91 -197
lines
Diff to previous 1.190 (colored)
sync with head
Revision 1.190 / (download) - annotate - [select for diffs], Tue Sep 27 01:02:39 2011 UTC (19 months, 3 weeks ago) by jym
Branch: MAIN
CVS Tags: yamt-pagecache-base3,
yamt-pagecache-base2,
yamt-pagecache-base,
jmcneill-usbmp-pre-base2,
jmcneill-usbmp-base,
jmcneill-audiomp3-base,
jmcneill-audiomp3
Branch point for: yamt-pagecache,
jmcneill-usbmp
Changes since 1.189: +4 -4
lines
Diff to previous 1.189 (colored)
Modify *ASSERTMSG() so they are now used as variadic macros. The main goal is to provide routines that do as KASSERT(9) says: append a message to the panic format string when the assertion triggers, with optional arguments. Fix call sites to reflect the new definition. Discussed on tech-kern@. See http://mail-index.netbsd.org/tech-kern/2011/09/07/msg011427.html