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