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