From owner-p4-projects@FreeBSD.ORG Wed Jul 9 16:10:01 2003 Return-Path: Delivered-To: p4-projects@freebsd.org Received: by hub.freebsd.org (Postfix, from userid 32767) id 74A0237B404; Wed, 9 Jul 2003 16:10:00 -0700 (PDT) Delivered-To: perforce@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1382537B401 for ; Wed, 9 Jul 2003 16:10:00 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id A91F543FDD for ; Wed, 9 Jul 2003 16:09:59 -0700 (PDT) (envelope-from peter@freebsd.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h69N9x0U024038 for ; Wed, 9 Jul 2003 16:09:59 -0700 (PDT) (envelope-from peter@freebsd.org) Received: (from perforce@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h69N9x2m024035 for perforce@freebsd.org; Wed, 9 Jul 2003 16:09:59 -0700 (PDT) Date: Wed, 9 Jul 2003 16:09:59 -0700 (PDT) Message-Id: <200307092309.h69N9x2m024035@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: perforce set sender to peter@freebsd.org using -f From: Peter Wemm To: Perforce Change Reviews Subject: PERFORCE change 34283 for review X-BeenThere: p4-projects@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: p4 projects tree changes List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 09 Jul 2003 23:10:01 -0000 http://perforce.freebsd.org/chv.cgi?CH=34283 Change 34283 by peter@peter_daintree on 2003/07/09 16:09:12 Move the 2MB page, 128TB, binutils.diff stuff to the done section Affected files ... .. //depot/projects/hammer/TODO.txt#5 edit Differences ... ==== //depot/projects/hammer/TODO.txt#5 (text+ko) ==== @@ -1,4 +1,4 @@ -$P4: //depot/projects/hammer/TODO.txt#4 $ +$P4: //depot/projects/hammer/TODO.txt#5 $ reread the logs etc and check out the "XXX worry about this later" stuff @@ -35,13 +35,6 @@ see if openssl can use the assembler x86-64 routines. (easy) -128TB of user process VM space (the support is there, but there is -a bug somewhere as it crosses the 512G mark into a new pml4e) - -full 2MB pmap page support in pmap (ifdef'ed out, some stuff uses vtopte() -where it shouldn't, and the direct pte map interface needs to be made -aware of it) - SSE/SSE2 support in libc (the fpget/set*() functions need to adjust the SSE MXCSR register as well as the x87 control word - netbsd have already done this, we can look at theirs) @@ -55,9 +48,6 @@ revert ppp(8) compiler bug workaround after gcc-3.3 is imported. -do something about config changes for binutils to enable i386 output -(in p4, not cvs) http://people.freebsd.org/~peter/binutils.diff - ======= DONE ======= ppp(8) (compiler bug, hack in http://people.freebsd.org/~peter/hammer.diff, but gcc-3.3 would be much better) @@ -74,3 +64,13 @@ libstdc++.so (build bug, tries to link libgcc.a (non-pic) into the .so, but the libstdc++.a works). +do something about config changes for binutils to enable i386 output +XXX david committed part of it, and fixed the other half better. + +128TB of user process VM space (the support is there, but there is +a bug somewhere as it crosses the 512G mark into a new pml4e) + +full 2MB pmap page support in pmap (ifdef'ed out, some stuff uses vtopte() +where it shouldn't, and the direct pte map interface needs to be made +aware of it) +