Source-Changes-HG archive

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

[src/netbsd-2-0]: src/doc Ticket 506.



details:   https://anonhg.NetBSD.org/src/rev/0b907d12975a
branches:  netbsd-2-0
changeset: 561456:0b907d12975a
user:      tron <tron%NetBSD.org@localhost>
date:      Thu Jun 17 20:08:39 2004 +0000

description:
Ticket 506.

diffstat:

 doc/CHANGES-2.0 |  11 ++++++++++-
 1 files changed, 10 insertions(+), 1 deletions(-)

diffs (22 lines):

diff -r 46712220f089 -r 0b907d12975a doc/CHANGES-2.0
--- a/doc/CHANGES-2.0   Thu Jun 17 20:07:02 2004 +0000
+++ b/doc/CHANGES-2.0   Thu Jun 17 20:08:39 2004 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: CHANGES-2.0,v 1.1.2.278 2004/06/17 12:43:37 tron Exp $
+#      $NetBSD: CHANGES-2.0,v 1.1.2.279 2004/06/17 20:08:39 tron Exp $
 
 A complete list of changes from the initial NetBSD 2.0 branch on 28 March 2004
 until 2.0 release:
@@ -4018,3 +4018,12 @@
        Pullup racoon to version 20040617a which includes security fixes.
        [itojun, ticket #505]
 
+sys/arch/amd64/amd64/gdt.c                     1.5
+sys/arch/amd64/include/gdt.h                   1.2
+
+       When converting GDT length units from segment structures to bytes for
+       the amd64 port, I converted MINGDTSIZ wrongly; it was not page aligned,
+       causing gdt_grow to corrupt the GDT. Fix this, and remove the
+       extraneous definitions of the sizes from gdt.c.
+       [fvdl, ticket #506]
+



Home | Main Index | Thread Index | Old Index