Up to [cvs.NetBSD.org] / src / doc
Request diff between arbitrary revisions
Default branch: MAIN
Current tag: netbsd-6-0
Revision 1.122.2.1.4.1 / (download) - annotate - [select for diffs], Sat Nov 24 19:02:14 2012 UTC (8 years, 3 months ago) by jdc
Branch: netbsd-6-0
CVS Tags: netbsd-6-0-6-RELEASE,
netbsd-6-0-5-RELEASE,
netbsd-6-0-4-RELEASE,
netbsd-6-0-3-RELEASE,
netbsd-6-0-2-RELEASE,
netbsd-6-0-1-RELEASE
Changes since 1.122.2.1: +19 -1
lines
Diff to previous 1.122.2.1 (colored) next main 1.122.2.2 (colored)
Pull up revisions: src/lib/libc/softfloat/Makefile.inc 1.11-1.12 via patch src/doc/HACKS 1.124 via patch (requested by msaitoh in ticket #703). For arm, add -fno-tree-vrp to COPTS when compiling softfloat.c. Without -fno-tree-vrp, -INF + -INF returns 0 by adddf3. Fixes PR#46953.
Revision 1.122.2.1 / (download) - annotate - [select for diffs], Mon Mar 5 20:59:25 2012 UTC (8 years, 11 months ago) by sborrill
Branch: netbsd-6
CVS Tags: netbsd-6-0-RELEASE,
netbsd-6-0-RC2,
netbsd-6-0-RC1,
matt-nb6-plus-nbase,
matt-nb6-plus-base,
matt-nb6-plus
Branch point for: netbsd-6-0
Changes since 1.122: +1 -14
lines
Diff to previous 1.122 (colored)
Pull up the following revisions(s) (requested by nakayama in ticket #85): sys/arch/sparc64/sparc64/locore.s: revision 1.340 doc/HACKS: revision 1.123 sys/arch/sparc64/conf/Makefile.sparc64: revision 1.71 sys/arch/sparc64/conf/files.sparc64: revision 1.138 Fix the root cause of the hack "disable optimizations for uvm_bio.c on 32 bit kernels".