Added a nice patch from John R. Graham <john_r_graham@mindspring.com> to allow all...
[genkernel.git] / ChangeLog
1 # ChangeLog for genkernel
2 # Copyright 2006-2007 Gentoo Foundation; Distributed under the GPL v2
3 # $Header: $
4
5   07 Nov 2007; Chris Gianelloni <wolf31o2@gentoo.org> alpha/config.sh,
6   gen_cmdline.sh, gen_determineargs.sh, gen_funcs.sh, gen_initramfs.sh,
7   gen_initrd.sh, gen_package.sh, genkernel, genkernel.conf, ia64/config.sh,
8   mips/config.sh, parisc/config.sh, parisc64/config.sh, ppc/config.sh,
9   ppc64/config.sh, sparc/config.sh, sparc64/config.sh, um/config.sh,
10   x86/config.sh, x86_64/config.sh, xen0/config.sh, xenU/config.sh:
11   Added a nice patch from John R. Graham <john_r_graham@mindspring.com> to
12   allow all command line options to be configurable from within the
13   genkernel.conf file. This is for bug #182616. This is genkernel 3.4.9_pre8
14   for testing.
15
16   07 Nov 2007; Chris Gianelloni <wolf31o2@gentoo.org>
17   generic/initrd.scripts:
18   Fixed the noload module code. Thanks to Mijail Fedorovich
19   <mfedorovich@gmail.com> for pointing it out in bug #198187.
20
21   07 Nov 2007; Chris Gianelloni <wolf31o2@gentoo.org>
22   generic/initrd.scripts, generic/linuxrc:
23   Added an update patch from Alon Bar-Lev <alonbl@gentoo.org> in bug #197244
24   to clean up the suspend2 code and rename the functions to tuxonice to match
25   the upstream rename.
26
27   07 Nov 2007; Chris Gianelloni <wolf31o2@gentoo.org> gen_cmdline.sh,
28   gen_compile.sh, gen_initramfs.sh, gen_initrd.sh, gen_package.sh,
29   genkernel:
30   Added a patch from Joshua Kinard <kumba@gentoo.org> to clean up the Pegasos
31   hacks in genkernel. This is from bug #193826. This is genkernel 3.4.9_pre7
32   for testing.
33
34   07 Nov 2007; Chris Gianelloni <wolf31o2@gentoo.org> gen_arch.sh:
35   Added a simple patch from Andrew Gaffney <agaffney@gentoo.org> to ensure
36   that we export ARCH before running menuconfig. This is from bug #190327.
37
38   07 Nov 2007; Chris Gianelloni <wolf31o2@gentoo.org> gen_compile.sh,
39   generic/initrd.scripts, generic/linuxrc:
40   Make sure we still allow dolvm2/doevms2 on the kernel command line and give
41   a warning. I've also added a 2 second delay between vgscan and vgchange.
42   Thanks to Robin H. Johnson <robbat2@gentoo.org> for suggesting the changes
43   and testing.
44
45   02 Nov 2007; Chris Gianelloni <wolf31o2@gentoo.org> +generic/modprobe,
46   gen_initramfs.sh, gen_initrd.sh, genkernel:
47   Reverting the removal of generic/modprobe for bug #197730. This is genkernel
48   3.4.9_pre6 for testing.
49
50   01 Nov 2007; Chris Gianelloni <wolf31o2@gentoo.org> gen_compile.sh,
51   gen_initramfs.sh, genkernel:
52   Fixed device-mapper/man removal for bug #196087, fixed mdadm.conf copying,
53   and fixed syntax error for bug #197582. This is genkernel-3.4.9_pre5.
54
55   30 Oct 2007; Chris Gianelloni <wolf31o2@gentoo.org>
56   -pkg/suspend-0.5-Makefile.patch, -pkg/busybox-1.1.3+gentoo.tar.bz2,
57   -pkg/devfsd-1.3.25-dietlibc.patch,
58   -pkg/devfsd-1.3.25-dietlibc-kernel25.tar.bz2, alpha/busy-config,
59   gen_cmdline.sh, gen_compile.sh, gen_determineargs.sh, gen_initramfs.sh,
60   generic/initrd.defaults, generic/initrd.scripts, generic/linuxrc,
61   genkernel, ia64/busy-config, mips/busy-config, parisc/busy-config,
62   parisc64/busy-config, ppc/busy-config, ppc64/busy-config,
63   sparc/busy-config, sparc64/busy-config, um/busy-config, x86/busy-config,
64   x86/modules_load, x86_64/busy-config, xen0/busy-config, xenU/busy-config:
65   Added a patch from Alan Hourihane <alanh@fairlite.demon.co.uk> for mdadm
66   support in busybox from bug #172128. This is genkernel 3.4.9_pre4 for
67   testing.
68
69   30 Oct 2007; Chris Gianelloni <wolf31o2@gentoo.org> gen_initramfs.sh,
70   generic/initrd.scripts, generic/linuxrc:
71   Made a few minor cleanups here and there.
72
73   12 Oct 2007; Andrew Gaffney <agaffney@gentoo.org> genkernel.8:
74   Update description for --initramfs-overlay in man page to match --help.
75
76   05 Oct 2007; Andrew Gaffney <agaffney@gentoo.org> gen_initramfs.sh,
77   gen_initrd.sh:
78   Remove generic/modprobe and all supporting code, since busybox has it now.
79
80   04 Oct 2007; Andrew Gaffney <agaffney@gentoo.org> gen_initramfs.sh:
81   We need to cd out of directory to be deleted for bug #194695. Thanks to Asmund
82   Grammeltvedt <asmundg@big-oil.org> for pointing this out.
83
84   18 Sep 2007; Andrew Gaffney <agaffney@gentoo.org> gen_initramfs.sh,
85   gen_initrd.sh:
86   We don't ever want devfs in an initramfs, so check KERN_24 instead of DEVFS
87   for 2.4 initrd generation
88
89   17 Sep 2007; Chris Gianelloni <wolf31o2@gentoo.org> gen_cmdline.sh,
90   gen_compile.sh, gen_determineargs.sh, gen_funcs.sh, gen_initrd.sh,
91   genkernel, genkernel.8, genkernel.conf:
92   Rename DEBUGLEVEL/DEBUGFILE to LOGLEVEL/LOGFILE to help reduce confusion.
93
94   17 Sep 2007; Chris Gianelloni <wolf31o2@gentoo.org> gen_cmdline.sh,
95   gen_configkernel.sh, genkernel:
96   Some more general cleanup and adding support for using a config file other
97   than /etc/genkernel.conf to add flexibility.
98
99   17 Sep 2007; Chris Gianelloni <wolf31o2@gentoo.org>
100   -pkg/module-init-tools-0.9.15-pre4.tar.bz2,
101   -pkg/klibc-1.1.16-sparc2.patch, -pkg/klibc-1.2.1-nostdinc-flags.patch,
102   -pkg/modutils-2.4.26.tar.bz2:
103   Removing klibc/modutils/module-init-tools files, since we don't need any of
104   them, anymore.
105
106   17 Sep 2007; Chris Gianelloni <wolf31o2@gentoo.org> genkernel:
107   It helps if I use 'g' when doing a sed.
108
109   17 Sep 2007; Chris Gianelloni <wolf31o2@gentoo.org> gen_bootloader.sh,
110   genkernel, genkernel.conf:
111   Removed the use of GK_BIN variable, since it isn't necessary.
112
113   17 Sep 2007; Chris Gianelloni <wolf31o2@gentoo.org> TODO, genkernel.conf:
114   Updated TODO and cleaning up genkernel.conf a bit.
115
116   17 Sep 2007; Chris Gianelloni <wolf31o2@gentoo.org> generic/linuxrc,
117   netboot/misc/bin/net-setup, netboot/misc/etc/fstab:
118   Remove some unnecessary copyright dates from a few files so we don't keep
119   forgetting to update them when we modify the files.
120
121   17 Sep 2007; Chris Gianelloni <wolf31o2@gentoo.org> gen_cmdline.sh,
122   gen_configkernel.sh, gen_determineargs.sh, gen_initramfs.sh, genkernel,
123   genkernel.8, mips/config.sh:
124   Renamed gensplash to splash and marked gensplash as deprecated. This is
125   3.4.9_pre3 for testing.
126
127   17 Sep 2007; Chris Gianelloni <wolf31o2@gentoo.org> TODO,
128   alpha/modules_load, gen_cmdline.sh, gen_compile.sh, gen_configkernel.sh,
129   gen_determineargs.sh, gen_initramfs.sh, gen_initrd.sh,
130   generic/initrd.defaults, generic/initrd.scripts, generic/linuxrc,
131   genkernel, genkernel.8, genkernel.conf, ia64/modules_load, mips/config.sh,
132   ppc/modules_load, ppc64/modules_load, um/modules_load, x86/modules_load,
133   x86_64/modules_load, xen0/modules_load, xenU/modules_load:
134   Changed all instances of EVMS2/LVM2 to EVMS/LVM, respectively. This will
135   keep everything simplified if a newer EVMS/LVM version set appears.
136
137   17 Sep 2007; Chris Gianelloni <wolf31o2@gentoo.org> README,
138   alpha/config.sh, gen_bootloader.sh, gen_cmdline.sh, gen_configkernel.sh,
139   gen_determineargs.sh, gen_initrd.sh, gen_package.sh, genkernel,
140   genkernel.8, genkernel.conf, ia64/config.sh, mips/config.sh,
141   parisc/config.sh, parisc64/config.sh, ppc/config.sh, ppc64/config.sh,
142   sparc/config.sh, sparc64/config.sh, um/config.sh, x86/config.sh,
143   x86_64/config.sh, xen0/config.sh, xenU/config.sh:
144   Removing bootsplash support since it hasn't been in a kernel we've supported
145   for years now, causes confusion amongst users, and really wasn't being used
146   and caused issues with 2.6/initrd creation in some corner cases.
147
148   17 Sep 2007; Chris Gianelloni <wolf31o2@gentoo.org>
149   -pkg/genkernel-svn-suspend.patch:
150   Removing the reversal patch for the suspend removal, since it will no longer
151   apply.
152
153   17 Sep 2007; Chris Gianelloni <wolf31o2@gentoo.org> gen_bootloader.sh,
154   gen_cmdline.sh, gen_compile.sh, gen_determineargs.sh, gen_initramfs.sh,
155   gen_initrd.sh, generic/linuxrc, genkernel, mips/config.sh:
156   Performed some general cleanup on a few files and removed devfs/udev
157   selection code, since we force devfs on 2.4 and mdev on 2.6 kernels.
158
159   30 Aug 2007; Chris Gianelloni <wolf31o2@gentoo.org> gen_cmdline.sh,
160   gen_compile.sh, gen_configkernel.sh, gen_determineargs.sh,
161   gen_initramfs.sh, generic/initrd.scripts, generic/linuxrc, genkernel,
162   genkernel.conf, +pkg/genkernel-svn-suspend.patch:
163   Removing the suspend support that was added for bug #156445 until suspend is
164   added to the tree and we can determine the proper way to support it. For
165   more information, see bug #156431. This is genkernel 3.4.9_pre2 for testing.
166
167   22 Aug 2007; Chris Gianelloni <wolf31o2@gentoo.org> x86/kernel-config-2.6,
168   x86_64/kernel-config-2.6, genkernel:
169   Removed CONFIG_PHYSICAL_START from the x86/amd64 kernel configs for bug
170   #186378. This is genkernel 3.4.9_pre1 for testing.
171
172   22 Aug 2007; Chris Gianelloni <wolf31o2@gentoo.org> genkernel:
173   Changing to use console=tty1 instead of CONSOLE=/dev/tty1 with a patch from
174   Matthias Schwarzott <zzam@gentoo.org> for bug #188954.
175
176   22 Aug 2007; Chris Gianelloni <wolf31o2@gentoo.org> alpha/modules_load,
177   ia64/modules_load, ppc/modules_load, ppc64/modules_load, um/modules_load,
178   x86/modules_load, x86_64/modules_load, xen0/modules_load,
179   xenU/modules_load:
180   Added arcmsr to MODULES_SCSI for bug #185827.
181
182   22 Aug 2007; Chris Gianelloni <wolf31o2@gentoo.org>
183   +pkg/suspend-0.5-Makefile.patch:
184   Added suspend-0.5-Makefile.patch to pkg directory for suspend capabilities,
185   bringing it into the repository, from the tree.
186
187   22 Aug 2007; Chris Gianelloni <wolf31o2@gentoo.org> genkernel.8:
188   Added a small patch from Tais M. Hansen <tais.hansen@osd.dk> to add doscsi
189   to the genkernel man page for bug #183406.
190
191   21 Aug 2007; Chris Gianelloni <wolf31o2@gentoo.org> gen_funcs.sh,
192   genkernel.8:
193   Added another patch from John R. Graham <john_r_graham@mindspring.com> for
194   bug #180161.
195
196   26 Jul 2007; Robin H. Johnson <robbat2@gentoo.org> gen_initramfs.sh:
197   Clean up a cosmetic error introduced by the symlink patch:  
198   ${GK_SHARE}/gen_funcs.sh: line 431: popd:
199   /var/tmp/genkernel/3996.6301.23048.13838/initramfs-modules-${KV}-temp: No
200   such file or directory
201
202   26 Jul 2007; Robin H. Johnson <robbat2@gentoo.org> generic/initrd.scripts,
203   generic/linuxrc:
204   The previous patch from bug #174294 still contained some bugs in the linuxrc
205   and scripts, that caused a failure during boot. Clean them up with one more
206   patch from Nelson Batalha <nelson_batalha@hotmail.com>, again on bug #174294.
207
208   26 Jul 2007; Andrew Gaffney <agaffney@gentoo.org> netboot/linuxrc.x:
209   enhanced netboot linuxrc from gustavoz
210
211   26 Jul 2007; Andrew Gaffney <agaffney@gentoo.org> alpha/busy-config,
212   gen_compile.sh, gen_determineargs.sh, gen_initramfs.sh, gen_initrd.sh,
213   genkernel, genkernel.conf, ia64/busy-config, mips/busy-config,
214   parisc/busy-config, parisc64/busy-config, ppc/busy-config,
215   ppc64/busy-config, sparc/busy-config, sparc64/busy-config,
216   x86/busy-config, x86_64/busy-config, xen0/busy-config, xenU/busy-config:
217   enable CONFIG_INSMOD in all arch busy-config files
218   disable building of static insmod and remove all code related to it
219
220   26 Jul 2007; Andrew Gaffney <agaffney@gentoo.org> gen_package.sh:
221   Patch to compare new config instead of the one left laying around in the
222   kerncache dir. Thanks to Pat Double <gentoo@patdouble.com> in bug #179739
223
224   26 Jul 2007; Andrew Gaffney <agaffney@gentoo.org> gen_compile.sh,
225   gen_initramfs.sh, gen_initrd.sh, genkernel.conf:
226   Patch to actually use busybox bincache. Thanks to Pat Double
227   <gentoo@patdouble.com> on bug #180211
228
229   21 Jun 2007; Chris Gianelloni <wolf31o2@gentoo.org> gen_initrd.sh:
230   Fixed lvm/evms code for initrd generation. Thanks to Vinny
231   <vfuria@gmail.com> on bug #179480 for pointing it out.
232
233   21 Jun 2007; Chris Gianelloni <wolf31o2@gentoo.org> alpha/modules_load,
234   generic/initrd.defaults, ia64/modules_load, ppc/modules_load,
235   ppc64/modules_load, um/modules_load, x86/modules_load,
236   x86_64/modules_load, xen0/modules_load, xenU/modules_load:
237   Added new PATA support from Paul Hewlett <paul@gccs.co.za> from bug #180111
238   and also created a separate MDRAID module group.
239
240   21 Jun 2007; Chris Gianelloni <wolf31o2@gentoo.org>
241   generic/initrd.scripts, generic/linuxrc:
242   Added a patch from Nelson Batalha <nelson_batalha@hotmail.com> from bug
243   #174294 to enable the use of encryption on a CD and the location of a key.
244
245   21 Jun 2007; Chris Gianelloni <wolf31o2@gentoo.org> gen_determineargs.sh,
246   gen_funcs.sh, genkernel, genkernel.8, genkernel.conf:
247   Added two patches from John R. Graham <john_r_graham@mindspring.com> from
248   bug #180161. This should fix bug #180161, bug #144703, and bug #150697.
249
250   21 Jun 2007; Chris Gianelloni <wolf31o2@gentoo.org> x86/kernel-config-2.6:
251   Added USB Printer support for bug #176543.
252
253   21 Jun 2007; Chris Gianelloni <wolf31o2@gentoo.org>
254   generic/initrd.scripts:
255   Change the check for /livecd when booting a CD to check for a file called
256   livecd, rather than just the existence of /livecd, which should keep it from
257   finding disks with a /livecd directory.
258
259   21 Jun 2007; Chris Gianelloni <wolf31o2@gentoo.org> gen_package.sh:
260   Added a patch from Andrew Gaffney <agaffney@gentoo.org> from bug #174188 to
261   fix a problem with the System.map file copying that was previously
262   introduced.
263
264   21 Jun 2007; Chris Gianelloni <wolf31o2@gentoo.org> genkernel.8:
265   Added patch from Nelson Batalha <nelson_batalha@hotmail.com> from bug
266   #172766 to add documentation for genkernel's LUKS features.
267
268   21 Jun 2007; Chris Gianelloni <wolf31o2@gentoo.org>
269   generic/initrd.scripts:
270   Added patch from Nicolas Schlumberger <n.schlumberger@bluewin.ch> to create
271   md devices with LUKS for bug #170753.
272
273   21 Jun 2007; Chris Gianelloni <wolf31o2@gentoo.org>
274   generic/initrd.scripts:
275   Reverting patch that was originally added due to bug #160333 due to the
276   problems it caused on the 2007.0 release.
277
278   12 Apr 2007; Chris Gianelloni <wolf31o2@gentoo.org> gen_package.sh,
279   genkernel:
280   Added a patch from Andrew Gaffney <agaffney@gentoo.org> to add System.map to
281   the tarball for the minimal kernel package for bug #174188. This is also the
282   3.4.8 release.
283
284   12 Apr 2007; Chris Gianelloni <wolf31o2@gentoo.org> alpha/modules_load,
285   ia64/modules_load, um/modules_load, x86/modules_load, x86_64/modules_load,
286   xen0/modules_load, xenU/modules_load:
287   Added mptsas to SCSI for bug #174130 and removing raid0/raid1/raid10/raid456
288   from DMRAID.
289
290   12 Apr 2007; Chris Gianelloni <wolf31o2@gentoo.org> gen_initramfs.sh,
291   gen_initrd.sh:
292   Commented out the checks on the sanity of lvm.conf since they were not quite
293   working right. This should fix bug #173622.
294
295   09 Apr 2007; Chris Gianelloni <wolf31o2@gentoo.org> +x86/nb-busybox.cf:
296   Added nb-busybox.cf to x86 on the request of Andrew Gaffney
297   <agaffney@gentoo.org>.
298
299   05 Apr 2007; Chris Gianelloni <wolf31o2@gentoo.org> gen_initramfs.sh,
300   gen_initrd.sh, genkernel:
301   Added a change to force objdump output to be English for bug #173412 and
302   rolling 3.4.7 final for the release.
303
304   05 Apr 2007; Chris Gianelloni <wolf31o2@gentoo.org>
305   generic/initrd.scripts:
306   Added a patch from Daniel Drake <dsd@gentoo.org> to fix splash problems for
307   bug #172562.
308
309   03 Apr 2007; Chris Gianelloni <wolf31o2@gentoo.org> genkernel.conf:
310   Some minor config file cleanup.
311
312   03 Apr 2007; Chris Gianelloni <wolf31o2@gentoo.org> gen_cmdline.sh,
313   genkernel.8:
314   Added a second patch from John R. Graham <john_r_graham@mindspring.com> from
315   bug #169383.
316
317   27 Mar 2007; Chris Gianelloni <wolf31o2@gentoo.org> alpha/modules_load,
318   ia64/modules_load, x86/modules_load, x86_64/modules_load,
319   xen0/modules_load, xenU/modules_load:
320   Added raid456 to dmraid target for bug #172128.
321
322   26 Mar 2007; Chris Gianelloni <wolf31o2@gentoo.org> gen_initramfs.sh,
323   gen_initrd.sh:
324   Changed LVM configuration detection to not error.
325
326   26 Mar 2007; Chris Gianelloni <wolf31o2@gentoo.org> x86/kernel-config-2.6:
327   Added joystick support to the default configuration for bug #171911.
328
329   14 Mar 2007; Chris Gianelloni <wolf31o2@gentoo.org> gen_initramfs.sh,
330   gen_initrd.sh, genkernel:
331   Before we copy lvm.conf, we run it through 'lvm dumpconfig' to make sure the
332   config is valid for bug #156009. This is 3.4.7_pre5.
333
334   14 Mar 2007; Chris Gianelloni <wolf31o2@gentoo.org> genkernel.conf:
335   Change the default CACHE_DIR from /usr/share/genkernel/pkg/%%ARCH%% to
336   /var/cache/genkernel/%%ARCH%% for bug #148253.
337
338   13 Mar 2007; Chris Gianelloni <wolf31o2@gentoo.org> alpha/modules_load,
339   ia64/modules_load, um/modules_load, x86/modules_load, x86_64/modules_load,
340   xen0/modules_load, xenU/modules_load:
341   Added libata to the MODULES_SATA list. This might be why SATA CD drives
342   weren't working for us.
343
344   09 Mar 2007; Chris Gianelloni <wolf31o2@gentoo.org> gen_compile.sh,
345   gen_determineargs.sh, gen_funcs.sh, gen_initramfs.sh, gen_initrd.sh,
346   gen_package.sh, genkernel:
347   Added a patch by John R. Graham <john_r_graham@mindspring.com> from bug
348   #169383 to improve the --symlink option fairly significantly. This is going
349   to be 3.4.7_pre4 and while I haven't tested this yet, it looks good.
350
351   09 Mar 2007; Chris Gianelloni <wolf31o2@gentoo.org> gen_initramfs.sh:
352   Fixed lib64 link for bug #168664.
353
354   09 Mar 2007; Chris Gianelloni <wolf31o2@gentoo.org> x86/kernel-config-2.6:
355   Update default kernel config with the current LiveCD config for 2007.0,
356   which is built on 2.6.19, rather than 2.6.17 only.
357
358   07 Mar 2007; Chris Gianelloni <wolf31o2@gentoo.org>
359   +pkg/module-init-tools-0.9.15-pre4.tar.bz2,
360   +pkg/busybox-1.1.3+gentoo.tar.bz2,
361   +pkg/devfsd-1.3.25-dietlibc-kernel25.tar.bz2,
362   +pkg/modutils-2.4.26.tar.bz2:
363   Added binary files back and updated busybox with a patch from Peter
364   Alfredsen <peter.alfredsen@gmail.com> in bug #168599.
365
366   07 Mar 2007; Chris Gianelloni <wolf31o2@gentoo.org>
367   -pkg/module-init-tools-0.9.15-pre4.tar.bz2,
368   -pkg/busybox-1.1.3+gentoo.tar.bz2,
369   -pkg/devfsd-1.3.25-dietlibc-kernel25.tar.bz2,
370   -pkg/modutils-2.4.26.tar.bz2:
371   Removing binary files from pkg since they were corrupted during the CVS->SVN
372   migration.
373
374   07 Mar 2007; Chris Gianelloni <wolf31o2@gentoo.org> genkernel.8:
375   Fixed up the man page for bug #168500 and bug #168719.
376
377   14 Feb 2007; Chris Gianelloni <wolf31o2@gentoo.org> genkernel,
378   parisc/config.sh, parisc64/config.sh:
379   Moved the MAKEOPTS check to the top of the file for parisc, so it matches
380   other architectures. This fixes bug #165494. Thanks to Andrew Gaffney
381   <agaffney@gentoo.org> for finding the fix. I'm marking this as 3.4.7_pre3
382   for testing.
383
384   14 Feb 2007; Chris Gianelloni <wolf31o2@gentoo.org>
385   generic/initrd.scripts:
386   Adding yet another patch from Fabio Erculiani <lxnay@lxnaydesign.net> from
387   bug #152945.
388
389   12 Feb 2007; Chris Gianelloni <wolf31o2@gentoo.org>
390   generic/initrd.scripts, generic/linuxrc, genkernel:
391   Added a non-braindead version of a patch provided by Fabio Erculiani
392   <lxnay@lxnaydesign.net> in bug #160333. This is completely untested, so I'm
393   rolling up 3.4.7_pre2 to get it tested prior to genkernel 3.4.7 going final.
394
395   12 Feb 2007; Chris Gianelloni <wolf31o2@gentoo.org> ppc/Pegasos:
396   Add a known-working 2.6.16+ kernel config from
397   http://www.ppczone.org/downloads/config-2.6.16-pegasos for bug #165758.
398
399   12 Feb 2007; Chris Gianelloni <wolf31o2@gentoo.org> genkernel.conf:
400   Added a note about the MAKEOPTS option to genkernel as suggested in bug
401   #165980.
402
403   12 Feb 2007; Chris Gianelloni <wolf31o2@gentoo.org> genkernel.8:
404   Added patch from Mike Frysinger <vapier@gentoo.org> to clean up the
405   genkernel man page for bug #166179.
406
407   12 Feb 2007; Chris Gianelloni <wolf31o2@gentoo.org> generic/linuxrc:
408   Fix REAL_INIT for bug #160635.
409
410   12 Feb 2007; Chris Gianelloni <wolf31o2@gentoo.org> gen_cmdline.sh,
411   gen_compile.sh, genkernel:
412   Added patch from Fabio Erculiani <lxnay@lxnaydesign.net> to fix unionfs
413   compilation. This is for bug #152945.
414
415   08 Feb 2007; Chris Gianelloni <wolf31o2@gentoo.org> gen_cmdline.sh,
416   gen_funcs.sh:
417   Added patch from Martin Parm <parmus@diku.dk> to fix the --no-color option.
418   This resolves bug #114156.
419
420   15 Jan 2007; Chris Gianelloni <wolf31o2@gentoo.org> gen_bootloader.sh:
421   Changed basename to dirname when creating the directory from grub.conf to
422   solve bug #161716.
423
424   09 Jan 2007; Chris Gianelloni <wolf31o2@gentoo.org> alpha/modules_load,
425   x86/modules_load, x86_64/modules_load, xen0/modules_load,
426   xenU/modules_load:
427   Added scsi_scan_wait module to modules_load for 2.6.20 support. Thanks to
428   Robin H. Johnson for <robbat2@gentoo.org> for pointing it out.
429
430   27 Dec 2006; Chris Gianelloni <wolf31o2@gentoo.org> gen_bootloader.sh,
431   generic/initrd.scripts:
432   Added a case statement for the keymap selection to ensure we're always using
433   the named keymaps. This should resolve bug #146714 if everything works
434   correctly. This is 3.4.6, for real.
435
436   27 Dec 2006; Chris Gianelloni <wolf31o2@gentoo.org>
437   +generic/keymaps.tar.gz:
438   Adding back the known-good copy of keymaps.tar.gz to svn.
439
440   27 Dec 2006; Chris Gianelloni <wolf31o2@gentoo.org> alpha/busy-config,
441   gen_compile.sh, -generic/keymaps.tar.gz, generic/linuxrc, genkernel,
442   ia64/busy-config, mips/busy-config, parisc/busy-config,
443   parisc64/busy-config, ppc/busy-config, ppc64/busy-config,
444   sparc/busy-config, sparc64/busy-config, um/busy-config, x86/busy-config,
445   x86_64/busy-config, xen0/busy-config, xenU/busy-config:
446   Removing generic/keymaps.tar.gz to replace it with a known-good copy. Blame
447   cvs2svn.  Also, added patch from Alon Bar-Lev <alonbl@gentoo.org> to switch
448   to using switch_root for 2.6 kernels, and a small typo fix from Michael
449   Hordijk <hoffbrinkle@hotmail.com> for bug #158776.
450
451   15 Dec 2006; Chris Gianelloni <wolf31o2@gentoo.org> gen_initrd.sh,
452   generic/linuxrc, genkernel:
453   Added patches from François-Xavier Roure <fx_roure@yahoo.fr> from bug
454   #149020. This will end up being genkernel 3.4.6, most likely.
455
456   14 Dec 2006; Chris Gianelloni <wolf31o2@gentoo.org> gen_compile.sh:
457   Adjust selinux stuff in gen_compile.sh to actually do what we intended, not
458   the opposite.
459
460   14 Dec 2006; Chris Gianelloni <wolf31o2@gentoo.org> gen_compile.sh:
461   Since device-mapper tries to build with selinux by default, we've removed
462   it, then commented out the selinux support. The ebuild will need to
463   enable/disable selinux support based on the selinux USE flag. This should
464   resolve bug #157538.
465
466   13 Dec 2006; Chris Gianelloni <wolf31o2@gentoo.org>
467   generic/initrd.scripts:
468   More fixes for similarly-named modules.
469
470   13 Dec 2006; Chris Gianelloni <wolf31o2@gentoo.org> alpha/busy-config,
471   ia64/busy-config, parisc/busy-config, parisc64/busy-config,
472   ppc/busy-config, ppc64/busy-config, sparc/busy-config,
473   sparc64/busy-config, x86/busy-config, x86_64/busy-config,
474   xen0/busy-config, xenU/busy-config:
475   Disabled full SuSv3 compliant sort, as suggested by Aurélien Francillon
476   <aurelien.francillon@inrialpes.fr> in bug #157777.
477
478   13 Dec 2006; Chris Gianelloni <wolf31o2@gentoo.org> generic/modprobe:
479   Added a fix for similarly-named modules from bug #158017.
480
481   13 Dec 2006; Chris Gianelloni <wolf31o2@gentoo.org> gen_compile.sh:
482   Fixed up linking for dmraid for bug #157538.
483
484   13 Dec 2006; Chris Gianelloni <wolf31o2@gentoo.org> alpha/busy-config,
485   ia64/busy-config, parisc/busy-config, parisc64/busy-config,
486   ppc/busy-config, ppc64/busy-config, sparc/busy-config,
487   sparc64/busy-config, x86/busy-config, x86_64/busy-config,
488   xen0/busy-config, xenU/busy-config:
489   Updated busy-config to work with root=LABEL=<label> for bug #156640.
490
491   13 Dec 2006; Chris Gianelloni <wolf31o2@gentoo.org> gen_determineargs.sh,
492   gen_initramfs.sh, genkernel, genkernel.conf:
493   Added patch from Daniel Drake <dsd@gentoo.org> in bug #156611 to clean up
494   the initramfs creation and create a 'proper' initramfs, instead of our
495   concatenated monster.
496
497   13 Dec 2006; Chris Gianelloni <wolf31o2@gentoo.org> gen_cmdline.sh,
498   gen_compile.sh, gen_configkernel.sh, gen_determineargs.sh,
499   gen_initramfs.sh, gen_initrd.sh, generic/initrd.scripts, generic/linuxrc,
500   genkernel.8, genkernel.conf:
501   Added patch from Daniel Drake <dsd@gentoo.org> in bug #156445 to add
502   userspace suspend support to genkernel.
503
504   13 Dec 2006; Chris Gianelloni <wolf31o2@gentoo.org> gen_initramfs.sh,
505   gen_initrd.sh:
506   Added debug level to LUKS print_info messages for bug #156410.
507
508   03 Dec 2006; Chris Gianelloni <wolf31o2@gentoo.org> alpha/modules_load,
509   x86/modules_load, x86_64/modules_load:
510   Added raid456 to alpha/amd64/x86 MODULES_EVMS2 and added tg3 to MODULES_NET.
511
512   13 Nov 2006; Chris Gianelloni <wolf31o2@gentoo.org>
513   generic/initrd.scripts:
514   Inverted check on CDROOT_DEV, as it should be -z not -n. Thanks to Jakub Moc
515   <jakub@gentoo.org> for coming up with the quick fix in bug #153554. I lied
516   before. This one is really 3.4.5.
517
518   13 Nov 2006; Chris Gianelloni <wolf31o2@gentoo.org> generic/linuxrc,
519   genkernel:
520   Added typo fix from Jason Pepas <j.pepas@mail.utexas.edu> in bug #153516.
521   This is 3.4.5.
522
523   13 Nov 2006; Chris Gianelloni <wolf31o2@gentoo.org> alpha/busy-config,
524   ia64/busy-config, mips/busy-config, parisc/busy-config,
525   parisc64/busy-config, ppc/busy-config, ppc64/busy-config,
526   sparc/busy-config, sparc64/busy-config, um/busy-config, x86/busy-config,
527   x86_64/busy-config, xen0/busy-config, xenU/busy-config:
528   Added Large File Support thanks to Fabio Erculiani <lxnay@lxnaydesign.net>
529   in bug #152881.
530
531   13 Nov 2006; Chris Gianelloni <wolf31o2@gentoo.org> genkernel:
532   Added patch to improve symlink support by Michael Hordijk
533   <hoffbrinkle@hotmail.com> for bug #143217.
534
535   13 Nov 2006; Chris Gianelloni <wolf31o2@gentoo.org> generic/linuxrc:
536   Added patch from Tim Steiner <tsteiner@nerdclub.net> to add a real_rootflags
537   parameter for bug #122672.
538
539   13 Nov 2006; Chris Gianelloni <wolf31o2@gentoo.org>
540   generic/initrd.scripts, generic/linuxrc:
541   Added patch to support resuming from encrypted swap. The patch was submitted
542   to bug #152441.
543
544   25 Oct 2006; Chris Gianelloni <wolf31o2@gentoo.org> genkernel:
545   This is the 3.4.4 release.
546
547   25 Oct 2006; Chris Gianelloni <wolf31o2@gentoo.org>
548   generic/initrd.scripts, generic/linuxrc:
549   Updated with the latest version of the LUKS patches from bug #152441.
550
551   25 Oct 2006; Chris Gianelloni <wolf31o2@gentoo.org> ChangeLog:
552   Changed mime-type to application/x-gzip for generic/keymaps.tar.gz for bug
553   #151500.
554
555   23 Oct 2006; Chris Gianelloni <wolf31o2@gentoo.org> generic/linuxrc:
556   Added patch from bug #152441 to improve LUKS support.
557
558   23 Oct 2006; Chris Gianelloni <wolf31o2@gentoo.org> x86/kernel-config-2.6,
559   x86_64/kernel-config-2.6:
560   Updated kernel configs for amd64/x86 for bug #151609 and bug #152299.
561
562   23 Oct 2006; Chris Gianelloni <wolf31o2@gentoo.org> genkernel:
563   Changed mime-type property to binary/gzip for keymaps.tar.gz for bug #151500.
564   This is genkernel 3.4.3.
565
566   13 Oct 2006; Chris Gianelloni <wolf31o2@gentoo.org> gen_initramfs.sh,
567   generic/initrd.defaults, generic/initrd.scripts, +generic/udhcpc.scripts,
568   x86/busy-config, x86/modules_load:
569   Added patch for udhcp support. Patch by Stefan Nickl
570   <snickl@snickl.freaks.de> and submitted to bug #145115.
571
572   13 Oct 2006; Chris Gianelloni <wolf31o2@gentoo.org> generic/linuxrc:
573   Allow root= for initramfs, instead of only real_root= to specify the root
574   volume. Patch by Salah Coronya <salahx@yahoo.com> from bug #142606.
575
576   13 Oct 2006; Chris Gianelloni <wolf31o2@gentoo.org> genkernel.8:
577   Added patch from Salah Coronya <salahx@yahoo.com> to document dolvm2 and
578   doevms2 in the genkernel man page from bug #142606.
579
580   13 Oct 2006; Chris Gianelloni <wolf31o2@gentoo.org> +AUTHORS, genkernel:
581   Added the AUTHORS file and ChangeLog.  This is 3.4.2
582
583   02 Oct 2006; Chris Gianelloni <wolf31o2@gentoo.org>
584   generic/initrd.scripts:
585   Added patch for suspend2-sources 2.6.18 by Romeo Benzoni
586   <romeo@benzoni.org> and submitted to bug #148499.
587
588   02 Oct 2006; Chris Gianelloni <wolf31o2@gentoo.org>
589   gen_determineargs.sh:
590   Added patch from Alon Bar-Lev <alon.barlev@gmail.com> for bug
591   #148498 and also a patch from Robin H. Johnson
592   <robbat2@gentoo.org> to support git-based kernels.
593
594   02 Oct 2006; Chris Gianelloni <wolf31o2@gentoo.org>
595   x86_64/kernel-config-2.6, -x86_64/kernel-config-2.6-emachines,
596   -x86_64/kernel-config-2.6-smp:
597   Update the amd64 kernel configs from the release.
598
599   16 Sep 2006; Tim Yamin <plasmaroo@gentoo.org>
600   gen_initramfs.sh, genkernel:
601   Should check for /sbin/splash_geninitramfs instead of
602   /usr/sbin/...
603
604   14 Sep 2006; Chris Gianelloni <wolf31o2@gentoo.org>
605   generic/initrd.scripts:
606   This change makes it so we only try to mount 'auto' when cdroot
607   is specified. This should fix all of our mounting issues, as
608   well as allow for not only USB keys to use these kernels with a
609   LiveCD kernel/config, but allow it to boot from any media which
610   the kernel has support.
611
612   14 Sep 2006; Chris Gianelloni <wolf31o2@gentoo.org>
613   generic/initrd.scripts:
614   Added a symlink for device-mapper stuff. This should resolve
615   both bug #142775 and bug #147015.
616
617   14 Sep 2006; Chris Gianelloni <wolf31o2@gentoo.org>
618   alpha/modules_load, x86/modules_load, x86_64/modules_load:
619   Added lpfc and scsi_transport_fc for Emulex fibre-channel
620   controllers.
621
622   13 Sep 2006; Chris Gianelloni <wolf31o2@gentoo.org>
623   alpha/modules_load, x86/modules_load, x86_64/modules_load:
624   Make sure we load the raid0, raid1, and raid10 personalities
625   with dmraid.
626
627   12 Sep 2006; Chris Gianelloni <wolf31o2@gentoo.org>
628   generic/initrd.scripts:
629   This is ugly. I mean, really ugly. However, it is the only way
630   to support all of the insane ways that people are trying to boot
631   release media. I really wish we didn't have to support this
632   junk, but a regression really shouldn't happen with our
633   releases. Anyway, hopefully I can come up with a better
634   solution to this in the future.
635
636   12 Sep 2006; Chris Gianelloni <wolf31o2@gentoo.org>
637   generic/initrd.scripts:
638   Try using -t iso9660,vfat to our mount command, since we can't
639   use only iso9660 as it breaks booting from a USB stick.
640
641   12 Sep 2006; Chris Gianelloni <wolf31o2@gentoo.org>
642   gen_initrd.sh:
643   The initrd code was still looking for udev, even though we
644   aren't building it anymore. This should fix bug #145802.
645
646   12 Sep 2006; Chris Gianelloni <wolf31o2@gentoo.org>
647   ppc/busy-config:
648   Fix NFS mount.
649
650   12 Sep 2006; Chris Gianelloni <wolf31o2@gentoo.org>
651   generic/initrd.defaults:
652   Added emul to ROOT_LINKS for bug #145248.
653
654   12 Sep 2006; Chris Gianelloni <wolf31o2@gentoo.org>
655   x86/busy-config, x86_64/busy-config:
656   Fixed the NFS mount configuration for busybox for bug #143476.
657
658   12 Sep 2006; Chris Gianelloni <wolf31o2@gentoo.org>
659   generic/initrd.scripts:
660   Update the suspend2_resume function for bug #131202.
661
662   12 Sep 2006; Chris Gianelloni <wolf31o2@gentoo.org>
663   generic/initrd.scripts:
664   iso9660 -> auto, and added support for checking SUBDIR for the
665   livecd file. This is for bug #147186.
666
667   12 Sep 2006; Chris Gianelloni <wolf31o2@gentoo.org>
668   x86/kernel-config-2.6, x86_64/kernel-config-2.6:
669   Updated default kernel configurations for x86/amd64 to match the
670   2006.1 release.
671
672   08 Sep 2006; Chris Gianelloni <wolf31o2@gentoo.org>
673   gen_initramfs.sh:
674   Add more error checking into the splash code and die instead of
675   silently fail on an error.
676
677   23 Aug 2006; Tim Yamin <plasmaroo@gentoo.org>
678   ia64/kernel-config-2.6:
679   Update config, fix #141949.
680
681   22 Aug 2006; Chris Gianelloni <wolf31o2@gentoo.org>
682   generic/initrd.scripts, generic/linuxrc:
683   Added patch for suspend2 for bug #131202.
684
685   15 Aug 2006; Tim Yamin <plasmaroo@gentoo.org> generic/linuxrc:
686   Fix bug #143442.
687
688   13 Aug 2006; Tim Yamin <plasmaroo@gentoo.org>
689   generic/initrd.scripts:
690   Fix devfsd not kicking in on 2.4 on Alpha.
691
692   11 Aug 2006; Chris Gianelloni <wolf31o2@gentoo.org>
693   gen_compile.sh, genkernel.conf:
694   Add in the kernel version compatibility table from
695   http://www.am-utils.org/project-unionfs.html and ensure that
696   genkernel dies if the unionfs module fails to build. Until now,
697   it would fail and the build would continue without it.
698
699   01 Aug 2006; Chris Gianelloni <wolf31o2@gentoo.org>
700   gen_initramfs.sh:
701   We should be checking for /usr/bin/splash_geninitramfs, instead.
702
703   31 Jul 2006; Tim Yamin <plasmaroo@gentoo.org> genkernel:
704   3.4.0 final... so much Bad-Ass <TM> that Chuck Norris himself
705   digs it :)
706
707   20 Jul 2006; Tim Yamin <plasmaroo@gentoo.org> gen_cmdline.sh,
708   gen_initramfs.sh, genkernel:
709   Commit fix for bug #141153 from Pylon; 3.4.0_pre4.
710
711   18 Jul 2006; Tim Yamin <plasmaroo@gentoo.org>
712   gen_bootloader.sh, gen_funcs.sh, gen_package.sh, genkernel:
713   Commit patches #91453, #91481 from bug #139866.
714
715   18 Jul 2006; Chris Gianelloni <wolf31o2@gentoo.org>
716   alpha/modules_load, um/modules_load, x86/modules_load,
717   x86_64/modules_load, xen0/modules_load, xenU/modules_load:
718   Added megaraid drivers for bug #139888.
719
720   16 Jul 2006; Chris Gianelloni <wolf31o2@gentoo.org>
721   gen_initramfs.sh:
722   Added fix for bug #140445.
723
724   11 Jul 2006; Tim Yamin <plasmaroo@gentoo.org>
725   gen_bootloader.sh, gen_cmdline.sh, gen_compile.sh,
726   gen_determineargs.sh, gen_funcs.sh, gen_initramfs.sh,
727   gen_initrd.sh, gen_package.sh, genkernel, genkernel.conf:
728   Commit patch for bug #139866 by Martin Parm.
729
730   05 Jul 2006; Joshua Kinard <kumba@gentoo.org> generic/linuxrc:
731   Tweak the sgimips section for rootfs mounting to use squashfs
732   instead of ext2.
733
734   30 Jun 2006; Tim Yamin <plasmaroo@gentoo.org> generic/linuxrc:
735   Fix "Cannot read /proc/mounts" cosmetics.
736
737   30 Jun 2006; Chris Gianelloni <wolf31o2@gentoo.org>
738   alpha/modules_load, um/modules_load, x86/modules_load,
739   x86_64/modules_load, xen0/modules_load, xenU/modules_load:
740   We need firmware_class in our initramfs for ide-cs to work.
741
742   20 Jun 2006; Tim Yamin <plasmaroo@gentoo.org> genkernel,
743   genkernel.conf,
744   -pkg/busybox-1.1.0-gentoo-gk4-20060519-snappie.tar.bz2,
745   +pkg/busybox-1.1.3+gentoo.tar.bz2:
746   Bump busybox to 1.1.3 courtesy of `Kumba.
747
748   19 Jun 2006; Joshua Kinard <kumba@gentoo.org>
749   gen_initramfs.sh, -mips/ip22r4k-2006_0.cf,
750   +mips/ip22r4k-2006_1.cf, -mips/ip22r5k-2006_0.cf,
751   +mips/ip22r5k-2006_1.cf, -mips/ip27r10k-2006_0.cf,
752   +mips/ip27r10k-2006_1.cf, -mips/ip28r10k-2006_0.cf,
753   +mips/ip28r10k-2006_1.cf, -mips/ip30r10k-2006_0.cf,
754   +mips/ip30r10k-2006_1.cf, -mips/ip32r5k-2006_0.cf,
755   mips/ip32r5k-2006_1.cf, -mips/ip32rm52-2006_0.cf,
756   +mips/ip32rm5k-2006_1.cf, mips/nb-busybox.cf, netboot/linuxrc.x:
757   Remove getdvhoff hack in gen_initramfs.sh for mips livecds (it's
758   a busybox applet now), tweak the ip32r5k config, add wget to the
759   mips netboot busybox config. Also import the remaining 2006.1
760   mips-sources configs and remove the old 2006.0 ones.
761
762   12 Jun 2006; Joshua Kinard <kumba@gentoo.org> mips/busy-config:
763   Enable the config option for busybox's --install parameter.
764
765   12 Jun 2006; Joshua Kinard <kumba@gentoo.org>
766   mips/busy-config, +mips/ip32r5k-2006_1.cf, mips/nb-busybox.cf:
767   Add IP32 R5K 2.6.16.20 kernel build, and update LiveCD/Netboot
768   Busybox configs to match with busybox-1.1.3.
769
770   10 Jun 2006; Joshua Kinard <kumba@gentoo.org> mips/config.sh:
771   Modernize the mips genkernel config.
772
773   10 Jun 2006; Joshua Kinard <kumba@gentoo.org>
774   -mips/ip22r4k-2005_1.cf, -mips/ip22r5k-2005_1.cf,
775   -mips/ip27r10k-2005_1.cf, -mips/ip28r10k-2005_1.cf,
776   -mips/ip30r10k-2005_1.cf, -mips/ip32r5k-2005_1.cf:
777   Remove old configs.
778
779   10 Jun 2006; Chris Gianelloni <wolf31o2@gentoo.org>
780   generic/linuxrc:
781   We can't use vol_id since it was a part of udev.
782
783   09 Jun 2006; Chris Gianelloni <wolf31o2@gentoo.org>
784   genkernel.8:
785   Added --static to man page for bug #135703.
786
787   09 Jun 2006; Chris Gianelloni <wolf31o2@gentoo.org>
788   gen_cmdline.sh, gen_determineargs.sh, gen_initramfs.sh,
789   gen_initrd.sh, generic/initrd.scripts, generic/linuxrc:
790   Add a modified version of the two LUKS patches that made their
791   way into bugzilla for bug #122421.
792
793   09 Jun 2006; Chris Gianelloni <wolf31o2@gentoo.org>
794   alpha/modules_load, generic/initrd.defaults, generic/linuxrc,
795   x86/modules_load, x86_64/modules_load, xen0/modules_load,
796   xenU/modules_load:
797   Added code to allow the root file-system to be a module. This
798   is for bug #118098.
799
800   09 Jun 2006; Chris Gianelloni <wolf31o2@gentoo.org>
801   generic/linuxrc:
802   Changed real_init to init_opts to be more accurate, and added a
803   proper real_init option to allow the selection of the init
804   executable to run. This is for bug #113426.
805
806   09 Jun 2006; Chris Gianelloni <wolf31o2@gentoo.org>
807   gen_initramfs.sh, gen_initrd.sh:
808   Added fix for bug #134843 from Thomas Raschbacher
809   <lordvan@gentoo.org> for evms and later glibc versions.
810
811   05 Jun 2006; Chris Gianelloni <wolf31o2@gentoo.org>
812   genkernel.8:
813   Fixed man page. Thanks to Andrew Yates <andrew@andrewyates.net>
814   for the patch.
815
816   01 Jun 2006; Chris Gianelloni <wolf31o2@gentoo.org>
817   alpha/busy-config, ia64/busy-config, mips/busy-config,
818   parisc/busy-config, parisc64/busy-config, ppc/busy-config,
819   ppc64/busy-config, sparc/busy-config, sparc64/busy-config,
820   um/busy-config, x86/busy-config, x86_64/busy-config,
821   xen0/busy-config, xenU/busy-config:
822   Added CONFIG_ASH_READ_TIMEOUT=y so we have a timeout value on
823   read, used for keymap selection.
824
825   01 Jun 2006; Chris Gianelloni <wolf31o2@gentoo.org>
826   generic/linuxrc:
827   More spacing cleanups.
828
829   01 Jun 2006; Chris Gianelloni <wolf31o2@gentoo.org>
830   generic/linuxrc:
831   I accidentally removed some stuff that needed to be there in my
832   overzealous debug cleanup.
833
834   01 Jun 2006; Chris Gianelloni <wolf31o2@gentoo.org>
835   generic/linuxrc:
836   Cleaning up debug statements.
837
838   31 May 2006; Chris Gianelloni <wolf31o2@gentoo.org>
839   generic/linuxrc:
840   Ooops... forgot my then after elif. I hope nobody noticed.
841
842   31 May 2006; Chris Gianelloni <wolf31o2@gentoo.org>
843   generic/linuxrc:
844   Change cp to mknod for sr0/loop0 for mips and also for tty1 for
845   splash.
846
847   30 May 2006; Chris Gianelloni <wolf31o2@gentoo.org>
848   generic/linuxrc:
849   Change cp to mknod for console/null.
850
851   25 May 2006; Chris Gianelloni <wolf31o2@gentoo.org>
852   generic/initrd.scripts, generic/linuxrc:
853   Fix an error in setup_unionfs and add in some debug support to
854   figure out why/where this initramfs is stopping.
855
856   24 May 2006; Chris Gianelloni <wolf31o2@gentoo.org>
857   generic/initrd.scripts:
858   Fixed up TODO with actual working code since we don't have awk.
859
860   24 May 2006; Chris Gianelloni <wolf31o2@gentoo.org>
861   generic/initrd.scripts, generic/linuxrc:
862   Add in image.squashfs as a squashfs loop, since it is now the
863   default in catalyst. Also, added a nice TODO about docache and
864   size restrictions into cache_cd_contents.
865
866   19 May 2006; Chris Gianelloni <wolf31o2@gentoo.org>
867   gen_cmdline.sh:
868   Just some spacing clean ups in the long usage listing.
869
870   19 May 2006; Chris Gianelloni <wolf31o2@gentoo.org>
871   genkernel.conf:
872   Comment the rest of the udev syuff from genkernel.conf as it
873   shouldn't be necessary anymore with mdev.
874
875   19 May 2006; Tim Yamin <plasmaroo@gentoo.org>
876   alpha/busy-config, gen_compile.sh, gen_initramfs.sh,
877   generic/initrd.scripts, generic/linuxrc, genkernel,
878   genkernel.conf, ia64/busy-config, mips/busy-config,
879   parisc/busy-config, parisc64/busy-config,
880   -pkg/busybox-1.00-headers_fix.patch,
881   -pkg/busybox-1.00-rt-mdstart.plasmaroo.tar.bz2,
882   +pkg/busybox-1.1.0-gentoo-gk4-20060519-snappie.tar.bz2,
883   ppc/busy-config, ppc64/busy-config, sparc/busy-config,
884   sparc64/busy-config, um/busy-config, x86/busy-config,
885   x86_64/busy-config, xen0/busy-config, xenU/busy-config:
886   Update to busybox 1.1.0; port over to use mdev.
887
888   07 May 2006; Tim Yamin <plasmaroo@gentoo.org> gen_cmdline.sh,
889   genkernel:
890   Fix #132408.
891
892   07 May 2006; Tim Yamin <plasmaroo@gentoo.org>
893   gen_initramfs.sh, gen_initrd.sh:
894   Fix #131769.
895
896   27 Apr 2006; Chris Gianelloni <wolf31o2@gentoo.org>
897   gen_compile.sh:
898   Added patch for unionfs from bug #129965.
899
900   27 Apr 2006; Chris Gianelloni <wolf31o2@gentoo.org>
901   gen_compile.sh:
902   Add -DUNIONFS_UNSUPPORTED for 2.6.16 and unionfs.
903
904   25 Apr 2006; Chris Gianelloni <wolf31o2@gentoo.org>
905   alpha/modules_load, x86/modules_load, x86_64/modules_load,
906   xen0/modules_load, xenU/modules_load:
907   Added some more modules to MODULES_SCSI that could be used to
908   boot from a genkernel-compiled kernel on a live system.
909
910   17 Apr 2006; Chris Gianelloni <wolf31o2@gentoo.org>
911   gen_compile.sh, generic/initrd.scripts, generic/linuxrc:
912   Added patch from Mike Auty for udev 088+.
913
914   17 Apr 2006; Chris Gianelloni <wolf31o2@gentoo.org>
915   alpha/modules_load, x86/modules_load, x86_64/modules_load,
916   xen0/modules_load, xenU/modules_load:
917   Added 3ware card drivers to scsi modules on x86/amd64/alpha.
918
919   17 Apr 2006; Chris Gianelloni <wolf31o2@gentoo.org>
920   gen_compile.sh, genkernel:
921   Updated to *hopefully* work with udev 087.
922
923   14 Apr 2006; Tim Yamin <plasmaroo@gentoo.org> alpha/config.sh,
924   ia64/config.sh, parisc/config.sh, parisc64/config.sh,
925   ppc/config.sh, ppc64/config.sh, sparc/config.sh,
926   sparc64/config.sh, um/config.sh, x86/config.sh,
927   x86_64/config.sh, xen0/config.sh, xenU/config.sh:
928   Fix #107628.
929
930   14 Apr 2006; Tim Yamin <plasmaroo@gentoo.org> gen_compile.sh,
931   gen_initramfs.sh, gen_initrd.sh, generic/initrd.scripts,
932   generic/linuxrc, genkernel:
933   ->3.3.11d. Fix #121616, #128805, #129887, #129910.
934
935   14 Apr 2006; Chris Gianelloni <wolf31o2@gentoo.org>
936   generic/initrd.scripts:
937   Forgot one part of the patch from bug #121334.
938
939   13 Apr 2006; Chris Gianelloni <wolf31o2@gentoo.org>
940   gen_compile.sh, genkernel, genkernel.8:
941   Updated the unionfs compiling section. This *should* allow
942   unionfs to build on supported kernels.
943
944   13 Apr 2006; Chris Gianelloni <wolf31o2@gentoo.org>
945   generic/linuxrc:
946   Uncommented suspend2 support from bug #114266.
947
948   13 Apr 2006; Chris Gianelloni <wolf31o2@gentoo.org>
949   generic/initrd.scripts, generic/linuxrc:
950   Added unionfs patches from bug #121334.
951
952   13 Apr 2006; Chris Gianelloni <wolf31o2@gentoo.org>
953   generic/initrd.scripts, generic/linuxrc, genkernel,
954   x86/busy-config, x86/modules_load, x86_64/busy-config,
955   x86_64/modules_load, xen0/busy-config, xen0/modules_load,
956   xenU/busy-config, xenU/modules_load:
957   Added a check for /dev/tty0 to setup_keymap, added raid
958   personality modules for EVMS, and fixed lots of space/tab
959   issues, along with a general style cleanup. I'm calling this
960   one 3.3.11b internally, and hopefully it will be added to the
961   tree if it resolves bug #124388.
962
963   13 Apr 2006; Chris Gianelloni <wolf31o2@gentoo.org>
964   gen_cmdline.sh, gen_initramfs.sh, gen_initrd.sh,
965   generic/initrd.defaults, generic/initrd.scripts, generic/linuxrc:
966   dobladecenter->slowusb
967
968   06 Apr 2006; Tim Yamin <plasmaroo@gentoo.org> gen_compile.sh,
969   +pkg/klibc-1.2.1-nostdinc-flags.patch:
970   Add hardened fix for bug #128806.
971
972   24 Mar 2006; Tim Yamin <plasmaroo@gentoo.org>
973   ia64/kernel-config-2.6:
974   Update config for the new Fusion MPT CONFIG_ options on newer
975   2.6 kernels; bug #125353.
976
977   10 Mar 2006; Tim Yamin <plasmaroo@gentoo.org> generic/linuxrc:
978   Fix bug #124251.
979
980   14 Feb 2006; Chris Gianelloni <wolf31o2@gentoo.org>
981   generic/linuxrc:
982   Updated copyright notice to get KingTaco off my back.
983
984   14 Feb 2006; Chris Gianelloni <wolf31o2@gentoo.org>
985   gen_initramfs.sh, gen_initrd.sh:
986   Added 0 0 to end of the ram0 line on fstab. Blame KingTaco for
987   pointing it out.
988
989   08 Feb 2006; Chris Gianelloni <wolf31o2@gentoo.org>
990   gen_compile.sh:
991   Changed unpacking of klibc to use tar j instead of tar z.
992
993   08 Feb 2006; Chris Gianelloni <wolf31o2@gentoo.org>
994   genkernel.conf:
995   Let's use the bzip2 tarball of klibc by default form now on,
996   shall we...
997
998   07 Feb 2006; Chris Gianelloni <wolf31o2@gentoo.org> genkernel,
999   +pkg/klibc-1.1.16-sparc2.patch:
1000   Added klibc patch for sparc to CVS (from distfiles). This is
1001   3.3.11 so like... run in fear or something...
1002
1003   02 Feb 2006; Chris Gianelloni <wolf31o2@gentoo.org>
1004   gen_cmdline.sh, gen_determineargs.sh, gen_initramfs.sh,
1005   gen_initrd.sh, genkernel:
1006   Added patch from Kumba to make certain initrd functions less
1007   mips-specific.
1008
1009   27 Jan 2006; Chris Gianelloni <wolf31o2@gentoo.org>
1010   gen_compile.sh, genkernel:
1011   Removed save_args/reset_args on kernel. This is 3.3.11_pre7.
1012
1013   26 Jan 2006; Eric Edgar <rocket@gentoo.org> gen_compile.sh:
1014   unset temp vars so they get cleaned up
1015
1016   26 Jan 2006; Eric Edgar <rocket@gentoo.org> gen_compile.sh,
1017   gen_initramfs.sh, genkernel:
1018   bump to pre6. resets ARCH env var after utils are compiled
1019
1020   25 Jan 2006; Chris Gianelloni <wolf31o2@gentoo.org>
1021   gen_arch.sh, gen_compile.sh, genkernel:
1022   Added sparc patches for udev/klibc.
1023
1024   24 Jan 2006; Chris Gianelloni <wolf31o2@gentoo.org>
1025   gen_arch.sh, gen_cmdline.sh, gen_compile.sh,
1026   gen_determineargs.sh, genkernel:
1027   Added nice and fun patch from dostrow for building on ppc64 (and
1028   possibly others) with mixed kernel/userland.
1029
1030   23 Jan 2006; Chris Gianelloni <wolf31o2@gentoo.org>
1031   generic/linuxrc:
1032   Added fix for bug #120031.
1033
1034   20 Jan 2006; Joshua Kinard <kumba@gentoo.org>
1035   +mips/ip32rm52-2006_0.cf:
1036   Kernel 2.6.14.6 config for SGI O2 w/ RM5271 CPU ("Nevada")
1037
1038   15 Jan 2006; Joshua Kinard <kumba@gentoo.org> gen_cmdline.sh,
1039   gen_determineargs.sh, genkernel:
1040   Add support to genkernel to build a monolithic kernel by
1041   skipping module building sections when
1042   --static is passed on the gk commandline.
1043
1044   12 Jan 2006; Chris Gianelloni <wolf31o2@gentoo.org>
1045   gen_compile.sh:
1046   Added comment about utils breaking udev so we don't break it
1047   again inadvertently.
1048
1049   12 Jan 2006; Chris Gianelloni <wolf31o2@gentoo.org>
1050   gen_compile.sh, genkernel, +pkg/busybox-1.00-headers_fix.patch:
1051   Added busybox headers fix (_pre2) and changed utils to runtask
1052   on udev build (_pre3).
1053
1054   12 Jan 2006; Joshua Kinard <kumba@gentoo.org>
1055   netboot/linuxrc.x:
1056   chmod +x the udhcpc script on bootup
1057
1058   12 Jan 2006; Chris Gianelloni <wolf31o2@gentoo.org>
1059   gen_compile.sh, genkernel, -pkg/byteswap.h:
1060   Added patch from bug #118324.
1061
1062   10 Jan 2006; Chris Gianelloni <wolf31o2@gentoo.org>
1063   x86/modules_load, x86_64/modules_load, xen0/modules_load,
1064   xenU/modules_load:
1065   Added additional SATA controllers to MODULES_SATA for loading
1066   into the initrd/initramfs image.
1067
1068   07 Jan 2006; Joshua Kinard <kumba@gentoo.org>
1069   gen_initramfs.sh, +mips/ip22r4k-2006_0.cf,
1070   +mips/ip22r5k-2006_0.cf, +mips/ip27r10k-2006_0.cf,
1071   +mips/ip28r10k-2006_0.cf, +mips/ip30r10k-2006_0.cf,
1072   +mips/ip32r5k-2006_0.cf, +mips/nb-busybox.cf, +netboot,
1073   +netboot/linuxrc.x, +netboot/misc, +netboot/misc/bin,
1074   +netboot/misc/bin/net-setup, +netboot/misc/etc,
1075   +netboot/misc/etc/fstab, +netboot/misc/etc/group,
1076   +netboot/misc/etc/inittab, +netboot/misc/etc/passwd,
1077   +netboot/misc/etc/profile, +netboot/misc/etc/resolv.conf,
1078   +netboot/misc/etc/shadow, +netboot/misc/etc/shells,
1079   +netboot/misc/usr, +netboot/misc/usr/share,
1080   +netboot/misc/usr/share/terminfo,
1081   +netboot/misc/usr/share/terminfo/p,
1082   +netboot/misc/usr/share/terminfo/p/putty,
1083   +netboot/misc/usr/share/udhcpc,
1084   +netboot/misc/usr/share/udhcpc/default.script:
1085   Import the Genkernel-side of things for the catalyst2 netboot2
1086   module
1087
1088   06 Jan 2006; Eric Edgar <rocket@gentoo.org> gen_compile.sh:
1089   udev compile change from runtask to utils
1090
1091   03 Jan 2006; Tim Yamin <plasmaroo@gentoo.org>
1092   gen_bootloader.sh, gen_compile.sh, gen_determineargs.sh,
1093   gen_initramfs.sh, genkernel:
1094   Fix #115263, #117392, add a fix to sanify LOCALVERSION if
1095   unresolved variables are embedded.
1096
1097   02 Jan 2006; Chris Gianelloni <wolf31o2@gentoo.org>
1098   alpha/modules_load, um/modules_load, x86/modules_load,
1099   x86_64/modules_load, xen0/modules_load, xenU/modules_load:
1100   Updated Fusion MPT support for bug #117114.
1101
1102   21 Dec 2005; Tim Yamin <plasmaroo@gentoo.org> gen_compile.sh:
1103   Fix --kernel-cross-compile with PPC64.
1104
1105   18 Dec 2005; Tim Yamin <plasmaroo@gentoo.org> gen_compile.sh,
1106   genkernel:
1107   Add a compile_klibc(...) fix for old GNU tars and patch the
1108   klibc Makefile to leave /lib alone.
1109
1110   16 Dec 2005; Tim Yamin <plasmaroo@gentoo.org> gen_compile.sh:
1111   runtask -> utils for compile_klibc.
1112
1113   16 Dec 2005; Chris Gianelloni <wolf31o2@gentoo.org>
1114   gen_compile.sh, genkernel:
1115   Added x86/klibc fix.
1116
1117   16 Dec 2005; Chris Gianelloni <wolf31o2@gentoo.org>
1118   x86/kernel-config-2.6:
1119   Added HERMES support to use in-kernel driver rather than
1120   external.
1121
1122   15 Dec 2005; Tim Yamin <plasmaroo@gentoo.org>
1123   pkg/busybox-1.00-rt-mdstart.plasmaroo.tar.bz2:
1124   Fix #109196.
1125
1126   15 Dec 2005; Eric Edgar <rocket@gentoo.org> gen_compile.sh,
1127   +pkg/byteswap.h:
1128   Fix to allow udev 076 and udev 077 to compile... add a missing
1129   file byteswap.h to klibc-1.1.1
1130
1131   15 Dec 2005; Chris Gianelloni <wolf31o2@gentoo.org>
1132   genkernel.conf:
1133   Removed versions from all packages that are pulled from upstream
1134   so we can use sed in the ebuild to set these, making maintenance
1135   easier.
1136
1137   09 Dec 2005; Eric Edgar <rocket@gentoo.org> gen_compile.sh:
1138   add quotes to the ARCH= stuff for the kernel
1139
1140   09 Dec 2005; Eric Edgar <rocket@gentoo.org> gen_compile.sh:
1141   Forcibly set the ARCH when compiling the kernel
1142
1143   07 Dec 2005; Chris Gianelloni <wolf31o2@gentoo.org>
1144   x86/kernel-config-2.6:
1145   Changed CONFIG_BLK_DEV_MD=y for bug #112962.
1146
1147   06 Dec 2005; Tim Yamin <plasmaroo@gentoo.org>
1148   gen_bootloader_grub.awk:
1149   Fix #100637.
1150
1151   05 Dec 2005; Tim Yamin <plasmaroo@gentoo.org> generic/linuxrc:
1152   Back out suspend2 support temporarily as per #114266c10.
1153
1154   05 Dec 2005; Tim Yamin <plasmaroo@gentoo.org> generic/linuxrc:
1155   Fix #113634, #114266.
1156
1157   05 Dec 2005; Chris Gianelloni <wolf31o2@gentoo.org>
1158   x86/kernel-config-2.6:
1159   Added USB Printer support for bug #114496.
1160
1161   28 Nov 2005; Chris Gianelloni <wolf31o2@gentoo.org>
1162   x86/kernel-config-2.6, x86/modules_load, x86_64/modules_load:
1163   Added sata_mv to x86/amd64 for Marvell SATA controllers and
1164   updated 2.6 kernel config for x86 to match what would be used on
1165   a current 2.6.14 LiveCD.
1166
1167   23 Nov 2005; Eric Edgar <rocket@gentoo.org> genkernel:
1168   Version Bump 3.3.8
1169
1170   23 Nov 2005; Eric Edgar <rocket@gentoo.org> gen_initramfs.sh,
1171   gen_initrd.sh:
1172   Fix bug 113287
1173
1174   22 Nov 2005; Eric Edgar <rocket@gentoo.org> genkernel.conf:
1175   Update unionfs in genkernel.conf to 1.1.1
1176
1177   21 Nov 2005; Eric Edgar <rocket@gentoo.org> generic/linuxrc:
1178   fix for sys delete bug 109819
1179
1180   21 Nov 2005; Eric Edgar <rocket@gentoo.org> gen_compile.sh,
1181   genkernel.conf:
1182   Add support for dmraid1.0.0.rc9 to fix bug 94762
1183
1184   21 Nov 2005; Eric Edgar <rocket@gentoo.org> gen_initramfs.sh,
1185   gen_initrd.sh, gen_moddeps.sh, gen_package.sh:
1186   Fix missing moddeps file by adding a test;Do not keep the
1187   initrd/initramfs with a kernelz system as it is already bundled
1188   together.
1189
1190   18 Nov 2005; Tim Yamin <plasmaroo@gentoo.org> genkernel:
1191   Fix {PPC+Catalyst+Pegasos} build failure regression.
1192
1193   17 Nov 2005; Tim Yamin <plasmaroo@gentoo.org>
1194   -pkg/udev-054.tar.bz2, -pkg/udev-068.tar.bz2:
1195   Remove obsoleted udev...
1196
1197   17 Nov 2005; Eric Edgar <rocket@gentoo.org> gen_compile.sh,
1198   gen_determineargs.sh, genkernel.conf:
1199   Udev 075 support, klibc 1.1.1, and fixes for ppc on 2.6.14+
1200   kernels
1201
1202   04 Nov 2005; Chris Gianelloni <wolf31o2@gentoo.org>
1203   gen_arch.sh, gen_initramfs.sh, gen_initrd.sh,
1204   generic/initrd.scripts, generic/linuxrc, genkernel, +mips,
1205   +mips/busy-config, +mips/config.sh, +mips/ip22r4k-2005_1.cf,
1206   +mips/ip22r5k-2005_1.cf, +mips/ip27r10k-2005_1.cf,
1207   +mips/ip28r10k-2005_1.cf, +mips/ip30r10k-2005_1.cf,
1208   +mips/ip32r5k-2005_1.cf, +mips/modules_load, +pkg/mips,
1209   +pkg/mips/.keep:
1210   Added patches from bug #106338. This means mips support in
1211   genkernel. Blame Kumba.
1212
1213   28 Oct 2005; Chris Gianelloni <wolf31o2@gentoo.org>
1214   generic/linuxrc, genkernel:
1215   Changed the version indicator, fixing fstab generation for
1216   unionfs, and resolving bug #103332.
1217
1218   28 Oct 2005; Chris Gianelloni <wolf31o2@gentoo.org>
1219   gen_initramfs.sh:
1220   Made symlink relative for bug #105572.
1221
1222   28 Oct 2005; Chris Gianelloni <wolf31o2@gentoo.org>
1223   gen_compile.sh, genkernel.conf, +pkg/udev-068.tar.bz2:
1224   Upgraded to udev 068 and also closing bug #103936.
1225
1226   28 Oct 2005; Chris Gianelloni <wolf31o2@gentoo.org>
1227   gen_funcs.sh:
1228   Added fix for bug #103717.
1229
1230   21 Oct 2005; Chris Gianelloni <wolf31o2@gentoo.org>
1231   x86/kernel-config-2.6:
1232   Updated x86 2.6 kernel configuration.
1233
1234   10 Oct 2005; Chris Gianelloni <wolf31o2@gentoo.org>
1235   alpha/modules_load, x86/modules_load, x86_64/modules_load:
1236   Added fix for bug #102006.
1237
1238   31 Aug 2005; Eric Edgar <rocket@gentoo.org> genkernel:
1239   Update genkernel version number
1240
1241   31 Aug 2005; Chris Gianelloni <wolf31o2@gentoo.org>
1242   x86/kernel-config-2.6:
1243   CONFIG_PRINTER=m for bug #104229.
1244
1245   30 Aug 2005; Chris Gianelloni <wolf31o2@gentoo.org>
1246   generic/initrd.scripts, generic/linuxrc:
1247   Add nodetect and doload patch from bug #102643, with some
1248   modifications.
1249
1250   16 Aug 2005; Eric Edgar <rocket@gentoo.org> gen_compile.sh,
1251   gen_initrd.sh, generic/initrd.scripts, generic/linuxrc:
1252   Fix for bug 83276 and add udevsend binary to initramfs for newer
1253   udevs
1254
1255   16 Aug 2005; Chris Gianelloni <wolf31o2@gentoo.org>
1256   alpha/modules_load, um/modules_load, x86/modules_load,
1257   x86_64/modules_load, xen0/modules_load, xenU/modules_load:
1258   Added dm-mirror to dmraid on all supported arches for bug
1259   #102739.
1260
1261   15 Aug 2005; Tim Yamin <plasmaroo@gentoo.org> genkernel.8:
1262   Fix #101716.
1263
1264   15 Aug 2005; Tim Yamin <plasmaroo@gentoo.org>
1265   gen_configkernel.sh:
1266   Fix #88080.
1267
1268   15 Aug 2005; Tim Yamin <plasmaroo@gentoo.org> gen_cmdline.sh:
1269   Fix #102407.
1270
1271   15 Aug 2005; Tim Yamin <plasmaroo@gentoo.org>
1272   pkg/busybox-1.00-rt-mdstart.plasmaroo.tar.bz2:
1273   Fix #102491.
1274
1275   11 Aug 2005; Eric Edgar <rocket@gentoo.org>
1276   alpha/modules_load, um/modules_load, x86/modules_load,
1277   x86_64/modules_load, xen0/modules_load, xenU/modules_load:
1278   Fix bug 102006 for dm-bbr. Added dm-bbr to modules_load files
1279   under MODULES_LVM2.
1280
1281   11 Aug 2005; Eric Edgar <rocket@gentoo.org> gen_initramfs.sh:
1282   Fix for bug 91966. Link lib64 to lib in the initramfs
1283
1284   11 Aug 2005; Eric Edgar <rocket@gentoo.org> gen_compile.sh,
1285   generic/linuxrc:
1286   Fix for newer udevs to detect udevstart
1287
1288   06 Aug 2005; Chris Gianelloni <wolf31o2@gentoo.org>
1289   gen_configkernel.sh:
1290   Fixed config parsing for dmraid/lvm2 to only set =m if item is
1291   not set. Closing bug #101535.
1292
1293   02 Aug 2005; Eric Edgar <rocket@gentoo.org> gen_cmdline.sh,
1294   ppc/config.sh, ppc64/config.sh:
1295   Fix incorrect commit
1296
1297   02 Aug 2005; Eric Edgar <rocket@gentoo.org> gen_cmdline.sh,
1298   gen_initramfs.sh, ppc/config.sh, ppc64/config.sh:
1299   Create symlink to init named linuxrc. In preparation for the
1300   need to pack the cpio into the kernel
1301
1302   02 Aug 2005; Eric Edgar <rocket@gentoo.org>
1303   generic/initrd.scripts:
1304   Add iseries virtual cdrom auto scanning support
1305
1306   01 Aug 2005; Eric Edgar <rocket@gentoo.org> genkernel:
1307   Remove unnecessary check for multiple running genkernels.
1308
1309   01 Aug 2005; Eric Edgar <rocket@gentoo.org> gen_package.sh,
1310   genkernel:
1311   kerncache wasnt sending the config to /etc/kernels properly
1312
1313   30 Jul 2005; Tim Yamin <plasmaroo@gentoo.org> gen_cmdline.sh,
1314   generic/initrd.scripts, generic/linuxrc, genkernel,
1315   ppc/config.sh:
1316   Fix cosmetics and PPC without --genzimage.
1317
1318   30 Jul 2005; Chris Gianelloni <wolf31o2@gentoo.org>
1319   gen_determineargs.sh, gen_initramfs.sh, gen_initrd.sh,
1320   generic/initrd.defaults, generic/initrd.scripts,
1321   generic/linuxrc, genkernel:
1322   Finally making the --bladecenter/dobladecenter stuff correct.
1323   Thanks plasmaroo for helping me wrap my head around how this
1324   works and to remove my dirty hack.
1325
1326   29 Jul 2005; Tim Yamin <plasmaroo@gentoo.org> gen_compile.sh,
1327   genkernel:
1328   >> 3.3.3. Fix KERNEL_MAKE_DIRECTIVE_2 if not using --genzimage.
1329
1330   29 Jul 2005; Chris Gianelloni <wolf31o2@gentoo.org>
1331   gen_initramfs.sh, gen_initrd.sh, generic/linuxrc:
1332   Fixed up the BladeCenter support some more.
1333
1334   29 Jul 2005; Chris Gianelloni <wolf31o2@gentoo.org>
1335   generic/linuxrc:
1336   Added bladecenter boot-time option, also... so kernels don't
1337   *have* to be built with --bladecenter.
1338
1339   29 Jul 2005; Chris Gianelloni <wolf31o2@gentoo.org>
1340   generic/initrd.scripts:
1341   Fixed up --bladecenter expressions
1342
1343   29 Jul 2005; Eric Edgar <rocket@gentoo.org>
1344   gen_determineargs.sh, gen_initramfs.sh:
1345   Fix a few directory creation issues and a typo
1346
1347   29 Jul 2005; Chris Gianelloni <wolf31o2@gentoo.org>
1348   gen_cmdline.sh, gen_determineargs.sh, generic/initrd.scripts,
1349   generic/linuxrc:
1350   Added --bladecenter for slow USB CD on IBM BladeCenter.
1351
1352   29 Jul 2005; Eric Edgar <rocket@gentoo.org> gen_initramfs.sh:
1353   Better genkernel.log output for initramfs
1354
1355   29 Jul 2005; Eric Edgar <rocket@gentoo.org> gen_cmdline.sh:
1356   print warning that unionfs flag is disabled at this time
1357
1358   29 Jul 2005; Eric Edgar <rocket@gentoo.org> gen_cmdline.sh:
1359   Remove normal access to unionfs
1360
1361   29 Jul 2005; Eric Edgar <rocket@gentoo.org> gen_cmdline.sh:
1362   Change unionfs so that it is clearly noted as experimental
1363
1364   28 Jul 2005; Eric Edgar <rocket@gentoo.org> gen_initrd.sh,
1365   generic/linuxrc:
1366   Fix cp /dev/tty1 error message
1367
1368   28 Jul 2005; Eric Edgar <rocket@gentoo.org> gen_compile.sh,
1369   gen_initramfs.sh, gen_initrd.sh, gen_package.sh, ppc/config.sh:
1370   Fix ppc not compiling without --genzimage
1371
1372   28 Jul 2005; Tim Yamin <plasmaroo@gentoo.org>
1373   gen_initramfs.sh, gen_package.sh, generic/initrd.scripts,
1374   generic/linuxrc, genkernel, genkernel.8,
1375   pkg/busybox-1.00-rt-mdstart.plasmaroo.tar.bz2, ppc/config.sh:
1376   >> 3.3.1. Fix #100144, #100169, #100583.
1377
1378   25 Jul 2005; Eric Edgar <rocket@gentoo.org>
1379   gen_determineargs.sh, gen_package.sh:
1380   Remove extra TEMP checking code that was commented out
1381
1382   25 Jul 2005; Eric Edgar <rocket@gentoo.org>
1383   gen_determineargs.sh, gen_package.sh, genkernel:
1384   Add kernelz- to minkernpackage and kerncache
1385
1386   22 Jul 2005; Eric Edgar <rocket@gentoo.org>
1387   gen_determineargs.sh, gen_package.sh:
1388   Remove extra checks that fail
1389
1390   20 Jul 2005; Eric Edgar <rocket@gentoo.org> gen_package.sh:
1391   Fix minkernpackage breakage regarding the TEMP and TMPDIR
1392   variable
1393
1394   19 Jul 2005; Eric Edgar <rocket@gentoo.org>
1395   generic/initrd.scripts:
1396   Switch order of error messages to make less confusing
1397
1398   19 Jul 2005; Eric Edgar <rocket@gentoo.org>
1399   generic/initrd.scripts, generic/linuxrc, genkernel:
1400   Fix exit 1 issue being always called. Add UID support for
1401   unionfs. add check for livecd.unionfs file on blockdev
1402
1403   19 Jul 2005; Eric Edgar <rocket@gentoo.org> gen_compile.sh,
1404   gen_funcs.sh, gen_initramfs.sh, gen_initrd.sh, generic/linuxrc,
1405   genkernel:
1406   Fix --no-install cleaning the tmpdir bug that plasmaroo reported
1407
1408   18 Jul 2005; Eric Edgar <rocket@gentoo.org> genkernel:
1409   Fix info about the framebuffers
1410
1411   18 Jul 2005; Eric Edgar <rocket@gentoo.org> gen_funcs.sh,
1412   genkernel:
1413   cause genkernel to die if cant write to the DEBUGFILE. remove
1414   extra info strings that arent necessary
1415
1416   18 Jul 2005; Eric Edgar <rocket@gentoo.org> genkernel:
1417   Fix genkernel finishing info messages to be more accurate
1418
1419   18 Jul 2005; Eric Edgar <rocket@gentoo.org> gen_funcs.sh,
1420   genkernel:
1421   Cleanup tmpdirs if genkernel dies abnormally
1422
1423   18 Jul 2005; Eric Edgar <rocket@gentoo.org> gen_initrd.sh:
1424   Fix evms bugs with missing sbin for an initrd
1425
1426   18 Jul 2005; Eric Edgar <rocket@gentoo.org>
1427   gen_determineargs.sh, gen_initramfs.sh:
1428   Fix evms bugs with missing sbin. Remove prepare line as it
1429   probably isnt necessary
1430
1431   18 Jul 2005; Eric Edgar <rocket@gentoo.org> gen_bootloader.sh,
1432   gen_cmdline.sh, gen_determineargs.sh, gen_funcs.sh,
1433   gen_initramfs.sh, gen_package.sh, generic/initrd.scripts,
1434   generic/linuxrc, genkernel, genkernel.conf:
1435   Create additional cleanup options. --postclear for final
1436   cleanup and 2 new genkernel.conf options. Also fixup TEMP dir
1437   creation and extraneous %%ARCH%% creation in the cache_dir
1438
1439   16 Jul 2005; Tim Yamin <plasmaroo@gentoo.org>
1440   gen_initramfs.sh, gen_initrd.sh, genkernel:
1441   Fix #98886.
1442
1443   15 Jul 2005; Tim Yamin <plasmaroo@gentoo.org> generic/linuxrc,
1444   genkernel:
1445   >> 3.2.6. Fix mkdir linuxrc issues and bootstrapCD() not getting
1446   called as early as it should,
1447
1448   14 Jul 2005; Tim Yamin <plasmaroo@gentoo.org>
1449   generic/initrd.scripts:
1450   Fix '[: /dev/md: unknown operand' for LiveCD boots.
1451
1452   14 Jul 2005; Tim Yamin <plasmaroo@gentoo.org>
1453   ia64/kernel-config-2.6:
1454   Add USB Storage support.
1455
1456   14 Jul 2005; Tim Yamin <plasmaroo@gentoo.org> generic/linuxrc:
1457   Fix bug #80617.
1458
1459   14 Jul 2005; Tim Yamin <plasmaroo@gentoo.org>
1460   gen_bootloader.sh, +gen_bootloader_grub.awk,
1461   gen_determineargs.sh, genkernel, ia64/kernel-config-2.6:
1462   Fix #98944, add GRUB :root_device support and add a more
1463   versatile grub.conf updater.
1464
1465   14 Jul 2005; Tim Yamin <plasmaroo@gentoo.org>
1466   x86/kernel-config-2.6:
1467   Add an updated x86 kernel config from wolf31o2.
1468
1469   13 Jul 2005; Tim Yamin <plasmaroo@gentoo.org>
1470   alpha/busy-config, ia64/busy-config, parisc/busy-config,
1471   parisc64/busy-config, ppc/busy-config, ppc64/busy-config,
1472   sparc/busy-config, sparc64/busy-config, um/busy-config,
1473   x86/busy-config, x86_64/busy-config, xen0/busy-config,
1474   xenU/busy-config:
1475   Add CONFIG_ASH_TIMEOUT.
1476
1477   13 Jul 2005; Eric Edgar <rocket@gentoo.org>
1478   generic/initrd.scripts:
1479   Fix find|grep output
1480
1481   13 Jul 2005; Eric Edgar <rocket@gentoo.org> gen_initramfs.sh,
1482   gen_initrd.sh:
1483   Fix typo for evms and removing the swap libs in gen_initramfs
1484
1485   13 Jul 2005; Tim Yamin <plasmaroo@gentoo.org>
1486   alpha/busy-config, gen_bootloader.sh, gen_compile.sh,
1487   gen_configkernel.sh, gen_determineargs.sh, gen_initramfs.sh,
1488   gen_package.sh, generic/initrd.scripts, generic/linuxrc,
1489   genkernel, genkernel.conf, ia64/busy-config, parisc/busy-config,
1490   parisc64/busy-config,
1491   -pkg/busybox-1.00-pre7-crypto-losetup-2.patch,
1492   -pkg/busybox-1.00-pre7-losetup-crypto-alpha.tar.bz2,
1493   +pkg/busybox-1.00-rt-mdstart.plasmaroo.tar.bz2, ppc/busy-config,
1494   ppc64/busy-config, sparc/busy-config, sparc64/busy-config,
1495   um/busy-config, x86/busy-config, x86_64/busy-config,
1496   xen0/busy-config, xenU/busy-config:
1497   Fix #97672, #98886, #98893, #98897; fix real_root=/dev/mdX:
1498   upgraded busybox to 1.00, porting in my read -t and mdstart
1499   patches.
1500
1501   13 Jul 2005; Eric Edgar <rocket@gentoo.org> genkernel:
1502   Fix for bug 97672. Call get_KV to get the KV after the prepare
1503   has been run
1504
1505   12 Jul 2005; Eric Edgar <rocket@gentoo.org> gen_cmdline.sh:
1506   Fix minor print bug 98744. Shouldnt affect operation but it
1507   could be annoying
1508
1509   12 Jul 2005; Eric Edgar <rocket@gentoo.org> gen_compile.sh:
1510   Fix for hardened/selinux systems to have extened attributes, per
1511   r2d2's request
1512
1513   12 Jul 2005; Eric Edgar <rocket@gentoo.org> gen_cmdline.sh,
1514   gen_determineargs.sh, genkernel:
1515   Adding --symlink to fix bug 98716
1516
1517   12 Jul 2005; Tim Yamin <plasmaroo@gentoo.org>
1518   generic/initrd.scripts, generic/modprobe, genkernel,
1519   genkernel.conf:
1520   >> 3.2.2. Fix #83771, #97700, #98590, #98594, #98661, #98746.
1521
1522   12 Jul 2005; Chris Gianelloni <wolf31o2@gentoo.org>
1523   generic/initrd.defaults, generic/linuxrc:
1524   Added multilib cdboot patch.
1525
1526   11 Jul 2005; Eric Edgar <rocket@gentoo.org> gen_cmdline.sh,
1527   gen_compile.sh, gen_determineargs.sh, gen_initramfs.sh,
1528   gen_initrd.sh, generic/initrd.scripts, generic/linuxrc,
1529   genkernel, genkernel.conf:
1530   ENHANCEMENT bug 83771. Add support for LABEL= and UUID=
1531
1532   11 Jul 2005; Eric Edgar <rocket@gentoo.org>
1533   gen_determineargs.sh:
1534   Fix bug 97700. Add additional check for kernel source directory
1535   earlier
1536
1537   11 Jul 2005; Eric Edgar <rocket@gentoo.org> gen_arch.sh:
1538   Fix bug 95280 in genkernel. ARCH_OVERRIDE in
1539   /etc/genkernel.conf should work now
1540
1541   11 Jul 2005; Eric Edgar <rocket@gentoo.org>
1542   gen_determineargs.sh, generic/initrd.scripts, generic/linuxrc:
1543   remove extra make prepare in gen_determineargs.sh that breaks
1544   things. Fix md /dev creation bug 98193
1545
1546   11 Jul 2005; Eric Edgar <rocket@gentoo.org> gen_cmdline.sh:
1547   Fix bug 98661 with the missing underscore in gen_cmdline.sh
1548
1549   11 Jul 2005; Eric Edgar <rocket@gentoo.org>
1550   generic/initrd.scripts, generic/linuxrc:
1551   Fix to let the /mnt/cdrom/cdupdate.sh script run just before the
1552   chroot
1553
1554   11 Jul 2005; Eric Edgar <rocket@gentoo.org>
1555   generic/initrd.scripts:
1556   send stderr to /dev/null for lvm startup
1557
1558   10 Jul 2005; Tim Yamin <plasmaroo@gentoo.org>
1559   gen_bootloader.sh, generic/linuxrc, genkernel:
1560   Fix #93178, #98436, #98501
1561
1562   08 Jul 2005; Tim Yamin <plasmaroo@gentoo.org> gen_cmdline.sh,
1563   gen_initramfs.sh, generic/initrd.defaults,
1564   generic/initrd.scripts, generic/linuxrc, genkernel, genkernel.8,
1565   genkernel.conf, x86/busy-config, x86_64/busy-config:
1566   >> 3.2.0. Add spock's gensplash fixes, fix initrd startup 'find:
1567   ...' errors.
1568
1569   01 Jul 2005; Tim Yamin <plasmaroo@gentoo.org> ppc/Pegasos:
1570   Update Pegasos config from dholm.
1571
1572   01 Jul 2005; Eric Edgar <rocket@gentoo.org> genkernel:
1573   fix bug 97378; setup the PATH environment properly.
1574
1575   29 Jun 2005; Tim Yamin <plasmaroo@gentoo.org>
1576   +pkg/udev-054.tar.bz2, -pkg/udev-058.tar.bz2:
1577   Downgrade to 054.
1578
1579   29 Jun 2005; Eric Edgar <rocket@gentoo.org> gen_compile.sh,
1580   gen_determineargs.sh:
1581   fix unionfs-modules-bincache naming error. Fix directory change
1582   error on unionfs
1583
1584   29 Jun 2005; Eric Edgar <rocket@gentoo.org> gen_compile.sh:
1585   run modules_prepare in the kernel tree before unionfs modules
1586   compile
1587
1588   28 Jun 2005; Tim Yamin <plasmaroo@gentoo.org>
1589   pkg/udev-058.tar.bz2:
1590   Revert to 1.1.
1591
1592   28 Jun 2005; Eric Edgar <rocket@gentoo.org> gen_compile.sh,
1593   generic/initrd.scripts, generic/linuxrc, pkg/udev-058.tar.bz2:
1594   changed to backticks and changed /bin/bash back to /bin/sh
1595   which is a valid shell inside the initrd/initramfs
1596
1597   27 Jun 2005; Tim Yamin <plasmaroo@gentoo.org> gen_compile.sh,
1598   genkernel, genkernel.conf, -pkg/udev-054.tar.bz2,
1599   +pkg/udev-058.tar.bz2:
1600   Update udev and fix for SPARC64.
1601
1602   27 Jun 2005; Eric Edgar <rocket@gentoo.org>
1603   gen_configkernel.sh:
1604   bug 97051: Initramfs on 2.6+ kernels dont require ext2
1605   filesystem so can drop this forced entry.
1606
1607   27 Jun 2005; Chris Gianelloni <wolf31o2@gentoo.org>
1608   generic/initrd.defaults, generic/initrd.scripts, generic/linuxrc:
1609   Change all EVMS/evms to EVMS2/evms2 for consitency. Also,
1610   enabled dodmraid by default.
1611
1612   27 Jun 2005; Chris Gianelloni <wolf31o2@gentoo.org>
1613   generic/linuxrc:
1614   Must use /bin/bash for dollar-sign, parentheses sub-shell syntax.
1615
1616   27 Jun 2005; Chris Gianelloni <wolf31o2@gentoo.org>
1617   x86/modules_load, x86_64/modules_load:
1618   Changed sata_vitesse to sata_vsc and closing bug #97089.
1619
1620   27 Jun 2005; Eric Edgar <rocket@gentoo.org> generic/linuxrc:
1621   linuxrc that should not create avc denied messages for a
1622   hardened system.
1623
1624   24 Jun 2005; Chris Gianelloni <wolf31o2@gentoo.org> genkernel:
1625   _pre12... ph43r...
1626
1627   24 Jun 2005; Eric Edgar <rocket@gentoo.org> genkernel:
1628   Add info for cmdline usage to genkernel
1629
1630   23 Jun 2005; Eric Edgar <rocket@gentoo.org>
1631   generic/initrd.scripts:
1632   Fix confusing volume manager message
1633
1634   23 Jun 2005; Chris Gianelloni <wolf31o2@gentoo.org>
1635   alpha/modules_load, x86_64/modules_load:
1636   Add Fusion MPT support
1637
1638   23 Jun 2005; Eric Edgar <rocket@gentoo.org> x86/modules_load:
1639   Add Fusion MPT support for VMWare machines
1640
1641   23 Jun 2005; Eric Edgar <rocket@gentoo.org> gen_compile.sh:
1642   Add missing else
1643
1644   23 Jun 2005; Eric Edgar <rocket@gentoo.org> gen_compile.sh:
1645   Fix missing elif
1646
1647   22 Jun 2005; Tim Yamin <plasmaroo@gentoo.org> generic/linuxrc,
1648   genkernel, pkg/udev-054.tar.bz2:
1649   Fix #76082, #86487, #87673, #95993.
1650
1651   22 Jun 2005; Eric Edgar <rocket@gentoo.org>
1652   generic/initrd.scripts, generic/linuxrc:
1653   Fix bug 87673. Option passing for dmraid. dodmraid= on the
1654   cmdline. sets up /sbin/dmraid -ay .
1655
1656   22 Jun 2005; Eric Edgar <rocket@gentoo.org> generic/linuxrc:
1657   Fix for bug 86487. Allowing a subdirectory of a block device to
1658   be chrooted from and booted. New cmdline option subdir=
1659
1660   22 Jun 2005; Eric Edgar <rocket@gentoo.org> gen_compile.sh:
1661   Fix udev for sparc so it compiles properly
1662
1663   22 Jun 2005; Eric Edgar <rocket@gentoo.org>
1664   generic/initrd.scripts, generic/linuxrc:
1665   Remove sort because busybox is not compiled with it. Remove
1666   unnecessary UML fixes
1667
1668   22 Jun 2005; Eric Edgar <rocket@gentoo.org> gen_cmdline.sh,
1669   gen_compile.sh, gen_determineargs.sh:
1670   Fix bug 68903; Allows the CROSS_COMPILE env to be set for
1671   kernel compiles. Added --kernel-cross-compile= option
1672
1673   21 Jun 2005; Tim Yamin <plasmaroo@gentoo.org> gen_cmdline.sh,
1674   genkernel, genkernel.8:
1675   Fix #95993, #96300.
1676
1677   20 Jun 2005; Eric Edgar <rocket@gentoo.org>
1678   gen_determineargs.sh:
1679   Fix genkernel crash when .config is present and testing for
1680   Localversion info on a 2.6 kernel
1681
1682   17 Jun 2005; Eric Edgar <rocket@gentoo.org>
1683   gen_determineargs.sh:
1684   Fix 2.6 crash detecting LocalVersion, fix 2.4 kernels so they
1685   dont do localversion checks as they dont support it
1686
1687   16 Jun 2005; Eric Edgar <rocket@gentoo.org> gen_compile.sh:
1688   udev build fix for no ARCH=um architectures
1689
1690   16 Jun 2005; Eric Edgar <rocket@gentoo.org>
1691   gen_determineargs.sh, gen_initramfs.sh, gen_initrd.sh,
1692   gen_moddeps.sh, genkernel:
1693   Localversion changes to kerncache, and added a sleep statement
1694   so modprobe loop has a chance to work
1695
1696   15 Jun 2005; Tim Yamin <plasmaroo@gentoo.org> genkernel:
1697   Fix devfs for those archs that still need it.
1698
1699   15 Jun 2005; Tim Yamin <plasmaroo@gentoo.org> gen_cmdline.sh,
1700   gen_compile.sh, gen_determineargs.sh, gen_funcs.sh,
1701   gen_initramfs.sh, gen_initrd.sh, gen_package.sh,
1702   generic/initrd.defaults, generic/initrd.scripts,
1703   generic/linuxrc, genkernel, genkernel.conf:
1704   Add rocket's unionfs patch and linuxrc cleanup; fix Pegasos with
1705   regard to initramfs.
1706
1707   15 Jun 2005; Tim Yamin <plasmaroo@gentoo.org> ppc/Pegasos,
1708   ppc/config.sh:
1709   Fix Pegasos on initramfs and add an updated Pegasos config,
1710   thanks dholm!
1711
1712   12 Jun 2005; Tim Yamin <plasmaroo@gentoo.org> generic/linuxrc:
1713   Fix 'lib64: No such...' error.
1714
1715   07 Jun 2005; Chris Gianelloni <wolf31o2@gentoo.org>
1716   gen_package.sh:
1717   Fixing up minkernpackage
1718
1719   07 Jun 2005; Chris Gianelloni <wolf31o2@gentoo.org>
1720   x86_64/kernel-config-2.6:
1721   Added floppy module to kernel config for bug #95272.
1722
1723   04 Jun 2005; Tim Yamin <plasmaroo@gentoo.org>
1724   x86_64/kernel-config-2.6:
1725   Disable sound stuff, #92711.
1726
1727   03 Jun 2005; Tim Yamin <plasmaroo@gentoo.org>
1728   gen_bootloader.sh, genkernel:
1729   Fix syntax.
1730
1731   02 Jun 2005; Tim Yamin <plasmaroo@gentoo.org>
1732   gen_bootloader.sh:
1733   Add GRUB support cleanup by Richard Morris (#59192) to show an
1734   error if we can't work out device nodes and tell the user to
1735   manually generate grub.conf.
1736
1737   02 Jun 2005; Tim Yamin <plasmaroo@gentoo.org>
1738   +gen_initramfs.sh:
1739   Add gen_initramfs.sh into CVS from rocket's initramfs support
1740   patches.
1741
1742   02 Jun 2005; Tim Yamin <plasmaroo@gentoo.org> genkernel:
1743   Fix #94860; clean up concurrent compile tmpdir-setting.
1744
1745   02 Jun 2005; Tim Yamin <plasmaroo@gentoo.org>
1746   alpha/busy-config, generic/initrd.defaults,
1747   generic/initrd.scripts, generic/linuxrc, genkernel.8,
1748   ia64/busy-config, parisc/busy-config, parisc64/busy-config,
1749   ppc/busy-config, ppc64/busy-config, sparc/busy-config,
1750   sparc64/busy-config, um/busy-config, x86/busy-config,
1751   x86_64/busy-config, xen0/busy-config, xenU/busy-config:
1752   Remove evms and lvm2 from default boot args (they cause hardware
1753   issues, so users should explicitly specify them); add NFSboot
1754   support patches by Thomas Seiler.
1755
1756   02 Jun 2005; Chris Gianelloni <wolf31o2@gentoo.org>
1757   x86/kernel-config-2.6:
1758   Updated x86 2.6 kernel to 2005.0 config.
1759
1760   02 Jun 2005; Chris Gianelloni <wolf31o2@gentoo.org>
1761   alpha/kernel-config-2.4, +alpha/kernel-config-2.6,
1762   alpha/modules_load, um/modules_load, x86/modules_load,
1763   x86_64/modules_load, xen0/modules_load, xenU/modules_load:
1764   Updated alpha kernel configs to 2005.0 configs and updated
1765   modules_load for alpha, um, x86, x86_64, xen0, and xenU to match
1766   x86.
1767
1768   02 Jun 2005; Chris Gianelloni <wolf31o2@gentoo.org>
1769   gen_configkernel.sh:
1770   Added config parsing for dmraid modules if genkernel is called
1771   with --dmraid
1772
1773   25 May 2005; Chris Gianelloni <wolf31o2@gentoo.org>
1774   gen_configkernel.sh:
1775   Added check for --lvm2 and enable lvm2-required modules if they
1776   are not enabled already in the supplied .config file.
1777
1778   25 May 2005; Chris Gianelloni <wolf31o2@gentoo.org>
1779   x86/modules_load:
1780   Adding back in atp870u to modules_load on x86.
1781
1782   02 May 2005; Tim Yamin <plasmaroo@gentoo.org> x86/modules_load:
1783   Add ata_piix.
1784
1785   22 Apr 2005; Eric Edgar <rocket@gentoo.org> generic/linuxrc:
1786   Added support for reading /mnt/cdrom/cdupdate.sh if its
1787   executable on the livecd
1788
1789   22 Apr 2005; Tim Yamin <plasmaroo@gentoo.org> gen_cmdline.sh,
1790   gen_compile.sh, gen_configkernel.sh, gen_determineargs.sh,
1791   gen_initrd.sh, gen_package.sh, generic/linuxrc, genkernel,
1792   genkernel.8, -notes, -pkg/dietlibc-0.27.tar.bz2, +pkg/ia64,
1793   +pkg/ia64/README, +pkg/um, +pkg/um/README, +pkg/xen0,
1794   +pkg/xen0/README, +pkg/xenU, +pkg/xenU/README, +ppc/Pegasos,
1795   ppc/config.sh, +um, +um/busy-config, +um/config.sh,
1796   +um/kernel-config-2.4, +um/kernel-config-2.6, +um/modules_load,
1797   +xen0, +xen0/busy-config, +xen0/config.sh,
1798   +xen0/kernel-config-2.4, +xen0/kernel-config-2.6,
1799   +xen0/modules_load, +xenU, +xenU/busy-config, +xenU/config.sh,
1800   +xenU/kernel-config-2.4, +xenU/kernel-config-2.6,
1801   +xenU/modules_load:
1802   >> 3.2.0_beta1; now with extra froz-faktor <TM>.
1803
1804   29 Mar 2005; Eric Edgar <rocket@gentoo.org> generic/linuxrc:
1805   fixed bug in scan delay so that it will work with both udev and
1806   devfs
1807
1808   13 Mar 2005; Tim Yamin <plasmaroo@gentoo.org> generic/linuxrc:
1809   Add missing mkdir -p /etc/sysconfig to linuxrc.
1810
1811   12 Mar 2005; Tim Yamin <plasmaroo@gentoo.org> generic/linuxrc:
1812   Get udev to go as the default manager if the udev binary exists
1813   and 2.6 or above is being used.
1814
1815   11 Mar 2005; Tim Yamin <plasmaroo@gentoo.org> gen_compile.sh:
1816   mkdir -> mkdir -p
1817
1818   10 Mar 2005; Tim Yamin <plasmaroo@gentoo.org> gen_compile.sh,
1819   genkernel:
1820   Fix udev.rules install issue.
1821
1822   10 Mar 2005; Tim Yamin <plasmaroo@gentoo.org> gen_compile.sh,
1823   genkernel, genkernel.conf, -pkg/udev-039.tar.bz2,
1824   +pkg/udev-054.tar.bz2:
1825   >> 3.1.3. Remove udev static mode; upgrade udev to 054 instead.
1826
1827   08 Mar 2005; Tim Yamin <plasmaroo@gentoo.org>
1828   generic/initrd.defaults, generic/linuxrc:
1829   Add patch by Gerte Hoogewerf (gerte <-at-> nieuwenborg.nl) to
1830   fix dmraid with cdroot.
1831
1832   07 Mar 2005; Eric Edgar <rocket@gentoo.org>
1833   gen_configkernel.sh:
1834   Fix possible broken pipe error message when configuring the
1835   kernel
1836
1837   07 Mar 2005; Eric Edgar <rocket@gentoo.org> gen_compile.sh:
1838   Fix for broken pipe when configuring busybox in the
1839   gen_compile.sh script
1840
1841   07 Mar 2005; Tim Yamin <plasmaroo@gentoo.org> generic/linuxrc,
1842   genkernel, x86/modules_load, x86_64/modules_load:
1843   >> 3.1.1d. Add sata_qstor; fix #83328.
1844
1845   03 Mar 2005; Tim Yamin <plasmaroo@gentoo.org>
1846   generic/initrd.scripts:
1847   Check for dummy 'livecd' file instead of 'gentoo'.
1848
1849   03 Mar 2005; Tim Yamin <plasmaroo@gentoo.org>
1850   generic/initrd.scripts, genkernel:
1851   >> 3.1.1c. Add LiveCD detection to skip mountable but non-LiveCD
1852   media; requires Catalyst 1.1.6.
1853
1854   02 Mar 2005; Tim Yamin <plasmaroo@gentoo.org> genkernel,
1855   genkernel.conf:
1856   Bump dmraid, >> 3.1.1.b.
1857
1858   01 Mar 2005; Tim Yamin <plasmaroo@gentoo.org> gen_compile.sh,
1859   genkernel:
1860   Fix 2.4 -j0 issue.
1861
1862   28 Feb 2005; Tim Yamin <plasmaroo@gentoo.org> gen_compile.sh:
1863   Fix -j0 2.4 modules breakage.
1864
1865   25 Feb 2005; Tim Yamin <plasmaroo@gentoo.org> gen_compile.sh,
1866   generic/initrd.defaults, genkernel, x86/modules_load,
1867   x86_64/modules_load:
1868   >> 3.1.0k -- Add MODULES_SATA, fix udev on non-x86 archs where
1869   there seem to be problems with KLibC+udev so use a static udev
1870   on those.
1871
1872   24 Feb 2005; Eric Edgar <rocket@gentoo.org> gen_cmdline.sh,
1873   gen_determineargs.sh, gen_package.sh, genkernel, genkernel.8:
1874   Add support for maxkernpackage
1875   creates a tarball containing:
1876   kernel
1877   initrd
1878   contents of /lib/modules
1879   kernel config
1880
1881   24 Feb 2005; Tim Yamin <plasmaroo@gentoo.org> gen_compile.sh:
1882   Fix 2.4 strict flag filtering issue.
1883
1884   24 Feb 2005; Tim Yamin <plasmaroo@gentoo.org> genkernel.8:
1885   Document arbitrary scandelay initrd option.
1886
1887   20 Feb 2005; Tim Yamin <plasmaroo@gentoo.org> generic/linuxrc,
1888   genkernel:
1889   Fix '/tmp/.initrd/bin/[' to '[' in places before the pivot_root.
1890
1891   18 Feb 2005; Tim Yamin <plasmaroo@gentoo.org> generic/linuxrc,
1892   genkernel, pkg/udev-039.tar.bz2, x86/modules_load:
1893   Fix #58686 and #80716.
1894
1895   17 Feb 2005; Tim Yamin <plasmaroo@gentoo.org> gen_cmdline.sh,
1896   gen_compile.sh, gen_determineargs.sh, gen_initrd.sh,
1897   generic/linuxrc, genkernel.conf, pkg/udev-039.tar.bz2:
1898   Add DMRAID support (thanks rocket!); fix AMD64 udev issues (#65985).
1899
1900   31 Jan 2005; Tim Yamin <plasmaroo@gentoo.org> generic/linuxrc:
1901   Fix #77259.
1902
1903   30 Jan 2005; Tim Yamin <plasmaroo@gentoo.org> generic/linuxrc,
1904   genkernel:
1905   Fix #79999.
1906
1907   27 Jan 2005; Tim Yamin <plasmaroo@gentoo.org> gen_initrd.sh:
1908   -eq >> = for the LVM and EVMS2 checks.
1909
1910   27 Jan 2005; Tim Yamin <plasmaroo@gentoo.org> generic/linuxrc,
1911   genkernel:
1912   Add patch for turning off LVM and EVMS2 optionally at boot time
1913   even if compiled into initrd; bug #79755.
1914
1915   26 Jan 2005; Tim Yamin <plasmaroo@gentoo.org> gen_initrd.sh:
1916   Fix #79502; thanks to rocket for the patch.
1917
1918   22 Jan 2005; Tim Yamin <plasmaroo@gentoo.org> genkernel:
1919   Make udev default for 2.6+
1920
1921   22 Jan 2005; Tim Yamin <plasmaroo@gentoo.org> generic/linuxrc:
1922   Add missing #72253 patch.
1923
1924   22 Jan 2005; Tim Yamin <plasmaroo@gentoo.org> generic/linuxrc:
1925   Add missing echo; #77363.
1926
1927   22 Jan 2005; Tim Yamin <plasmaroo@gentoo.org>
1928   gen_bootloader.sh, generic/initrd.scripts, generic/linuxrc,
1929   genkernel:
1930   >> 3.1.0e. Fixes #73356, #74758, #77277, #77363, #78636.
1931
1932   10 Jan 2005; Tim Yamin <plasmaroo@gentoo.org> gen_cmdline.sh,
1933   gen_initrd.sh:
1934   Add --evms2 patch by Eric Edgar; bug #77385.
1935
1936   21 Dec 2004; Tim Yamin <plasmaroo@gentoo.org> genkernel,
1937   pkg/dietlibc-0.27.tar.bz2:
1938   >> 3.1.0d; bug #73112.
1939
1940   17 Dec 2004; Tim Yamin <plasmaroo@gentoo.org> x86/modules_load:
1941   Removing tmscsim module; bug #72055.
1942
1943   01 Dec 2004; Tim Yamin <plasmaroo@gentoo.org> gen_initrd.sh:
1944   Fix for bug #73054.
1945
1946   30 Nov 2004; Tim Yamin <plasmaroo@gentoo.org>
1947   gen_determineargs.sh, gen_initrd.sh:
1948   >> 3.0.2c. Adding LVM2 args code to gen_determineargs.sh.
1949
1950   29 Nov 2004; Tim Yamin <plasmaroo@gentoo.org> genkernel:
1951   Bugfix for bug #72342.
1952
1953   27 Nov 2004; Tim Yamin <plasmaroo@gentoo.org> genkernel,
1954   +genkernel.8:
1955   Time for our own manpage...
1956
1957   27 Nov 2004; Tim Yamin <plasmaroo@gentoo.org> gen_cmdline.sh,
1958   gen_compile.sh, gen_determineargs.sh, gen_initrd.sh, genkernel,
1959   genkernel.conf:
1960   LVM2 compilation support; thanks to Eric Edgar for the patch.
1961   Bug #72129.
1962
1963   27 Nov 2004; Tim Yamin <plasmaroo@gentoo.org> gen_initrd.sh,
1964   generic/initrd.scripts, generic/linuxrc:
1965   Udev speedups; thanks to Eric Edgar for the patch - bug #72253.
1966
1967   27 Nov 2004; Tim Yamin <plasmaroo@gentoo.org> x86/modules_load:
1968   Adding MODULES_LVM2; #72129 // #72253.
1969
1970   13 Nov 2004; Tim Yamin <plasmaroo@gentoo.org> gen_cmdline.sh,
1971   gen_initrd.sh:
1972   Adding user-specified /linuxrc support; bug #66198.
1973
1974   13 Nov 2004; Tim Yamin <plasmaroo@gentoo.org> genkernel:
1975   ramdisk=8092 >> ramdisk_size=8092; bug #64864.
1976
1977   13 Nov 2004; Tim Yamin <plasmaroo@gentoo.org> gen_cmdline.sh,
1978   gen_initrd.sh, generic/initrd.defaults, generic/linuxrc:
1979   Adding EVMS2 support; bug #61827.
1980
1981   13 Nov 2004; Tim Yamin <plasmaroo@gentoo.org> gen_initrd.sh:
1982   LVM fix, bug #69745.
1983
1984   05 Nov 2004; Tim Yamin <plasmaroo@gentoo.org> gen_cmdline.sh:
1985   Fix for --minkernpackage and 'kernel' only instead of all; bug
1986   #70193.
1987
1988   26 Oct 2004; Tim Yamin <plasmaroo@gentoo.org> x86/modules_load:
1989   uchi-hcd >> uhci-hcd.
1990
1991   25 Oct 2004; Mike Frysinger <vapier@gentoo.org> gen_cmdline.sh:
1992   clean up some of the help output
1993
1994   23 Oct 2004; Tim Yamin <plasmaroo@gentoo.org> README,
1995   gen_cmdline.sh, gen_compile.sh, gen_determineargs.sh,
1996   gen_initrd.sh, generic/initrd.defaults, generic/initrd.scripts,
1997   generic/linuxrc, genkernel, genkernel.conf,
1998   -pkg/busybox-1.00-pre2-decl.patch,
1999   pkg/busybox-1.00-pre7-losetup-crypto-alpha.tar.bz2,
2000   pkg/devfsd-1.3.25-dietlibc-kernel25.tar.bz2,
2001   -pkg/dietlibc-0.26.tar.bz2, +pkg/dietlibc-0.27.tar.bz2,
2002   -pkg/udev-030.tar.bz2, +pkg/udev-039.tar.bz2, x86/modules_load:
2003   >> 3.1.0b.
2004
2005   09 Oct 2004; Tim Yamin <plasmaroo@gentoo.org> gen_initrd.sh:
2006   vgscan >> lvm; bug #44091.
2007
2008   02 Oct 2004; Travis Tilley <lv@gentoo.org> x86_64/modules_load:
2009   fix the sata crap
2010
2011   27 Sep 2004; Travis Tilley <lv@gentoo.org>
2012   x86_64/kernel-config-2.6, x86_64/kernel-config-2.6-smp,
2013   x86_64/modules_load:
2014   add bluetooth for one user's bluetooth kb+mouse, fix usb module
2015   stuff, add in support for an ide chipset used in some em64t boxes
2016
2017   27 Sep 2004; Travis Tilley <lv@gentoo.org>
2018   x86_64/kernel-config-2.6, x86_64/kernel-config-2.6-smp:
2019   CONFIG_SCSI_AIC7XXX_OLD, you are the weakest link! goodbye!
2020
2021   26 Sep 2004; Travis Tilley <lv@gentoo.org>
2022   x86_64/kernel-config-2.6, x86_64/kernel-config-2.6-smp:
2023   new generic genkernel configs. em64t support, here we come
2024
2025   19 Sep 2004; Tim Yamin <plasmaroo@gentoo.org>
2026   x86/kernel-config-2.6:
2027   Adding CONFIG_CRYPTO_ARC4=m; bug #58360.
2028
2029   19 Sep 2004; Tim Yamin <plasmaroo@gentoo.org>
2030   gen_bootloader.sh:
2031   Adding updated grub.conf patch from Mathias Gug, bug #57576.
2032
2033   19 Sep 2004; Tim Yamin <plasmaroo@gentoo.org> gen_compile.sh,
2034   gen_funcs.sh, genkernel:
2035   Adding robbat2's patch for bug #62365.
2036
2037   19 Sep 2004; Tim Yamin <plasmaroo@gentoo.org> gen_compile.sh,
2038   genkernel, genkernel.conf,
2039   pkg/devfsd-1.3.25-dietlibc-kernel25.tar.bz2,
2040   -pkg/dietlibc-0.24.tar.bz2, +pkg/dietlibc-0.26.tar.bz2:
2041   Disabling dietlibc usage for devfsd and modutils; dietlibc
2042   updated to a new Hardened-aware version. Bug #60862.
2043
2044   18 Sep 2004; Tim Yamin <plasmaroo@gentoo.org> gen_package.sh:
2045   Adding missing {} around a logic check; bug #64514.
2046
2047   23 Aug 2004; Tim Yamin <plasmaroo@gentoo.org> gen_cmdline.sh:
2048   --no-lvm-2 >> --no-lvm2 as it should be.
2049
2050   23 Aug 2004; Tim Yamin <plasmaroo@gentoo.org> gen_funcs.sh:
2051   Updated the --cache-dir patch to patch #36982.
2052
2053   14 Aug 2004; Tim Yamin <plasmaroo@gentoo.org> gen_initrd.sh,
2054   +ia64, +ia64/busy-config, +ia64/config.sh,
2055   +ia64/kernel-config-2.6, +ia64/modules_load:
2056   Added an ia64 config.
2057
2058   11 Aug 2004; Tim Yamin <plasmaroo@gentoo.org> genkernel:
2059   Added a check to disable udev on 2.4 kernels; bug #59687.
2060
2061   11 Aug 2004; Tim Yamin <plasmaroo@gentoo.org> gen_cmdline.sh,
2062   gen_compile.sh, gen_determineargs.sh, gen_initrd.sh,
2063   generic/initrd.scripts, generic/linuxrc, genkernel:
2064   Added LiveCD udev support.
2065
2066   07 Aug 2004; Tim Yamin <plasmaroo@gentoo.org>
2067   x86/kernel-config-2.6, x86/modules_load:
2068   modules_load cleaned up to match the version used for the 2004.2
2069   release, also added BusLogic=m to the 2.6 configartion: bug #59310.
2070
2071   30 Jul 2004; Tim Yamin <plasmaroo@gentoo.org>
2072   generic/initrd.scripts:
2073   Removed "-t iso9660" which causes issues on Gentoo/PPC-Pegasos,
2074   supposedly.
2075
2076   29 Jul 2004; Tim Yamin <plasmaroo@gentoo.org> gen_cmdline.sh,
2077   gen_determineargs.sh, gen_funcs.sh, genkernel, genkernel.conf:
2078   Patch for bug #57867 adding --cachedir=<dir> by Martin Parm.
2079
2080   29 Jul 2004; Tim Yamin <plasmaroo@gentoo.org> gen_initrd.sh,
2081   genkernel:
2082   '-ne' >> '!=' for LVM2 static support to work properly; bug
2083   #58816.
2084
2085   28 Jul 2004; Tim Yamin <plasmaroo@gentoo.org>
2086   x86/kernel-config-2.4:
2087   Ext3 shouldn't really be a module - bug #58663.
2088
2089   28 Jul 2004; Tim Yamin <plasmaroo@gentoo.org> gen_compile.sh,
2090   generic/linuxrc:
2091   Fix for "udev" not having to be passed to the linuxrc; and a fix
2092   for the devfsd bincache not being used.
2093
2094   28 Jul 2004; Tim Yamin <plasmaroo@gentoo.org>
2095   gen_bootloader.sh, gen_cmdline.sh, gen_compile.sh,
2096   gen_determineargs.sh, gen_initrd.sh, generic/linuxrc, genkernel,
2097   genkernel.conf, +pkg/udev-030.tar.bz2:
2098   >> 3.0.2e. Code formatting fixes from Bob Barry, as well as a
2099   patch for bug #57953 from Martin Parm. Udev support, bug #49328.
2100
2101   22 Jul 2004; Tim Yamin <plasmaroo@gentoo.org> gen_compile.sh:
2102   Fix for bug #57865. Thanks to Martin Parm for the patch!
2103
2104   21 Jul 2004; Tim Yamin <plasmaroo@gentoo.org> genkernel:
2105   Added a patch for only [re]mounting /boot when installation is
2106   required. Patch from bug #57836 by Martin "Parmus" Parm.
2107
2108   21 Jul 2004; Tim Yamin <plasmaroo@gentoo.org>
2109   +gen_bootloader.sh, gen_cmdline.sh, gen_determineargs.sh,
2110   genkernel, genkernel.conf:
2111   GRUB Bootloader support - bug #57576. Thanks to Mathias Gug for
2112   the patch!
2113
2114   21 Jul 2004; Tim Yamin <plasmaroo@gentoo.org> gen_cmdline.sh,
2115   gen_compile.sh, gen_determineargs.sh, gen_initrd.sh,
2116   gen_moddeps.sh, genkernel, genkernel.conf:
2117   Adding a set of patches submitted by Martin "Parmus" Parm; bugs
2118   #57748, #57749, #57751, #57752, and #57761.
2119
2120   16 Jul 2004; Tim Yamin <plasmaroo@gentoo.org> gen_cmdline.sh,
2121   gen_funcs.sh, genkernel:
2122   Bug #57297 fix.
2123
2124   14 Jul 2004; Tim Yamin <plasmaroo@gentoo.org> gen_cmdline.sh,
2125   genkernel, pkg/modutils-2.4.26.tar.bz2:
2126   >> 3.0.2d. Modutils ./configure* patch for HPPA and an option
2127   parsing fix.
2128
2129   12 Jul 2004; Tim Yamin <plasmaroo@gentoo.org>
2130   x86/kernel-config-2.6:
2131   Added CONFIG_PRINTER=y; bug #47666.
2132
2133   12 Jul 2004; Tim Yamin <plasmaroo@gentoo.org>
2134   gen_configkernel.sh, x86/config.sh:
2135   Added a sed to ensure Ext2 support is on; bug #52558.
2136
2137   12 Jul 2004; Tim Yamin <plasmaroo@gentoo.org> gen_funcs.sh,
2138   gen_initrd.sh, genkernel, x86/modules_load:
2139   >> 3.0.2c. Added more PCMCIA modules to the x86 module list; and
2140   added the bug
2141   #52561 patch.
2142
2143   03 Jul 2004; Tim Yamin <plasmaroo@gentoo.org> generic/linuxrc:
2144   Added a patch allowing arguments to be passed to init by
2145   real_init=...; this closes bug #55736.
2146
2147   19 Jun 2004; Tim Yamin <plasmaroo@gentoo.org>
2148   gen_configkernel.sh:
2149   Fix for bug #54455; moved the code to create a backup .config
2150   upwards since
2151   before the "make mrproper" just wiped it out.
2152
2153   04 Jun 2004; Tim Yamin <plasmaroo@gentoo.org>
2154   generic/keymaps.tar.gz:
2155   New keymaps tarball lost the keymapList file; added back in.
2156
2157   03 Jun 2004; Tim Yamin <plasmaroo@gentoo.org>
2158   alpha/modules_load, gen_arch.sh, gen_cmdline.sh, gen_compile.sh,
2159   gen_configkernel.sh, gen_determineargs.sh, gen_funcs.sh,
2160   gen_initrd.sh, gen_moddeps.sh, gen_package.sh,
2161   generic/initrd.defaults, generic/initrd.scripts,
2162   generic/keymaps.tar.gz, generic/linuxrc, generic/modprobe,
2163   genkernel, parisc/modules_load, parisc64/modules_load,
2164   pkg/busybox-1.00-pre7-losetup-crypto-alpha.tar.bz2,
2165   ppc/modules_load, ppc64/modules_load, sparc/modules_load,
2166   sparc64/modules_load, x86/kernel-config-2.4,
2167   x86/kernel-config-2.6, x86/modules_load, x86_64/modules_load:
2168   New release:
2169   
2170   * Busybox patched to support loops on 2.4 thus giving 2.4
2171   squashfs
2172   support.
2173   * Various bug fixes; #46167, #46278, #47551, #48219, #48308,
2174   #48339, #49728, #51395, #51948.
2175   * Speedups: "" > ''; [ ! ... ] && > [ ... ] || et al where
2176   applicable.
2177
2178   11 Apr 2004; Tim Yamin <plasmaroo@gentoo.org>
2179   x86/kernel-config-2.6:
2180   Modularized parallel support in the X86 2.6 configuration.
2181
2182   11 Apr 2004; Tim Yamin <plasmaroo@gentoo.org> gen_funcs.sh,
2183   generic/linuxrc, genkernel:
2184   Bugfixes for bugs #46941, #46641; and a cosmetic fix for LiveCD
2185   mount issues.
2186
2187   02 Apr 2004; Tim Yamin <plasmaroo@gentoo.org> gen_cmdline.sh:
2188   Added an error message for mistyped options [ Bug #45946 ] and
2189   also shortened the help list into two sections: a long one specified by
2190   --help and a short default one.
2191
2192   02 Apr 2004; Tim Yamin <plasmaroo@gentoo.org> gen_initrd.sh,
2193   genkernel:
2194   Fix for bug #46596; version header update.
2195
2196   28 Mar 2004; Tim Yamin <plasmaroo@gentoo.org> generic/linuxrc:
2197   Applied the fixed for ``docache'' to work properly on zisofs.
2198
2199   27 Mar 2004; Tim Yamin <plasmaroo@gentoo.org> gen_compile.sh,
2200   gen_initrd.sh, generic/initrd.defaults, generic/linuxrc:
2201   A few short fixes: reduced compilation verbosity; bootsplash fix
2202   to use both 'bootsplash' and 'bootsplash.conf' rather than 'bootsplash'
2203   and also docache support which should work on at least loopFSes for now.
2204
2205   22 Mar 2004; Jason Wever <weeve@gentoo.org> sparc/config.sh:
2206   Fixed MAKEOPTS for sparc32 so kernels will reliably build.
2207
2208   21 Mar 2004; Tim Yamin <plasmaroo@gentoo.org> README, TODO,
2209   gen_cmdline.sh, gen_compile.sh, gen_configkernel.sh,
2210   gen_determineargs.sh, gen_funcs.sh, gen_initrd.sh,
2211   generic/initrd.defaults, generic/initrd.scripts,
2212   +generic/keymaps.tar.gz, generic/linuxrc, generic/modprobe,
2213   genkernel, genkernel.conf, x86/modules_load:
2214   Version bump. Closes bugs #34948, #37371, #41129, #41166,
2215   #42725, #42815, #44127, #44556, and #44601.
2216
2217   20 Mar 2004; Tim Yamin <plasmaroo@gentoo.org>
2218   -pkg/busybox-1.00-pre8-alpha.patch,
2219   -pkg/busybox-1.00-pre8-crypto-losetup.patch,
2220   -pkg/busybox-1.00-pre8-losetup-alpha.tar.bz2:
2221   Removing broken 1.00-pre8 busybox.
2222
2223   08 Mar 2004; Tom Gall <tgall@gentoo.org>
2224   +ppc64/kernel-2.6-pSeries, +ppc64/kernel-2.6.g5:
2225   g5 and pseries kernel config
2226
2227   08 Mar 2004; Brad House <brad_mssw@gentoo.org> +ppc64,
2228   +ppc64/busy-config, +ppc64/config.sh, +ppc64/modules_load:
2229   ppc64 profile
2230
2231   06 Mar 2004; Pieter van den Abeele <pvdabeel@gentoo.org>
2232   +ppc/2.6.3-benh2-G4-SMP.autoload, +ppc/2.6.3-benh2-G4.autoload,
2233   +ppc/2.6.3-benh2-G5-SMP.autoload, +ppc/2.6.3-benh2-G5.autoload:
2234   What stuff needs to be automatically loaded for each kernel
2235
2236   06 Mar 2004; Pieter van den Abeele <pvdabeel@gentoo.org>
2237   ppc/G4, ppc/G4-SMP, ppc/G5, ppc/G5-SMP:
2238   bugfixes - posible /proc mounting lock bug solution included (removed
2239   rivafb support)
2240
2241   06 Mar 2004; Pieter van den Abeele <pvdabeel@gentoo.org>
2242   ppc/G4, ppc/G4-SMP, ppc/G5, ppc/G5-SMP:
2243   bugfixed kernels - still rivafb enabled
2244
2245   01 Mar 2004; Brad House <brad_mssw@gentoo.org> genkernel:
2246   version bump
2247
2248   01 Mar 2004; Brad House <brad_mssw@gentoo.org> genkernel.conf:
2249   busybox version change
2250
2251   27 Feb 2004; Daniel Robbins <drobbins@gentoo.org>
2252   gen_initrd.sh:
2253   initrd bootsplash fix to use "default"
2254
2255   27 Feb 2004; Pieter van den Abeele <pvdabeel@gentoo.org>
2256   -ppc/G3, -ppc/G3-SMP:
2257   Migrated G3 into G4
2258
2259   26 Feb 2004; Pieter van den Abeele <pvdabeel@gentoo.org>
2260   +ppc/G3, +ppc/G3-SMP, +ppc/G4, +ppc/G4-SMP, +ppc/G5,
2261   +ppc/G5-SMP, -ppc/kernel-config-2.4-g3g4,
2262   -ppc/kernel-config-2.4-g5:
2263   Updated kernel .configs.
2264   
2265   G5-SMP verified to work on dual G5 1.8 w. radeon and 160G SATA
2266   Others are being tested right now
2267
2268   25 Feb 2004; Brad House <brad_mssw@gentoo.org>
2269   +pkg/busybox-1.00-pre7-losetup-crypto-alpha.tar.bz2:
2270   busybox pre7 patched
2271
2272   25 Feb 2004; Brad House <brad_mssw@gentoo.org> genkernel,
2273   genkernel.conf, +pkg/busybox-1.00-pre7-crypto-losetup-2.patch,
2274   -pkg/busybox-1.00-pre7-crypto-losetup-2.tar.bz2,
2275   +pkg/busybox-1.00-pre8-alpha.patch,
2276   +pkg/busybox-1.00-pre8-crypto-losetup.patch,
2277   +pkg/busybox-1.00-pre8-losetup-alpha.tar.bz2:
2278   busybox update and alpha fix
2279
2280   25 Feb 2004; Brad House <brad_mssw@gentoo.org>
2281   generic/linuxrc, generic/modprobe:
2282   script updates, less debugging, and modprobe return code fix
2283
2284   25 Feb 2004; Brad House <brad_mssw@gentoo.org>
2285   x86/kernel-config-2.4:
2286   too many complaints, make reiser static
2287
2288   22 Feb 2004; Brad House <brad_mssw@gentoo.org> genkernel:
2289   version update
2290
2291   22 Feb 2004; Brad House <brad_mssw@gentoo.org>
2292   +pkg/busybox-1.00-pre7-crypto-losetup-2.tar.bz2:
2293   busybox tarball
2294
2295   22 Feb 2004; Brad House <brad_mssw@gentoo.org>
2296   generic/linuxrc, genkernel.conf,
2297   -pkg/busybox-1.00-pre7-crypto-losetup.patch,
2298   -pkg/busybox-1.00-pre7-crypto-patched.tar.bz2,
2299   x86_64/kernel-config-2.6, +x86_64/kernel-config-2.6-emachines,
2300   +x86_64/kernel-config-2.6-smp:
2301   gcloop fixes
2302
2303   14 Feb 2004; Brad House <brad_mssw@gentoo.org> generic/linuxrc:
2304   create /dev/console if for some reason /dev wasn't on the fs
2305
2306   14 Feb 2004; Brad House <brad_mssw@gentoo.org> genkernel:
2307   temp move
2308
2309   14 Feb 2004; Brad House <brad_mssw@gentoo.org>
2310   +pkg/busybox-1.00-pre7-crypto-patched.tar.bz2:
2311   pkg
2312
2313   14 Feb 2004; Brad House <brad_mssw@gentoo.org> genkernel.conf,
2314   -pkg/busybox-1.00-pre3-patched.tar.bz2,
2315   -pkg/busybox-1.00-pre3.tar.bz2,
2316   +pkg/busybox-1.00-pre7-crypto-losetup.patch:
2317   busybox updates
2318
2319   14 Feb 2004; Brad House <brad_mssw@gentoo.org> generic/linuxrc:
2320   gcloop fix
2321
2322   14 Feb 2004; Brad House <brad_mssw@gentoo.org> genkernel,
2323   +pkg/ppc, +pkg/ppc/README:
2324   updates
2325
2326   14 Feb 2004; Brad House <brad_mssw@gentoo.org> generic/linuxrc:
2327   initrd updates for correctness, squashfs, and gcloop
2328
2329   12 Feb 2004; Luca Barbato <lu_zero@gentoo.org> +pkg/ppc64,
2330   +pkg/ppc64/README, +ppc, +ppc/busy-config, +ppc/config.sh,
2331   +ppc/kernel-config-2.4-g3g4, +ppc/kernel-config-2.4-g5,
2332   +ppc/modules_load:
2333   pvdabeel's first import.
2334
2335   08 Feb 2004; Brad House <brad_mssw@gentoo.org> generic/linuxrc:
2336   typo
2337
2338   07 Feb 2004; Brad House <brad_mssw@gentoo.org>
2339   generic/linuxrc, genkernel:
2340   beta10 finalizations
2341
2342   07 Feb 2004; Brad House <brad_mssw@gentoo.org> gen_compile.sh:
2343   make modules_install should use -j1 only
2344
2345   07 Feb 2004; Brad House <brad_mssw@gentoo.org>
2346   gen_configkernel.sh:
2347   err, backed up wrong file :)
2348
2349   03 Feb 2004; Guy Martin <gmsoft@gentoo.org> +parisc64,
2350   +parisc64/busy-config, +parisc64/config.sh,
2351   +parisc64/kernel-config-2.4, +parisc64/modules_load,
2352   +pkg/parisc64, +pkg/parisc64/README:
2353   Ported to parisc64
2354
2355   31 Jan 2004; Brad House <brad_mssw@gentoo.org>
2356   gen_determineargs.sh:
2357   make commandline debugfile option work
2358
2359   30 Jan 2004; Brad House <brad_mssw@gentoo.org>
2360   generic/modprobe, x86_64/modules_load:
2361   modprobe fixes, and scsi module updates for x86_64
2362
2363   30 Jan 2004; Brad House <brad_mssw@gentoo.org>
2364   generic/linuxrc, genkernel:
2365   hwopts fix
2366
2367   28 Jan 2004; Brad House <brad_mssw@gentoo.org> genkernel:
2368   cleanups
2369
2370   28 Jan 2004; Brad House <brad_mssw@gentoo.org> gen_initrd.sh:
2371   debugfile truncation fix
2372
2373   28 Jan 2004; Brad House <brad_mssw@gentoo.org> genkernel:
2374   version bump
2375
2376   28 Jan 2004; Brad House <brad_mssw@gentoo.org>
2377   x86/kernel-config-2.6, x86_64/kernel-config-2.6:
2378   kernel config updates
2379
2380   28 Jan 2004; Brad House <brad_mssw@gentoo.org>
2381   gen_configkernel.sh, genkernel:
2382   misc fixes in relation to kernel configs
2383
2384   25 Jan 2004; Brain Jackson <iggy@gentoo.org>
2385   x86/kernel-config-2.4:
2386   new default config, works well with gentoo-sources
2387
2388   24 Jan 2004; Brad House <brad_mssw@gentoo.org> gen_funcs.sh,
2389   generic/linuxrc, genkernel:
2390   updates
2391
2392   18 Jan 2004; Brad House <brad_mssw@gentoo.org> +alpha,
2393   +alpha/busy-config, +alpha/config.sh, +alpha/kernel-config-2.4,
2394   +alpha/modules_load, +pkg/alpha, +pkg/alpha/README:
2395   add alpha profile
2396
2397   17 Jan 2004; Brad House <brad_mssw@gentoo.org> genkernel:
2398   version bump
2399
2400   17 Jan 2004; Brad House <brad_mssw@gentoo.org> generic/linuxrc:
2401   must bind-mount dev for loop devices
2402
2403   17 Jan 2004; Brad House <brad_mssw@gentoo.org> generic/linuxrc:
2404   support multiple loop types
2405
2406   11 Jan 2004; Brad House <brad_mssw@gentoo.org> generic/linuxrc:
2407   not -t ext3 use -t ext2 Im and idiot
2408
2409   11 Jan 2004; Brad House <brad_mssw@gentoo.org>
2410   generic/linuxrc, genkernel:
2411   fix for loop device mounting
2412
2413   11 Jan 2004; Brad House <brad_mssw@gentoo.org> genkernel:
2414   genkernel
2415
2416   11 Jan 2004; Brad House <brad_mssw@gentoo.org>
2417   generic/initrd.scripts, generic/linuxrc:
2418   more fixes
2419
2420   11 Jan 2004; Brad House <brad_mssw@gentoo.org>
2421   generic/initrd.scripts, generic/linuxrc:
2422   fixes
2423
2424   11 Jan 2004; Brad House <brad_mssw@gentoo.org> generic/linuxrc:
2425   livecd fixes
2426
2427   10 Jan 2004; Brad House <brad_mssw@gentoo.org> gen_compile.sh:
2428   uname machine for parisc, etc
2429
2430   08 Jan 2004; Brad House <brad_mssw@gentoo.org> +pkg/sparc,
2431   +pkg/sparc/README, +pkg/sparc64, +pkg/sparc64/README:
2432   dont forget placeholders for pkg directory
2433
2434   08 Jan 2004; Brad House <brad_mssw@gentoo.org>
2435   x86_64/kernel-config-2.6:
2436   updated config
2437
2438   08 Jan 2004; Brad House <brad_mssw@gentoo.org> +TODO:
2439   todo
2440
2441   08 Jan 2004; Brad House <brad_mssw@gentoo.org> genkernel:
2442   version bump
2443
2444   08 Jan 2004; Brad House <brad_mssw@gentoo.org> genkernel:
2445   fix
2446
2447   08 Jan 2004; Brad House <brad_mssw@gentoo.org>
2448   x86_64/kernel-config-2.6:
2449   updated kernel config
2450
2451   08 Jan 2004; Brad House <brad_mssw@gentoo.org> gen_compile.sh,
2452   gen_funcs.sh, genkernel:
2453   check for loop devices and fix debug printing
2454
2455   08 Jan 2004; Brad House <brad_mssw@gentoo.org> gen_cmdline.sh,
2456   gen_determineargs.sh, generic/linuxrc, parisc/config.sh,
2457   sparc/config.sh, sparc64/config.sh, x86/config.sh,
2458   x86_64/config.sh:
2459   add makeopts params, and fixes for if old coreutils is in root
2460
2461   05 Jan 2004; Jason Wever <weeve@gentoo.org> +sparc,
2462   +sparc/busy-config, +sparc/config.sh, +sparc/kernel-config,
2463   +sparc/modules_load, +sparc64, +sparc64/busy-config,
2464   +sparc64/config.sh, +sparc64/kernel-config,
2465   +sparc64/modules_load:
2466   Added sparc and sparc64 dirs for genkernel.
2467
2468   03 Jan 2004; Guy Martin <gmsoft@gentoo.org> +parisc,
2469   +parisc/busy-config, +parisc/config.sh,
2470   +parisc/kernel-config-2.4, +parisc/modules_load, +pkg/parisc,
2471   +pkg/parisc/README:
2472   Added parisc files
2473
2474   31 Dec 2003; Seemant Kulleen <seemant@gentoo.org>
2475   +x86/kernel-config-2.4:
2476   2.4 config thanks to iggycvs add kernel-config-2.4
2477
2478   24 Dec 2003; Brad House <brad_mssw@gentoo.org>
2479   gen_determineargs.sh:
2480   no bootsplash fix
2481
2482   24 Dec 2003; Brad House <brad_mssw@gentoo.org> genkernel:
2483   reverse kernel compile with modules make
2484
2485   23 Dec 2003; Brad House <brad_mssw@gentoo.org> README,
2486   +genkernel, -genkernel.sh:
2487   genkernel move
2488
2489   23 Dec 2003; Brad House <brad_mssw@gentoo.org> gen_cmdline.sh,
2490   gen_determineargs.sh, gen_initrd.sh, generic/linuxrc,
2491   genkernel.sh:
2492   no initrd modules stuff
2493
2494   23 Dec 2003; Brad House <brad_mssw@gentoo.org> gen_cmdline.sh,
2495   gen_determineargs.sh, +gen_package.sh, genkernel.sh:
2496   changes for livecd stuff
2497
2498   22 Dec 2003; Brad House <brad_mssw@gentoo.org> README:
2499   notes
2500
2501   22 Dec 2003; Brad House <brad_mssw@gentoo.org>
2502   gen_determineargs.sh:
2503   get extraversion properly
2504
2505   17 Dec 2003; Brad House <brad_mssw@gentoo.org>
2506   -x86_64/modprobe:
2507   remove modprobe from x86_64
2508
2509   17 Dec 2003; Brad House <brad_mssw@gentoo.org> README,
2510   gen_initrd.sh, gen_moddeps.sh, generic/initrd.defaults,
2511   generic/initrd.scripts, generic/linuxrc, generic/modprobe,
2512   x86_64/modules_load:
2513   fixes
2514
2515   17 Dec 2003; Brad House <brad_mssw@gentoo.org> gen_initrd.sh,
2516   generic/linuxrc, -x86/linuxrc, x86/modules_load,
2517   x86_64/modules_load:
2518   more generic
2519
2520   17 Dec 2003; Brad House <brad_mssw@gentoo.org> gen_initrd.sh,
2521   +generic, +generic/initrd.defaults, +generic/initrd.scripts,
2522   +generic/linuxrc, +generic/modprobe, -x86_64/initrd.defaults,
2523   -x86_64/initrd.scripts, -x86_64/linuxrc:
2524   make more generic
2525
2526   16 Dec 2003; Brad House <brad_mssw@gentoo.org> gen_initrd.sh,
2527   +gen_moddeps.sh, genkernel.sh, +x86_64/initrd.defaults,
2528   +x86_64/initrd.scripts, x86_64/linuxrc, +x86_64/modprobe,
2529   x86_64/modules_load:
2530   integrate new initrd, and module scanning
2531
2532   10 Dec 2003; Brad House <brad_mssw@gentoo.org> gen_initrd.sh:
2533   killall
2534
2535   10 Dec 2003; Brad House <brad_mssw@gentoo.org> gen_initrd.sh:
2536   devfsd fixes
2537
2538   09 Dec 2003; Brad House <brad_mssw@gentoo.org> gen_compile.sh:
2539   typos
2540
2541   09 Dec 2003; Brad House <brad_mssw@gentoo.org> gen_compile.sh,
2542   x86/config.sh, x86_64/config.sh:
2543   fix
2544
2545   09 Dec 2003; Brad House <brad_mssw@gentoo.org>
2546   +pkg/busybox-1.00-pre2-decl.patch:
2547   stuff
2548
2549   09 Dec 2003; Brad House <brad_mssw@gentoo.org> gen_cmdline.sh,
2550   gen_compile.sh, gen_determineargs.sh, x86/config.sh,
2551   x86_64/config.sh:
2552   different makes for kernel and utils
2553
2554   09 Dec 2003; Brad House <brad_mssw@gentoo.org> gen_cmdline.sh,
2555   gen_determineargs.sh, x86/config.sh, x86_64/config.sh:
2556   add make variable
2557
2558   09 Dec 2003; Brad House <brad_mssw@gentoo.org> gen_compile.sh,
2559   x86/config.sh:
2560   KERNEL_MAKE_2 for sparc
2561
2562   09 Dec 2003; Brad House <brad_mssw@gentoo.org> genkernel.conf,
2563   +pkg/busybox-1.00-pre3-patched.tar.bz2:
2564   busybox stuff
2565
2566   09 Dec 2003; Brad House <brad_mssw@gentoo.org> gen_compile.sh,
2567   gen_determineargs.sh, genkernel.conf, genkernel.sh:
2568   add devfsd support
2569
2570   09 Dec 2003; Brad House <brad_mssw@gentoo.org>
2571   +pkg/devfsd-1.3.25-dietlibc-kernel25.tar.bz2,
2572   +pkg/devfsd-1.3.25-dietlibc.patch:
2573   devfsd dietlibc stuff
2574
2575   09 Dec 2003; Brad House <brad_mssw@gentoo.org> gen_compile.sh,
2576   x86/config.sh, x86_64/config.sh:
2577   fixes
2578
2579   09 Dec 2003; Brad House <brad_mssw@gentoo.org> gen_compile.sh:
2580   umm, make configure scripts work with CC, AS, and LD set or unset
2581
2582   09 Dec 2003; Brad House <brad_mssw@gentoo.org> gen_compile.sh:
2583   don't forget 'env' before
2584
2585   09 Dec 2003; Brad House <brad_mssw@gentoo.org>
2586   +pkg/modutils-2.4.26.tar.bz2:
2587   forgot modutils package
2588
2589   09 Dec 2003; Brad House <brad_mssw@gentoo.org> gen_cmdline.sh,
2590   gen_compile.sh, gen_configkernel.sh, gen_determineargs.sh,
2591   x86/config.sh, x86_64/config.sh:
2592   need seperate toolkit for compilation of kernel and utils on sparc64
2593
2594   09 Dec 2003; Brad House <brad_mssw@gentoo.org> gen_compile.sh,
2595   gen_determineargs.sh:
2596   fixes for sparc, cant set LD or AS for sparc64
2597
2598   09 Dec 2003; Brad House <brad_mssw@gentoo.org>
2599   gen_configkernel.sh, gen_determineargs.sh, genkernel.conf,
2600   -x86/kernel-config, +x86/kernel-config-2.6,
2601   -x86_64/kernel-config, +x86_64/kernel-config-2.6:
2602   make friendly with 2.4
2603
2604   09 Dec 2003; Brad House <brad_mssw@gentoo.org> gen_cmdline.sh,
2605   gen_determineargs.sh, +pkg/x86, +pkg/x86/README, +pkg/x86_64,
2606   +pkg/x86_64/README:
2607   fixes
2608
2609   09 Dec 2003; Brad House <brad_mssw@gentoo.org> README,
2610   gen_compile.sh, gen_initrd.sh, genkernel.conf, genkernel.sh:
2611   2.4 kernel updates
2612
2613   08 Dec 2003; Brad House <brad_mssw@gentoo.org> +README,
2614   +gen_arch.sh, +gen_cmdline.sh, +gen_compile.sh,
2615   +gen_configkernel.sh, +gen_determineargs.sh, +gen_funcs.sh,
2616   +gen_initrd.sh, +genkernel.conf, +genkernel.sh, +notes, +pkg,
2617   +pkg/busybox-1.00-pre3.tar.bz2, +pkg/dietlibc-0.24.tar.bz2,
2618   +pkg/module-init-tools-0.9.15-pre4.tar.bz2, +x86,
2619   +x86/busy-config, +x86/config.sh, +x86/kernel-config,
2620   +x86/linuxrc, +x86/modules_load, +x86_64, +x86_64/busy-config,
2621   +x86_64/config.sh, +x86_64/kernel-config, +x86_64/linuxrc,
2622   +x86_64/modules_load:
2623   add new genkernel dev