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