From owner-p4-projects@FreeBSD.ORG Thu Jun 26 19:38:14 2003 Return-Path: Delivered-To: p4-projects@freebsd.org Received: by hub.freebsd.org (Postfix, from userid 32767) id 058FD37B404; Thu, 26 Jun 2003 19:38:14 -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 94B6C37B401 for ; Thu, 26 Jun 2003 19:38:13 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3963843FE0 for ; Thu, 26 Jun 2003 19:38:13 -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 h5R2cC0U037563 for ; Thu, 26 Jun 2003 19:38:12 -0700 (PDT) (envelope-from peter@freebsd.org) Received: (from perforce@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h5R2cC8O037552 for perforce@freebsd.org; Thu, 26 Jun 2003 19:38:12 -0700 (PDT) Date: Thu, 26 Jun 2003 19:38:12 -0700 (PDT) Message-Id: <200306270238.h5R2cC8O037552@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 33725 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: Fri, 27 Jun 2003 02:38:15 -0000 http://perforce.freebsd.org/chv.cgi?CH=33725 Change 33725 by peter@peter_hammer on 2003/06/26 19:37:25 mark off some finished items Affected files ... .. //depot/projects/hammer/TODO.txt#3 edit Differences ... ==== //depot/projects/hammer/TODO.txt#3 (text+ko) ==== @@ -1,4 +1,4 @@ -$P4: //depot/projects/hammer/TODO.txt#2 $ +$P4: //depot/projects/hammer/TODO.txt#3 $ reread the logs etc and check out the "XXX worry about this later" stuff @@ -29,9 +29,6 @@ (peter: basic functionality, uses -fno-omit-frame-pointer.. disassembler still expects 32 bit code but compiles) -libstdc++.so (build bug, tries to link libgcc.a (non-pic) into the .so, - but the libstdc++.a works). - crashdumps? teach libkvm about crashdumps. (need to lookup KPML4, 4 level page tree etc) @@ -49,9 +46,6 @@ SSE MXCSR register as well as the x87 control word - netbsd have already done this, we can look at theirs) -increase direct map base size to 4GB to cover all of pci mapping space -so that pmap_mapdev can use it without consuming kvm. - factor out common compat/freebsd32/* and compat/ia32/* from ia64 and amd64 trees. freebsd32 should be for running 32 bit binaries on a 64 bit kernel, while ia32 is for special MD bits. Lots of missing syscalls. @@ -70,3 +64,10 @@ boot blocks (need gcc -m32 to work) (fixed in p4 tree, needs binutils patches etc) + +increase direct map base size to 4GB to cover all of pci mapping space +so that pmap_mapdev can use it without consuming kvm. + +libstdc++.so (build bug, tries to link libgcc.a (non-pic) into the .so, + but the libstdc++.a works). +