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