Up to [cvs.NetBSD.org] / src / sys / netinet
Request diff between arbitrary revisions
Default branch: MAIN
Current tag: jmcneill-usbmp
Revision 1.112.6.2 / (download) - annotate - [select for diffs], Thu Apr 5 21:33:44 2012 UTC (14 months, 1 week ago) by mrg
Branch: jmcneill-usbmp
Changes since 1.112.6.1: +4 -9
lines
Diff to previous 1.112.6.1 (colored) to branchpoint 1.112 (colored) next main 1.113 (colored)
sync to latest -current.
Revision 1.112.6.1 / (download) - annotate - [select for diffs], Sat Feb 18 07:35:39 2012 UTC (16 months ago) by mrg
Branch: jmcneill-usbmp
Changes since 1.112: +6 -6
lines
Diff to previous 1.112 (colored)
merge to -current.
Revision 1.112 / (download) - annotate - [select for diffs], Sun Jul 17 20:54:53 2011 UTC (23 months ago) by joerg
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.111: +2 -4
lines
Diff to previous 1.111 (colored)
Retire varargs.h support. Move machine/stdarg.h logic into MI sys/stdarg.h and expect compiler to provide proper builtins, defaulting to the GCC interface. lint still has a special fallback. Reduce abuse of _BSD_VA_LIST_ by defining __va_list by default and derive va_list as required by standards.