Up to [cvs.NetBSD.org] / src / sys / kern
Request diff between arbitrary revisions
Default branch: MAIN
Current tag: thorpej_scsipi
Revision 1.48.2.6 / (download) - annotate - [select for diffs], Sat Apr 21 17:46:31 2001 UTC (12 years, 1 month ago) by bouyer
Branch: thorpej_scsipi
Changes since 1.48.2.5: +2 -2
lines
Diff to previous 1.48.2.5 (colored) to branchpoint 1.48 (colored) next main 1.49 (colored)
Sync with HEAD
Revision 1.48.2.5 / (download) - annotate - [select for diffs], Tue Mar 27 15:32:25 2001 UTC (12 years, 2 months ago) by bouyer
Branch: thorpej_scsipi
Changes since 1.48.2.4: +3 -2
lines
Diff to previous 1.48.2.4 (colored) to branchpoint 1.48 (colored)
Sync with HEAD.
Revision 1.48.2.4 / (download) - annotate - [select for diffs], Mon Mar 12 13:31:38 2001 UTC (12 years, 2 months ago) by bouyer
Branch: thorpej_scsipi
Changes since 1.48.2.3: +89 -117
lines
Diff to previous 1.48.2.3 (colored) to branchpoint 1.48 (colored)
Sync with HEAD.
Revision 1.48.2.3 / (download) - annotate - [select for diffs], Sun Feb 11 19:16:50 2001 UTC (12 years, 3 months ago) by bouyer
Branch: thorpej_scsipi
Changes since 1.48.2.2: +4 -3
lines
Diff to previous 1.48.2.2 (colored) to branchpoint 1.48 (colored)
Sync with HEAD.
Revision 1.48.2.2 / (download) - annotate - [select for diffs], Wed Dec 13 15:50:23 2000 UTC (12 years, 5 months ago) by bouyer
Branch: thorpej_scsipi
Changes since 1.48.2.1: +3 -3
lines
Diff to previous 1.48.2.1 (colored) to branchpoint 1.48 (colored)
Sync with HEAD (for UBC fixes).
Revision 1.48.2.1 / (download) - annotate - [select for diffs], Mon Nov 20 18:09:14 2000 UTC (12 years, 6 months ago) by bouyer
Branch: thorpej_scsipi
Changes since 1.48: +31 -28
lines
Diff to previous 1.48 (colored)
Update thorpej_scsipi to -current as of a month ago
Revision 1.48 / (download) - annotate - [select for diffs], Tue Jun 8 02:39:57 1999 UTC (13 years, 11 months ago) by thorpej
Branch: MAIN
CVS Tags: wrstuden-devbsize-base,
wrstuden-devbsize-19991221,
wrstuden-devbsize,
fvdl-softdep-base,
fvdl-softdep,
comdex-fall-1999-base,
comdex-fall-1999,
chs-ubc2-base
Branch point for: thorpej_scsipi
Changes since 1.47: +7 -3
lines
Diff to previous 1.47 (colored)
In sosend(), if so_error is set, clear it before returning the error to the process (i.e. pre-Reno behavior). The 4.4BSD behavior (introduced in Reno) caused transient errors to stick incorrectly. This is from PR #7640 (Havard Eidnes), cross-checked w/ FreeBSD, where Bill Fenner committed the same fix (as described in a comment in the Vat sources, by Van Jacobsen).