Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. =================================================================== RCS file: /ftp/cvs/cvsroot/src/UPDATING,v retrieving revision 1.113 retrieving revision 1.114 diff -u -p -r1.113 -r1.114 --- src/UPDATING 2004/03/18 11:03:57 1.113 +++ src/UPDATING 2004/03/26 17:48:13 1.114 @@ -1,4 +1,4 @@ -$NetBSD: UPDATING,v 1.113 2004/03/18 11:03:57 dan Exp $ +$NetBSD: UPDATING,v 1.114 2004/03/26 17:48:13 jmc Exp $ This file is intended to be a brief introduction to the build process and a reference on what to do if something doesn't work. @@ -8,6 +8,16 @@ For a more detailed description see Make Recent changes: ^^^^^^^^^^^^^^^ +20040326: + + The method by which athhal-elf.o gets pulled into i386 kernel builds + has been changed. The file is now stored as a uuencode file in CVS + and the generated Makefile will use the new .uue rules from bsd.file.mk + to build it. + + This means you must have the latest bsd.files.mk installed when + building a kernel without USETOOLS=yes. + 20040318: A bug in the cgd(4) blowfish code was corrected, without provision of backwards compatibility, after several public