Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/netbsd-3]: src/doc Tickets 303 to 308.



details:   https://anonhg.NetBSD.org/src/rev/8815164bb900
branches:  netbsd-3
changeset: 575849:8815164bb900
user:      tron <tron%NetBSD.org@localhost>
date:      Wed May 18 14:49:16 2005 +0000

description:
Tickets 303 to 308.

diffstat:

 doc/CHANGES-3.0 |  41 ++++++++++++++++++++++++++++++++++++++++-
 1 files changed, 40 insertions(+), 1 deletions(-)

diffs (52 lines):

diff -r f6672ec1cbb7 -r 8815164bb900 doc/CHANGES-3.0
--- a/doc/CHANGES-3.0   Wed May 18 14:48:16 2005 +0000
+++ b/doc/CHANGES-3.0   Wed May 18 14:49:16 2005 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: CHANGES-3.0,v 1.1.2.92 2005/05/18 04:36:18 snj Exp $
+#      $NetBSD: CHANGES-3.0,v 1.1.2.93 2005/05/18 14:49:16 tron Exp $
 
 A complete list of changes from the initial NetBSD 3.0 branch on 16 March 2005
 until the 3.0 release:
@@ -8587,3 +8587,42 @@
        allow rsh if the user's password is null.  from christos.
        [chs, ticket #302]
 
+x11/Xserver/GL/GLcore/Makefile.GLcore          1.9
+x11/Xserver/GL/glx/Makefile.glx                        1.7
+x11/lib/GL/Makefile                            1.12
+x11/lib/OSmesa/Makefile                                1.18
+
+       We need ${X11FLAGS.EXTENSION} here, because it carries what xsrc calls
+       GlxExtraDefines - and those are very important on 64 bit archs at least
+       (-D__GLX_ALIGN64)
+       [martin, ticket #303]
+
+distrib/sets/lists/misc/mi                     1.119
+
+       Mark ./usr/share/examples/racoon/roadwarrior/server/phase1-down.sh
+       as obsolete (it was deleted in the previous commit).
+       Fix sort errors.
+       [dsl, ticket #304]
+
+xsrc/xfree/xc/programs/Xserver/cfb/Imakefile.inc       1.5
+
+       Disable stipple assembler code for sparc64 - the code is not 64bit
+       clean.
+       [martin, ticket #305]
+
+xsrc/xfree/xc/extras/Mesa/src/mesa/sparc/clip.S        1.3
+
+       Saving 2/3 of the registers takes 128 byte on 64 bit compiles, not 64.
+       [martin, ticket #306]
+
+xsrc/xfree/xc/programs/Xserver/hw/xfree86/drivers/sunffb/VISmoveImage.s 1.3
+xsrc/xfree/xc/programs/Xserver/hw/xfree86/drivers/sunffb/ffb_asm.s 1.2
+
+       Add .register pseudo-ops.
+       [martin, ticket #307]
+
+x11/Xserver/hw/xfree86/drivers/sunffb/Makefile 1.3
+
+       Add the assembler files.
+       [martin, ticket #308]
+



Home | Main Index | Thread Index | Old Index