Source-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: [netbsd-3-1] src/sys/arch/hppa/hppa
Module Name: src
Committed By: bouyer
Date: Wed Aug 20 18:37:37 UTC 2008
Modified Files:
src/sys/arch/hppa/hppa [netbsd-3-1]: copy.S
Log Message:
Pull up following revision(s) (requested by skrll in ticket #1954):
sys/arch/hppa/hppa/copy.S: revision 1.8
Fix copy{in,out}str on hppa by
1) not attempting to copy anything if size is initially 0.
2) returning ENAMETOOLONG if we ran out of space.
Fix copy{in,out}str on hppa by
1) not attempting to copy anything if size is initially 0.
2) returning ENAMETOOLONG if we ran out of space.
To generate a diff of this commit:
cvs rdiff -r1.3 -r1.3.28.1 src/sys/arch/hppa/hppa/copy.S
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Home |
Main Index |
Thread Index |
Old Index