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