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