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