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