Up to [cvs.NetBSD.org] / src / sys / netinet6
Request diff between arbitrary revisions
Default branch: MAIN
Current tag: kqueue
Revision 1.41.2.5 / (download) - annotate - [select for diffs], Thu Oct 10 18:44:18 2002 UTC (10 years, 7 months ago) by jdolecek
Branch: kqueue
Changes since 1.41.2.4: +12 -14
lines
Diff to previous 1.41.2.4 (colored) to branchpoint 1.41 (colored) next main 1.42 (colored)
sync kqueue with -current; this includes merge of gehenna-devsw branch, merge of i386 MP branch, and part of autoconf rototil work
Revision 1.41.2.4 / (download) - annotate - [select for diffs], Fri Sep 6 08:49:32 2002 UTC (10 years, 8 months ago) by jdolecek
Branch: kqueue
Changes since 1.41.2.3: +22 -5
lines
Diff to previous 1.41.2.3 (colored) to branchpoint 1.41 (colored)
sync kqueue branch with HEAD
Revision 1.41.2.3 / (download) - annotate - [select for diffs], Sun Jun 23 17:51:15 2002 UTC (10 years, 11 months ago) by jdolecek
Branch: kqueue
Changes since 1.41.2.2: +47 -55
lines
Diff to previous 1.41.2.2 (colored) to branchpoint 1.41 (colored)
catch up with -current on kqueue branch
Revision 1.41.2.2 / (download) - annotate - [select for diffs], Thu Jan 10 20:03:20 2002 UTC (11 years, 4 months ago) by thorpej
Branch: kqueue
Changes since 1.41.2.1: +37 -30
lines
Diff to previous 1.41.2.1 (colored) to branchpoint 1.41 (colored)
Sync kqueue branch with -current.
Revision 1.41.2.1 / (download) - annotate - [select for diffs], Sat Aug 25 06:17:05 2001 UTC (11 years, 9 months ago) by thorpej
Branch: kqueue
Changes since 1.41: +2 -2
lines
Diff to previous 1.41 (colored)
Merge Aug 24 -current into the kqueue branch.
Revision 1.41 / (download) - annotate - [select for diffs], Fri Apr 13 23:30:26 2001 UTC (12 years, 1 month ago) by thorpej
Branch: MAIN
CVS Tags: thorpej_scsipi_nbase,
thorpej_scsipi_beforemerge,
thorpej_scsipi_base
Branch point for: kqueue
Changes since 1.40: +2 -2
lines
Diff to previous 1.40 (colored)
Remove the use of splimp() from the NetBSD kernel. splnet() and only splnet() is allowed for the protection of data structures used by network devices.