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