Up to [cvs.NetBSD.org] / src / sys / kern
Request diff between arbitrary revisions
Default branch: MAIN
Current tag: thorpej_scsipi
Revision 1.30.2.6 / (download) - annotate - [select for diffs], Sun Feb 11 19:16:48 2001 UTC (12 years, 3 months ago) by bouyer
Branch: thorpej_scsipi
Changes since 1.30.2.5: +32 -9
lines
Diff to previous 1.30.2.5 (colored) to branchpoint 1.30 (colored) next main 1.31 (colored)
Sync with HEAD.
Revision 1.30.2.5 / (download) - annotate - [select for diffs], Thu Jan 18 09:23:45 2001 UTC (12 years, 4 months ago) by bouyer
Branch: thorpej_scsipi
Changes since 1.30.2.4: +2 -2
lines
Diff to previous 1.30.2.4 (colored) to branchpoint 1.30 (colored)
Sync with head (for UBC+NFS fixes, mostly).
Revision 1.30.2.4 / (download) - annotate - [select for diffs], Wed Dec 13 15:50:21 2000 UTC (12 years, 5 months ago) by bouyer
Branch: thorpej_scsipi
Changes since 1.30.2.3: +50 -14
lines
Diff to previous 1.30.2.3 (colored) to branchpoint 1.30 (colored)
Sync with HEAD (for UBC fixes).
Revision 1.30.2.3 / (download) - annotate - [select for diffs], Fri Dec 8 09:13:56 2000 UTC (12 years, 5 months ago) by bouyer
Branch: thorpej_scsipi
Changes since 1.30.2.2: +372 -150
lines
Diff to previous 1.30.2.2 (colored) to branchpoint 1.30 (colored)
Sync with HEAD.
Revision 1.30.2.2 / (download) - annotate - [select for diffs], Wed Nov 22 16:05:24 2000 UTC (12 years, 6 months ago) by bouyer
Branch: thorpej_scsipi
Changes since 1.30.2.1: +3 -2
lines
Diff to previous 1.30.2.1 (colored) to branchpoint 1.30 (colored)
Sync with HEAD.
Revision 1.30.2.1 / (download) - annotate - [select for diffs], Mon Nov 20 18:09:07 2000 UTC (12 years, 6 months ago) by bouyer
Branch: thorpej_scsipi
Changes since 1.30: +56 -50
lines
Diff to previous 1.30 (colored)
Update thorpej_scsipi to -current as of a month ago
Revision 1.30 / (download) - annotate - [select for diffs], Sun Aug 29 00:26:01 1999 UTC (13 years, 9 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-newbase
Branch point for: thorpej_scsipi
Changes since 1.29: +9 -1
lines
Diff to previous 1.29 (colored)
In _pool_put(), panic if we're put'ing with nout == 0. This will help us detect a little earlier if we've dup-put'd. Otherwise, underflow occurs, and subsequent allocations simply hang or fail (it thinks the hardlimit has been reached).