Up to [cvs.NetBSD.org] / src / lib / libc / gen
Request diff between arbitrary revisions
Default branch: MAIN
Current tag: netbsd-1-5
Revision 1.33.2.2 / (download) - annotate - [select for diffs], Wed Apr 17 11:32:47 2002 UTC (11 years, 1 month ago) by he
Branch: netbsd-1-5
CVS Tags: netbsd-1-5-PATCH003
Changes since 1.33.2.1: +6 -2
lines
Diff to previous 1.33.2.1 (colored) to branchpoint 1.33 (colored) next main 1.34 (colored)
Pull up revision 1.35 (requested by groo): Detect if line length exceeds buffer size.
Revision 1.33.2.1 / (download) - annotate - [select for diffs], Fri Oct 26 18:06:41 2001 UTC (11 years, 7 months ago) by jhawk
Branch: netbsd-1-5
Changes since 1.33: +6 -3
lines
Diff to previous 1.33 (colored)
Pull up revision 1.34 (requested by mrg): Avoid an underrun in "buf". Fixes PR#13292.
Revision 1.33 / (download) - annotate - [select for diffs], Fri Jun 2 13:13:07 2000 UTC (12 years, 11 months ago) by itojun
Branch: MAIN
CVS Tags: netbsd-1-5-base,
netbsd-1-5-RELEASE,
netbsd-1-5-PATCH002,
netbsd-1-5-PATCH001,
netbsd-1-5-BETA2,
netbsd-1-5-BETA,
netbsd-1-5-ALPHA2
Branch point for: netbsd-1-5,
nathanw_sa
Changes since 1.32: +38 -17
lines
Diff to previous 1.32 (colored)
correct memory leak due to t_getstr() and realloc(). the commit will prevent "top -s 0" from chewing up memory. TODO: realloc() audit, revisit recent termcap/curses changes