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