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