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