Doc updates

diff --git a/README b/README
index 577de2b..4381364 100644
--- a/README
+++ b/README
@@ -1,8 +1,10 @@
-Please see klibc/README for how to set up the tree before building.
+Please see klibc/README for build instructions.
+
+
 
 klibc is archived at:
 
-	ftp://ftp.zytor.com/pub/linux/libs/klibc/
+	ftp://ftp.kernel.org/pub/linux/libs/klibc/
 
 There is a mailing list for klibc and early-userspace issues at:
 
@@ -12,5 +14,7 @@
 
 	http://www.zytor.com/cvsweb.cgi/klibc/
 
-There is no direct public CVS access yet, however.
+There is no direct public CVS access yet, however, the CVS repository
+is available for rsync from:
 
+	rsync://rsync.kernel.org/pub/linux/libs/klibc/cvsroot/
diff --git a/klibc/README b/klibc/README
index ce0ad7b..6109ebd 100644
--- a/klibc/README
+++ b/klibc/README
@@ -34,16 +34,17 @@
 
    The following is the last known status of various architectures:
 
-   Known to work:	       alpha arm ia64 i386 s390 s390x sparc
+   Known to work:	       alpha arm ia64 i386 ppc s390 s390x sparc
 			       sparc64 x86_64*
    Works static, not shared:   mips* arm-thumb sh*
-   Might work:		       ppc ppc64
+   Might work:		       ppc64
    Need porting work:	       cris m68k mips64 parisc
 
    x86_64:   requires a kernel header patch (to be created)
    mips, sh: linker problem; might work with fixed linker
 
-   Shared library support for sparc/sparc64 requires binutils 2.13.90.0.4.
+   Shared library support requires binutils 2.13.90.0.4 or later on
+   many architectures.
 
    Note that even the "known to work" ones likely have bugs.  Please
    report them if you run into them.
@@ -52,6 +53,10 @@
 
 d) Try the test programs in the tests/ directory.  They should run...
 
-Contact me at <hpa@zytor.com> for more info.
+Contact the klibc mailing list:
+
+	http://www.zytor.com/mailman/listinfo/klibc
+
+... for more info.
 
 	-hpa