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