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