X-Git-Url: https://git.librecmc.org/?a=blobdiff_plain;f=README;h=afd91b46a6268256bab4734addcd139cf7df5883;hb=8042f65398adafbe7931646b0d8833f7b650d010;hp=4fbc763803bb2f79bea7af9c2f8d563ad1e3e6e7;hpb=bdfd0d78bc44e73d693510e70087857785b3b521;p=oweals%2Fbusybox.git diff --git a/README b/README index 4fbc76380..afd91b46a 100644 --- a/README +++ b/README @@ -35,12 +35,13 @@ Supported architectures: Busybox in general will build on any architecture supported by gcc. It has a few specialized features added for __sparc__ and __alpha__. insmod functionality is currently limited to x86, ARM, SH3/4, powerpc, m68k, - and MIPS. + MIPS, and v850e. Supported libcs: - glibc-2.0.x, glibc-2.1.x, Linux-libc5, uClibc. People are looking at - newlib and diet-libc, but consider them unsupported, untested, or worse. + glibc-2.0.x, glibc-2.1.x, glibc-2.2.x, Linux-libc5, uClibc. People + are looking at newlib and diet-libc, but consider them unsupported, + untested, or worse. Supported kernels: @@ -82,7 +83,7 @@ top of ash.c as well, so check those out if you want to tweak things. Getting help: When you find you need help, you can check out the BusyBox mailing list -archives at http://oss.lineo.com/lists/busybox/ or even join +archives at http://busybox.net/lists/busybox/ or even join the mailing list if you are interested. ---------------- @@ -90,12 +91,12 @@ the mailing list if you are interested. Bugs: If you find bugs, please submit a bug report. Full instructions on how to -report a bug are found at http://bugs.lineo.com/Reporting.html. +report a bug are found at http://bugs.busybox.net/Reporting.html. For the impatient: To submit a bug, simply send an email describing the problem -to submit@bugs.lineo.com. Bug reports should look something like this: +to submit@bugs.busybox.net. Bug reports should look something like this: - To: submit@bugs.lineo.com + To: submit@bugs.busybox.net From: diligent@testing.linux.org Subject: /bin/true doesn't work @@ -122,21 +123,22 @@ understanding. FTP: -Source for the latest released version can always be downloaded from - ftp://ftp.lineo.com/pub/busybox. +Source for the latest released version, as well as daily snapshots, can always +be downloaded from + http://busybox.net/downloads/ ---------------- CVS: BusyBox now has its own publicly browsable CVS tree at: - http://oss.lineo.com/cgi-bin/cvsweb/busybox/ + http://busybox.net/cgi-bin/cvsweb/busybox/ Anonymous CVS access is available. For instructions, check out: - http://oss.lineo.com/cvs_anon.html + http://busybox.net/cvs_anon.html For those that are actively contributing there is even CVS write access: - http://oss.lineo.com/cvs_write.html + http://busybox.net/cvs_write.html ----------------