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