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