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