The NetBSD Project

CVS log for src/sys/arch/sparc/sparc/locore.s

[BACK] Up to [cvs.NetBSD.org] / src / sys / arch / sparc / sparc

Request diff between arbitrary revisions


Default branch: MAIN
Current tag: comdex-fall-1999


Revision 1.126.2.2 / (download) - annotate - [select for diffs], Fri Nov 5 04:49:27 1999 UTC (24 years, 5 months ago) by chs
Branch: comdex-fall-1999
Changes since 1.126.2.1: +6159 -0 lines
Diff to previous 1.126.2.1 (colored) to branchpoint 1.126 (colored) next main 1.127 (colored)

several fixes to copy{in,out,}str() from charles and myself:
don't panic if maxlen == 0, just return ENAMETOLONG.
treat maxlen as unsigned like the manpage indicates.
avoid crashing if the userspace address is >= KERNBASE.
make sure *done is 0 when no bytes are copied.

Revision 1.126.2.1, Fri Nov 5 04:49:26 1999 UTC (24 years, 5 months ago) by chs
Branch: comdex-fall-1999
Changes since 1.126: +0 -6159 lines
FILE REMOVED

file locore.s was added on branch comdex-fall-1999 on 1999-11-05 04:49:27 +0000

Revision 1.126 / (download) - annotate - [select for diffs], Fri Nov 5 04:49:26 1999 UTC (24 years, 5 months ago) by chs
Branch: MAIN
CVS Tags: wrstuden-devbsize-base, wrstuden-devbsize-19991221, fvdl-softdep-base, comdex-fall-1999-base, chs-ubc2-newbase
Branch point for: comdex-fall-1999
Changes since 1.125: +23 -48 lines
Diff to previous 1.125 (colored)

several fixes to copy{in,out,}str() from charles and myself:
don't panic if maxlen == 0, just return ENAMETOLONG.
treat maxlen as unsigned like the manpage indicates.
avoid crashing if the userspace address is >= KERNBASE.
make sure *done is 0 when no bytes are copied.

This form allows you to request diff's between any two revisions of a file. You may select a symbolic revision name using the selection box or you may type in a numeric name using the type-in text box.




CVSweb <webmaster@jp.NetBSD.org>