PERFORCE change 34283 for review

Peter Wemm peter at FreeBSD.org
Wed Jul 9 16:10:01 PDT 2003


http://perforce.freebsd.org/chv.cgi?CH=34283

Change 34283 by peter at 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)
+


More information about the p4-projects mailing list