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