From owner-p4-projects@FreeBSD.ORG Tue Apr 6 17:58:40 2004 Return-Path: Delivered-To: p4-projects@freebsd.org Received: by hub.freebsd.org (Postfix, from userid 32767) id E786B16A4D5; Tue, 6 Apr 2004 17:58:39 -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 C192C16A4CF for ; Tue, 6 Apr 2004 17:58:39 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id BBABF43D53 for ; Tue, 6 Apr 2004 17:58:39 -0700 (PDT) (envelope-from peter@freebsd.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i370voGe026887 for ; Tue, 6 Apr 2004 17:57:50 -0700 (PDT) (envelope-from peter@freebsd.org) Received: (from perforce@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i370vnes026882 for perforce@freebsd.org; Tue, 6 Apr 2004 17:57:49 -0700 (PDT) (envelope-from peter@freebsd.org) Date: Tue, 6 Apr 2004 17:57:49 -0700 (PDT) Message-Id: <200404070057.i370vnes026882@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 50547 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, 07 Apr 2004 00:58:40 -0000 http://perforce.freebsd.org/chv.cgi?CH=50547 Change 50547 by peter@peter_daintree on 2004/04/06 17:57:34 check off openssl asm item Affected files ... .. //depot/projects/hammer/TODO.txt#13 edit Differences ... ==== //depot/projects/hammer/TODO.txt#13 (text+ko) ==== @@ -1,4 +1,4 @@ -$P4: //depot/projects/hammer/TODO.txt#12 $ +$P4: //depot/projects/hammer/TODO.txt#13 $ reread the logs etc and check out the "XXX worry about this later" stuff @@ -24,8 +24,6 @@ teach libkvm about crashdumps. (need to lookup KPML4, 4 level page tree etc) -see if openssl can use the assembler x86-64 routines. (easy) - 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) @@ -95,3 +93,5 @@ we use as the final step towards producing the .ko file. finish the missing relocation types in rtld-elf/amd64/reloc.c (easy) + +see if openssl can use the assembler x86-64 routines. (easy)