From: Chris Gianelloni Date: Tue, 16 Dec 2008 18:15:32 +0000 (-0800) Subject: Adding a BUGS file, where we can list bugs that we have found in genkernel that need... X-Git-Tag: v3.4.10.903~12 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=69aed59272773c4951c0665ab0bff554a04e0b1f;p=genkernel.git Adding a BUGS file, where we can list bugs that we have found in genkernel that need to be resolved. --- diff --git a/BUGS b/BUGS new file mode 100644 index 0000000..03049c8 --- /dev/null +++ b/BUGS @@ -0,0 +1,7 @@ +This file lists out some known bugs which need to be resolved. Do not file bug +reports against these bugs, as the genkernel team is aware of them and has yet +to implement a solution. + +- busybox linked statically against glibc fails DNS resolution without the + /lib/libnss_{files,dns}.so libraries +- diff --git a/ChangeLog b/ChangeLog index 07e540b..e0bba12 100644 --- a/ChangeLog +++ b/ChangeLog @@ -2,6 +2,10 @@ # Copyright 1999-2008 Gentoo Foundation; 2008 Chris Gianelloni, Andrew Gaffney # Distributed under the GPL v2 + 16 Dec 2008; Chris Gianelloni +BUGS: + Adding a BUGS file, where we can list bugs that we have found in genkernel + that need to be resolved. + 16 Dec 2008; Chris Gianelloni +HACKING: Adding a HACKING file, which I will use to document the various phases of genkernel so we can split up the default functions and also so we can