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