Bump version to 3.4.12.6
[genkernel.git] / ChangeLog
1 # ChangeLog for genkernel
2 # Copyright: 
3 # - 2003-2008 Gentoo Foundation
4 # - 2008-2011 Various authors (see AUTHORS)
5 # Distributed under the GPL v2
6 # $Id$
7
8   31 Jan 2011; Sebastian Pipping <sping@gentoo.org> genkernel:
9   Bump version to 3.4.12.6
10
11   31 Jan 2011; Sebastian Pipping <sping@gentoo.org> ChangeLog:
12   Speed up LVM activation (bug #351047)
13
14   Special thanks:
15   - Peter Hjalmarsson
16
17   30 Jan 2011; Sebastian Pipping <sping@gentoo.org> genkernel:
18   Bump version to 3.4.12.5
19
20   30 Jan 2011; Sebastian Pipping <sping@gentoo.org> gen_initramfs.sh:
21   Give blkid of e2fsprogs precedence over busybox re-write by putting it into
22   /sbin, not /bin (bug #352746)
23
24   30 Jan 2011; Sebastian Pipping <sping@gentoo.org> arch/x86_64/kernel-config:
25   Enable CONFIG_USB_SUSPEND and CONFIG_PM_RUNTIME for x86_64 (bug #351376)
26
27   30 Jan 2011; Sebastian Pipping <sping@gentoo.org> genkernel:
28   Bump version to 3.4.12.4
29
30   30 Jan 2011; Sebastian Pipping <sping@gentoo.org> ChangeLog:
31   Enhance console handling on netboot linuxrc (bug #353084)
32   Enable shadow on netboot's busybox config (bug #353085)
33
34   Special thanks:
35   - Raúl Porcel
36
37   29 Jan 2011; Sebastian Pipping <sping@gentoo.org> genkernel:
38   Bump version to 3.4.12.3
39
40   29 Jan 2011; Sebastian Pipping <sping@gentoo.org> gen_compile.sh:
41   No longer require device mapper bincache for compiling lvm (bug #353026)
42
43   Special thanks:
44   - Peter Hjalmarsson
45
46   27 Jan 2011; Sebastian Pipping <sping@gentoo.org> genkernel:
47   Bump version to 3.4.12.2
48
49   27 Jan 2011; Sebastian Pipping <sping@gentoo.org> gen_determineargs.sh:
50   Revert kernel release detection fix (regression) (bug #352787)
51
52   23 Jan 2011; Sebastian Pipping <sping@gentoo.org> genkernel:
53   Bump version to 3.4.12.1
54
55   23 Jan 2011; Sebastian Pipping <sping@gentoo.org> gen_initramfs.sh:
56   Fix copying of mdadm/mdmon to the initramfs (bug #352496). Thanks to Malcolm
57   Lashley for reporting.
58
59   23 Jan 2011; Sebastian Pipping <sping@gentoo.org> genkernel:
60   Bump version to 3.4.12
61
62   22 Jan 2011; Sebastian Pipping <sping@gentoo.org> ChangeLog:
63   Enable CONFIG_USB_SUSPEND for x86/amd64 (bug #351376)
64   Replace "${MAKEOPTS/-j?/j1}" by "${MAKEOPTS} -j1" (bug #277607)
65
66   21 Jan 2011; Sebastian Pipping <sping@gentoo.org> gen_determineargs.sh:
67   Do not query generated files (like include/config/kernel.release) for kernel
68   version, as they may be out of sync (bug #263927)
69
70   20 Jan 2011; Sebastian Pipping <sping@gentoo.org> ChangeLog:
71   Add proper mdadm support (bug #282100)
72
73   Special thanks:
74   - Craig Andrews (Testing)
75   - Laurent Pinchart (mdmon/IMSM support)
76   - Matthias Dahl (Initial patch)
77   - Peter Hjalmarsson (Testing)
78
79   20 Jan 2011; Sebastian Pipping <sping@gentoo.org> genkernel:
80   Bump version to 3.4.11.1
81
82   20 Jan 2011; Sebastian Pipping <sping@gentoo.org> gen_configkernel.sh:
83   Move application of kernel config after "make mrproper" as that deletes
84   .config (whereas "make clean" does not) (bug #351906)
85
86   Special thanks:
87   - Peter Hjalmarsson
88
89   20 Jan 2011; Sebastian Pipping <sping@gentoo.org>
90   patches/busybox/1.18.1/1.18.1-mdstart.diff:
91   busybox 1.18.1: Return of mdstart as an applet (regression) (bug #351909)
92
93   16 Jan 2011; Sebastian Pipping <sping@gentoo.org> genkernel:
94   Bump version to 3.4.11
95
96   16 Jan 2011; Sebastian Pipping <sping@gentoo.org> defaults/initrd.scripts:
97   Do not sleep after vgscan (bug #351047)
98
99   16 Jan 2011; Sebastian Pipping <sping@gentoo.org> ChangeLog:
100   Changes:
101   - Fix compilation of LVM 2.02.74 (and 2.02.28) (bug #255196, bug #267383)
102   - Add minimal btrfs support (bug #303529)
103   - Add support for UUID to crypt_root (bug #315467)
104   - Run "make firmware_install" if CONFIG_FIRMWARE_IN_KERNEL != y (bug #244651)
105   - Port busybox patches from 1.7.4 to 1.18.1 (bug #331971)
106   - Handle missing kernel .config better (bug #271528)
107   - Improve slowusb handling (bug #323317)
108   - Add GnuPG 1.x support (bug #217959)
109   - Check return codes of cpio (bug #246370)
110   - Update e2fsprogs/blkid to 1.41.14 (bug #291822)
111   - Create /bin/vg* symlinks when called as /linuxrc, too (bug #307855)
112   - Pick first device when several devices are matching real_root (bug #303531)
113   - Fix warning "cannot remove `/var/cache/genkernel/src'" (bug #347213)
114   - Allow configuring the list of busybox applets (bug #326593)
115   - Fix arithmetic bug in defaults/initrd.scripts (bug #339789)
116
117   Special thanks:
118   - Amadeusz Zolnowski (LVM update)
119   - Christian Giessner (UUID crypt_root)
120   - dacook (GnuPG 1.x support)
121   - Denis Kaganovich (Busybox patch porting)
122   - devsk (Multi-device patch)
123   - Fabio Erculiani (Slowusb fixes)
124   - Kai Dietrich (Symlink analysis)
125   - Kolbjørn Barmen (Arithmetic fix)
126
127   13 Dec 2010; Sebastian Pipping <sping@gentoo.org> genkernel:
128   Bump version to 3.4.10.908
129
130   13 Dec 2010; <sping@gentoo.org> doc/genkernel.8.txt, gen_cmdline.sh:
131   docs: Document --genzimage
132
133   13 Dec 2010; <sping@gentoo.org> gen_cmdline.sh:
134   Fix a reference to --nomenuconfig into --no-menuconfig
135
136   13 Dec 2010; <sping@gentoo.org> doc/genkernel.8.txt:
137   docs: Update man page from output of --help
138
139   13 Dec 2010; <sping@gentoo.org> doc/genkernel.8.txt:
140   docs: Document keymap= and dokeymap (bug #346017)
141
142   6 Dec 2010; <sping@gentoo.org> genkernel.conf:
143   .conf: Document LUKS variable (bug #346015)
144
145   6 Dec 2010; <sping@gentoo.org> doc/genkernel.8.txt:
146   docs: Mention both "initramfs" and "ramdisk" as available actions
147   (bug #251702)
148
149   6 Dec 2010; <sping@gentoo.org> genkernel.8:
150   man page: Propagate rename of --no-initrdmodules to --no-ramdisk-modules
151
152   29 Nov 2010; <sping@gentoo.org> ChangeLog:
153   Add patch allowing compilation of busybox 1.7.4 with make 3.82 (bug #341943)
154
155   20 Feb 2010; Andrew Gaffney <agaffney@gentoo.org> defaults/initrd.scripts:
156   Apply patches from Gentoo bug #268468
157
158   19 Jan 2010; Andrew Gaffney <agaffney@gentoo.org> genkernel:
159   Only call set_bootloader is CMD_NOINSTALL is not set for Gentoo bug
160   #301454
161
162   27 Dec 2009; Andrew Gaffney <agaffney@gentoo.org> arch/alpha/modules_load,
163   arch/arm/modules_load, arch/ia64/kernel-config, arch/ia64/modules_load,
164   arch/mips/modules_load, arch/parisc/modules_load,
165   arch/parisc64/modules_load, arch/ppc/kernel-config, arch/ppc/modules_load,
166   arch/ppc64/modules_load, arch/sparc/modules_load,
167   arch/sparc64/kernel-config, arch/sparc64/modules_load,
168   arch/um/modules_load, arch/x86/kernel-config, arch/x86/modules_load,
169   arch/x86_64/kernel-config, arch/x86_64/modules_load,
170   defaults/kernel-config:
171   Add USB HID modules to modules_load and default kernel-config (for Gentoo
172   bug #270983)
173
174   27 Dec 2009; Andrew Gaffney <agaffney@gentoo.org>
175   arch/alpha/kernel-config, arch/alpha/modules_load, arch/arm/modules_load,
176   arch/ia64/kernel-config, arch/ia64/modules_load, arch/mips/modules_load,
177   arch/parisc/modules_load, arch/parisc64/modules_load,
178   arch/ppc/kernel-config, arch/ppc/modules_load, arch/ppc64/modules_load,
179   arch/sparc/modules_load, arch/sparc64/kernel-config,
180   arch/sparc64/modules_load, arch/um/modules_load, arch/x86/kernel-config,
181   arch/x86/modules_load, arch/x86_64/kernel-config,
182   arch/x86_64/modules_load, defaults/kernel-config, defaults/modules_load:
183   Enable ext4 by default everywhere (for Gentoo bug #268818)
184
185   27 Dec 2009; Andrew Gaffney <agaffney@gentoo.org> defaults/initrd.scripts,
186   defaults/linuxrc:
187   Add support for isoboot= option (for Gentoo bug #294268)
188
189   26 Dec 2009; Andrew Gaffney <agaffney@gentoo.org>
190   defaults/initrd.defaults, defaults/initrd.scripts:
191   Properly apply NFS mount options for Gentoo bug #262915
192
193   26 Dec 2009; Andrew Gaffney <agaffney@gentoo.org>
194   arch/alpha/kernel-config, arch/ia64/kernel-config, arch/ppc/kernel-config,
195   arch/x86_64/kernel-config:
196   Enable CONFIG_SCSI_MULTI_LUN option for Gentoo bug #261122
197
198   26 Dec 2009; Andrew Gaffney <agaffney@gentoo.org> defaults/initrd.scripts:
199   Apply patch to make sure loop cache directory exists for Gentoo bug
200   #297814
201
202   17 Dec 2009; Robin H. Johnson <robbat2@gentoo.org> HACKING:
203   Document how to roll a release for the next time.
204
205   17 Dec 2009; Robin H. Johnson <robbat2@gentoo.org> genkernel:
206   Tag 3.4.10.907 release.
207
208   06 Dec 2009; Andrew Gaffney <agaffney@gentoo.org> gen_initramfs.sh:
209   use a symlink instead of a hardlink for busybox utils (for Gentoo bug
210   #246370)
211
212   23 Nov 2009; Andrew Gaffney <agaffney@gentoo.org> defaults/linuxrc:
213   Fix typo for Gentoo bug #294138
214
215   16 Nov 2009; Andrew Gaffney <agaffney@gentoo.org> gen_initramfs.sh:
216   Make sure to change back to existant directory before removing the current
217   directory for Gentoo bug #291794
218
219   15 Oct 2009; <craig@haquarter.de> Changelog:
220   added iSCSI support
221
222   22 Sep 2009; <tsunam@gentoo.org> ChangeLog:
223   modified the libaio search so it'll actually work, cause I'm a dork
224
225   21 Sep 2009; <tsunam@gentoo.org> gen_initramfs.sh:
226   Fix broken libraries for multipath per Gentoo bug #284592
227
228   21 Sep 2009; <tsunam@gentoo.org> gen_initramfs.sh:
229   Update to fix broken initramfs caused by multipath config in Gentoo bug #284589
230
231   05 Sep 2009; Andrew Gaffney <agaffney@gentoo.org> defaults/initrd.scripts,
232   defaults/linuxrc:
233   Apply patch from Gentoo bug #220913 for tuxonice resume
234
235   14 Aug 2009; Andrew Gaffney <agaffney@gentoo.org> genkernel.conf:
236   Enable DISKLABEL=yes by default
237
238   05 Aug 2009; Andrew Gaffney <agaffney@gentoo.org> genkernel:
239   This is genkernel 3.4.10.906
240
241   25 Jul 2009; Chris Gianelloni <wolf31o2@wolf31o2.org> genkernel.conf,
242   .gitattributes:
243   Adding Id header and Ident for genkernel.conf
244
245   25 Jul 2009; Chris Gianelloni <wolf31o2@wolf31o2.org>
246   arch/alpha/config.sh, arch/arm/config.sh, arch/ia64/config.sh,
247   arch/mips/config.sh, arch/parisc/config.sh, arch/parisc64/config.sh,
248   arch/ppc/config.sh, arch/ppc64/config.sh, arch/sparc/config.sh,
249   arch/sparc64/config.sh, arch/um/config.sh, arch/x86/config.sh,
250   arch/x86_64/config.sh, defaults/config.sh, gen_arch.sh, gen_bootloader.sh,
251   gen_cmdline.sh, gen_compile.sh, gen_configkernel.sh, gen_determineargs.sh,
252   gen_funcs.sh, gen_initramfs.sh, gen_moddeps.sh, gen_package.sh:
253   Adding Id header.
254
255   25 Jul 2009; Chris Gianelloni <wolf31o2@wolf31o2.org> genkernel,
256   .gitattributes:
257   Adding Id header and enabling Ident on *.sh files.
258
259   25 Jul 2009; Chris Gianelloni <wolf31o2@wolf31o2.org> AUTHORS, BUGS,
260   HACKING, README, TODO:
261   Adding Id header.
262
263   25 Jul 2009; Chris Gianelloni <wolf31o2@wolf31o2.org> .gitattributes:
264   Adding additional files to .gitattributes to enable Ident.
265
266   25 Jul 2009; Chris Gianelloni <wolf31o2@wolf31o2.org> +.gitattributes:
267   Adding .gitattributes file.
268
269   19 Jul 2009; Andrew Gaffney <agaffney@gentoo.org> defaults/initrd.scripts:
270   Change command used to determine real filename for REAL_RESUME for Gentoo
271   bug #269603
272
273   19 Jul 2009; Andrew Gaffney <agaffney@gentoo.org> arch/alpha/modules_load,
274   arch/arm/modules_load, arch/ia64/modules_load, arch/mips/modules_load,
275   arch/parisc/modules_load, arch/parisc64/modules_load,
276   arch/ppc/modules_load, arch/ppc64/modules_load, arch/sparc/modules_load,
277   arch/sparc64/modules_load, arch/um/modules_load, arch/x86/modules_load,
278   arch/x86_64/modules_load, defaults/modules_load:
279   Add aic94xx to MODULES_SCSI for Gentoo bug #277792
280
281   12 Jul 2009; Andrew Gaffney <agaffney@gentoo.org> arch/x86/kernel-config,
282   arch/x86_64/kernel-config:
283   enable CONFIG_SYSFS_DEPRECATED=y in x86/x86_64 kernel-config for Gentoo
284   bug #225249
285
286   12 Jul 2009; Andrew Gaffney <agaffney@gentoo.org> gen_initramfs.sh:
287   Apply patch for Gentoo bug #276753 for new lvm.static binary
288
289   07 Jul 2009; Chris Gianelloni <wolf31o2@wolf31o2.org> genkernel:
290   Version bumping to 3.4.10.905 for release.
291
292   04 Jul 2009; Andrew Gaffney <agaffney@gentoo.org> gen_funcs.sh, genkernel:
293   Remove code to check for host kernel LOOP support for Gentoo bug #275757
294
295   28 Jun 2009; Andrew Gaffney <agaffney@gentoo.org> defaults/modprobe,
296   genkernel.conf:
297   Restore BOOTLOADER="grub" example line in genkernel.conf for Gentoo bug
298   #274768
299
300   12 May 2009; Andrew Gaffney <agaffney@gentoo.org> arch/x86/modules_load,
301   defaults/initrd.scripts:
302   Apply fix to deference links for Gentoo bug #269603
303
304   09 May 2009; Andrew Gaffney <agaffney@gentoo.org> arch/x86/modules_load:
305   foo
306
307   09 May 2009; Andrew Gaffney <agaffney@gentoo.org> arch/x86/modules_load,
308   arch/x86_64/modules_load:
309   Add dm-crypt module for Gentoo bug #269042
310
311   24 Apr 2009; Chris Gianelloni <wolf31o2@wolf31o2.org> genkernel:
312   Rolling a new genkernel 3.4.10.904 version for testing.
313
314   17 Apr 2009; Andrew Gaffney <agaffney@gentoo.org> netboot/busy-config:
315   Apply patch from Gentoo bug #266373 for additional options in the netboot
316   busy-config
317
318   06 Mar 2009; Andrew Gaffney <agaffney@gentoo.org> gen_initramfs.sh:
319   Clean up append_multipath() code to copy files in a loop and report file
320   that failed to copy
321
322   06 Mar 2009; Andrew Gaffney <agaffney@gentoo.org> gen_initramfs.sh:
323   Apply patch from robbat2 to fix whitespace breakage in multipath code
324
325   06 Mar 2009; Andrew Gaffney <agaffney@gentoo.org> gen_determineargs.sh,
326   genkernel.conf:
327   Apply patch from robbat2 to finish wiring up multipath support
328
329   06 Mar 2009; Andrew Gaffney <agaffney@gentoo.org> gen_initramfs.sh:
330   Modify append_data to die on 0 arguments and check arg 2 with isTrue().
331   Based on a patch from robbat2
332
333   20 Feb 2009; Andrew Gaffney <agaffney@gentoo.org> arch/sparc64/config.sh,
334   gen_compile.sh, gen_funcs.sh, gen_package.sh:
335   Add support for multiple possible kernel binary paths for Gentoo bug
336   #255085
337
338   04 Feb 2009; Andrew Gaffney <agaffney@gentoo.org> defaults/linuxrc:
339   Comment out the exec line for console=*, since it seems to blow up when
340   the param isn't a true device node, such as ttyS0,115200n8
341
342   19 Jan 2009; Andrew Gaffney <agaffney@gentoo.org> defaults/initrd.scripts,
343   defaults/linuxrc:
344   Remove detect_sbp2_devices() for Gentoo bug #239474
345
346   16 Jan 2009; Andrew Gaffney <agaffney@gentoo.org> genkernel.conf:
347   Add commented out DISKLABEL=yes option for Gentoo bug #229847
348
349   08 Jan 2009; Chris Gianelloni <wolf31o2@wolf31o2.org> TODO:
350   Added more verbosity to the auto-detection section.
351
352   08 Jan 2009; Chris Gianelloni <wolf31o2@wolf31o2.org> AUTHORS:
353   Updated the AUTHORS section and the header for the ChangeLog, to reflect
354   that individual authors now retain their copyright to code they submit.
355
356   08 Jan 2009; Chris Gianelloni <wolf31o2@wolf31o2.org> TODO:
357   Added a note about Security Tokens, cleaned up the block device section, and
358   added a section about autodetection.
359
360   08 Jan 2009; Chris Gianelloni <wolf31o2@wolf31o2.org> HACKING:
361   Adding a note about contacting me to HACKING.
362
363   08 Jan 2009; Chris Gianelloni <wolf31o2@wolf31o2.org> TODO:
364   Adding multipath support is really two different functions, so split them.
365
366   08 Jan 2009; Chris Gianelloni <wolf31o2@wolf31o2.org> TODO:
367   Adding a note about documenting the code paths.
368
369   08 Jan 2009; Chris Gianelloni <wolf31o2@wolf31o2.org> TODO:
370   Adding new boot support information to the TODO.
371
372   05 Jan 2009; Chris Gianelloni <wolf31o2@wolf31o2.org> TODO, genkernel:
373   Version bump to 3.4.10.903 to resolve bug #250330.
374
375   31 Dec 2008; Andrew Gaffney <agaffney@gentoo.org> gen_arch.sh:
376   Add case for arm* in get_official_arch()
377
378   31 Dec 2008; Andrew Gaffney <agaffney@gentoo.org> netboot/busy-config:
379   Enable CONFIG_MKSWAP for netboot busybox
380
381   26 Dec 2008; Andrew Gaffney <agaffney@gentoo.org> gen_bootloader.sh:
382   Modify grep regex to account for additional suffixes on old kernel names
383
384   24 Dec 2008; Andrew Gaffney <agaffney@gentoo.org> gen_cmdline.sh,
385   gen_determineargs.sh:
386   Add --busybox-config= commandline option
387
388   24 Dec 2008; Andrew Gaffney <agaffney@gentoo.org> netboot/linuxrc.x:
389   Revert to just running /bin/bash on /dev/console for serial. We still
390   start getty on tty2-6
391
392   23 Dec 2008; Andrew Gaffney <agaffney@gentoo.org> gen_cmdline.sh:
393   Allow old 'initramfs' option instead of 'ramdisk' for compatability
394   (bug #251702)
395
396   17 Dec 2008; Andrew Gaffney <agaffney@gentoo.org> defaults/linuxrc:
397   Remove the use of 'env -i' when calling switch_root due to Gentoo bug
398   #248688
399
400   16 Dec 2008; Andrew Gaffney <agaffney@gentoo.org> netboot/linuxrc.x:
401   Run the getty commands with proper arguments so they don't die immediately
402
403   16 Dec 2008; Andrew Gaffney <agaffney@gentoo.org> netboot/linuxrc.x:
404   Explicitly set /bin/ashlogin +x during boot
405
406   16 Dec 2008; Andrew Gaffney <agaffney@gentoo.org> netboot/linuxrc.x:
407   Run getty for tty1 in the foreground
408
409   16 Dec 2008; Andrew Gaffney <agaffney@gentoo.org> netboot/linuxrc.x,
410   +netboot/misc/bin/ashlogin:
411   Use getty to launch ash, so that we can use ^C and friends
412
413   16 Dec 2008; Chris Gianelloni <wolf31o2@wolf31o2.org> +BUGS:
414   Adding a BUGS file, where we can list bugs that we have found in genkernel
415   that need to be resolved.
416
417   16 Dec 2008; Chris Gianelloni <wolf31o2@wolf31o2.org> +HACKING:
418   Adding a HACKING file, which I will use to document the various phases of
419   genkernel so we can split up the default functions and also so we can
420   provide hooks into the various phases for external addons.
421
422   16 Dec 2008; Chris Gianelloni <wolf31o2@wolf31o2.org>
423   arch/alpha/config.sh, arch/arm/config.sh, arch/ia64/config.sh,
424   arch/mips/config.sh, arch/parisc/config.sh, arch/parisc64/config.sh,
425   arch/ppc/config.sh, arch/ppc64/config.sh, arch/sparc/config.sh,
426   arch/sparc64/config.sh, arch/um/config.sh, arch/x86/config.sh,
427   arch/x86_64/config.sh, defaults/config.sh, defaults/initrd.defaults,
428   defaults/initrd.scripts, defaults/linuxrc, defaults/udhcpc.scripts,
429   gen_bootloader.sh, gen_compile.sh, gen_configkernel.sh,
430   gen_determineargs.sh, gen_initramfs.sh, gen_moddeps.sh, gen_package.sh,
431   genkernel.conf, netboot/linuxrc.x, netboot/misc/bin/net-setup:
432   Actually setting permissions. It helps if one remembers to 'git add'
433   before doing their commit.
434
435   16 Dec 2008; Andrew Gaffney <agaffney@gentoo.org> netboot/busy-config:
436   Enable GETTY for netboot busy-config
437
438   16 Dec 2008; Andrew Gaffney <agaffney@gentoo.org> gen_compile.sh:
439   We don't need to add - to UTILS_CROSS_COMPILE since it's already there
440
441   16 Dec 2008; Andrew Gaffney <agaffney@gentoo.org> defaults/busy-config,
442   gen_compile.sh, +netboot/busy-config:
443   Separate out main and netboot busy-config
444
445   15 Dec 2008; Andrew Gaffney <agaffney@gentoo.org> gen_initramfs.sh:
446   Use : as a regex separator instead of / since REAL_ROOT will have / in it
447
448   15 Dec 2008; Andrew Gaffney <agaffney@gentoo.org> gen_bootloader.sh:
449   Add check for existing grub.conf entry for kernel
450
451   15 Dec 2008; Andrew Gaffney <agaffney@gentoo.org> gen_bootloader.sh:
452   Default to '0' if 'default' line not found at all in existing grub.conf
453
454   15 Dec 2008; Andrew Gaffney <agaffney@gentoo.org> gen_bootloader.sh:
455   Adding code that duplicates default grub.conf entry to replace old awk
456   script. Based on code written by Mike Auty <ikelos@gentoo.org>
457
458   15 Dec 2008; Andrew Gaffney <agaffney@gentoo.org> +gen_bootloader.sh,
459   gen_cmdline.sh, gen_determineargs.sh, genkernel:
460   Initial commit for re-adding support for --bootloader=grub
461
462   14 Dec 2008; Andrew Gaffney <agaffney@gentoo.org> netboot/linuxrc.x:
463   Change -f checks to -e for /dev nodes Check that dropbear exists before
464   starting it
465
466   14 Dec 2008; Andrew Gaffney <agaffney@gentoo.org> gen_compile.sh:
467   Explicitly set UTILS_{CC,LD,AS} if UTILS_CROSS_COMPILE is set
468
469   14 Dec 2008; Andrew Gaffney <agaffney@gentoo.org> gen_cmdline.sh:
470   Typo fix for Gentoo bug #250875
471
472   14 Dec 2008; Chris Gianelloni <wolf31o2@wolf31o2.org>
473   arch/alpha/config.sh, arch/arm/config.sh, arch/ia64/config.sh,
474   arch/mips/config.sh, arch/parisc/config.sh, arch/parisc64/config.sh,
475   arch/ppc/config.sh, arch/ppc64/config.sh, arch/sparc/config.sh,
476   arch/sparc64/config.sh, arch/um/config.sh, arch/x86/config.sh,
477   arch/x86_64/config.sh, defaults/config.sh, defaults/initrd.defaults,
478   defaults/initrd.scripts, defaults/linuxrc, defaults/udhcpc.scripts,
479   gen_compile.sh, gen_configkernel.sh, gen_determineargs.sh,
480   gen_initramfs.sh, gen_moddeps.sh, gen_package.sh, genkernel.conf,
481   netboot/linuxrc.x, netboot/misc/bin/net-setup:
482   Setting executable bit properly on shell scripts and configuration files.
483
484   13 Dec 2008; Andrew Gaffney <agaffney@gentoo.org> gen_initramfs.sh:
485   Create /sbin directory in append_luks for bug #250330
486
487   13 Dec 2008; Andrew Gaffney <agaffney@gentoo.org> netboot/linuxrc.x:
488   Disable creation of most standard devices nodes, since we're running mdev
489
490   13 Dec 2008; Andrew Gaffney <agaffney@gentoo.org> defaults/initrd.scripts,
491   gen_initramfs.sh, netboot/linuxrc.x:
492   Move udhcpc's script to default location
493
494   13 Dec 2008; Andrew Gaffney <agaffney@gentoo.org> defaults/busy-config:
495   Enable support klogd and syslogd for netboot
496
497   13 Dec 2008; Andrew Gaffney <agaffney@gentoo.org> defaults/linuxrc,
498   gen_cmdline.sh, gen_determineargs.sh, gen_initramfs.sh:
499   Add --real-root=<foo> parameter to specify a default for real_root= in the
500   initramfs for Gentoo bug #249783
501
502   12 Dec 2008; Andrew Gaffney <agaffney@gentoo.org> -arch/alpha/busy-config,
503   -arch/arm/busy-config, -arch/ia64/busy-config, -arch/mips/busy-config,
504   -arch/parisc/busy-config, -arch/parisc64/busy-config,
505   -arch/ppc/busy-config, -arch/ppc64/busy-config, -arch/sparc/busy-config,
506   -arch/sparc64/busy-config, -arch/x86/busy-config,
507   -arch/x86_64/busy-config, gen_compile.sh:
508   Switch search order so arch-specific is first for busy-config Remove
509   unneeded identical busy-config files
510
511   12 Dec 2008; Andrew Gaffney <agaffney@gentoo.org> gen_compile.sh,
512   genkernel.conf:
513   Remove BUSYBOX_CONFIG from genkernel.conf Add search order for
514   busy-config: user-specified, defaults/busy-config,
515   arch/%%ARCH%%/busy-config
516
517   12 Dec 2008; Andrew Gaffney <agaffney@gentoo.org> -arch/x86/nb-busybox.cf,
518   -defaults/nb-busybox.cf:
519   Remove old nb-busybox.cf files that aren't used anymore
520
521   12 Dec 2008; Andrew Gaffney <agaffney@gentoo.org> +arch/arm/busy-config,
522   +arch/arm/config.sh, +arch/arm/modules_load:
523   Add support for arm from armin76
524
525   12 Dec 2008; Andrew Gaffney <agaffney@gentoo.org> arch/alpha/busy-config,
526   arch/ia64/busy-config, arch/mips/busy-config, arch/parisc/busy-config,
527   arch/parisc64/busy-config, arch/ppc/busy-config, arch/ppc64/busy-config,
528   arch/sparc/busy-config, arch/sparc64/busy-config, arch/um/busy-config,
529   arch/x86/busy-config, arch/x86_64/busy-config, defaults/busy-config:
530   Enable CONFIG_MAKEDEVS in busy-config for netboot
531
532   09 Dec 2008; Andrew Gaffney <agaffney@gentoo.org> gen_initramfs.sh:
533   s/aux/luks/ for Gentoo bug #250330
534
535   07 Dec 2008; Andrew Gaffney <agaffney@gentoo.org> arch/alpha/busy-config,
536   arch/ia64/busy-config, arch/mips/busy-config, arch/parisc/busy-config,
537   arch/parisc64/busy-config, arch/ppc/busy-config, arch/ppc64/busy-config,
538   arch/sparc/busy-config, arch/sparc64/busy-config, arch/x86/busy-config,
539   arch/x86_64/busy-config, defaults/busy-config, netboot/linuxrc.x:
540   Enable CONFIG_FEATURE_PREFER_APPLETS busybox option export PATH at top of
541   netboot linuxrc
542
543   07 Dec 2008; Andrew Gaffney <agaffney@gentoo.org> gen_initramfs.sh,
544   netboot/linuxrc.x:
545   Move all netboot logic from catalyst into gk
546
547   07 Dec 2008; Andrew Gaffney <agaffney@gentoo.org> defaults/udhcpc.scripts,
548   gen_cmdline.sh, gen_determineargs.sh, netboot/linuxrc.x:
549   Initial support for --netboot option integrate functionality from netboot
550   udhcpc.scripts into default one
551
552   04 Dec 2008; Chris Gianelloni <wolf31o2@wolf31o2.org> genkernel:
553   Bumping version for release.
554
555   25 Nov 2008; Andrew Gaffney <agaffney@gentoo.org> netboot/linuxrc.x:
556   Use symlinks for busybox utils Use full path to mount since it gets grumpy
557   without it in later bb versions for some reason
558
559   17 Nov 2008; Andrew Gaffney <agaffney@gentoo.org> gen_initramfs.sh:
560   Break apart cryptsetup stuff into separate append_luks() and make
561   append_auxillary() dependent on ${BUSYBOX} for Gentoo bug #247052
562
563   15 Nov 2008; Andrew Gaffney <agaffney@gentoo.org> defaults/linuxrc:
564   Applied patch for UUID support for real_resume= from Gentoo bug #239687
565
566   15 Nov 2008; Andrew Gaffney <agaffney@gentoo.org> gen_determineargs.sh:
567   Added modified version of patch from Gentoo bug #238707
568
569   14 Nov 2008; Andrew Gaffney <agaffney@gentoo.org> gen_initramfs.sh:
570   Only append unionfs_fuse stuff if UNIONFS is set
571
572   14 Nov 2008; Andrew Gaffney <agaffney@gentoo.org> defaults/linuxrc,
573   gen_cmdline.sh, gen_determineargs.sh, genkernel:
574   Add --unionfs commandline option to enable building of unionfs-fuse Add
575   nounionfs boot option
576
577   14 Nov 2008; Andrew Gaffney <agaffney@gentoo.org> defaults/initrd.scripts:
578   Add good_msg for creating the union mount
579
580   14 Nov 2008; Andrew Gaffney <agaffney@gentoo.org> defaults/initrd.scripts:
581   Pipe stderr for unionfs mount call to /dev/null to supress getcwd message
582
583   14 Nov 2008; Andrew Gaffney <agaffney@gentoo.org> defaults/initrd.scripts,
584   defaults/linuxrc:
585   Call switch_root with full path
586
587   14 Nov 2008; Andrew Gaffney <agaffney@gentoo.org> defaults/linuxrc:
588   Call switch_root with 'env -i' to clean out the kernel-defined key/value
589   pairs
590
591   14 Nov 2008; Andrew Gaffney <agaffney@gentoo.org> defaults/linuxrc:
592   Skip good_root check for /dev/nfs for Gentoo bug #246759
593
594   14 Nov 2008; Andrew Gaffney <agaffney@gentoo.org> defaults/initrd.scripts:
595   Simplify implementation of parse_opt in linuxrc
596
597   14 Nov 2008; Andrew Gaffney <agaffney@gentoo.org> defaults/initrd.scripts,
598   defaults/linuxrc:
599   Small cleanups in unionfs code
600
601   14 Nov 2008; Andrew Gaffney <agaffney@gentoo.org> arch/alpha/modules_load,
602   arch/ia64/modules_load, arch/mips/modules_load, arch/parisc/modules_load,
603   arch/parisc64/modules_load, arch/ppc/modules_load,
604   arch/ppc64/modules_load, arch/sparc/modules_load,
605   arch/sparc64/modules_load, arch/um/modules_load, arch/x86/modules_load,
606   arch/x86_64/modules_load, defaults/modules_load, gen_compile.sh,
607   gen_initramfs.sh, genkernel:
608   Add fuse to MODULES_FS Remove direct calls to compile_fuse() and
609   append_fuse() Disable bincache for fuse, since we don't need any files at
610   runtime from it
611
612   14 Nov 2008; Andrew Gaffney <agaffney@gentoo.org>
613   +patches/busybox/1.7.4/1.7.4-mount-umount-i-option.diff,
614   -patches/busybox/1.7.4/1.7.4-simplify-path-debug.diff:
615   Replace debug patch with simple patch to add trivial support for -i option
616   to mount/umount
617
618   13 Nov 2008; Andrew Gaffney <agaffney@gentoo.org> defaults/initrd.scripts:
619   Add suid,dev to unionfs mount opts
620
621   13 Nov 2008; Andrew Gaffney <agaffney@gentoo.org> defaults/initrd.scripts:
622   Remove allow_root mount opt, since it conflicts with allow_other
623
624   13 Nov 2008; Andrew Gaffney <agaffney@gentoo.org> defaults/initrd.scripts,
625   patches/busybox/1.7.4/1.7.4-simplify-path-debug.diff:
626   Change typo in unionfs-fuse mount opt and add -i support to umount
627
628   13 Nov 2008; Andrew Gaffney <agaffney@gentoo.org> arch/alpha/busy-config,
629   arch/ia64/busy-config, arch/mips/busy-config, arch/parisc/busy-config,
630   arch/parisc64/busy-config, arch/ppc/busy-config, arch/ppc64/busy-config,
631   arch/sparc/busy-config, arch/sparc64/busy-config, arch/um/busy-config,
632   arch/x86/busy-config, arch/x86_64/busy-config, defaults/busy-config:
633   Enable CONFIG_FEATURE_MTAB_SUPPORT option for busybox
634
635   13 Nov 2008; Andrew Gaffney <agaffney@gentoo.org> defaults/initrd.scripts,
636   +patches/busybox/1.7.4/1.7.4-mount-i-option.diff:
637   Add patch for busybox to add -i option to mount command
638
639   13 Nov 2008; Andrew Gaffney <agaffney@gentoo.org> gen_compile.sh:
640   Compile unionfs-fuse statically
641
642   13 Nov 2008; Andrew Gaffney <agaffney@gentoo.org> defaults/linuxrc,
643   gen_initramfs.sh:
644   Make sure that /sbin/unionfs is +x
645
646   13 Nov 2008; Andrew Gaffney <agaffney@gentoo.org> gen_compile.sh,
647   gen_initramfs.sh:
648   Correct unionfs-fuse bincache path and clean up debugging code
649
650   13 Nov 2008; Andrew Gaffney <agaffney@gentoo.org> gen_compile.sh:
651   Add -L line into LIB= in Makefile
652
653   13 Nov 2008; Andrew Gaffney <agaffney@gentoo.org> gen_compile.sh:
654   Unpack fuse source and modify CFLAGS for unionfs-fuse
655
656   12 Nov 2008; Andrew Gaffney <agaffney@gentoo.org> gen_compile.sh,
657   genkernel.conf:
658   Unpack unionfs-fuse with -j
659
660   12 Nov 2008; Andrew Gaffney <agaffney@gentoo.org> gen_determineargs.sh:
661   Call arch_replace and cache_replace on fuse/unionfs-fuse vars
662
663   12 Nov 2008; Andrew Gaffney <agaffney@gentoo.org> genkernel.conf:
664   Add fuse/unionfs-fuse blocks to genkernel.conf
665
666   12 Nov 2008; Andrew Gaffney <agaffney@gentoo.org> genkernel:
667   Actually call compile_fuse() and compile_unionfs_fuse()
668
669   12 Nov 2008; Andrew Gaffney <agaffney@gentoo.org> defaults/initrd.scripts,
670   defaults/linuxrc:
671   Add back (modified) unionfs code in linuxrc
672
673   12 Nov 2008; Andrew Gaffney <agaffney@gentoo.org> gen_initramfs.sh:
674   Add append_fuse() and append_unionfs_fuse() functions
675
676   12 Nov 2008; Andrew Gaffney <agaffney@gentoo.org> gen_compile.sh:
677   Add compile_fuse() and compile_unionfs_fuse()
678
679   04 Nov 2008; Andrew Gaffney <agaffney@gentoo.org> arch/alpha/busy-config,
680   arch/ia64/busy-config, arch/mips/busy-config, arch/parisc/busy-config,
681   arch/parisc64/busy-config, arch/ppc/busy-config, arch/ppc64/busy-config,
682   arch/sparc/busy-config, arch/sparc64/busy-config, arch/um/busy-config,
683   arch/x86/busy-config, arch/x86_64/busy-config, defaults/busy-config:
684   Enabling CONFIG_WGET and CONFIG_FEATURE_TAR_BZIP2 for initial support of
685   Gentoo bug #211976
686
687   31 Oct 2008; Chris Gianelloni <wolf31o2@wolf31o2.org> genkernel:
688   Tagging a 3.4.10.901 release, for testing. Adding periods to ChangeLog to
689   fix syntax hilighting.
690
691   15 Sep 2008; Chris Gianelloni <wolf31o2@wolf31o2.org> AUTHORS:
692   Adding Andrew and Robin to AUTHORS.
693
694   15 Sep 2008; Andrew Gaffney <agaffney@gentoo.org> gen_cmdline.sh:
695   Add dummy handler for --config in gen_cmdline.sh for Gentoo bug #237541.
696
697   12 Sep 2008; Chris Gianelloni <wolf31o2@wolf31o2.org>
698   arch/alpha/modules_load, arch/ia64/modules_load, arch/mips/modules_load,
699   arch/parisc/modules_load, arch/parisc64/modules_load,
700   arch/ppc/modules_load, arch/ppc64/modules_load, arch/sparc/modules_load,
701   arch/sparc64/modules_load, arch/um/modules_load, arch/x86/modules_load,
702   arch/x86_64/modules_load, defaults/initrd.defaults, defaults/modules_load:
703   Removing scsi_wait_scan from PATA/SATA/SCSI and moving it to its own
704   module group. This allows the module to be loaded last, no matter what
705   combination of disks are in the system, allowing for firmware and such to
706   be loaded before genkernel continues, even when asynchronous SCSI scanning
707   is enabled in the kernel.
708
709   31 Aug 2008; Andrew Gaffney <agaffney@gentoo.org> arch/alpha/busy-config,
710   arch/ia64/busy-config, arch/mips/busy-config, arch/parisc/busy-config,
711   arch/parisc64/busy-config, arch/ppc/busy-config, arch/ppc64/busy-config,
712   arch/sparc/busy-config, arch/sparc64/busy-config, arch/um/busy-config,
713   arch/x86/busy-config, arch/x86_64/busy-config, defaults/busy-config,
714   genkernel.conf:
715   Enable CONFIG_ROUTE in busy-configs.
716
717   29 Aug 2008; Andrew Gaffney <agaffney@gentoo.org> arch/alpha/busy-config,
718   arch/ia64/busy-config, arch/mips/busy-config, arch/parisc/busy-config,
719   arch/parisc64/busy-config, arch/ppc/busy-config, arch/ppc64/busy-config,
720   arch/sparc/busy-config, arch/sparc64/busy-config, arch/um/busy-config,
721   arch/x86/busy-config, arch/x86_64/busy-config, defaults/busy-config,
722   defaults/udhcpc.scripts:
723   Enable CONFIG_HOSTNAME in all busy-configs and call 'hostname' with value
724   from DHCP.
725
726   28 Aug 2008; Andrew Gaffney <agaffney@gentoo.org> arch/x86/kernel-config,
727   arch/x86_64/kernel-config:
728   Disabled CONFIG_DEBUG_INFO in x86{,_64} kconfigs.
729
730   25 Aug 2008; Andrew Gaffney <agaffney@gentoo.org>
731   +patches/busybox/1.7.4/README:
732   Add README to busybox patches dir.
733
734   25 Aug 2008; Andrew Gaffney <agaffney@gentoo.org> gen_compile.sh:
735   Only apply files from patch dir ending in diff/patch.
736
737   24 Aug 2008; Andrew Gaffney <agaffney@gentoo.org> defaults/linuxrc:
738   Fix CONSOLE= handling code for bug 232012.
739
740   21 Aug 2008; Andrew Gaffney <agaffney@gentoo.org> -gen_bootloader.sh,
741   -gen_bootloader_grub.awk:
742   Remove unneeded files for broken grub code.
743
744   21 Aug 2008; Andrew Gaffney <agaffney@gentoo.org> gen_cmdline.sh,
745   gen_determineargs.sh, genkernel, genkernel.conf:
746   Remove broken grub code.
747
748   07 Aug 2008; Andrew Gaffney <agaffney@gentoo.org> gen_initramfs.sh:
749   Only append splash portion to initramfs if SPLASH is set.
750
751   29 Jul 2008; Andrew Gaffney <agaffney@gentoo.org> genkernel.8:
752   Fix typo in man page, butt -> but.
753
754   29 Jul 2008; Andrew Gaffney <agaffney@gentoo.org> defaults/udhcpc.scripts:
755   Add support to udhcpc.scripts for default route and DNS servers/domain.
756
757   29 Jul 2008; Andrew Gaffney <agaffney@gentoo.org> defaults/initrd.scripts:
758   Remove check for >=2.6 for mounting sysfs.
759
760   29 Jul 2008; Andrew Gaffney <agaffney@gentoo.org> genkernel:
761   Remove check for >=2.6 for 'make prepare'.
762
763   29 Jul 2008; Andrew Gaffney <agaffney@gentoo.org> gen_bootloader.sh,
764   gen_configkernel.sh, gen_moddeps.sh, genkernel.8:
765   Remove a few more 2.4 kernel support remnants.
766
767   29 Jul 2008; Andrew Gaffney <agaffney@gentoo.org> gen_arch.sh, genkernel:
768   Cleanup remaining references to ${ARCH}/ without arch/ prefix.
769
770   29 Jul 2008; Andrew Gaffney <agaffney@gentoo.org> +arch/um/busy-config,
771   +arch/um/config.sh, +arch/um/kernel-config, +arch/um/modules_load,
772   -um/busy-config, -um/config.sh, -um/kernel-config, -um/modules_load:
773   Move um/ underneath arch/ where it belongs.
774
775   28 Jul 2008; Chris Gianelloni <wolf31o2@wolf31o2.org> gen_compile.sh:
776   Removed some unused dietlibc code.
777
778   28 Jul 2008; Chris Gianelloni <wolf31o2@wolf31o2.org> TODO,
779   gen_bootloader.sh, gen_compile.sh, gen_configkernel.sh,
780   gen_determineargs.sh, genkernel:
781   Removed a large chunk of 2.4 kernel support. This will still require some
782   fairly extensive cleaning to completely remove, but I'd say that without a
783   shadow of a doubt, genkernel will not function on 2.4 kernels.
784
785   28 Jul 2008; Chris Gianelloni <wolf31o2@wolf31o2.org> genkernel,
786   genkernel.8:
787   Added a couple more places where I needed to switch INITRD with RAMDISK.
788
789   28 Jul 2008; Chris Gianelloni <wolf31o2@wolf31o2.org> TODO,
790   arch/alpha/modules_load, arch/ia64/modules_load, arch/mips/modules_load,
791   arch/parisc/modules_load, arch/parisc64/modules_load,
792   arch/ppc/modules_load, arch/ppc64/modules_load, arch/sparc/modules_load,
793   arch/sparc64/modules_load, arch/x86/modules_load,
794   arch/x86_64/modules_load, defaults/initrd.scripts, defaults/linuxrc,
795   defaults/modules_load, gen_bootloader.sh, gen_cmdline.sh,
796   gen_determineargs.sh, gen_initramfs.sh, -gen_initrd.sh, gen_moddeps.sh,
797   gen_package.sh, genkernel, genkernel.8:
798   Removed all references to an initrd and renamed most initr{d,amfs} stuff
799   to simply 'ramdisk' to simplify things for the future.
800
801   28 Jul 2008; Chris Gianelloni <wolf31o2@wolf31o2.org> TODO,
802   +defaults/initrd.defaults, +defaults/initrd.scripts,
803   +defaults/keymaps.tar.gz, +defaults/linuxrc, +defaults/modprobe,
804   +defaults/udhcpc.scripts, gen_initramfs.sh, -generic/initrd.defaults,
805   -generic/initrd.scripts, -generic/keymaps.tar.gz, -generic/linuxrc,
806   -generic/modprobe, -generic/udhcpc.scripts:
807   Moving files from generic to defaults, since they are the defaults used
808   globally.
809
810   28 Jul 2008; Chris Gianelloni <wolf31o2@wolf31o2.org> TODO, +modules/README:
811   Added the modules directory, which will be used to store the built-in
812   modules and also for external entities to add their own modules and hooks.
813
814   28 Jul 2008; Chris Gianelloni <wolf31o2@wolf31o2.org> +defaults/busy-config,
815   +defaults/config.sh, +defaults/kernel-config, +defaults/modules_load,
816   +defaults/nb-busybox.cf:
817   Added a defaults directory to store default files for builds. These are
818   overridden by architecture or module specific parameters. This should end
819   up reducing the amount of architecture-specific files needed, especially
820   as most of them have files which are (nearly) identical.
821
822   28 Jul 2008; Chris Gianelloni <wolf31o2@wolf31o2.org> -alpha/busy-config,
823   -alpha/config.sh, -alpha/kernel-config, -alpha/modules_load,
824   +arch/alpha/busy-config, +arch/alpha/config.sh, +arch/alpha/kernel-config,
825   +arch/alpha/modules_load, +arch/ia64/busy-config, +arch/ia64/config.sh,
826   +arch/ia64/kernel-config, +arch/mips/ip22r4k-2006_1.cf,
827   -mips/ip22r4k-2006_1.cf, +arch/ia64/modules_load,
828   +arch/mips/ip22r5k-2006_1.cf, +arch/mips/ip27r10k-2006_1.cf,
829   +arch/mips/ip28r10k-2006_1.cf, +arch/mips/ip30r10k-2006_1.cf,
830   +arch/mips/ip32r5k-2006_1.cf, +arch/mips/ip32rm5k-2006_1.cf,
831   -mips/ip22r5k-2006_1.cf, -mips/ip27r10k-2006_1.cf,
832   -mips/ip28r10k-2006_1.cf, -mips/ip30r10k-2006_1.cf,
833   -mips/ip32r5k-2006_1.cf, -mips/ip32rm5k-2006_1.cf, +arch/mips/busy-config,
834   +arch/mips/config.sh, +arch/mips/modules_load, +arch/mips/nb-busybox.cf,
835   +arch/parisc/busy-config, +arch/parisc/config.sh,
836   +arch/parisc/modules_load, +arch/parisc64/busy-config,
837   +arch/parisc64/config.sh, +arch/parisc64/modules_load,
838   +arch/ppc/busy-config, +arch/ppc/config.sh, +arch/ppc/kernel-config,
839   +arch/ppc/modules_load, +arch/ppc64/busy-config, +arch/ppc64/config.sh,
840   +arch/ppc64/kernel-2.6-pSeries, +arch/ppc64/kernel-2.6.g5,
841   +arch/ppc64/modules_load, +arch/sparc/busy-config, +arch/sparc/config.sh,
842   +arch/sparc/kernel-config, +arch/sparc/modules_load,
843   +arch/sparc64/busy-config, +arch/sparc64/config.sh,
844   +arch/sparc64/kernel-config, +arch/sparc64/modules_load,
845   +arch/x86/busy-config, +arch/x86/config.sh, +arch/x86/kernel-config,
846   +arch/x86/modules_load, +arch/x86/nb-busybox.cf, +arch/x86_64/busy-config,
847   +arch/x86_64/config.sh, +arch/x86_64/kernel-config,
848   +arch/x86_64/modules_load, gen_configkernel.sh, genkernel.conf,
849   -ia64/busy-config, -ia64/config.sh, -ia64/kernel-config,
850   -ia64/modules_load, -mips/busy-config, -mips/config.sh,
851   -mips/modules_load, -mips/nb-busybox.cf, -parisc/busy-config,
852   -parisc/config.sh, -parisc/modules_load, -parisc64/busy-config,
853   -parisc64/config.sh, -parisc64/modules_load, -ppc/busy-config,
854   -ppc/config.sh, -ppc/kernel-config, -ppc/modules_load, -ppc64/busy-config,
855   -ppc64/config.sh, -ppc64/kernel-2.6-pSeries, -ppc64/kernel-2.6.g5,
856   -ppc64/modules_load, -sparc/busy-config, -sparc/config.sh,
857   -sparc/kernel-config, -sparc/modules_load, -sparc64/busy-config,
858   -sparc64/config.sh, -sparc64/kernel-config, -sparc64/modules_load,
859   -x86/busy-config, -x86/config.sh, -x86/kernel-config, -x86/modules_load,
860   -x86/nb-busybox.cf, -x86_64/busy-config, -x86_64/config.sh,
861   -x86_64/kernel-config, -x86_64/modules_load:
862   Moved architecture folders under the arch subfolder.
863
864   05 Jun 2008; Chris Gianelloni <wolf31o2@gentoo.org> -um/kernel-config-2.6,
865   -ppc/kernel-config-2.6, -alpha/kernel-config-2.6, -ia64/kernel-config-2.6,
866   -x86/kernel-config-2.6, -x86_64/kernel-config-2.6, +um/kernel-config,
867   +ppc/kernel-config, +alpha/kernel-config, +ia64/kernel-config,
868   +x86/kernel-config, +x86_64/kernel-config, genkernel:
869   Rename kernel-config-2.6 to kernel-config, since we no longer support 2.4
870   kernels. This is genkernel 3.4.10 for release.
871
872   05 Jun 2008; Chris Gianelloni <wolf31o2@gentoo.org>
873   -ppc/2.6.3-benh2-G4-SMP.autoload, -ppc/2.6.3-benh2-G4.autoload,
874   -ppc/2.6.3-benh2-G5-SMP.autoload, ia64/kernel-config-2.6,
875   -ppc/2.6.3-benh2-G5.autoload, -ppc/G4, -ppc/G4-SMP,
876   +ppc/kernel-config-2.6, x86/kernel-config-2.6, -ppc/G5, -ppc/G5-SMP,
877   alpha/kernel-config-2.6, x86_64/kernel-config-2.6, TODO, -ppc/Pegasos,
878   sparc64/kernel-config:
879   Sync kernel configs from releng/trunk/releases/2008.0/kconfig and remove
880   some unused configs.
881
882   13 May 2008; Andrew Gaffney <agaffney@gentoo.org> generic/linuxrc:
883   Move setup_keymap call to before LUKS setup.
884
885   10 May 2008; Andrew Gaffney <agaffney@gentoo.org> gen_compile.sh:
886   Store pre-oldconfig busybox .config for use in bincache comparison.
887
888   09 May 2008; Andrew Gaffney <agaffney@gentoo.org> generic/initrd.defaults,
889   generic/initrd.scripts, generic/linuxrc:
890   Add nomodules kernel commandline parameter to disable loading of modules.
891
892   09 May 2008; Andrew Gaffney <agaffney@gentoo.org> gen_funcs.sh, genkernel,
893   genkernel.conf:
894   Move distfile cache to /var/cache/genkernel/src and add check to make sure
895   all distfiles are present.
896
897   09 May 2008; Chris Gianelloni <wolf31o2@gentoo.org> alpha/modules_load,
898   ia64/modules_load, mips/modules_load, parisc/modules_load,
899   parisc64/modules_load, ppc/modules_load, ppc64/modules_load,
900   sparc/modules_load, sparc64/modules_load, um/modules_load,
901   x86/modules_load, x86_64/modules_load:
902   Added a few SATA and PATA drivers to modules_load.
903
904   09 May 2008; Chris Gianelloni <wolf31o2@gentoo.org> alpha/modules_load,
905   ia64/modules_load, mips/modules_load, parisc/modules_load,
906   parisc64/modules_load, ppc/modules_load, ppc64/modules_load,
907   sparc/modules_load, sparc64/modules_load, um/modules_load,
908   x86/modules_load, x86_64/modules_load:
909   Updated the modules_load files.
910
911   25 Apr 2008; Chris Gianelloni <wolf31o2@gentoo.org>
912   generic/initrd.scripts, genkernel:
913   Enable keymap code when keymap is set on the kernel command line. This is
914   genkernel 3.4.10_pre10 for testing.
915
916   25 Apr 2008; Chris Gianelloni <wolf31o2@gentoo.org>
917   generic/initrd.scripts:
918   We need to unset keymap if it doesn't match to keep from hitting an infinite
919   loop.
920
921   24 Apr 2008; Chris Gianelloni <wolf31o2@gentoo.org> gen_determineargs.sh,
922   gen_funcs.sh, generic/initrd.scripts, generic/linuxrc:
923   Updated the keymap-handling code so it will be installed and displayed
924   without using --do-auto-keymap with a patch from Florian Schilhabel
925   <fernsehleo@gmx.net> for bug #215822. Also, added a keymap= command line
926   option to allow setting keymap from the bootloader, also from Florian.
927
928   22 Apr 2008; Chris Gianelloni <wolf31o2@gentoo.org>
929   generic/initrd.scripts:
930   Change from using a directory check to a file check. This should fix bug
931   #215822.
932
933   12 Apr 2008; Chris Gianelloni <wolf31o2@gentoo.org>
934   generic/initrd.defaults:
935   Move removable storage like USB and firewire after traditional fixed storage
936   like PATA/SATA/SCSI for bug #217347.
937
938   10 Apr 2008; Chris Gianelloni <wolf31o2@gentoo.org> TODO, genkernel:
939   Updated TODO.  This is 3.4.10_pre9 for testing.
940
941   08 Apr 2008; Chris Gianelloni <wolf31o2@gentoo.org>
942   generic/initrd.defaults, generic/initrd.scripts:
943   Added scsi to the default list of modules to load.
944
945   05 Apr 2008; Andrew Gaffney <agaffney@gentoo.org> gen_determineargs.sh:
946   Set CMD_KEYMAP to default to yes, so it's enabled unless specifically
947   disabled
948
949   04 Apr 2008; Chris Gianelloni <wolf31o2@gentoo.org>
950   generic/initrd.scripts, genkernel:
951   Added a patch to skip device nodes for devices if at least one partition
952   exists on the device. This aids in LiveUSB usage and is for bug #212794.
953   This is genkernel 3.4.10_pre8.
954
955   03 Apr 2008; Andrew Gaffney <agaffney@gentoo.org> generic/linuxrc:
956   Split up /dev node checks into console/null and tty1
957
958   02 Apr 2008; Andrew Gaffney <agaffney@gentoo.org> generic/linuxrc:
959   Remove initrd-specific code from linuxrc
960
961   30 Mar 2008; Andrew Gaffney <agaffney@gentoo.org> gen_arch.sh:
962   Uncomment ppc/ppc64->powerpc code in set_kernel_arch, since it appears to
963   actually be necessary as of 2.6.24-gentoo-r4
964
965   29 Mar 2008; Andrew Gaffney <agaffney@gentoo.org>
966   +patches/busybox/1.7.4/busybox-1.7.4-signal-hack.patch:
967   Add patch from ebuild in-tree to fix build issue with signals on hppa
968
969   14 Mar 2008; Andrew Gaffney <agaffney@gentoo.org> gen_cmdline.sh,
970   gen_determineargs.sh:
971   Get rid of --initramfs option as it doesn't do anything anymore
972
973   14 Mar 2008; Chris Gianelloni <wolf31o2@gentoo.org> genkernel,
974   genkernel.conf, -pkg/alpha/README, -pkg/ia64/README, -pkg/mips/.keep,
975   -pkg/parisc/README, -pkg/parisc64/README, -pkg/ppc/README,
976   -pkg/ppc64/README, -pkg/sparc/README, -pkg/sparc64/README, -pkg/um/README,
977   -pkg/x86/README, -pkg/x86_64/README, -pkg/xen0/README, -pkg/xenU/README:
978   Removing pkg directory, since it is no longer necessary. From now on, we'll
979   just pull the tarballs from DISTDIR directly, and we've already moved our
980   caches to /var/tmp/genkernel, so there's nothing left to keep here. This is
981   genkernel 3.4.10_pre7 for testing.
982
983   14 Mar 2008; Andrew Gaffney <agaffney@gentoo.org> gen_package.sh:
984   Copy the original kconfig with a different name than the one used to build
985
986   14 Mar 2008; Andrew Gaffney <agaffney@gentoo.org> gen_package.sh:
987   Include original kconfig in kerncache If original kconfig exists in the
988   kerncache, use that for comparison to the current kconfig
989
990   14 Mar 2008; Andrew Gaffney <agaffney@gentoo.org> genkernel:
991   Switch back to building kernel first
992   Optionally build the kernel a second time if we're integrating the initramfs
993
994   14 Mar 2008; Chris Gianelloni <wolf31o2@gentoo.org> alpha/modules_load,
995   genkernel, ia64/modules_load, mips/modules_load, parisc/modules_load,
996   parisc64/modules_load, ppc/modules_load, ppc64/modules_load,
997   sparc/modules_load, sparc64/modules_load, um/modules_load,
998   x86/modules_load, x86_64/modules_load:
999   Clean up the modules_load files and add qla2xxx. This is genkernel
1000   3.4.10_pre6 for testing.
1001
1002   13 Mar 2008; Andrew Gaffney <agaffney@gentoo.org> gen_initramfs.sh:
1003   Stick CONFIG_INITRAMFS_ROOT_GID in the .config, too
1004
1005   13 Mar 2008; Andrew Gaffney <agaffney@gentoo.org> gen_initramfs.sh:
1006   Remove existing CONFIG_INITRAMFS_SOURCE line and write new one as well as
1007   CONFIG_INITRAMFS_ROOT_UID line
1008
1009   13 Mar 2008; Andrew Gaffney <agaffney@gentoo.org> gen_initramfs.sh:
1010   Change sed delimeter
1011
1012   13 Mar 2008; Andrew Gaffney <agaffney@gentoo.org> gen_initramfs.sh:
1013   We should edit the copy of the kconfig instead of the source file
1014
1015   13 Mar 2008; Andrew Gaffney <agaffney@gentoo.org> gen_initramfs.sh,
1016   genkernel:
1017   Instead of copying the initramfs into the kernel tree, we now sed the
1018   kconfig to point CONFIG_INITRAMFS_SOURCE to the generated image
1019
1020   13 Mar 2008; Andrew Gaffney <agaffney@gentoo.org> sparc64/modules_load:
1021   Add scsi_wait_scan to sparc64's MODULES_SCSI
1022
1023   13 Mar 2008; Andrew Gaffney <agaffney@gentoo.org> generic/linuxrc:
1024   Add a check after mounting NEW_ROOT to see if /dev exists and /sbin/init is
1025   executable before moving on
1026
1027   13 Mar 2008; Andrew Gaffney <agaffney@gentoo.org> gen_initramfs.sh:
1028   Change the location we copy the intiramfs to for integrated initramfs
1029
1030   13 Mar 2008; Andrew Gaffney <agaffney@gentoo.org> generic/linuxrc:
1031   Revert last commit as it wasn't a problem
1032
1033   13 Mar 2008; Andrew Gaffney <agaffney@gentoo.org> generic/linuxrc:
1034   Remove -c "/dev/console" from switch_root command
1035
1036   13 Mar 2008; Andrew Gaffney <agaffney@gentoo.org> generic/linuxrc:
1037   Add missing $ to {NORMAL} for broken /dev message
1038
1039   13 Mar 2008; Andrew Gaffney <agaffney@gentoo.org> gen_package.sh:
1040   Spacing cleanups in gen_package.sh
1041
1042   13 Mar 2008; Andrew Gaffney <agaffney@gentoo.org> gen_arch.sh, genkernel:
1043   Remove unsetting of ARCH for callback and change set_kernel_arch debug to
1044   use print_info
1045
1046   13 Mar 2008; Andrew Gaffney <agaffney@gentoo.org> gen_cmdline.sh:
1047   It helps to actually add the handling for the --integrated-initramfs option
1048
1049   13 Mar 2008; Andrew Gaffney <agaffney@gentoo.org> gen_arch.sh:
1050   Use echo instead of print
1051
1052   13 Mar 2008; Andrew Gaffney <agaffney@gentoo.org> gen_arch.sh:
1053   Add debug code for set_kernel_arch
1054
1055   13 Mar 2008; Andrew Gaffney <agaffney@gentoo.org> genkernel:
1056   Add debugging code to show ARCH when running callback
1057   Unset ARCH when running callback and restore afterwards
1058
1059   13 Mar 2008; Andrew Gaffney <agaffney@gentoo.org> genkernel:
1060   Move set_kernel_arch() call to after determine_real_args() so that get_KV()
1061   has populated the vars we need
1062
1063   13 Mar 2008; Andrew Gaffney <agaffney@gentoo.org> gen_arch.sh:
1064   Change powerpc switch kernel version to 2.6.16 for if we ever uncomment it
1065
1066   13 Mar 2008; Andrew Gaffney <agaffney@gentoo.org> gen_arch.sh,
1067   gen_compile.sh, genkernel:
1068   Add set_kernel_arch(), which maps the genkernel arch to the arch that the
1069   kernel expects based on the version of the kernel
1070
1071   13 Mar 2008; Andrew Gaffney <agaffney@gentoo.org> gen_cmdline.sh,
1072   gen_compile.sh, gen_determineargs.sh, gen_initramfs.sh, gen_initrd.sh,
1073   gen_package.sh, genkernel:
1074   Get rid of the ENABLE_PEGASOS_HACKS hacks Add INTEGRATED_INITRAMFS option to
1075   optionally insert the generated initramfs directly into the kernel image
1076   Change default build order to build the kernel last to facilitate the
1077   INTEGRATED_INITRAMFS option Add GENZIMAGE option and change various checks
1078   from ENABLE_PEGASOS_HACKS to GENZIMAGE
1079
1080   13 Mar 2008; Andrew Gaffney <agaffney@gentoo.org> gen_initramfs.sh:
1081   Argh...Changing the right line helps
1082
1083   13 Mar 2008; Andrew Gaffney <agaffney@gentoo.org> gen_initramfs.sh:
1084   Change into initramfs-firmware-temp/ instead of
1085   initramfs-firmware-temp/lib/firmware/ before doing cpio
1086
1087   12 Mar 2008; Chris Gianelloni <wolf31o2@gentoo.org> generic/linuxrc,
1088   genkernel:
1089   Added a small debug statement to generic/linuxrc so we know when we're
1090   hitting the initrd code path. This is genkernel 3.4.10_pre5 for testing.
1091
1092   12 Mar 2008; Andrew Gaffney <agaffney@gentoo.org> gen_initramfs.sh:
1093   Change to new temp directory so the firmware gets copied to the right place
1094
1095   12 Mar 2008; Andrew Gaffney <agaffney@gentoo.org> gen_initramfs.sh:
1096   Copy firmware file with -L so we get the file instead of the symlink
1097
1098   12 Mar 2008; Andrew Gaffney <agaffney@gentoo.org> gen_initramfs.sh:
1099   Fix another quoting malfunction
1100
1101   12 Mar 2008; Andrew Gaffney <agaffney@gentoo.org> alpha/busy-config,
1102   ia64/busy-config, mips/busy-config, parisc/busy-config,
1103   parisc64/busy-config, ppc/busy-config, ppc64/busy-config,
1104   sparc/busy-config, sparc64/busy-config, x86/busy-config,
1105   x86_64/busy-config:
1106   Explicitly enable MDADM and MDSTART in busy-config
1107
1108   12 Mar 2008; Andrew Gaffney <agaffney@gentoo.org>
1109   patches/busybox/1.7.4/1.7.4-static-error.diff:
1110   Update busybox static-error patch to actually work
1111
1112   12 Mar 2008; Chris Gianelloni <wolf31o2@gentoo.org> genkernel.conf:
1113   Change BUSYBOX_VER to VERSION_BUSYBOX for genkernel-9999 ebuild.
1114
1115   11 Mar 2008; Andrew Gaffney <agaffney@gentoo.org> gen_compile.sh:
1116   Remove the quotes when trying to expand a glob
1117
1118   11 Mar 2008; Andrew Gaffney <agaffney@gentoo.org>
1119   patches/busybox/1.7.4/1.7.4-mdadm.diff,
1120   patches/busybox/1.7.4/1.7.4-mdstart.diff:
1121   Update mdadm and mdstart patches
1122
1123   11 Mar 2008; Andrew Gaffney <agaffney@gentoo.org> gen_compile.sh:
1124   It helps if we assign the correct value to version
1125   Send output of patch command to /dev/null
1126   Show a message saying we're patching if there are patches for the util
1127
1128   11 Mar 2008; Andrew Gaffney <agaffney@gentoo.org>
1129   +patches/busybox/1.7.4/1.7.4-static-error.diff:
1130   Add busybox patch to remove error about compiling statically
1131
1132   11 Mar 2008; Andrew Gaffney <agaffney@gentoo.org> alpha/busy-config,
1133   gen_compile.sh, ia64/busy-config, mips/busy-config, parisc/busy-config,
1134   parisc64/busy-config, ppc/busy-config, ppc64/busy-config,
1135   sparc/busy-config, sparc64/busy-config, x86/busy-config,
1136   x86_64/busy-config:
1137   Update busy-config files for the various arches for busybox 1.7.4
1138
1139   11 Mar 2008; Andrew Gaffney <agaffney@gentoo.org> gen_compile.sh,
1140   genkernel.conf, +patches/busybox/1.7.4/1.7.4-ash-timeout.diff,
1141   +patches/busybox/1.7.4/1.7.4-mdadm.diff,
1142   +patches/busybox/1.7.4/1.7.4-mdstart.diff,
1143   +patches/busybox/1.7.4/1.7.4-openvt.diff:
1144   Add apply_patches() function to automagically apply patches for a given util
1145   Add updated busybox patches for 1.7.4 from robbat2
1146   Change BUSYBOX_VER to 1.7.4
1147
1148   11 Mar 2008; Chris Gianelloni <wolf31o2@gentoo.org>
1149   generic/initrd.scripts:
1150   Rearrange checks so the return value is read correctly.
1151
1152   10 Mar 2008; Andrew Gaffney <agaffney@gentoo.org> alpha/busy-config,
1153   gen_initrd.sh, generic/initrd.scripts, generic/linuxrc, ia64/busy-config,
1154   mips/busy-config, parisc/busy-config, parisc64/busy-config,
1155   ppc/busy-config, ppc64/busy-config, sparc/busy-config,
1156   sparc64/busy-config, um/busy-config, x86/busy-config, x86_64/busy-config:
1157   Enable CONFIG_HEXDUMP globally for busybox
1158   Add getdvhoff replacement function from vapier
1159   Remove copying of getdvhoff from system
1160
1161   10 Mar 2008; Andrew Gaffney <agaffney@gentoo.org> gen_cmdline.sh,
1162   gen_determineargs.sh, gen_initramfs.sh, genkernel.conf:
1163   Add support for --firmware-files option to make robbat2 happy
1164
1165   10 Mar 2008; Andrew Gaffney <agaffney@gentoo.org> gen_cmdline.sh,
1166   gen_determineargs.sh, gen_initramfs.sh, genkernel.conf:
1167   Add support for --firmware and --firmware-dir options to include firmware in
1168   the initramfs
1169
1170   09 Mar 2008; Andrew Gaffney <agaffney@gentoo.org> generic/linuxrc:
1171   Apply patch from Vince C <v_cadet@yahoo.fr> to mount sysfs prior to loading
1172   modules, so that the mdev firmware loading can actually work
1173
1174   04 Mar 2008; Chris Gianelloni <wolf31o2@gentoo.org> gen_initramfs.sh:
1175   If we have a raid456.ko module, we need to create a raid45.ko symlink since
1176   dmraid can be rather stupid. This should resolve bug #195804.
1177
1178   04 Mar 2008; Chris Gianelloni <wolf31o2@gentoo.org> sparc64/kernel-config,
1179   alpha/kernel-config-2.6, ia64/kernel-config-2.6, x86/kernel-config-2.6,
1180   x86_64/kernel-config-2.6:
1181   Updated the kernel configs for arches which have given us their 2008.0
1182   configs. This is 3.4.10_pre4 for testing.
1183
1184   29 Feb 2008; Andrew Gaffney <agaffney@gentoo.org> gen_initramfs.sh:
1185   Redirect which output to /dev/null and put quotes around var in test
1186
1187   29 Feb 2008; Chris Gianelloni <wolf31o2@gentoo.org> alpha/modules_load,
1188   ia64/modules_load, ppc/modules_load, ppc64/modules_load, um/modules_load,
1189   x86_64/modules_load:
1190   Changed MDRAID to MDADM for bug #211316.
1191
1192   28 Feb 2008; Chris Gianelloni <wolf31o2@gentoo.org> gen_cmdline.sh,
1193   gen_initramfs.sh, gen_initrd.sh, generic/initrd.scripts:
1194   Added a --no-keymap option for bug #210886.
1195
1196   28 Feb 2008; Chris Gianelloni <wolf31o2@gentoo.org> gen_initramfs.sh,
1197   generic/linuxrc:
1198   Use which to determine the location of splash_geninitramfs, rather than
1199   having an endless number of conditional checks for the location. This fixes
1200   bug #211521. Thanks to Uriy Zhuravlev <stalkerg@gmail.com> for finding the
1201   problem and suggesting a solution.
1202
1203   20 Feb 2008; Chris Gianelloni <wolf31o2@gentoo.org>
1204   -xenU/kernel-config-2.6, -xen0/kernel-config-2.6, genkernel,
1205   -xen0/busy-config, -xen0/config.sh, -xen0/modules_load, -xenU/busy-config,
1206   -xenU/config.sh, -xenU/modules_load:
1207   Removing the xen0 and xenU arches, since they didn't work, anyway. This is
1208   genkernel 3.4.10_pre3 for testing.
1209
1210   20 Feb 2008; Andrew Gaffney <agaffney@gentoo.org> gen_package.sh:
1211   Add missing space before closing ]
1212
1213   19 Feb 2008; Andrew Gaffney <agaffney@gentoo.org> generic/initrd.scripts:
1214   Apply patch from bug 210457 to fix variable substitution. Thanks to Paul
1215   Taylor <birder@ozemail.com.au> for reporting
1216
1217   19 Feb 2008; Andrew Gaffney <agaffney@gentoo.org> generic/linuxrc:
1218   Remove quotes from around ${ROOT_TREES} so that the dirs are parsed
1219   separately by bash/cp
1220
1221   14 Feb 2008; Chris Gianelloni <wolf31o2@gentoo.org> gen_compile.sh,
1222   gen_determineargs.sh, gen_funcs.sh, gen_initramfs.sh, gen_initrd.sh,
1223   generic/initrd.defaults, generic/initrd.scripts, generic/linuxrc,
1224   genkernel, genkernel.8, genkernel.conf:
1225   Removing DEVFS support from genkernel since we don't support 2.4 kernels
1226   anymore. This is 3.4.10_pre2.
1227
1228   14 Feb 2008; Chris Gianelloni <wolf31o2@gentoo.org>
1229   generic/initrd.scripts:
1230   Added a line to make sure we remove image.squashfs as well as the other loop
1231   names used by catalyst.
1232
1233   14 Feb 2008; Chris Gianelloni <wolf31o2@gentoo.org> gen_compile.sh:
1234   Added another patch from Javier Miqueleiz <javier@miqueleiz.com> in bug
1235   #198892 for mdadm 1.1 and 1.2 metadata support.
1236
1237   14 Feb 2008; Chris Gianelloni <wolf31o2@gentoo.org>
1238   generic/initrd.defaults, generic/initrd.scripts, generic/linuxrc:
1239   Switch to detection for LOOP and LOOPTYPE when they are not set.
1240
1241   14 Feb 2008; Chris Gianelloni <wolf31o2@gentoo.org>
1242   generic/initrd.scripts, generic/linuxrc:
1243   Performed some minor cleanup.
1244
1245   14 Feb 2008; Chris Gianelloni <wolf31o2@gentoo.org> generic/linuxrc:
1246   Move "busybox --install -s" to outside the /init check. Fix problems with
1247   running mknod on a non-CD root filesystem, which will be read-only, for bug
1248   #208266.
1249
1250   14 Feb 2008; Chris Gianelloni <wolf31o2@gentoo.org> -um/kernel-config-2.4,
1251   -alpha/kernel-config-2.4, -parisc64/kernel-config-2.4,
1252   -xenU/kernel-config-2.4, -parisc/kernel-config-2.4,
1253   -x86/kernel-config-2.4, -xen0/kernel-config-2.4:
1254   Removing 2.4 kernel configs, since we aren't supporting 2.4 from here on out.
1255
1256   14 Feb 2008; Chris Gianelloni <wolf31o2@gentoo.org> genkernel:
1257   We only need to make sure that we have /sbin and /usr/sbin in our PATH for
1258   bug #97378, not reset it. Thanks to Justin Bronder <jsbronder@gentoo.org> in
1259   bug #209182 for pointing it out. This is genkernel 3.4.10_pre1 for testing.
1260
1261   14 Feb 2008; Chris Gianelloni <wolf31o2@gentoo.org> gen_cmdline.sh,
1262   gen_compile.sh, gen_determineargs.sh, gen_initramfs.sh, gen_initrd.sh,
1263   generic/initrd.scripts, generic/linuxrc, genkernel, genkernel.conf,
1264   mips/config.sh:
1265   This is the long-awaited unionfs code cleanup. All of the unionfs code in
1266   genkernel has been removed.
1267
1268   07 Feb 2008; Andrew Gaffney <agaffney@gentoo.org> gen_determineargs.sh:
1269   Fix two calls to set_config_with_override on CMD_KERNCACHE and some
1270   indentation weirdness
1271
1272   04 Feb 2008; Andrew Gaffney <agaffney@gentoo.org> generic/initrd.scripts:
1273   Change &>/dev/null to >/dev/null 2>&1 because busybox ash sucks
1274
1275   04 Feb 2008; Andrew Gaffney <agaffney@gentoo.org> generic/initrd.scripts,
1276   generic/linuxrc:
1277   Switch to double quotes where we're interpolating variables, because I suck
1278
1279   03 Feb 2008; Andrew Gaffney <agaffney@gentoo.org> sparc64/modules_load:
1280   Add qla2xxx to sparc64's MODULES_SCSI
1281
1282   03 Feb 2008; Andrew Gaffney <agaffney@gentoo.org> gen_cmdline.sh,
1283   gen_determineargs.sh, gen_moddeps.sh:
1284   Add --all-initrd-modules option to copy all kernel modules into
1285   initrd/ramfs. This is useful for netboot images
1286
1287   03 Feb 2008; Andrew Gaffney <agaffney@gentoo.org> generic/initrd.scripts,
1288   generic/linuxrc:
1289   Add setup_hotplug() function that runs before the modules are loaded to
1290   setup mdev as the hotplug event handler. Add $KV to /lib/modules anywhere it
1291   occurs to allow for an initramfs with multiple sets of modules
1292
1293   03 Feb 2008; Andrew Gaffney <agaffney@gentoo.org> gen_configkernel.sh,
1294   genkernel.conf:
1295   Clean up OLDCONFIG logic and default to OLDCONFIG=yes. This is for bug 207895
1296
1297   02 Feb 2008; Chris Gianelloni <wolf31o2@gentoo.org> generic/linuxrc:
1298   Moving the code to start resume operations so it doesn't run when booting
1299   from CD. We also don't execute the code if there's no real_resume set on the
1300   command line, since it will fail, anyway, without it.
1301
1302   02 Feb 2008; Andrew Gaffney <agaffney@gentoo.org> alpha/modules_load,
1303   ia64/modules_load, ppc/modules_load, ppc64/modules_load, um/modules_load,
1304   x86/modules_load, x86_64/modules_load, xen0/modules_load,
1305   xenU/modules_load:
1306   add megaraid module to MODULES_SCSI for bug 206039
1307
1308   02 Feb 2008; Andrew Gaffney <agaffney@gentoo.org> generic/modprobe:
1309   specify the kernel version when looking for a module for bug 208593
1310
1311   02 Feb 2008; Chris Gianelloni <wolf31o2@gentoo.org>
1312   generic/initrd.defaults, generic/initrd.scripts:
1313   Removed runUdev, since we no longer use it.
1314
1315   11 Jan 2008; Chris Gianelloni <wolf31o2@gentoo.org> gen_initramfs.sh,
1316   gen_initrd.sh, genkernel:
1317   Fixing a problem where we were copying the busybox binary cache into the
1318   busybox temporary directory. I am assuming that this was a result of all of
1319   the changes we've been doing, and it simply just got everlooked. Thanks to
1320   Marek Szuba <cyberman@if.pw.edu.pl> for pointing it out in bug #204087. This
1321   is genkernel 3.4.9 FINAL. Enjoy.
1322
1323   28 Dec 2007; Andrew Gaffney <agaffney@gentoo.org> generic/initrd.defaults,
1324   generic/initrd.scripts, generic/linuxrc:
1325   Don't scan a bunch of extra devices when CDROOT_DEV is defined.
1326
1327   28 Dec 2007; Andrew Gaffney <agaffney@gentoo.org> generic/initrd.scripts,
1328   generic/linuxrc:
1329   Add new cdroot_type=foo kernel commandline parameter to override -t iso9660
1330   for bug #182818.
1331
1332   28 Dec 2007; Andrew Gaffney <agaffney@gentoo.org> generic/initrd.scripts:
1333   Put -t auto back to -t iso9660 for mounting a cdrom. This is for bug #162962.
1334
1335   27 Dec 2007; Andrew Gaffney <agaffney@gentoo.org> genkernel.8:
1336   Fix description of --kernel-config for bug #194752.
1337
1338   27 Dec 2007; Chris Gianelloni <wolf31o2@gentoo.org> genkernel:
1339   This is 3.4.9_pre12 for testing.
1340
1341   23 Dec 2007; Andrew Gaffney <agaffney@gentoo.org> generic/initrd.scripts,
1342   generic/linuxrc, genkernel.8:
1343   Apply LUKS key patch from bug #162962 from Nelson Batalha
1344   <nelson_batalha@hotmail.com>
1345
1346   14 Dec 2007; Andrew Gaffney <agaffney@gentoo.org> generic/linuxrc:
1347   Fix text bolding on serial console for bug #202266 thanks to Michael Hordijk
1348   <hoffbrinkle@hotmail.com>.
1349
1350   13 Dec 2007; Andrew Gaffney <agaffney@gentoo.org> gen_determineargs.sh:
1351   Apply a patch from John R. Graham <john_r_graham@mindspring.com> for bug
1352   #201482.
1353
1354   06 Dec 2007; Andrew Gaffney <agaffney@gentoo.org> gen_cmdline.sh:
1355   Do s/KERNELDIR/KERNEL_DIR/ for bug #201159.
1356
1357   06 Dec 2007; Andrew Gaffney <agaffney@gentoo.org> generic/initrd.scripts:
1358   Fix typo for bug #201442. Thanks to Michael Hordijk <hoffbrinkle@hotmail.com>.
1359
1360   03 Dec 2007; Chris Gianelloni <wolf31o2@gentoo.org> genkernel:
1361   This is genkernel 3.4.9_pre11 for testing.
1362
1363   29 Nov 2007; Andrew Gaffney <agaffney@gentoo.org> gen_initramfs.sh,
1364   gen_initrd.sh:
1365   Do s/elsif/elif/ because I use too many languages and random bash tutorials
1366   online can't be trusted.
1367
1368   28 Nov 2007; Chris Gianelloni <wolf31o2@gentoo.org> gen_compile.sh,
1369   genkernel:
1370   Added a patch line for busybox for bug #198892. This is 3.4.9_pre10 for
1371   testing.
1372
1373   24 Nov 2007; Chris Gianelloni <wolf31o2@gentoo.org> gen_funcs.sh:
1374   Added a small patch from John R. Graham <john_r_graham@mindspring.com> to
1375   fix arguments with spaces for bug #200161.
1376
1377   24 Nov 2007; Andrew Gaffney <agaffney@gentoo.org> generic/linuxrc:
1378   Use 'read' to get a line at a time to account for directories with spaces in
1379   the name. This fixes bug 199701.
1380
1381   23 Nov 2007; Andrew Gaffney <agaffney@gentoo.org> gen_initramfs.sh,
1382   gen_initrd.sh:
1383   Look for cryptsetup in /bin and /sbin.
1384
1385   17 Nov 2007; Andrew Gaffney <agaffney@gentoo.org> gen_compile.sh:
1386   Force dmraid to be built with -j1 for bug #188273.
1387
1388   16 Nov 2007; Chris Gianelloni <wolf31o2@gentoo.org> genkernel.conf:
1389   My original sed of LVM2->LVM caught a few too many things. Thanks to Robin
1390   Johnson <robbat2@gentoo.org> for pointing them out and providing the fix in
1391   bug #198546.
1392
1393   13 Nov 2007; Chris Gianelloni <wolf31o2@gentoo.org> gen_determineargs.sh,
1394   genkernel.conf, genkernel:
1395   Added config defaulting for --mdadm for bug #198694. Thanks to John R.
1396   Graham <john_r_graham@mindspring.com> for providing the patch. This is
1397   3.4.9_pre9 for testing.
1398
1399   08 Nov 2007; Andrew Gaffney <agaffney@gentoo.org> gen_arch.sh:
1400   Revert patch from bug #190327 as it breaks well more than it fixed.
1401
1402   07 Nov 2007; Chris Gianelloni <wolf31o2@gentoo.org> alpha/config.sh,
1403   gen_cmdline.sh, gen_determineargs.sh, gen_funcs.sh, gen_initramfs.sh,
1404   gen_initrd.sh, gen_package.sh, genkernel, genkernel.conf, ia64/config.sh,
1405   mips/config.sh, parisc/config.sh, parisc64/config.sh, ppc/config.sh,
1406   ppc64/config.sh, sparc/config.sh, sparc64/config.sh, um/config.sh,
1407   x86/config.sh, x86_64/config.sh, xen0/config.sh, xenU/config.sh:
1408   Added a nice patch from John R. Graham <john_r_graham@mindspring.com> to
1409   allow all command line options to be configurable from within the
1410   genkernel.conf file. This is for bug #182616. This is genkernel 3.4.9_pre8
1411   for testing.
1412
1413   07 Nov 2007; Chris Gianelloni <wolf31o2@gentoo.org>
1414   generic/initrd.scripts:
1415   Fixed the noload module code. Thanks to Mijail Fedorovich
1416   <mfedorovich@gmail.com> for pointing it out in bug #198187.
1417
1418   07 Nov 2007; Chris Gianelloni <wolf31o2@gentoo.org>
1419   generic/initrd.scripts, generic/linuxrc:
1420   Added an update patch from Alon Bar-Lev <alonbl@gentoo.org> in bug #197244
1421   to clean up the suspend2 code and rename the functions to tuxonice to match
1422   the upstream rename.
1423
1424   07 Nov 2007; Chris Gianelloni <wolf31o2@gentoo.org> gen_cmdline.sh,
1425   gen_compile.sh, gen_initramfs.sh, gen_initrd.sh, gen_package.sh,
1426   genkernel:
1427   Added a patch from Joshua Kinard <kumba@gentoo.org> to clean up the Pegasos
1428   hacks in genkernel. This is from bug #193826. This is genkernel 3.4.9_pre7
1429   for testing.
1430
1431   07 Nov 2007; Chris Gianelloni <wolf31o2@gentoo.org> gen_arch.sh:
1432   Added a simple patch from Andrew Gaffney <agaffney@gentoo.org> to ensure
1433   that we export ARCH before running menuconfig. This is from bug #190327.
1434
1435   07 Nov 2007; Chris Gianelloni <wolf31o2@gentoo.org> gen_compile.sh,
1436   generic/initrd.scripts, generic/linuxrc:
1437   Make sure we still allow dolvm2/doevms2 on the kernel command line and give
1438   a warning. I've also added a 2 second delay between vgscan and vgchange.
1439   Thanks to Robin H. Johnson <robbat2@gentoo.org> for suggesting the changes
1440   and testing.
1441
1442   02 Nov 2007; Chris Gianelloni <wolf31o2@gentoo.org> +generic/modprobe,
1443   gen_initramfs.sh, gen_initrd.sh, genkernel:
1444   Reverting the removal of generic/modprobe for bug #197730. This is genkernel
1445   3.4.9_pre6 for testing.
1446
1447   01 Nov 2007; Chris Gianelloni <wolf31o2@gentoo.org> gen_compile.sh,
1448   gen_initramfs.sh, genkernel:
1449   Fixed device-mapper/man removal for bug #196087, fixed mdadm.conf copying,
1450   and fixed syntax error for bug #197582. This is genkernel-3.4.9_pre5.
1451
1452   30 Oct 2007; Chris Gianelloni <wolf31o2@gentoo.org>
1453   -pkg/suspend-0.5-Makefile.patch, -pkg/busybox-1.1.3+gentoo.tar.bz2,
1454   -pkg/devfsd-1.3.25-dietlibc.patch,
1455   -pkg/devfsd-1.3.25-dietlibc-kernel25.tar.bz2, alpha/busy-config,
1456   gen_cmdline.sh, gen_compile.sh, gen_determineargs.sh, gen_initramfs.sh,
1457   generic/initrd.defaults, generic/initrd.scripts, generic/linuxrc,
1458   genkernel, ia64/busy-config, mips/busy-config, parisc/busy-config,
1459   parisc64/busy-config, ppc/busy-config, ppc64/busy-config,
1460   sparc/busy-config, sparc64/busy-config, um/busy-config, x86/busy-config,
1461   x86/modules_load, x86_64/busy-config, xen0/busy-config, xenU/busy-config:
1462   Added a patch from Alan Hourihane <alanh@fairlite.demon.co.uk> for mdadm
1463   support in busybox from bug #172128. This is genkernel 3.4.9_pre4 for
1464   testing.
1465
1466   30 Oct 2007; Chris Gianelloni <wolf31o2@gentoo.org> gen_initramfs.sh,
1467   generic/initrd.scripts, generic/linuxrc:
1468   Made a few minor cleanups here and there.
1469
1470   12 Oct 2007; Andrew Gaffney <agaffney@gentoo.org> genkernel.8:
1471   Update description for --initramfs-overlay in man page to match --help.
1472
1473   05 Oct 2007; Andrew Gaffney <agaffney@gentoo.org> gen_initramfs.sh,
1474   gen_initrd.sh:
1475   Remove generic/modprobe and all supporting code, since busybox has it now.
1476
1477   04 Oct 2007; Andrew Gaffney <agaffney@gentoo.org> gen_initramfs.sh:
1478   We need to cd out of directory to be deleted for bug #194695. Thanks to Asmund
1479   Grammeltvedt <asmundg@big-oil.org> for pointing this out.
1480
1481   18 Sep 2007; Andrew Gaffney <agaffney@gentoo.org> gen_initramfs.sh,
1482   gen_initrd.sh:
1483   We don't ever want devfs in an initramfs, so check KERN_24 instead of DEVFS
1484   for 2.4 initrd generation
1485
1486   17 Sep 2007; Chris Gianelloni <wolf31o2@gentoo.org> gen_cmdline.sh,
1487   gen_compile.sh, gen_determineargs.sh, gen_funcs.sh, gen_initrd.sh,
1488   genkernel, genkernel.8, genkernel.conf:
1489   Rename DEBUGLEVEL/DEBUGFILE to LOGLEVEL/LOGFILE to help reduce confusion.
1490
1491   17 Sep 2007; Chris Gianelloni <wolf31o2@gentoo.org> gen_cmdline.sh,
1492   gen_configkernel.sh, genkernel:
1493   Some more general cleanup and adding support for using a config file other
1494   than /etc/genkernel.conf to add flexibility.
1495
1496   17 Sep 2007; Chris Gianelloni <wolf31o2@gentoo.org>
1497   -pkg/module-init-tools-0.9.15-pre4.tar.bz2,
1498   -pkg/klibc-1.1.16-sparc2.patch, -pkg/klibc-1.2.1-nostdinc-flags.patch,
1499   -pkg/modutils-2.4.26.tar.bz2:
1500   Removing klibc/modutils/module-init-tools files, since we don't need any of
1501   them, anymore.
1502
1503   17 Sep 2007; Chris Gianelloni <wolf31o2@gentoo.org> genkernel:
1504   It helps if I use 'g' when doing a sed.
1505
1506   17 Sep 2007; Chris Gianelloni <wolf31o2@gentoo.org> gen_bootloader.sh,
1507   genkernel, genkernel.conf:
1508   Removed the use of GK_BIN variable, since it isn't necessary.
1509
1510   17 Sep 2007; Chris Gianelloni <wolf31o2@gentoo.org> TODO, genkernel.conf:
1511   Updated TODO and cleaning up genkernel.conf a bit.
1512
1513   17 Sep 2007; Chris Gianelloni <wolf31o2@gentoo.org> generic/linuxrc,
1514   netboot/misc/bin/net-setup, netboot/misc/etc/fstab:
1515   Remove some unnecessary copyright dates from a few files so we don't keep
1516   forgetting to update them when we modify the files.
1517
1518   17 Sep 2007; Chris Gianelloni <wolf31o2@gentoo.org> gen_cmdline.sh,
1519   gen_configkernel.sh, gen_determineargs.sh, gen_initramfs.sh, genkernel,
1520   genkernel.8, mips/config.sh:
1521   Renamed gensplash to splash and marked gensplash as deprecated. This is
1522   3.4.9_pre3 for testing.
1523
1524   17 Sep 2007; Chris Gianelloni <wolf31o2@gentoo.org> TODO,
1525   alpha/modules_load, gen_cmdline.sh, gen_compile.sh, gen_configkernel.sh,
1526   gen_determineargs.sh, gen_initramfs.sh, gen_initrd.sh,
1527   generic/initrd.defaults, generic/initrd.scripts, generic/linuxrc,
1528   genkernel, genkernel.8, genkernel.conf, ia64/modules_load, mips/config.sh,
1529   ppc/modules_load, ppc64/modules_load, um/modules_load, x86/modules_load,
1530   x86_64/modules_load, xen0/modules_load, xenU/modules_load:
1531   Changed all instances of EVMS2/LVM2 to EVMS/LVM, respectively. This will
1532   keep everything simplified if a newer EVMS/LVM version set appears.
1533
1534   17 Sep 2007; Chris Gianelloni <wolf31o2@gentoo.org> README,
1535   alpha/config.sh, gen_bootloader.sh, gen_cmdline.sh, gen_configkernel.sh,
1536   gen_determineargs.sh, gen_initrd.sh, gen_package.sh, genkernel,
1537   genkernel.8, genkernel.conf, ia64/config.sh, mips/config.sh,
1538   parisc/config.sh, parisc64/config.sh, ppc/config.sh, ppc64/config.sh,
1539   sparc/config.sh, sparc64/config.sh, um/config.sh, x86/config.sh,
1540   x86_64/config.sh, xen0/config.sh, xenU/config.sh:
1541   Removing bootsplash support since it hasn't been in a kernel we've supported
1542   for years now, causes confusion amongst users, and really wasn't being used
1543   and caused issues with 2.6/initrd creation in some corner cases.
1544
1545   17 Sep 2007; Chris Gianelloni <wolf31o2@gentoo.org>
1546   -pkg/genkernel-svn-suspend.patch:
1547   Removing the reversal patch for the suspend removal, since it will no longer
1548   apply.
1549
1550   17 Sep 2007; Chris Gianelloni <wolf31o2@gentoo.org> gen_bootloader.sh,
1551   gen_cmdline.sh, gen_compile.sh, gen_determineargs.sh, gen_initramfs.sh,
1552   gen_initrd.sh, generic/linuxrc, genkernel, mips/config.sh:
1553   Performed some general cleanup on a few files and removed devfs/udev
1554   selection code, since we force devfs on 2.4 and mdev on 2.6 kernels.
1555
1556   30 Aug 2007; Chris Gianelloni <wolf31o2@gentoo.org> gen_cmdline.sh,
1557   gen_compile.sh, gen_configkernel.sh, gen_determineargs.sh,
1558   gen_initramfs.sh, generic/initrd.scripts, generic/linuxrc, genkernel,
1559   genkernel.conf, +pkg/genkernel-svn-suspend.patch:
1560   Removing the suspend support that was added for bug #156445 until suspend is
1561   added to the tree and we can determine the proper way to support it. For
1562   more information, see bug #156431. This is genkernel 3.4.9_pre2 for testing.
1563
1564   22 Aug 2007; Chris Gianelloni <wolf31o2@gentoo.org> x86/kernel-config-2.6,
1565   x86_64/kernel-config-2.6, genkernel:
1566   Removed CONFIG_PHYSICAL_START from the x86/amd64 kernel configs for bug
1567   #186378. This is genkernel 3.4.9_pre1 for testing.
1568
1569   22 Aug 2007; Chris Gianelloni <wolf31o2@gentoo.org> genkernel:
1570   Changing to use console=tty1 instead of CONSOLE=/dev/tty1 with a patch from
1571   Matthias Schwarzott <zzam@gentoo.org> for bug #188954.
1572
1573   22 Aug 2007; Chris Gianelloni <wolf31o2@gentoo.org> alpha/modules_load,
1574   ia64/modules_load, ppc/modules_load, ppc64/modules_load, um/modules_load,
1575   x86/modules_load, x86_64/modules_load, xen0/modules_load,
1576   xenU/modules_load:
1577   Added arcmsr to MODULES_SCSI for bug #185827.
1578
1579   22 Aug 2007; Chris Gianelloni <wolf31o2@gentoo.org>
1580   +pkg/suspend-0.5-Makefile.patch:
1581   Added suspend-0.5-Makefile.patch to pkg directory for suspend capabilities,
1582   bringing it into the repository, from the tree.
1583
1584   22 Aug 2007; Chris Gianelloni <wolf31o2@gentoo.org> genkernel.8:
1585   Added a small patch from Tais M. Hansen <tais.hansen@osd.dk> to add doscsi
1586   to the genkernel man page for bug #183406.
1587
1588   21 Aug 2007; Chris Gianelloni <wolf31o2@gentoo.org> gen_funcs.sh,
1589   genkernel.8:
1590   Added another patch from John R. Graham <john_r_graham@mindspring.com> for
1591   bug #180161.
1592
1593   26 Jul 2007; Robin H. Johnson <robbat2@gentoo.org> gen_initramfs.sh:
1594   Clean up a cosmetic error introduced by the symlink patch:  
1595   ${GK_SHARE}/gen_funcs.sh: line 431: popd:
1596   /var/tmp/genkernel/3996.6301.23048.13838/initramfs-modules-${KV}-temp: No
1597   such file or directory
1598
1599   26 Jul 2007; Robin H. Johnson <robbat2@gentoo.org> generic/initrd.scripts,
1600   generic/linuxrc:
1601   The previous patch from bug #174294 still contained some bugs in the linuxrc
1602   and scripts, that caused a failure during boot. Clean them up with one more
1603   patch from Nelson Batalha <nelson_batalha@hotmail.com>, again on bug #174294.
1604
1605   26 Jul 2007; Andrew Gaffney <agaffney@gentoo.org> netboot/linuxrc.x:
1606   enhanced netboot linuxrc from gustavoz
1607
1608   26 Jul 2007; Andrew Gaffney <agaffney@gentoo.org> alpha/busy-config,
1609   gen_compile.sh, gen_determineargs.sh, gen_initramfs.sh, gen_initrd.sh,
1610   genkernel, genkernel.conf, ia64/busy-config, mips/busy-config,
1611   parisc/busy-config, parisc64/busy-config, ppc/busy-config,
1612   ppc64/busy-config, sparc/busy-config, sparc64/busy-config,
1613   x86/busy-config, x86_64/busy-config, xen0/busy-config, xenU/busy-config:
1614   enable CONFIG_INSMOD in all arch busy-config files
1615   disable building of static insmod and remove all code related to it
1616
1617   26 Jul 2007; Andrew Gaffney <agaffney@gentoo.org> gen_package.sh:
1618   Patch to compare new config instead of the one left laying around in the
1619   kerncache dir. Thanks to Pat Double <gentoo@patdouble.com> in bug #179739
1620
1621   26 Jul 2007; Andrew Gaffney <agaffney@gentoo.org> gen_compile.sh,
1622   gen_initramfs.sh, gen_initrd.sh, genkernel.conf:
1623   Patch to actually use busybox bincache. Thanks to Pat Double
1624   <gentoo@patdouble.com> on bug #180211
1625
1626   21 Jun 2007; Chris Gianelloni <wolf31o2@gentoo.org> gen_initrd.sh:
1627   Fixed lvm/evms code for initrd generation. Thanks to Vinny
1628   <vfuria@gmail.com> on bug #179480 for pointing it out.
1629
1630   21 Jun 2007; Chris Gianelloni <wolf31o2@gentoo.org> alpha/modules_load,
1631   generic/initrd.defaults, ia64/modules_load, ppc/modules_load,
1632   ppc64/modules_load, um/modules_load, x86/modules_load,
1633   x86_64/modules_load, xen0/modules_load, xenU/modules_load:
1634   Added new PATA support from Paul Hewlett <paul@gccs.co.za> from bug #180111
1635   and also created a separate MDRAID module group.
1636
1637   21 Jun 2007; Chris Gianelloni <wolf31o2@gentoo.org>
1638   generic/initrd.scripts, generic/linuxrc:
1639   Added a patch from Nelson Batalha <nelson_batalha@hotmail.com> from bug
1640   #174294 to enable the use of encryption on a CD and the location of a key.
1641
1642   21 Jun 2007; Chris Gianelloni <wolf31o2@gentoo.org> gen_determineargs.sh,
1643   gen_funcs.sh, genkernel, genkernel.8, genkernel.conf:
1644   Added two patches from John R. Graham <john_r_graham@mindspring.com> from
1645   bug #180161. This should fix bug #180161, bug #144703, and bug #150697.
1646
1647   21 Jun 2007; Chris Gianelloni <wolf31o2@gentoo.org> x86/kernel-config-2.6:
1648   Added USB Printer support for bug #176543.
1649
1650   21 Jun 2007; Chris Gianelloni <wolf31o2@gentoo.org>
1651   generic/initrd.scripts:
1652   Change the check for /livecd when booting a CD to check for a file called
1653   livecd, rather than just the existence of /livecd, which should keep it from
1654   finding disks with a /livecd directory.
1655
1656   21 Jun 2007; Chris Gianelloni <wolf31o2@gentoo.org> gen_package.sh:
1657   Added a patch from Andrew Gaffney <agaffney@gentoo.org> from bug #174188 to
1658   fix a problem with the System.map file copying that was previously
1659   introduced.
1660
1661   21 Jun 2007; Chris Gianelloni <wolf31o2@gentoo.org> genkernel.8:
1662   Added patch from Nelson Batalha <nelson_batalha@hotmail.com> from bug
1663   #172766 to add documentation for genkernel's LUKS features.
1664
1665   21 Jun 2007; Chris Gianelloni <wolf31o2@gentoo.org>
1666   generic/initrd.scripts:
1667   Added patch from Nicolas Schlumberger <n.schlumberger@bluewin.ch> to create
1668   md devices with LUKS for bug #170753.
1669
1670   21 Jun 2007; Chris Gianelloni <wolf31o2@gentoo.org>
1671   generic/initrd.scripts:
1672   Reverting patch that was originally added due to bug #160333 due to the
1673   problems it caused on the 2007.0 release.
1674
1675   12 Apr 2007; Chris Gianelloni <wolf31o2@gentoo.org> gen_package.sh,
1676   genkernel:
1677   Added a patch from Andrew Gaffney <agaffney@gentoo.org> to add System.map to
1678   the tarball for the minimal kernel package for bug #174188. This is also the
1679   3.4.8 release.
1680
1681   12 Apr 2007; Chris Gianelloni <wolf31o2@gentoo.org> alpha/modules_load,
1682   ia64/modules_load, um/modules_load, x86/modules_load, x86_64/modules_load,
1683   xen0/modules_load, xenU/modules_load:
1684   Added mptsas to SCSI for bug #174130 and removing raid0/raid1/raid10/raid456
1685   from DMRAID.
1686
1687   12 Apr 2007; Chris Gianelloni <wolf31o2@gentoo.org> gen_initramfs.sh,
1688   gen_initrd.sh:
1689   Commented out the checks on the sanity of lvm.conf since they were not quite
1690   working right. This should fix bug #173622.
1691
1692   09 Apr 2007; Chris Gianelloni <wolf31o2@gentoo.org> +x86/nb-busybox.cf:
1693   Added nb-busybox.cf to x86 on the request of Andrew Gaffney
1694   <agaffney@gentoo.org>.
1695
1696   05 Apr 2007; Chris Gianelloni <wolf31o2@gentoo.org> gen_initramfs.sh,
1697   gen_initrd.sh, genkernel:
1698   Added a change to force objdump output to be English for bug #173412 and
1699   rolling 3.4.7 final for the release.
1700
1701   05 Apr 2007; Chris Gianelloni <wolf31o2@gentoo.org>
1702   generic/initrd.scripts:
1703   Added a patch from Daniel Drake <dsd@gentoo.org> to fix splash problems for
1704   bug #172562.
1705
1706   03 Apr 2007; Chris Gianelloni <wolf31o2@gentoo.org> genkernel.conf:
1707   Some minor config file cleanup.
1708
1709   03 Apr 2007; Chris Gianelloni <wolf31o2@gentoo.org> gen_cmdline.sh,
1710   genkernel.8:
1711   Added a second patch from John R. Graham <john_r_graham@mindspring.com> from
1712   bug #169383.
1713
1714   27 Mar 2007; Chris Gianelloni <wolf31o2@gentoo.org> alpha/modules_load,
1715   ia64/modules_load, x86/modules_load, x86_64/modules_load,
1716   xen0/modules_load, xenU/modules_load:
1717   Added raid456 to dmraid target for bug #172128.
1718
1719   26 Mar 2007; Chris Gianelloni <wolf31o2@gentoo.org> gen_initramfs.sh,
1720   gen_initrd.sh:
1721   Changed LVM configuration detection to not error.
1722
1723   26 Mar 2007; Chris Gianelloni <wolf31o2@gentoo.org> x86/kernel-config-2.6:
1724   Added joystick support to the default configuration for bug #171911.
1725
1726   14 Mar 2007; Chris Gianelloni <wolf31o2@gentoo.org> gen_initramfs.sh,
1727   gen_initrd.sh, genkernel:
1728   Before we copy lvm.conf, we run it through 'lvm dumpconfig' to make sure the
1729   config is valid for bug #156009. This is 3.4.7_pre5.
1730
1731   14 Mar 2007; Chris Gianelloni <wolf31o2@gentoo.org> genkernel.conf:
1732   Change the default CACHE_DIR from /usr/share/genkernel/pkg/%%ARCH%% to
1733   /var/cache/genkernel/%%ARCH%% for bug #148253.
1734
1735   13 Mar 2007; Chris Gianelloni <wolf31o2@gentoo.org> alpha/modules_load,
1736   ia64/modules_load, um/modules_load, x86/modules_load, x86_64/modules_load,
1737   xen0/modules_load, xenU/modules_load:
1738   Added libata to the MODULES_SATA list. This might be why SATA CD drives
1739   weren't working for us.
1740
1741   09 Mar 2007; Chris Gianelloni <wolf31o2@gentoo.org> gen_compile.sh,
1742   gen_determineargs.sh, gen_funcs.sh, gen_initramfs.sh, gen_initrd.sh,
1743   gen_package.sh, genkernel:
1744   Added a patch by John R. Graham <john_r_graham@mindspring.com> from bug
1745   #169383 to improve the --symlink option fairly significantly. This is going
1746   to be 3.4.7_pre4 and while I haven't tested this yet, it looks good.
1747
1748   09 Mar 2007; Chris Gianelloni <wolf31o2@gentoo.org> gen_initramfs.sh:
1749   Fixed lib64 link for bug #168664.
1750
1751   09 Mar 2007; Chris Gianelloni <wolf31o2@gentoo.org> x86/kernel-config-2.6:
1752   Update default kernel config with the current LiveCD config for 2007.0,
1753   which is built on 2.6.19, rather than 2.6.17 only.
1754
1755   07 Mar 2007; Chris Gianelloni <wolf31o2@gentoo.org>
1756   +pkg/module-init-tools-0.9.15-pre4.tar.bz2,
1757   +pkg/busybox-1.1.3+gentoo.tar.bz2,
1758   +pkg/devfsd-1.3.25-dietlibc-kernel25.tar.bz2,
1759   +pkg/modutils-2.4.26.tar.bz2:
1760   Added binary files back and updated busybox with a patch from Peter
1761   Alfredsen <peter.alfredsen@gmail.com> in bug #168599.
1762
1763   07 Mar 2007; Chris Gianelloni <wolf31o2@gentoo.org>
1764   -pkg/module-init-tools-0.9.15-pre4.tar.bz2,
1765   -pkg/busybox-1.1.3+gentoo.tar.bz2,
1766   -pkg/devfsd-1.3.25-dietlibc-kernel25.tar.bz2,
1767   -pkg/modutils-2.4.26.tar.bz2:
1768   Removing binary files from pkg since they were corrupted during the CVS->SVN
1769   migration.
1770
1771   07 Mar 2007; Chris Gianelloni <wolf31o2@gentoo.org> genkernel.8:
1772   Fixed up the man page for bug #168500 and bug #168719.
1773
1774   14 Feb 2007; Chris Gianelloni <wolf31o2@gentoo.org> genkernel,
1775   parisc/config.sh, parisc64/config.sh:
1776   Moved the MAKEOPTS check to the top of the file for parisc, so it matches
1777   other architectures. This fixes bug #165494. Thanks to Andrew Gaffney
1778   <agaffney@gentoo.org> for finding the fix. I'm marking this as 3.4.7_pre3
1779   for testing.
1780
1781   14 Feb 2007; Chris Gianelloni <wolf31o2@gentoo.org>
1782   generic/initrd.scripts:
1783   Adding yet another patch from Fabio Erculiani <lxnay@lxnaydesign.net> from
1784   bug #152945.
1785
1786   12 Feb 2007; Chris Gianelloni <wolf31o2@gentoo.org>
1787   generic/initrd.scripts, generic/linuxrc, genkernel:
1788   Added a non-braindead version of a patch provided by Fabio Erculiani
1789   <lxnay@lxnaydesign.net> in bug #160333. This is completely untested, so I'm
1790   rolling up 3.4.7_pre2 to get it tested prior to genkernel 3.4.7 going final.
1791
1792   12 Feb 2007; Chris Gianelloni <wolf31o2@gentoo.org> ppc/Pegasos:
1793   Add a known-working 2.6.16+ kernel config from
1794   http://www.ppczone.org/downloads/config-2.6.16-pegasos for bug #165758.
1795
1796   12 Feb 2007; Chris Gianelloni <wolf31o2@gentoo.org> genkernel.conf:
1797   Added a note about the MAKEOPTS option to genkernel as suggested in bug
1798   #165980.
1799
1800   12 Feb 2007; Chris Gianelloni <wolf31o2@gentoo.org> genkernel.8:
1801   Added patch from Mike Frysinger <vapier@gentoo.org> to clean up the
1802   genkernel man page for bug #166179.
1803
1804   12 Feb 2007; Chris Gianelloni <wolf31o2@gentoo.org> generic/linuxrc:
1805   Fix REAL_INIT for bug #160635.
1806
1807   12 Feb 2007; Chris Gianelloni <wolf31o2@gentoo.org> gen_cmdline.sh,
1808   gen_compile.sh, genkernel:
1809   Added patch from Fabio Erculiani <lxnay@lxnaydesign.net> to fix unionfs
1810   compilation. This is for bug #152945.
1811
1812   08 Feb 2007; Chris Gianelloni <wolf31o2@gentoo.org> gen_cmdline.sh,
1813   gen_funcs.sh:
1814   Added patch from Martin Parm <parmus@diku.dk> to fix the --no-color option.
1815   This resolves bug #114156.
1816
1817   15 Jan 2007; Chris Gianelloni <wolf31o2@gentoo.org> gen_bootloader.sh:
1818   Changed basename to dirname when creating the directory from grub.conf to
1819   solve bug #161716.
1820
1821   09 Jan 2007; Chris Gianelloni <wolf31o2@gentoo.org> alpha/modules_load,
1822   x86/modules_load, x86_64/modules_load, xen0/modules_load,
1823   xenU/modules_load:
1824   Added scsi_scan_wait module to modules_load for 2.6.20 support. Thanks to
1825   Robin H. Johnson for <robbat2@gentoo.org> for pointing it out.
1826
1827   27 Dec 2006; Chris Gianelloni <wolf31o2@gentoo.org> gen_bootloader.sh,
1828   generic/initrd.scripts:
1829   Added a case statement for the keymap selection to ensure we're always using
1830   the named keymaps. This should resolve bug #146714 if everything works
1831   correctly. This is 3.4.6, for real.
1832
1833   27 Dec 2006; Chris Gianelloni <wolf31o2@gentoo.org>
1834   +generic/keymaps.tar.gz:
1835   Adding back the known-good copy of keymaps.tar.gz to svn.
1836
1837   27 Dec 2006; Chris Gianelloni <wolf31o2@gentoo.org> alpha/busy-config,
1838   gen_compile.sh, -generic/keymaps.tar.gz, generic/linuxrc, genkernel,
1839   ia64/busy-config, mips/busy-config, parisc/busy-config,
1840   parisc64/busy-config, ppc/busy-config, ppc64/busy-config,
1841   sparc/busy-config, sparc64/busy-config, um/busy-config, x86/busy-config,
1842   x86_64/busy-config, xen0/busy-config, xenU/busy-config:
1843   Removing generic/keymaps.tar.gz to replace it with a known-good copy. Blame
1844   cvs2svn.  Also, added patch from Alon Bar-Lev <alonbl@gentoo.org> to switch
1845   to using switch_root for 2.6 kernels, and a small typo fix from Michael
1846   Hordijk <hoffbrinkle@hotmail.com> for bug #158776.
1847
1848   15 Dec 2006; Chris Gianelloni <wolf31o2@gentoo.org> gen_initrd.sh,
1849   generic/linuxrc, genkernel:
1850   Added patches from François-Xavier Roure <fx_roure@yahoo.fr> from bug
1851   #149020. This will end up being genkernel 3.4.6, most likely.
1852
1853   14 Dec 2006; Chris Gianelloni <wolf31o2@gentoo.org> gen_compile.sh:
1854   Adjust selinux stuff in gen_compile.sh to actually do what we intended, not
1855   the opposite.
1856
1857   14 Dec 2006; Chris Gianelloni <wolf31o2@gentoo.org> gen_compile.sh:
1858   Since device-mapper tries to build with selinux by default, we've removed
1859   it, then commented out the selinux support. The ebuild will need to
1860   enable/disable selinux support based on the selinux USE flag. This should
1861   resolve bug #157538.
1862
1863   13 Dec 2006; Chris Gianelloni <wolf31o2@gentoo.org>
1864   generic/initrd.scripts:
1865   More fixes for similarly-named modules.
1866
1867   13 Dec 2006; Chris Gianelloni <wolf31o2@gentoo.org> alpha/busy-config,
1868   ia64/busy-config, parisc/busy-config, parisc64/busy-config,
1869   ppc/busy-config, ppc64/busy-config, sparc/busy-config,
1870   sparc64/busy-config, x86/busy-config, x86_64/busy-config,
1871   xen0/busy-config, xenU/busy-config:
1872   Disabled full SuSv3 compliant sort, as suggested by Aurélien Francillon
1873   <aurelien.francillon@inrialpes.fr> in bug #157777.
1874
1875   13 Dec 2006; Chris Gianelloni <wolf31o2@gentoo.org> generic/modprobe:
1876   Added a fix for similarly-named modules from bug #158017.
1877
1878   13 Dec 2006; Chris Gianelloni <wolf31o2@gentoo.org> gen_compile.sh:
1879   Fixed up linking for dmraid for bug #157538.
1880
1881   13 Dec 2006; Chris Gianelloni <wolf31o2@gentoo.org> alpha/busy-config,
1882   ia64/busy-config, parisc/busy-config, parisc64/busy-config,
1883   ppc/busy-config, ppc64/busy-config, sparc/busy-config,
1884   sparc64/busy-config, x86/busy-config, x86_64/busy-config,
1885   xen0/busy-config, xenU/busy-config:
1886   Updated busy-config to work with root=LABEL=<label> for bug #156640.
1887
1888   13 Dec 2006; Chris Gianelloni <wolf31o2@gentoo.org> gen_determineargs.sh,
1889   gen_initramfs.sh, genkernel, genkernel.conf:
1890   Added patch from Daniel Drake <dsd@gentoo.org> in bug #156611 to clean up
1891   the initramfs creation and create a 'proper' initramfs, instead of our
1892   concatenated monster.
1893
1894   13 Dec 2006; Chris Gianelloni <wolf31o2@gentoo.org> gen_cmdline.sh,
1895   gen_compile.sh, gen_configkernel.sh, gen_determineargs.sh,
1896   gen_initramfs.sh, gen_initrd.sh, generic/initrd.scripts, generic/linuxrc,
1897   genkernel.8, genkernel.conf:
1898   Added patch from Daniel Drake <dsd@gentoo.org> in bug #156445 to add
1899   userspace suspend support to genkernel.
1900
1901   13 Dec 2006; Chris Gianelloni <wolf31o2@gentoo.org> gen_initramfs.sh,
1902   gen_initrd.sh:
1903   Added debug level to LUKS print_info messages for bug #156410.
1904
1905   03 Dec 2006; Chris Gianelloni <wolf31o2@gentoo.org> alpha/modules_load,
1906   x86/modules_load, x86_64/modules_load:
1907   Added raid456 to alpha/amd64/x86 MODULES_EVMS2 and added tg3 to MODULES_NET.
1908
1909   13 Nov 2006; Chris Gianelloni <wolf31o2@gentoo.org>
1910   generic/initrd.scripts:
1911   Inverted check on CDROOT_DEV, as it should be -z not -n. Thanks to Jakub Moc
1912   <jakub@gentoo.org> for coming up with the quick fix in bug #153554. I lied
1913   before. This one is really 3.4.5.
1914
1915   13 Nov 2006; Chris Gianelloni <wolf31o2@gentoo.org> generic/linuxrc,
1916   genkernel:
1917   Added typo fix from Jason Pepas <j.pepas@mail.utexas.edu> in bug #153516.
1918   This is 3.4.5.
1919
1920   13 Nov 2006; Chris Gianelloni <wolf31o2@gentoo.org> alpha/busy-config,
1921   ia64/busy-config, mips/busy-config, parisc/busy-config,
1922   parisc64/busy-config, ppc/busy-config, ppc64/busy-config,
1923   sparc/busy-config, sparc64/busy-config, um/busy-config, x86/busy-config,
1924   x86_64/busy-config, xen0/busy-config, xenU/busy-config:
1925   Added Large File Support thanks to Fabio Erculiani <lxnay@lxnaydesign.net>
1926   in bug #152881.
1927
1928   13 Nov 2006; Chris Gianelloni <wolf31o2@gentoo.org> genkernel:
1929   Added patch to improve symlink support by Michael Hordijk
1930   <hoffbrinkle@hotmail.com> for bug #143217.
1931
1932   13 Nov 2006; Chris Gianelloni <wolf31o2@gentoo.org> generic/linuxrc:
1933   Added patch from Tim Steiner <tsteiner@nerdclub.net> to add a real_rootflags
1934   parameter for bug #122672.
1935
1936   13 Nov 2006; Chris Gianelloni <wolf31o2@gentoo.org>
1937   generic/initrd.scripts, generic/linuxrc:
1938   Added patch to support resuming from encrypted swap. The patch was submitted
1939   to bug #152441.
1940
1941   25 Oct 2006; Chris Gianelloni <wolf31o2@gentoo.org> genkernel:
1942   This is the 3.4.4 release.
1943
1944   25 Oct 2006; Chris Gianelloni <wolf31o2@gentoo.org>
1945   generic/initrd.scripts, generic/linuxrc:
1946   Updated with the latest version of the LUKS patches from bug #152441.
1947
1948   25 Oct 2006; Chris Gianelloni <wolf31o2@gentoo.org> ChangeLog:
1949   Changed mime-type to application/x-gzip for generic/keymaps.tar.gz for bug
1950   #151500.
1951
1952   23 Oct 2006; Chris Gianelloni <wolf31o2@gentoo.org> generic/linuxrc:
1953   Added patch from bug #152441 to improve LUKS support.
1954
1955   23 Oct 2006; Chris Gianelloni <wolf31o2@gentoo.org> x86/kernel-config-2.6,
1956   x86_64/kernel-config-2.6:
1957   Updated kernel configs for amd64/x86 for bug #151609 and bug #152299.
1958
1959   23 Oct 2006; Chris Gianelloni <wolf31o2@gentoo.org> genkernel:
1960   Changed mime-type property to binary/gzip for keymaps.tar.gz for bug #151500.
1961   This is genkernel 3.4.3.
1962
1963   13 Oct 2006; Chris Gianelloni <wolf31o2@gentoo.org> gen_initramfs.sh,
1964   generic/initrd.defaults, generic/initrd.scripts, +generic/udhcpc.scripts,
1965   x86/busy-config, x86/modules_load:
1966   Added patch for udhcp support. Patch by Stefan Nickl
1967   <snickl@snickl.freaks.de> and submitted to bug #145115.
1968
1969   13 Oct 2006; Chris Gianelloni <wolf31o2@gentoo.org> generic/linuxrc:
1970   Allow root= for initramfs, instead of only real_root= to specify the root
1971   volume. Patch by Salah Coronya <salahx@yahoo.com> from bug #142606.
1972
1973   13 Oct 2006; Chris Gianelloni <wolf31o2@gentoo.org> genkernel.8:
1974   Added patch from Salah Coronya <salahx@yahoo.com> to document dolvm2 and
1975   doevms2 in the genkernel man page from bug #142606.
1976
1977   13 Oct 2006; Chris Gianelloni <wolf31o2@gentoo.org> +AUTHORS, genkernel:
1978   Added the AUTHORS file and ChangeLog.  This is 3.4.2
1979
1980   02 Oct 2006; Chris Gianelloni <wolf31o2@gentoo.org>
1981   generic/initrd.scripts:
1982   Added patch for suspend2-sources 2.6.18 by Romeo Benzoni
1983   <romeo@benzoni.org> and submitted to bug #148499.
1984
1985   02 Oct 2006; Chris Gianelloni <wolf31o2@gentoo.org>
1986   gen_determineargs.sh:
1987   Added patch from Alon Bar-Lev <alon.barlev@gmail.com> for bug
1988   #148498 and also a patch from Robin H. Johnson
1989   <robbat2@gentoo.org> to support git-based kernels.
1990
1991   02 Oct 2006; Chris Gianelloni <wolf31o2@gentoo.org>
1992   x86_64/kernel-config-2.6, -x86_64/kernel-config-2.6-emachines,
1993   -x86_64/kernel-config-2.6-smp:
1994   Update the amd64 kernel configs from the release.
1995
1996   16 Sep 2006; Tim Yamin <plasmaroo@gentoo.org>
1997   gen_initramfs.sh, genkernel:
1998   Should check for /sbin/splash_geninitramfs instead of
1999   /usr/sbin/...
2000
2001   14 Sep 2006; Chris Gianelloni <wolf31o2@gentoo.org>
2002   generic/initrd.scripts:
2003   This change makes it so we only try to mount 'auto' when cdroot
2004   is specified. This should fix all of our mounting issues, as
2005   well as allow for not only USB keys to use these kernels with a
2006   LiveCD kernel/config, but allow it to boot from any media which
2007   the kernel has support.
2008
2009   14 Sep 2006; Chris Gianelloni <wolf31o2@gentoo.org>
2010   generic/initrd.scripts:
2011   Added a symlink for device-mapper stuff. This should resolve
2012   both bug #142775 and bug #147015.
2013
2014   14 Sep 2006; Chris Gianelloni <wolf31o2@gentoo.org>
2015   alpha/modules_load, x86/modules_load, x86_64/modules_load:
2016   Added lpfc and scsi_transport_fc for Emulex fibre-channel
2017   controllers.
2018
2019   13 Sep 2006; Chris Gianelloni <wolf31o2@gentoo.org>
2020   alpha/modules_load, x86/modules_load, x86_64/modules_load:
2021   Make sure we load the raid0, raid1, and raid10 personalities
2022   with dmraid.
2023
2024   12 Sep 2006; Chris Gianelloni <wolf31o2@gentoo.org>
2025   generic/initrd.scripts:
2026   This is ugly. I mean, really ugly. However, it is the only way
2027   to support all of the insane ways that people are trying to boot
2028   release media. I really wish we didn't have to support this
2029   junk, but a regression really shouldn't happen with our
2030   releases. Anyway, hopefully I can come up with a better
2031   solution to this in the future.
2032
2033   12 Sep 2006; Chris Gianelloni <wolf31o2@gentoo.org>
2034   generic/initrd.scripts:
2035   Try using -t iso9660,vfat to our mount command, since we can't
2036   use only iso9660 as it breaks booting from a USB stick.
2037
2038   12 Sep 2006; Chris Gianelloni <wolf31o2@gentoo.org>
2039   gen_initrd.sh:
2040   The initrd code was still looking for udev, even though we
2041   aren't building it anymore. This should fix bug #145802.
2042
2043   12 Sep 2006; Chris Gianelloni <wolf31o2@gentoo.org>
2044   ppc/busy-config:
2045   Fix NFS mount.
2046
2047   12 Sep 2006; Chris Gianelloni <wolf31o2@gentoo.org>
2048   generic/initrd.defaults:
2049   Added emul to ROOT_LINKS for bug #145248.
2050
2051   12 Sep 2006; Chris Gianelloni <wolf31o2@gentoo.org>
2052   x86/busy-config, x86_64/busy-config:
2053   Fixed the NFS mount configuration for busybox for bug #143476.
2054
2055   12 Sep 2006; Chris Gianelloni <wolf31o2@gentoo.org>
2056   generic/initrd.scripts:
2057   Update the suspend2_resume function for bug #131202.
2058
2059   12 Sep 2006; Chris Gianelloni <wolf31o2@gentoo.org>
2060   generic/initrd.scripts:
2061   iso9660 -> auto, and added support for checking SUBDIR for the
2062   livecd file. This is for bug #147186.
2063
2064   12 Sep 2006; Chris Gianelloni <wolf31o2@gentoo.org>
2065   x86/kernel-config-2.6, x86_64/kernel-config-2.6:
2066   Updated default kernel configurations for x86/amd64 to match the
2067   2006.1 release.
2068
2069   08 Sep 2006; Chris Gianelloni <wolf31o2@gentoo.org>
2070   gen_initramfs.sh:
2071   Add more error checking into the splash code and die instead of
2072   silently fail on an error.
2073
2074   23 Aug 2006; Tim Yamin <plasmaroo@gentoo.org>
2075   ia64/kernel-config-2.6:
2076   Update config, fix #141949.
2077
2078   22 Aug 2006; Chris Gianelloni <wolf31o2@gentoo.org>
2079   generic/initrd.scripts, generic/linuxrc:
2080   Added patch for suspend2 for bug #131202.
2081
2082   15 Aug 2006; Tim Yamin <plasmaroo@gentoo.org> generic/linuxrc:
2083   Fix bug #143442.
2084
2085   13 Aug 2006; Tim Yamin <plasmaroo@gentoo.org>
2086   generic/initrd.scripts:
2087   Fix devfsd not kicking in on 2.4 on Alpha.
2088
2089   11 Aug 2006; Chris Gianelloni <wolf31o2@gentoo.org>
2090   gen_compile.sh, genkernel.conf:
2091   Add in the kernel version compatibility table from
2092   http://www.am-utils.org/project-unionfs.html and ensure that
2093   genkernel dies if the unionfs module fails to build. Until now,
2094   it would fail and the build would continue without it.
2095
2096   01 Aug 2006; Chris Gianelloni <wolf31o2@gentoo.org>
2097   gen_initramfs.sh:
2098   We should be checking for /usr/bin/splash_geninitramfs, instead.
2099
2100   31 Jul 2006; Tim Yamin <plasmaroo@gentoo.org> genkernel:
2101   3.4.0 final... so much Bad-Ass <TM> that Chuck Norris himself
2102   digs it :)
2103
2104   20 Jul 2006; Tim Yamin <plasmaroo@gentoo.org> gen_cmdline.sh,
2105   gen_initramfs.sh, genkernel:
2106   Commit fix for bug #141153 from Pylon; 3.4.0_pre4.
2107
2108   18 Jul 2006; Tim Yamin <plasmaroo@gentoo.org>
2109   gen_bootloader.sh, gen_funcs.sh, gen_package.sh, genkernel:
2110   Commit patches #91453, #91481 from bug #139866.
2111
2112   18 Jul 2006; Chris Gianelloni <wolf31o2@gentoo.org>
2113   alpha/modules_load, um/modules_load, x86/modules_load,
2114   x86_64/modules_load, xen0/modules_load, xenU/modules_load:
2115   Added megaraid drivers for bug #139888.
2116
2117   16 Jul 2006; Chris Gianelloni <wolf31o2@gentoo.org>
2118   gen_initramfs.sh:
2119   Added fix for bug #140445.
2120
2121   11 Jul 2006; Tim Yamin <plasmaroo@gentoo.org>
2122   gen_bootloader.sh, gen_cmdline.sh, gen_compile.sh,
2123   gen_determineargs.sh, gen_funcs.sh, gen_initramfs.sh,
2124   gen_initrd.sh, gen_package.sh, genkernel, genkernel.conf:
2125   Commit patch for bug #139866 by Martin Parm.
2126
2127   05 Jul 2006; Joshua Kinard <kumba@gentoo.org> generic/linuxrc:
2128   Tweak the sgimips section for rootfs mounting to use squashfs
2129   instead of ext2.
2130
2131   30 Jun 2006; Tim Yamin <plasmaroo@gentoo.org> generic/linuxrc:
2132   Fix "Cannot read /proc/mounts" cosmetics.
2133
2134   30 Jun 2006; Chris Gianelloni <wolf31o2@gentoo.org>
2135   alpha/modules_load, um/modules_load, x86/modules_load,
2136   x86_64/modules_load, xen0/modules_load, xenU/modules_load:
2137   We need firmware_class in our initramfs for ide-cs to work.
2138
2139   20 Jun 2006; Tim Yamin <plasmaroo@gentoo.org> genkernel,
2140   genkernel.conf,
2141   -pkg/busybox-1.1.0-gentoo-gk4-20060519-snappie.tar.bz2,
2142   +pkg/busybox-1.1.3+gentoo.tar.bz2:
2143   Bump busybox to 1.1.3 courtesy of `Kumba.
2144
2145   19 Jun 2006; Joshua Kinard <kumba@gentoo.org>
2146   gen_initramfs.sh, -mips/ip22r4k-2006_0.cf,
2147   +mips/ip22r4k-2006_1.cf, -mips/ip22r5k-2006_0.cf,
2148   +mips/ip22r5k-2006_1.cf, -mips/ip27r10k-2006_0.cf,
2149   +mips/ip27r10k-2006_1.cf, -mips/ip28r10k-2006_0.cf,
2150   +mips/ip28r10k-2006_1.cf, -mips/ip30r10k-2006_0.cf,
2151   +mips/ip30r10k-2006_1.cf, -mips/ip32r5k-2006_0.cf,
2152   mips/ip32r5k-2006_1.cf, -mips/ip32rm52-2006_0.cf,
2153   +mips/ip32rm5k-2006_1.cf, mips/nb-busybox.cf, netboot/linuxrc.x:
2154   Remove getdvhoff hack in gen_initramfs.sh for mips livecds (it's
2155   a busybox applet now), tweak the ip32r5k config, add wget to the
2156   mips netboot busybox config. Also import the remaining 2006.1
2157   mips-sources configs and remove the old 2006.0 ones.
2158
2159   12 Jun 2006; Joshua Kinard <kumba@gentoo.org> mips/busy-config:
2160   Enable the config option for busybox's --install parameter.
2161
2162   12 Jun 2006; Joshua Kinard <kumba@gentoo.org>
2163   mips/busy-config, +mips/ip32r5k-2006_1.cf, mips/nb-busybox.cf:
2164   Add IP32 R5K 2.6.16.20 kernel build, and update LiveCD/Netboot
2165   Busybox configs to match with busybox-1.1.3.
2166
2167   10 Jun 2006; Joshua Kinard <kumba@gentoo.org> mips/config.sh:
2168   Modernize the mips genkernel config.
2169
2170   10 Jun 2006; Joshua Kinard <kumba@gentoo.org>
2171   -mips/ip22r4k-2005_1.cf, -mips/ip22r5k-2005_1.cf,
2172   -mips/ip27r10k-2005_1.cf, -mips/ip28r10k-2005_1.cf,
2173   -mips/ip30r10k-2005_1.cf, -mips/ip32r5k-2005_1.cf:
2174   Remove old configs.
2175
2176   10 Jun 2006; Chris Gianelloni <wolf31o2@gentoo.org>
2177   generic/linuxrc:
2178   We can't use vol_id since it was a part of udev.
2179
2180   09 Jun 2006; Chris Gianelloni <wolf31o2@gentoo.org>
2181   genkernel.8:
2182   Added --static to man page for bug #135703.
2183
2184   09 Jun 2006; Chris Gianelloni <wolf31o2@gentoo.org>
2185   gen_cmdline.sh, gen_determineargs.sh, gen_initramfs.sh,
2186   gen_initrd.sh, generic/initrd.scripts, generic/linuxrc:
2187   Add a modified version of the two LUKS patches that made their
2188   way into bugzilla for bug #122421.
2189
2190   09 Jun 2006; Chris Gianelloni <wolf31o2@gentoo.org>
2191   alpha/modules_load, generic/initrd.defaults, generic/linuxrc,
2192   x86/modules_load, x86_64/modules_load, xen0/modules_load,
2193   xenU/modules_load:
2194   Added code to allow the root file-system to be a module. This
2195   is for bug #118098.
2196
2197   09 Jun 2006; Chris Gianelloni <wolf31o2@gentoo.org>
2198   generic/linuxrc:
2199   Changed real_init to init_opts to be more accurate, and added a
2200   proper real_init option to allow the selection of the init
2201   executable to run. This is for bug #113426.
2202
2203   09 Jun 2006; Chris Gianelloni <wolf31o2@gentoo.org>
2204   gen_initramfs.sh, gen_initrd.sh:
2205   Added fix for bug #134843 from Thomas Raschbacher
2206   <lordvan@gentoo.org> for evms and later glibc versions.
2207
2208   05 Jun 2006; Chris Gianelloni <wolf31o2@gentoo.org>
2209   genkernel.8:
2210   Fixed man page. Thanks to Andrew Yates <andrew@andrewyates.net>
2211   for the patch.
2212
2213   01 Jun 2006; Chris Gianelloni <wolf31o2@gentoo.org>
2214   alpha/busy-config, ia64/busy-config, mips/busy-config,
2215   parisc/busy-config, parisc64/busy-config, ppc/busy-config,
2216   ppc64/busy-config, sparc/busy-config, sparc64/busy-config,
2217   um/busy-config, x86/busy-config, x86_64/busy-config,
2218   xen0/busy-config, xenU/busy-config:
2219   Added CONFIG_ASH_READ_TIMEOUT=y so we have a timeout value on
2220   read, used for keymap selection.
2221
2222   01 Jun 2006; Chris Gianelloni <wolf31o2@gentoo.org>
2223   generic/linuxrc:
2224   More spacing cleanups.
2225
2226   01 Jun 2006; Chris Gianelloni <wolf31o2@gentoo.org>
2227   generic/linuxrc:
2228   I accidentally removed some stuff that needed to be there in my
2229   overzealous debug cleanup.
2230
2231   01 Jun 2006; Chris Gianelloni <wolf31o2@gentoo.org>
2232   generic/linuxrc:
2233   Cleaning up debug statements.
2234
2235   31 May 2006; Chris Gianelloni <wolf31o2@gentoo.org>
2236   generic/linuxrc:
2237   Ooops... forgot my then after elif. I hope nobody noticed.
2238
2239   31 May 2006; Chris Gianelloni <wolf31o2@gentoo.org>
2240   generic/linuxrc:
2241   Change cp to mknod for sr0/loop0 for mips and also for tty1 for
2242   splash.
2243
2244   30 May 2006; Chris Gianelloni <wolf31o2@gentoo.org>
2245   generic/linuxrc:
2246   Change cp to mknod for console/null.
2247
2248   25 May 2006; Chris Gianelloni <wolf31o2@gentoo.org>
2249   generic/initrd.scripts, generic/linuxrc:
2250   Fix an error in setup_unionfs and add in some debug support to
2251   figure out why/where this initramfs is stopping.
2252
2253   24 May 2006; Chris Gianelloni <wolf31o2@gentoo.org>
2254   generic/initrd.scripts:
2255   Fixed up TODO with actual working code since we don't have awk.
2256
2257   24 May 2006; Chris Gianelloni <wolf31o2@gentoo.org>
2258   generic/initrd.scripts, generic/linuxrc:
2259   Add in image.squashfs as a squashfs loop, since it is now the
2260   default in catalyst. Also, added a nice TODO about docache and
2261   size restrictions into cache_cd_contents.
2262
2263   19 May 2006; Chris Gianelloni <wolf31o2@gentoo.org>
2264   gen_cmdline.sh:
2265   Just some spacing clean ups in the long usage listing.
2266
2267   19 May 2006; Chris Gianelloni <wolf31o2@gentoo.org>
2268   genkernel.conf:
2269   Comment the rest of the udev syuff from genkernel.conf as it
2270   shouldn't be necessary anymore with mdev.
2271
2272   19 May 2006; Tim Yamin <plasmaroo@gentoo.org>
2273   alpha/busy-config, gen_compile.sh, gen_initramfs.sh,
2274   generic/initrd.scripts, generic/linuxrc, genkernel,
2275   genkernel.conf, ia64/busy-config, mips/busy-config,
2276   parisc/busy-config, parisc64/busy-config,
2277   -pkg/busybox-1.00-headers_fix.patch,
2278   -pkg/busybox-1.00-rt-mdstart.plasmaroo.tar.bz2,
2279   +pkg/busybox-1.1.0-gentoo-gk4-20060519-snappie.tar.bz2,
2280   ppc/busy-config, ppc64/busy-config, sparc/busy-config,
2281   sparc64/busy-config, um/busy-config, x86/busy-config,
2282   x86_64/busy-config, xen0/busy-config, xenU/busy-config:
2283   Update to busybox 1.1.0; port over to use mdev.
2284
2285   07 May 2006; Tim Yamin <plasmaroo@gentoo.org> gen_cmdline.sh,
2286   genkernel:
2287   Fix #132408.
2288
2289   07 May 2006; Tim Yamin <plasmaroo@gentoo.org>
2290   gen_initramfs.sh, gen_initrd.sh:
2291   Fix #131769.
2292
2293   27 Apr 2006; Chris Gianelloni <wolf31o2@gentoo.org>
2294   gen_compile.sh:
2295   Added patch for unionfs from bug #129965.
2296
2297   27 Apr 2006; Chris Gianelloni <wolf31o2@gentoo.org>
2298   gen_compile.sh:
2299   Add -DUNIONFS_UNSUPPORTED for 2.6.16 and unionfs.
2300
2301   25 Apr 2006; Chris Gianelloni <wolf31o2@gentoo.org>
2302   alpha/modules_load, x86/modules_load, x86_64/modules_load,
2303   xen0/modules_load, xenU/modules_load:
2304   Added some more modules to MODULES_SCSI that could be used to
2305   boot from a genkernel-compiled kernel on a live system.
2306
2307   17 Apr 2006; Chris Gianelloni <wolf31o2@gentoo.org>
2308   gen_compile.sh, generic/initrd.scripts, generic/linuxrc:
2309   Added patch from Mike Auty for udev 088+.
2310
2311   17 Apr 2006; Chris Gianelloni <wolf31o2@gentoo.org>
2312   alpha/modules_load, x86/modules_load, x86_64/modules_load,
2313   xen0/modules_load, xenU/modules_load:
2314   Added 3ware card drivers to scsi modules on x86/amd64/alpha.
2315
2316   17 Apr 2006; Chris Gianelloni <wolf31o2@gentoo.org>
2317   gen_compile.sh, genkernel:
2318   Updated to *hopefully* work with udev 087.
2319
2320   14 Apr 2006; Tim Yamin <plasmaroo@gentoo.org> alpha/config.sh,
2321   ia64/config.sh, parisc/config.sh, parisc64/config.sh,
2322   ppc/config.sh, ppc64/config.sh, sparc/config.sh,
2323   sparc64/config.sh, um/config.sh, x86/config.sh,
2324   x86_64/config.sh, xen0/config.sh, xenU/config.sh:
2325   Fix #107628.
2326
2327   14 Apr 2006; Tim Yamin <plasmaroo@gentoo.org> gen_compile.sh,
2328   gen_initramfs.sh, gen_initrd.sh, generic/initrd.scripts,
2329   generic/linuxrc, genkernel:
2330   ->3.3.11d. Fix #121616, #128805, #129887, #129910.
2331
2332   14 Apr 2006; Chris Gianelloni <wolf31o2@gentoo.org>
2333   generic/initrd.scripts:
2334   Forgot one part of the patch from bug #121334.
2335
2336   13 Apr 2006; Chris Gianelloni <wolf31o2@gentoo.org>
2337   gen_compile.sh, genkernel, genkernel.8:
2338   Updated the unionfs compiling section. This *should* allow
2339   unionfs to build on supported kernels.
2340
2341   13 Apr 2006; Chris Gianelloni <wolf31o2@gentoo.org>
2342   generic/linuxrc:
2343   Uncommented suspend2 support from bug #114266.
2344
2345   13 Apr 2006; Chris Gianelloni <wolf31o2@gentoo.org>
2346   generic/initrd.scripts, generic/linuxrc:
2347   Added unionfs patches from bug #121334.
2348
2349   13 Apr 2006; Chris Gianelloni <wolf31o2@gentoo.org>
2350   generic/initrd.scripts, generic/linuxrc, genkernel,
2351   x86/busy-config, x86/modules_load, x86_64/busy-config,
2352   x86_64/modules_load, xen0/busy-config, xen0/modules_load,
2353   xenU/busy-config, xenU/modules_load:
2354   Added a check for /dev/tty0 to setup_keymap, added raid
2355   personality modules for EVMS, and fixed lots of space/tab
2356   issues, along with a general style cleanup. I'm calling this
2357   one 3.3.11b internally, and hopefully it will be added to the
2358   tree if it resolves bug #124388.
2359
2360   13 Apr 2006; Chris Gianelloni <wolf31o2@gentoo.org>
2361   gen_cmdline.sh, gen_initramfs.sh, gen_initrd.sh,
2362   generic/initrd.defaults, generic/initrd.scripts, generic/linuxrc:
2363   dobladecenter->slowusb
2364
2365   06 Apr 2006; Tim Yamin <plasmaroo@gentoo.org> gen_compile.sh,
2366   +pkg/klibc-1.2.1-nostdinc-flags.patch:
2367   Add hardened fix for bug #128806.
2368
2369   24 Mar 2006; Tim Yamin <plasmaroo@gentoo.org>
2370   ia64/kernel-config-2.6:
2371   Update config for the new Fusion MPT CONFIG_ options on newer
2372   2.6 kernels; bug #125353.
2373
2374   10 Mar 2006; Tim Yamin <plasmaroo@gentoo.org> generic/linuxrc:
2375   Fix bug #124251.
2376
2377   14 Feb 2006; Chris Gianelloni <wolf31o2@gentoo.org>
2378   generic/linuxrc:
2379   Updated copyright notice to get KingTaco off my back.
2380
2381   14 Feb 2006; Chris Gianelloni <wolf31o2@gentoo.org>
2382   gen_initramfs.sh, gen_initrd.sh:
2383   Added 0 0 to end of the ram0 line on fstab. Blame KingTaco for
2384   pointing it out.
2385
2386   08 Feb 2006; Chris Gianelloni <wolf31o2@gentoo.org>
2387   gen_compile.sh:
2388   Changed unpacking of klibc to use tar j instead of tar z.
2389
2390   08 Feb 2006; Chris Gianelloni <wolf31o2@gentoo.org>
2391   genkernel.conf:
2392   Let's use the bzip2 tarball of klibc by default form now on,
2393   shall we...
2394
2395   07 Feb 2006; Chris Gianelloni <wolf31o2@gentoo.org> genkernel,
2396   +pkg/klibc-1.1.16-sparc2.patch:
2397   Added klibc patch for sparc to CVS (from distfiles). This is
2398   3.3.11 so like... run in fear or something...
2399
2400   02 Feb 2006; Chris Gianelloni <wolf31o2@gentoo.org>
2401   gen_cmdline.sh, gen_determineargs.sh, gen_initramfs.sh,
2402   gen_initrd.sh, genkernel:
2403   Added patch from Kumba to make certain initrd functions less
2404   mips-specific.
2405
2406   27 Jan 2006; Chris Gianelloni <wolf31o2@gentoo.org>
2407   gen_compile.sh, genkernel:
2408   Removed save_args/reset_args on kernel. This is 3.3.11_pre7.
2409
2410   26 Jan 2006; Eric Edgar <rocket@gentoo.org> gen_compile.sh:
2411   unset temp vars so they get cleaned up
2412
2413   26 Jan 2006; Eric Edgar <rocket@gentoo.org> gen_compile.sh,
2414   gen_initramfs.sh, genkernel:
2415   bump to pre6. resets ARCH env var after utils are compiled
2416
2417   25 Jan 2006; Chris Gianelloni <wolf31o2@gentoo.org>
2418   gen_arch.sh, gen_compile.sh, genkernel:
2419   Added sparc patches for udev/klibc.
2420
2421   24 Jan 2006; Chris Gianelloni <wolf31o2@gentoo.org>
2422   gen_arch.sh, gen_cmdline.sh, gen_compile.sh,
2423   gen_determineargs.sh, genkernel:
2424   Added nice and fun patch from dostrow for building on ppc64 (and
2425   possibly others) with mixed kernel/userland.
2426
2427   23 Jan 2006; Chris Gianelloni <wolf31o2@gentoo.org>
2428   generic/linuxrc:
2429   Added fix for bug #120031.
2430
2431   20 Jan 2006; Joshua Kinard <kumba@gentoo.org>
2432   +mips/ip32rm52-2006_0.cf:
2433   Kernel 2.6.14.6 config for SGI O2 w/ RM5271 CPU ("Nevada")
2434
2435   15 Jan 2006; Joshua Kinard <kumba@gentoo.org> gen_cmdline.sh,
2436   gen_determineargs.sh, genkernel:
2437   Add support to genkernel to build a monolithic kernel by
2438   skipping module building sections when
2439   --static is passed on the gk commandline.
2440
2441   12 Jan 2006; Chris Gianelloni <wolf31o2@gentoo.org>
2442   gen_compile.sh:
2443   Added comment about utils breaking udev so we don't break it
2444   again inadvertently.
2445
2446   12 Jan 2006; Chris Gianelloni <wolf31o2@gentoo.org>
2447   gen_compile.sh, genkernel, +pkg/busybox-1.00-headers_fix.patch:
2448   Added busybox headers fix (_pre2) and changed utils to runtask
2449   on udev build (_pre3).
2450
2451   12 Jan 2006; Joshua Kinard <kumba@gentoo.org>
2452   netboot/linuxrc.x:
2453   chmod +x the udhcpc script on bootup
2454
2455   12 Jan 2006; Chris Gianelloni <wolf31o2@gentoo.org>
2456   gen_compile.sh, genkernel, -pkg/byteswap.h:
2457   Added patch from bug #118324.
2458
2459   10 Jan 2006; Chris Gianelloni <wolf31o2@gentoo.org>
2460   x86/modules_load, x86_64/modules_load, xen0/modules_load,
2461   xenU/modules_load:
2462   Added additional SATA controllers to MODULES_SATA for loading
2463   into the initrd/initramfs image.
2464
2465   07 Jan 2006; Joshua Kinard <kumba@gentoo.org>
2466   gen_initramfs.sh, +mips/ip22r4k-2006_0.cf,
2467   +mips/ip22r5k-2006_0.cf, +mips/ip27r10k-2006_0.cf,
2468   +mips/ip28r10k-2006_0.cf, +mips/ip30r10k-2006_0.cf,
2469   +mips/ip32r5k-2006_0.cf, +mips/nb-busybox.cf, +netboot,
2470   +netboot/linuxrc.x, +netboot/misc, +netboot/misc/bin,
2471   +netboot/misc/bin/net-setup, +netboot/misc/etc,
2472   +netboot/misc/etc/fstab, +netboot/misc/etc/group,
2473   +netboot/misc/etc/inittab, +netboot/misc/etc/passwd,
2474   +netboot/misc/etc/profile, +netboot/misc/etc/resolv.conf,
2475   +netboot/misc/etc/shadow, +netboot/misc/etc/shells,
2476   +netboot/misc/usr, +netboot/misc/usr/share,
2477   +netboot/misc/usr/share/terminfo,
2478   +netboot/misc/usr/share/terminfo/p,
2479   +netboot/misc/usr/share/terminfo/p/putty,
2480   +netboot/misc/usr/share/udhcpc,
2481   +netboot/misc/usr/share/udhcpc/default.script:
2482   Import the Genkernel-side of things for the catalyst2 netboot2
2483   module
2484
2485   06 Jan 2006; Eric Edgar <rocket@gentoo.org> gen_compile.sh:
2486   udev compile change from runtask to utils
2487
2488   03 Jan 2006; Tim Yamin <plasmaroo@gentoo.org>
2489   gen_bootloader.sh, gen_compile.sh, gen_determineargs.sh,
2490   gen_initramfs.sh, genkernel:
2491   Fix #115263, #117392, add a fix to sanify LOCALVERSION if
2492   unresolved variables are embedded.
2493
2494   02 Jan 2006; Chris Gianelloni <wolf31o2@gentoo.org>
2495   alpha/modules_load, um/modules_load, x86/modules_load,
2496   x86_64/modules_load, xen0/modules_load, xenU/modules_load:
2497   Updated Fusion MPT support for bug #117114.
2498
2499   21 Dec 2005; Tim Yamin <plasmaroo@gentoo.org> gen_compile.sh:
2500   Fix --kernel-cross-compile with PPC64.
2501
2502   18 Dec 2005; Tim Yamin <plasmaroo@gentoo.org> gen_compile.sh,
2503   genkernel:
2504   Add a compile_klibc(...) fix for old GNU tars and patch the
2505   klibc Makefile to leave /lib alone.
2506
2507   16 Dec 2005; Tim Yamin <plasmaroo@gentoo.org> gen_compile.sh:
2508   runtask -> utils for compile_klibc.
2509
2510   16 Dec 2005; Chris Gianelloni <wolf31o2@gentoo.org>
2511   gen_compile.sh, genkernel:
2512   Added x86/klibc fix.
2513
2514   16 Dec 2005; Chris Gianelloni <wolf31o2@gentoo.org>
2515   x86/kernel-config-2.6:
2516   Added HERMES support to use in-kernel driver rather than
2517   external.
2518
2519   15 Dec 2005; Tim Yamin <plasmaroo@gentoo.org>
2520   pkg/busybox-1.00-rt-mdstart.plasmaroo.tar.bz2:
2521   Fix #109196.
2522
2523   15 Dec 2005; Eric Edgar <rocket@gentoo.org> gen_compile.sh,
2524   +pkg/byteswap.h:
2525   Fix to allow udev 076 and udev 077 to compile... add a missing
2526   file byteswap.h to klibc-1.1.1
2527
2528   15 Dec 2005; Chris Gianelloni <wolf31o2@gentoo.org>
2529   genkernel.conf:
2530   Removed versions from all packages that are pulled from upstream
2531   so we can use sed in the ebuild to set these, making maintenance
2532   easier.
2533
2534   09 Dec 2005; Eric Edgar <rocket@gentoo.org> gen_compile.sh:
2535   add quotes to the ARCH= stuff for the kernel
2536
2537   09 Dec 2005; Eric Edgar <rocket@gentoo.org> gen_compile.sh:
2538   Forcibly set the ARCH when compiling the kernel
2539
2540   07 Dec 2005; Chris Gianelloni <wolf31o2@gentoo.org>
2541   x86/kernel-config-2.6:
2542   Changed CONFIG_BLK_DEV_MD=y for bug #112962.
2543
2544   06 Dec 2005; Tim Yamin <plasmaroo@gentoo.org>
2545   gen_bootloader_grub.awk:
2546   Fix #100637.
2547
2548   05 Dec 2005; Tim Yamin <plasmaroo@gentoo.org> generic/linuxrc:
2549   Back out suspend2 support temporarily as per #114266 comment 10.
2550
2551   05 Dec 2005; Tim Yamin <plasmaroo@gentoo.org> generic/linuxrc:
2552   Fix #113634, #114266.
2553
2554   05 Dec 2005; Chris Gianelloni <wolf31o2@gentoo.org>
2555   x86/kernel-config-2.6:
2556   Added USB Printer support for bug #114496.
2557
2558   28 Nov 2005; Chris Gianelloni <wolf31o2@gentoo.org>
2559   x86/kernel-config-2.6, x86/modules_load, x86_64/modules_load:
2560   Added sata_mv to x86/amd64 for Marvell SATA controllers and
2561   updated 2.6 kernel config for x86 to match what would be used on
2562   a current 2.6.14 LiveCD.
2563
2564   23 Nov 2005; Eric Edgar <rocket@gentoo.org> genkernel:
2565   Version Bump 3.3.8
2566
2567   23 Nov 2005; Eric Edgar <rocket@gentoo.org> gen_initramfs.sh,
2568   gen_initrd.sh:
2569   Fix bug 113287
2570
2571   22 Nov 2005; Eric Edgar <rocket@gentoo.org> genkernel.conf:
2572   Update unionfs in genkernel.conf to 1.1.1
2573
2574   21 Nov 2005; Eric Edgar <rocket@gentoo.org> generic/linuxrc:
2575   fix for sys delete bug 109819
2576
2577   21 Nov 2005; Eric Edgar <rocket@gentoo.org> gen_compile.sh,
2578   genkernel.conf:
2579   Add support for dmraid1.0.0.rc9 to fix bug 94762
2580
2581   21 Nov 2005; Eric Edgar <rocket@gentoo.org> gen_initramfs.sh,
2582   gen_initrd.sh, gen_moddeps.sh, gen_package.sh:
2583   Fix missing moddeps file by adding a test;Do not keep the
2584   initrd/initramfs with a kernelz system as it is already bundled
2585   together.
2586
2587   18 Nov 2005; Tim Yamin <plasmaroo@gentoo.org> genkernel:
2588   Fix {PPC+Catalyst+Pegasos} build failure regression.
2589
2590   17 Nov 2005; Tim Yamin <plasmaroo@gentoo.org>
2591   -pkg/udev-054.tar.bz2, -pkg/udev-068.tar.bz2:
2592   Remove obsoleted udev...
2593
2594   17 Nov 2005; Eric Edgar <rocket@gentoo.org> gen_compile.sh,
2595   gen_determineargs.sh, genkernel.conf:
2596   Udev 075 support, klibc 1.1.1, and fixes for ppc on 2.6.14+
2597   kernels
2598
2599   04 Nov 2005; Chris Gianelloni <wolf31o2@gentoo.org>
2600   gen_arch.sh, gen_initramfs.sh, gen_initrd.sh,
2601   generic/initrd.scripts, generic/linuxrc, genkernel, +mips,
2602   +mips/busy-config, +mips/config.sh, +mips/ip22r4k-2005_1.cf,
2603   +mips/ip22r5k-2005_1.cf, +mips/ip27r10k-2005_1.cf,
2604   +mips/ip28r10k-2005_1.cf, +mips/ip30r10k-2005_1.cf,
2605   +mips/ip32r5k-2005_1.cf, +mips/modules_load, +pkg/mips,
2606   +pkg/mips/.keep:
2607   Added patches from bug #106338. This means mips support in
2608   genkernel. Blame Kumba.
2609
2610   28 Oct 2005; Chris Gianelloni <wolf31o2@gentoo.org>
2611   generic/linuxrc, genkernel:
2612   Changed the version indicator, fixing fstab generation for
2613   unionfs, and resolving bug #103332.
2614
2615   28 Oct 2005; Chris Gianelloni <wolf31o2@gentoo.org>
2616   gen_initramfs.sh:
2617   Made symlink relative for bug #105572.
2618
2619   28 Oct 2005; Chris Gianelloni <wolf31o2@gentoo.org>
2620   gen_compile.sh, genkernel.conf, +pkg/udev-068.tar.bz2:
2621   Upgraded to udev 068 and also closing bug #103936.
2622
2623   28 Oct 2005; Chris Gianelloni <wolf31o2@gentoo.org>
2624   gen_funcs.sh:
2625   Added fix for bug #103717.
2626
2627   21 Oct 2005; Chris Gianelloni <wolf31o2@gentoo.org>
2628   x86/kernel-config-2.6:
2629   Updated x86 2.6 kernel configuration.
2630
2631   10 Oct 2005; Chris Gianelloni <wolf31o2@gentoo.org>
2632   alpha/modules_load, x86/modules_load, x86_64/modules_load:
2633   Added fix for bug #102006.
2634
2635   31 Aug 2005; Eric Edgar <rocket@gentoo.org> genkernel:
2636   Update genkernel version number
2637
2638   31 Aug 2005; Chris Gianelloni <wolf31o2@gentoo.org>
2639   x86/kernel-config-2.6:
2640   CONFIG_PRINTER=m for bug #104229.
2641
2642   30 Aug 2005; Chris Gianelloni <wolf31o2@gentoo.org>
2643   generic/initrd.scripts, generic/linuxrc:
2644   Add nodetect and doload patch from bug #102643, with some
2645   modifications.
2646
2647   16 Aug 2005; Eric Edgar <rocket@gentoo.org> gen_compile.sh,
2648   gen_initrd.sh, generic/initrd.scripts, generic/linuxrc:
2649   Fix for bug 83276 and add udevsend binary to initramfs for newer
2650   udevs
2651
2652   16 Aug 2005; Chris Gianelloni <wolf31o2@gentoo.org>
2653   alpha/modules_load, um/modules_load, x86/modules_load,
2654   x86_64/modules_load, xen0/modules_load, xenU/modules_load:
2655   Added dm-mirror to dmraid on all supported arches for bug
2656   #102739.
2657
2658   15 Aug 2005; Tim Yamin <plasmaroo@gentoo.org> genkernel.8:
2659   Fix #101716.
2660
2661   15 Aug 2005; Tim Yamin <plasmaroo@gentoo.org>
2662   gen_configkernel.sh:
2663   Fix #88080.
2664
2665   15 Aug 2005; Tim Yamin <plasmaroo@gentoo.org> gen_cmdline.sh:
2666   Fix #102407.
2667
2668   15 Aug 2005; Tim Yamin <plasmaroo@gentoo.org>
2669   pkg/busybox-1.00-rt-mdstart.plasmaroo.tar.bz2:
2670   Fix #102491.
2671
2672   11 Aug 2005; Eric Edgar <rocket@gentoo.org>
2673   alpha/modules_load, um/modules_load, x86/modules_load,
2674   x86_64/modules_load, xen0/modules_load, xenU/modules_load:
2675   Fix bug 102006 for dm-bbr. Added dm-bbr to modules_load files
2676   under MODULES_LVM2.
2677
2678   11 Aug 2005; Eric Edgar <rocket@gentoo.org> gen_initramfs.sh:
2679   Fix for bug 91966. Link lib64 to lib in the initramfs
2680
2681   11 Aug 2005; Eric Edgar <rocket@gentoo.org> gen_compile.sh,
2682   generic/linuxrc:
2683   Fix for newer udevs to detect udevstart
2684
2685   06 Aug 2005; Chris Gianelloni <wolf31o2@gentoo.org>
2686   gen_configkernel.sh:
2687   Fixed config parsing for dmraid/lvm2 to only set =m if item is
2688   not set. Closing bug #101535.
2689
2690   02 Aug 2005; Eric Edgar <rocket@gentoo.org> gen_cmdline.sh,
2691   ppc/config.sh, ppc64/config.sh:
2692   Fix incorrect commit
2693
2694   02 Aug 2005; Eric Edgar <rocket@gentoo.org> gen_cmdline.sh,
2695   gen_initramfs.sh, ppc/config.sh, ppc64/config.sh:
2696   Create symlink to init named linuxrc. In preparation for the
2697   need to pack the cpio into the kernel
2698
2699   02 Aug 2005; Eric Edgar <rocket@gentoo.org>
2700   generic/initrd.scripts:
2701   Add iseries virtual cdrom auto scanning support
2702
2703   01 Aug 2005; Eric Edgar <rocket@gentoo.org> genkernel:
2704   Remove unnecessary check for multiple running genkernels.
2705
2706   01 Aug 2005; Eric Edgar <rocket@gentoo.org> gen_package.sh,
2707   genkernel:
2708   kerncache wasnt sending the config to /etc/kernels properly
2709
2710   30 Jul 2005; Tim Yamin <plasmaroo@gentoo.org> gen_cmdline.sh,
2711   generic/initrd.scripts, generic/linuxrc, genkernel,
2712   ppc/config.sh:
2713   Fix cosmetics and PPC without --genzimage.
2714
2715   30 Jul 2005; Chris Gianelloni <wolf31o2@gentoo.org>
2716   gen_determineargs.sh, gen_initramfs.sh, gen_initrd.sh,
2717   generic/initrd.defaults, generic/initrd.scripts,
2718   generic/linuxrc, genkernel:
2719   Finally making the --bladecenter/dobladecenter stuff correct.
2720   Thanks plasmaroo for helping me wrap my head around how this
2721   works and to remove my dirty hack.
2722
2723   29 Jul 2005; Tim Yamin <plasmaroo@gentoo.org> gen_compile.sh,
2724   genkernel:
2725   >> 3.3.3. Fix KERNEL_MAKE_DIRECTIVE_2 if not using --genzimage.
2726
2727   29 Jul 2005; Chris Gianelloni <wolf31o2@gentoo.org>
2728   gen_initramfs.sh, gen_initrd.sh, generic/linuxrc:
2729   Fixed up the BladeCenter support some more.
2730
2731   29 Jul 2005; Chris Gianelloni <wolf31o2@gentoo.org>
2732   generic/linuxrc:
2733   Added bladecenter boot-time option, also... so kernels don't
2734   *have* to be built with --bladecenter.
2735
2736   29 Jul 2005; Chris Gianelloni <wolf31o2@gentoo.org>
2737   generic/initrd.scripts:
2738   Fixed up --bladecenter expressions
2739
2740   29 Jul 2005; Eric Edgar <rocket@gentoo.org>
2741   gen_determineargs.sh, gen_initramfs.sh:
2742   Fix a few directory creation issues and a typo
2743
2744   29 Jul 2005; Chris Gianelloni <wolf31o2@gentoo.org>
2745   gen_cmdline.sh, gen_determineargs.sh, generic/initrd.scripts,
2746   generic/linuxrc:
2747   Added --bladecenter for slow USB CD on IBM BladeCenter.
2748
2749   29 Jul 2005; Eric Edgar <rocket@gentoo.org> gen_initramfs.sh:
2750   Better genkernel.log output for initramfs
2751
2752   29 Jul 2005; Eric Edgar <rocket@gentoo.org> gen_cmdline.sh:
2753   print warning that unionfs flag is disabled at this time
2754
2755   29 Jul 2005; Eric Edgar <rocket@gentoo.org> gen_cmdline.sh:
2756   Remove normal access to unionfs
2757
2758   29 Jul 2005; Eric Edgar <rocket@gentoo.org> gen_cmdline.sh:
2759   Change unionfs so that it is clearly noted as experimental
2760
2761   28 Jul 2005; Eric Edgar <rocket@gentoo.org> gen_initrd.sh,
2762   generic/linuxrc:
2763   Fix cp /dev/tty1 error message
2764
2765   28 Jul 2005; Eric Edgar <rocket@gentoo.org> gen_compile.sh,
2766   gen_initramfs.sh, gen_initrd.sh, gen_package.sh, ppc/config.sh:
2767   Fix ppc not compiling without --genzimage
2768
2769   28 Jul 2005; Tim Yamin <plasmaroo@gentoo.org>
2770   gen_initramfs.sh, gen_package.sh, generic/initrd.scripts,
2771   generic/linuxrc, genkernel, genkernel.8,
2772   pkg/busybox-1.00-rt-mdstart.plasmaroo.tar.bz2, ppc/config.sh:
2773   >> 3.3.1. Fix #100144, #100169, #100583.
2774
2775   25 Jul 2005; Eric Edgar <rocket@gentoo.org>
2776   gen_determineargs.sh, gen_package.sh:
2777   Remove extra TEMP checking code that was commented out
2778
2779   25 Jul 2005; Eric Edgar <rocket@gentoo.org>
2780   gen_determineargs.sh, gen_package.sh, genkernel:
2781   Add kernelz- to minkernpackage and kerncache
2782
2783   22 Jul 2005; Eric Edgar <rocket@gentoo.org>
2784   gen_determineargs.sh, gen_package.sh:
2785   Remove extra checks that fail
2786
2787   20 Jul 2005; Eric Edgar <rocket@gentoo.org> gen_package.sh:
2788   Fix minkernpackage breakage regarding the TEMP and TMPDIR
2789   variable
2790
2791   19 Jul 2005; Eric Edgar <rocket@gentoo.org>
2792   generic/initrd.scripts:
2793   Switch order of error messages to make less confusing
2794
2795   19 Jul 2005; Eric Edgar <rocket@gentoo.org>
2796   generic/initrd.scripts, generic/linuxrc, genkernel:
2797   Fix exit 1 issue being always called. Add UID support for
2798   unionfs. add check for livecd.unionfs file on blockdev
2799
2800   19 Jul 2005; Eric Edgar <rocket@gentoo.org> gen_compile.sh,
2801   gen_funcs.sh, gen_initramfs.sh, gen_initrd.sh, generic/linuxrc,
2802   genkernel:
2803   Fix --no-install cleaning the tmpdir bug that plasmaroo reported
2804
2805   18 Jul 2005; Eric Edgar <rocket@gentoo.org> genkernel:
2806   Fix info about the framebuffers
2807
2808   18 Jul 2005; Eric Edgar <rocket@gentoo.org> gen_funcs.sh,
2809   genkernel:
2810   cause genkernel to die if cant write to the DEBUGFILE. remove
2811   extra info strings that arent necessary
2812
2813   18 Jul 2005; Eric Edgar <rocket@gentoo.org> genkernel:
2814   Fix genkernel finishing info messages to be more accurate
2815
2816   18 Jul 2005; Eric Edgar <rocket@gentoo.org> gen_funcs.sh,
2817   genkernel:
2818   Cleanup tmpdirs if genkernel dies abnormally
2819
2820   18 Jul 2005; Eric Edgar <rocket@gentoo.org> gen_initrd.sh:
2821   Fix evms bugs with missing sbin for an initrd
2822
2823   18 Jul 2005; Eric Edgar <rocket@gentoo.org>
2824   gen_determineargs.sh, gen_initramfs.sh:
2825   Fix evms bugs with missing sbin. Remove prepare line as it
2826   probably isnt necessary
2827
2828   18 Jul 2005; Eric Edgar <rocket@gentoo.org> gen_bootloader.sh,
2829   gen_cmdline.sh, gen_determineargs.sh, gen_funcs.sh,
2830   gen_initramfs.sh, gen_package.sh, generic/initrd.scripts,
2831   generic/linuxrc, genkernel, genkernel.conf:
2832   Create additional cleanup options. --postclear for final
2833   cleanup and 2 new genkernel.conf options. Also fixup TEMP dir
2834   creation and extraneous %%ARCH%% creation in the cache_dir
2835
2836   16 Jul 2005; Tim Yamin <plasmaroo@gentoo.org>
2837   gen_initramfs.sh, gen_initrd.sh, genkernel:
2838   Fix #98886.
2839
2840   15 Jul 2005; Tim Yamin <plasmaroo@gentoo.org> generic/linuxrc,
2841   genkernel:
2842   >> 3.2.6. Fix mkdir linuxrc issues and bootstrapCD() not getting
2843   called as early as it should,
2844
2845   14 Jul 2005; Tim Yamin <plasmaroo@gentoo.org>
2846   generic/initrd.scripts:
2847   Fix '[: /dev/md: unknown operand' for LiveCD boots.
2848
2849   14 Jul 2005; Tim Yamin <plasmaroo@gentoo.org>
2850   ia64/kernel-config-2.6:
2851   Add USB Storage support.
2852
2853   14 Jul 2005; Tim Yamin <plasmaroo@gentoo.org> generic/linuxrc:
2854   Fix bug #80617.
2855
2856   14 Jul 2005; Tim Yamin <plasmaroo@gentoo.org>
2857   gen_bootloader.sh, +gen_bootloader_grub.awk,
2858   gen_determineargs.sh, genkernel, ia64/kernel-config-2.6:
2859   Fix #98944, add GRUB :root_device support and add a more
2860   versatile grub.conf updater.
2861
2862   14 Jul 2005; Tim Yamin <plasmaroo@gentoo.org>
2863   x86/kernel-config-2.6:
2864   Add an updated x86 kernel config from wolf31o2.
2865
2866   13 Jul 2005; Tim Yamin <plasmaroo@gentoo.org>
2867   alpha/busy-config, ia64/busy-config, parisc/busy-config,
2868   parisc64/busy-config, ppc/busy-config, ppc64/busy-config,
2869   sparc/busy-config, sparc64/busy-config, um/busy-config,
2870   x86/busy-config, x86_64/busy-config, xen0/busy-config,
2871   xenU/busy-config:
2872   Add CONFIG_ASH_TIMEOUT.
2873
2874   13 Jul 2005; Eric Edgar <rocket@gentoo.org>
2875   generic/initrd.scripts:
2876   Fix find|grep output
2877
2878   13 Jul 2005; Eric Edgar <rocket@gentoo.org> gen_initramfs.sh,
2879   gen_initrd.sh:
2880   Fix typo for evms and removing the swap libs in gen_initramfs
2881
2882   13 Jul 2005; Tim Yamin <plasmaroo@gentoo.org>
2883   alpha/busy-config, gen_bootloader.sh, gen_compile.sh,
2884   gen_configkernel.sh, gen_determineargs.sh, gen_initramfs.sh,
2885   gen_package.sh, generic/initrd.scripts, generic/linuxrc,
2886   genkernel, genkernel.conf, ia64/busy-config, parisc/busy-config,
2887   parisc64/busy-config,
2888   -pkg/busybox-1.00-pre7-crypto-losetup-2.patch,
2889   -pkg/busybox-1.00-pre7-losetup-crypto-alpha.tar.bz2,
2890   +pkg/busybox-1.00-rt-mdstart.plasmaroo.tar.bz2, ppc/busy-config,
2891   ppc64/busy-config, sparc/busy-config, sparc64/busy-config,
2892   um/busy-config, x86/busy-config, x86_64/busy-config,
2893   xen0/busy-config, xenU/busy-config:
2894   Fix #97672, #98886, #98893, #98897; fix real_root=/dev/mdX:
2895   upgraded busybox to 1.00, porting in my read -t and mdstart
2896   patches.
2897
2898   13 Jul 2005; Eric Edgar <rocket@gentoo.org> genkernel:
2899   Fix for bug 97672. Call get_KV to get the KV after the prepare
2900   has been run
2901
2902   12 Jul 2005; Eric Edgar <rocket@gentoo.org> gen_cmdline.sh:
2903   Fix minor print bug 98744. Shouldnt affect operation but it
2904   could be annoying
2905
2906   12 Jul 2005; Eric Edgar <rocket@gentoo.org> gen_compile.sh:
2907   Fix for hardened/selinux systems to have extened attributes, per
2908   r2d2's request
2909
2910   12 Jul 2005; Eric Edgar <rocket@gentoo.org> gen_cmdline.sh,
2911   gen_determineargs.sh, genkernel:
2912   Adding --symlink to fix bug 98716
2913
2914   12 Jul 2005; Tim Yamin <plasmaroo@gentoo.org>
2915   generic/initrd.scripts, generic/modprobe, genkernel,
2916   genkernel.conf:
2917   >> 3.2.2. Fix #83771, #97700, #98590, #98594, #98661, #98746.
2918
2919   12 Jul 2005; Chris Gianelloni <wolf31o2@gentoo.org>
2920   generic/initrd.defaults, generic/linuxrc:
2921   Added multilib cdboot patch.
2922
2923   11 Jul 2005; Eric Edgar <rocket@gentoo.org> gen_cmdline.sh,
2924   gen_compile.sh, gen_determineargs.sh, gen_initramfs.sh,
2925   gen_initrd.sh, generic/initrd.scripts, generic/linuxrc,
2926   genkernel, genkernel.conf:
2927   ENHANCEMENT bug 83771. Add support for LABEL= and UUID=
2928
2929   11 Jul 2005; Eric Edgar <rocket@gentoo.org>
2930   gen_determineargs.sh:
2931   Fix bug 97700. Add additional check for kernel source directory
2932   earlier
2933
2934   11 Jul 2005; Eric Edgar <rocket@gentoo.org> gen_arch.sh:
2935   Fix bug 95280 in genkernel. ARCH_OVERRIDE in
2936   /etc/genkernel.conf should work now
2937
2938   11 Jul 2005; Eric Edgar <rocket@gentoo.org>
2939   gen_determineargs.sh, generic/initrd.scripts, generic/linuxrc:
2940   remove extra make prepare in gen_determineargs.sh that breaks
2941   things. Fix md /dev creation bug 98193
2942
2943   11 Jul 2005; Eric Edgar <rocket@gentoo.org> gen_cmdline.sh:
2944   Fix bug 98661 with the missing underscore in gen_cmdline.sh
2945
2946   11 Jul 2005; Eric Edgar <rocket@gentoo.org>
2947   generic/initrd.scripts, generic/linuxrc:
2948   Fix to let the /mnt/cdrom/cdupdate.sh script run just before the
2949   chroot
2950
2951   11 Jul 2005; Eric Edgar <rocket@gentoo.org>
2952   generic/initrd.scripts:
2953   send stderr to /dev/null for lvm startup
2954
2955   10 Jul 2005; Tim Yamin <plasmaroo@gentoo.org>
2956   gen_bootloader.sh, generic/linuxrc, genkernel:
2957   Fix #93178, #98436, #98501
2958
2959   08 Jul 2005; Tim Yamin <plasmaroo@gentoo.org> gen_cmdline.sh,
2960   gen_initramfs.sh, generic/initrd.defaults,
2961   generic/initrd.scripts, generic/linuxrc, genkernel, genkernel.8,
2962   genkernel.conf, x86/busy-config, x86_64/busy-config:
2963   >> 3.2.0. Add spock's gensplash fixes, fix initrd startup 'find:
2964   ...' errors.
2965
2966   01 Jul 2005; Tim Yamin <plasmaroo@gentoo.org> ppc/Pegasos:
2967   Update Pegasos config from dholm.
2968
2969   01 Jul 2005; Eric Edgar <rocket@gentoo.org> genkernel:
2970   fix bug 97378; setup the PATH environment properly.
2971
2972   29 Jun 2005; Tim Yamin <plasmaroo@gentoo.org>
2973   +pkg/udev-054.tar.bz2, -pkg/udev-058.tar.bz2:
2974   Downgrade to 054.
2975
2976   29 Jun 2005; Eric Edgar <rocket@gentoo.org> gen_compile.sh,
2977   gen_determineargs.sh:
2978   fix unionfs-modules-bincache naming error. Fix directory change
2979   error on unionfs
2980
2981   29 Jun 2005; Eric Edgar <rocket@gentoo.org> gen_compile.sh:
2982   run modules_prepare in the kernel tree before unionfs modules
2983   compile
2984
2985   28 Jun 2005; Tim Yamin <plasmaroo@gentoo.org>
2986   pkg/udev-058.tar.bz2:
2987   Revert to 1.1.
2988
2989   28 Jun 2005; Eric Edgar <rocket@gentoo.org> gen_compile.sh,
2990   generic/initrd.scripts, generic/linuxrc, pkg/udev-058.tar.bz2:
2991   changed to backticks and changed /bin/bash back to /bin/sh
2992   which is a valid shell inside the initrd/initramfs
2993
2994   27 Jun 2005; Tim Yamin <plasmaroo@gentoo.org> gen_compile.sh,
2995   genkernel, genkernel.conf, -pkg/udev-054.tar.bz2,
2996   +pkg/udev-058.tar.bz2:
2997   Update udev and fix for SPARC64.
2998
2999   27 Jun 2005; Eric Edgar <rocket@gentoo.org>
3000   gen_configkernel.sh:
3001   bug 97051: Initramfs on 2.6+ kernels dont require ext2
3002   filesystem so can drop this forced entry.
3003
3004   27 Jun 2005; Chris Gianelloni <wolf31o2@gentoo.org>
3005   generic/initrd.defaults, generic/initrd.scripts, generic/linuxrc:
3006   Change all EVMS/evms to EVMS2/evms2 for consitency. Also,
3007   enabled dodmraid by default.
3008
3009   27 Jun 2005; Chris Gianelloni <wolf31o2@gentoo.org>
3010   generic/linuxrc:
3011   Must use /bin/bash for dollar-sign, parentheses sub-shell syntax.
3012
3013   27 Jun 2005; Chris Gianelloni <wolf31o2@gentoo.org>
3014   x86/modules_load, x86_64/modules_load:
3015   Changed sata_vitesse to sata_vsc and closing bug #97089.
3016
3017   27 Jun 2005; Eric Edgar <rocket@gentoo.org> generic/linuxrc:
3018   linuxrc that should not create avc denied messages for a
3019   hardened system.
3020
3021   24 Jun 2005; Chris Gianelloni <wolf31o2@gentoo.org> genkernel:
3022   _pre12... ph43r...
3023
3024   24 Jun 2005; Eric Edgar <rocket@gentoo.org> genkernel:
3025   Add info for cmdline usage to genkernel
3026
3027   23 Jun 2005; Eric Edgar <rocket@gentoo.org>
3028   generic/initrd.scripts:
3029   Fix confusing volume manager message
3030
3031   23 Jun 2005; Chris Gianelloni <wolf31o2@gentoo.org>
3032   alpha/modules_load, x86_64/modules_load:
3033   Add Fusion MPT support
3034
3035   23 Jun 2005; Eric Edgar <rocket@gentoo.org> x86/modules_load:
3036   Add Fusion MPT support for VMWare machines
3037
3038   23 Jun 2005; Eric Edgar <rocket@gentoo.org> gen_compile.sh:
3039   Add missing else
3040
3041   23 Jun 2005; Eric Edgar <rocket@gentoo.org> gen_compile.sh:
3042   Fix missing elif
3043
3044   22 Jun 2005; Tim Yamin <plasmaroo@gentoo.org> generic/linuxrc,
3045   genkernel, pkg/udev-054.tar.bz2:
3046   Fix #76082, #86487, #87673, #95993.
3047
3048   22 Jun 2005; Eric Edgar <rocket@gentoo.org>
3049   generic/initrd.scripts, generic/linuxrc:
3050   Fix bug 87673. Option passing for dmraid. dodmraid= on the
3051   cmdline. sets up /sbin/dmraid -ay .
3052
3053   22 Jun 2005; Eric Edgar <rocket@gentoo.org> generic/linuxrc:
3054   Fix for bug 86487. Allowing a subdirectory of a block device to
3055   be chrooted from and booted. New cmdline option subdir=
3056
3057   22 Jun 2005; Eric Edgar <rocket@gentoo.org> gen_compile.sh:
3058   Fix udev for sparc so it compiles properly
3059
3060   22 Jun 2005; Eric Edgar <rocket@gentoo.org>
3061   generic/initrd.scripts, generic/linuxrc:
3062   Remove sort because busybox is not compiled with it. Remove
3063   unnecessary UML fixes
3064
3065   22 Jun 2005; Eric Edgar <rocket@gentoo.org> gen_cmdline.sh,
3066   gen_compile.sh, gen_determineargs.sh:
3067   Fix bug 68903; Allows the CROSS_COMPILE env to be set for
3068   kernel compiles. Added --kernel-cross-compile= option
3069
3070   21 Jun 2005; Tim Yamin <plasmaroo@gentoo.org> gen_cmdline.sh,
3071   genkernel, genkernel.8:
3072   Fix #95993, #96300.
3073
3074   20 Jun 2005; Eric Edgar <rocket@gentoo.org>
3075   gen_determineargs.sh:
3076   Fix genkernel crash when .config is present and testing for
3077   Localversion info on a 2.6 kernel
3078
3079   17 Jun 2005; Eric Edgar <rocket@gentoo.org>
3080   gen_determineargs.sh:
3081   Fix 2.6 crash detecting LocalVersion, fix 2.4 kernels so they
3082   dont do localversion checks as they dont support it
3083
3084   16 Jun 2005; Eric Edgar <rocket@gentoo.org> gen_compile.sh:
3085   udev build fix for no ARCH=um architectures
3086
3087   16 Jun 2005; Eric Edgar <rocket@gentoo.org>
3088   gen_determineargs.sh, gen_initramfs.sh, gen_initrd.sh,
3089   gen_moddeps.sh, genkernel:
3090   Localversion changes to kerncache, and added a sleep statement
3091   so modprobe loop has a chance to work
3092
3093   15 Jun 2005; Tim Yamin <plasmaroo@gentoo.org> genkernel:
3094   Fix devfs for those archs that still need it.
3095
3096   15 Jun 2005; Tim Yamin <plasmaroo@gentoo.org> gen_cmdline.sh,
3097   gen_compile.sh, gen_determineargs.sh, gen_funcs.sh,
3098   gen_initramfs.sh, gen_initrd.sh, gen_package.sh,
3099   generic/initrd.defaults, generic/initrd.scripts,
3100   generic/linuxrc, genkernel, genkernel.conf:
3101   Add rocket's unionfs patch and linuxrc cleanup; fix Pegasos with
3102   regard to initramfs.
3103
3104   15 Jun 2005; Tim Yamin <plasmaroo@gentoo.org> ppc/Pegasos,
3105   ppc/config.sh:
3106   Fix Pegasos on initramfs and add an updated Pegasos config,
3107   thanks dholm!
3108
3109   12 Jun 2005; Tim Yamin <plasmaroo@gentoo.org> generic/linuxrc:
3110   Fix 'lib64: No such...' error.
3111
3112   07 Jun 2005; Chris Gianelloni <wolf31o2@gentoo.org>
3113   gen_package.sh:
3114   Fixing up minkernpackage
3115
3116   07 Jun 2005; Chris Gianelloni <wolf31o2@gentoo.org>
3117   x86_64/kernel-config-2.6:
3118   Added floppy module to kernel config for bug #95272.
3119
3120   04 Jun 2005; Tim Yamin <plasmaroo@gentoo.org>
3121   x86_64/kernel-config-2.6:
3122   Disable sound stuff, #92711.
3123
3124   03 Jun 2005; Tim Yamin <plasmaroo@gentoo.org>
3125   gen_bootloader.sh, genkernel:
3126   Fix syntax.
3127
3128   02 Jun 2005; Tim Yamin <plasmaroo@gentoo.org>
3129   gen_bootloader.sh:
3130   Add GRUB support cleanup by Richard Morris (#59192) to show an
3131   error if we can't work out device nodes and tell the user to
3132   manually generate grub.conf.
3133
3134   02 Jun 2005; Tim Yamin <plasmaroo@gentoo.org>
3135   +gen_initramfs.sh:
3136   Add gen_initramfs.sh into CVS from rocket's initramfs support
3137   patches.
3138
3139   02 Jun 2005; Tim Yamin <plasmaroo@gentoo.org> genkernel:
3140   Fix #94860; clean up concurrent compile tmpdir-setting.
3141
3142   02 Jun 2005; Tim Yamin <plasmaroo@gentoo.org>
3143   alpha/busy-config, generic/initrd.defaults,
3144   generic/initrd.scripts, generic/linuxrc, genkernel.8,
3145   ia64/busy-config, parisc/busy-config, parisc64/busy-config,
3146   ppc/busy-config, ppc64/busy-config, sparc/busy-config,
3147   sparc64/busy-config, um/busy-config, x86/busy-config,
3148   x86_64/busy-config, xen0/busy-config, xenU/busy-config:
3149   Remove evms and lvm2 from default boot args (they cause hardware
3150   issues, so users should explicitly specify them); add NFSboot
3151   support patches by Thomas Seiler.
3152
3153   02 Jun 2005; Chris Gianelloni <wolf31o2@gentoo.org>
3154   x86/kernel-config-2.6:
3155   Updated x86 2.6 kernel to 2005.0 config.
3156
3157   02 Jun 2005; Chris Gianelloni <wolf31o2@gentoo.org>
3158   alpha/kernel-config-2.4, +alpha/kernel-config-2.6,
3159   alpha/modules_load, um/modules_load, x86/modules_load,
3160   x86_64/modules_load, xen0/modules_load, xenU/modules_load:
3161   Updated alpha kernel configs to 2005.0 configs and updated
3162   modules_load for alpha, um, x86, x86_64, xen0, and xenU to match
3163   x86.
3164
3165   02 Jun 2005; Chris Gianelloni <wolf31o2@gentoo.org>
3166   gen_configkernel.sh:
3167   Added config parsing for dmraid modules if genkernel is called
3168   with --dmraid
3169
3170   25 May 2005; Chris Gianelloni <wolf31o2@gentoo.org>
3171   gen_configkernel.sh:
3172   Added check for --lvm2 and enable lvm2-required modules if they
3173   are not enabled already in the supplied .config file.
3174
3175   25 May 2005; Chris Gianelloni <wolf31o2@gentoo.org>
3176   x86/modules_load:
3177   Adding back in atp870u to modules_load on x86.
3178
3179   02 May 2005; Tim Yamin <plasmaroo@gentoo.org> x86/modules_load:
3180   Add ata_piix.
3181
3182   22 Apr 2005; Eric Edgar <rocket@gentoo.org> generic/linuxrc:
3183   Added support for reading /mnt/cdrom/cdupdate.sh if its
3184   executable on the livecd
3185
3186   22 Apr 2005; Tim Yamin <plasmaroo@gentoo.org> gen_cmdline.sh,
3187   gen_compile.sh, gen_configkernel.sh, gen_determineargs.sh,
3188   gen_initrd.sh, gen_package.sh, generic/linuxrc, genkernel,
3189   genkernel.8, -notes, -pkg/dietlibc-0.27.tar.bz2, +pkg/ia64,
3190   +pkg/ia64/README, +pkg/um, +pkg/um/README, +pkg/xen0,
3191   +pkg/xen0/README, +pkg/xenU, +pkg/xenU/README, +ppc/Pegasos,
3192   ppc/config.sh, +um, +um/busy-config, +um/config.sh,
3193   +um/kernel-config-2.4, +um/kernel-config-2.6, +um/modules_load,
3194   +xen0, +xen0/busy-config, +xen0/config.sh,
3195   +xen0/kernel-config-2.4, +xen0/kernel-config-2.6,
3196   +xen0/modules_load, +xenU, +xenU/busy-config, +xenU/config.sh,
3197   +xenU/kernel-config-2.4, +xenU/kernel-config-2.6,
3198   +xenU/modules_load:
3199   >> 3.2.0_beta1; now with extra froz-faktor <TM>.
3200
3201   29 Mar 2005; Eric Edgar <rocket@gentoo.org> generic/linuxrc:
3202   fixed bug in scan delay so that it will work with both udev and
3203   devfs
3204
3205   13 Mar 2005; Tim Yamin <plasmaroo@gentoo.org> generic/linuxrc:
3206   Add missing mkdir -p /etc/sysconfig to linuxrc.
3207
3208   12 Mar 2005; Tim Yamin <plasmaroo@gentoo.org> generic/linuxrc:
3209   Get udev to go as the default manager if the udev binary exists
3210   and 2.6 or above is being used.
3211
3212   11 Mar 2005; Tim Yamin <plasmaroo@gentoo.org> gen_compile.sh:
3213   mkdir -> mkdir -p
3214
3215   10 Mar 2005; Tim Yamin <plasmaroo@gentoo.org> gen_compile.sh,
3216   genkernel:
3217   Fix udev.rules install issue.
3218
3219   10 Mar 2005; Tim Yamin <plasmaroo@gentoo.org> gen_compile.sh,
3220   genkernel, genkernel.conf, -pkg/udev-039.tar.bz2,
3221   +pkg/udev-054.tar.bz2:
3222   >> 3.1.3. Remove udev static mode; upgrade udev to 054 instead.
3223
3224   08 Mar 2005; Tim Yamin <plasmaroo@gentoo.org>
3225   generic/initrd.defaults, generic/linuxrc:
3226   Add patch by Gerte Hoogewerf (gerte <-at-> nieuwenborg.nl) to
3227   fix dmraid with cdroot.
3228
3229   07 Mar 2005; Eric Edgar <rocket@gentoo.org>
3230   gen_configkernel.sh:
3231   Fix possible broken pipe error message when configuring the
3232   kernel
3233
3234   07 Mar 2005; Eric Edgar <rocket@gentoo.org> gen_compile.sh:
3235   Fix for broken pipe when configuring busybox in the
3236   gen_compile.sh script
3237
3238   07 Mar 2005; Tim Yamin <plasmaroo@gentoo.org> generic/linuxrc,
3239   genkernel, x86/modules_load, x86_64/modules_load:
3240   >> 3.1.1d. Add sata_qstor; fix #83328.
3241
3242   03 Mar 2005; Tim Yamin <plasmaroo@gentoo.org>
3243   generic/initrd.scripts:
3244   Check for dummy 'livecd' file instead of 'gentoo'.
3245
3246   03 Mar 2005; Tim Yamin <plasmaroo@gentoo.org>
3247   generic/initrd.scripts, genkernel:
3248   >> 3.1.1c. Add LiveCD detection to skip mountable but non-LiveCD
3249   media; requires Catalyst 1.1.6.
3250
3251   02 Mar 2005; Tim Yamin <plasmaroo@gentoo.org> genkernel,
3252   genkernel.conf:
3253   Bump dmraid, >> 3.1.1.b.
3254
3255   01 Mar 2005; Tim Yamin <plasmaroo@gentoo.org> gen_compile.sh,
3256   genkernel:
3257   Fix 2.4 -j0 issue.
3258
3259   28 Feb 2005; Tim Yamin <plasmaroo@gentoo.org> gen_compile.sh:
3260   Fix -j0 2.4 modules breakage.
3261
3262   25 Feb 2005; Tim Yamin <plasmaroo@gentoo.org> gen_compile.sh,
3263   generic/initrd.defaults, genkernel, x86/modules_load,
3264   x86_64/modules_load:
3265   >> 3.1.0k -- Add MODULES_SATA, fix udev on non-x86 archs where
3266   there seem to be problems with KLibC+udev so use a static udev
3267   on those.
3268
3269   24 Feb 2005; Eric Edgar <rocket@gentoo.org> gen_cmdline.sh,
3270   gen_determineargs.sh, gen_package.sh, genkernel, genkernel.8:
3271   Add support for maxkernpackage
3272   creates a tarball containing:
3273   kernel
3274   initrd
3275   contents of /lib/modules
3276   kernel config
3277
3278   24 Feb 2005; Tim Yamin <plasmaroo@gentoo.org> gen_compile.sh:
3279   Fix 2.4 strict flag filtering issue.
3280
3281   24 Feb 2005; Tim Yamin <plasmaroo@gentoo.org> genkernel.8:
3282   Document arbitrary scandelay initrd option.
3283
3284   20 Feb 2005; Tim Yamin <plasmaroo@gentoo.org> generic/linuxrc,
3285   genkernel:
3286   Fix '/tmp/.initrd/bin/[' to '[' in places before the pivot_root.
3287
3288   18 Feb 2005; Tim Yamin <plasmaroo@gentoo.org> generic/linuxrc,
3289   genkernel, pkg/udev-039.tar.bz2, x86/modules_load:
3290   Fix #58686 and #80716.
3291
3292   17 Feb 2005; Tim Yamin <plasmaroo@gentoo.org> gen_cmdline.sh,
3293   gen_compile.sh, gen_determineargs.sh, gen_initrd.sh,
3294   generic/linuxrc, genkernel.conf, pkg/udev-039.tar.bz2:
3295   Add DMRAID support (thanks rocket!); fix AMD64 udev issues (#65985).
3296
3297   31 Jan 2005; Tim Yamin <plasmaroo@gentoo.org> generic/linuxrc:
3298   Fix #77259.
3299
3300   30 Jan 2005; Tim Yamin <plasmaroo@gentoo.org> generic/linuxrc,
3301   genkernel:
3302   Fix #79999.
3303
3304   27 Jan 2005; Tim Yamin <plasmaroo@gentoo.org> gen_initrd.sh:
3305   -eq >> = for the LVM and EVMS2 checks.
3306
3307   27 Jan 2005; Tim Yamin <plasmaroo@gentoo.org> generic/linuxrc,
3308   genkernel:
3309   Add patch for turning off LVM and EVMS2 optionally at boot time
3310   even if compiled into initrd; bug #79755.
3311
3312   26 Jan 2005; Tim Yamin <plasmaroo@gentoo.org> gen_initrd.sh:
3313   Fix #79502; thanks to rocket for the patch.
3314
3315   22 Jan 2005; Tim Yamin <plasmaroo@gentoo.org> genkernel:
3316   Make udev default for 2.6+
3317
3318   22 Jan 2005; Tim Yamin <plasmaroo@gentoo.org> generic/linuxrc:
3319   Add missing #72253 patch.
3320
3321   22 Jan 2005; Tim Yamin <plasmaroo@gentoo.org> generic/linuxrc:
3322   Add missing echo; #77363.
3323
3324   22 Jan 2005; Tim Yamin <plasmaroo@gentoo.org>
3325   gen_bootloader.sh, generic/initrd.scripts, generic/linuxrc,
3326   genkernel:
3327   >> 3.1.0e. Fixes #73356, #74758, #77277, #77363, #78636.
3328
3329   10 Jan 2005; Tim Yamin <plasmaroo@gentoo.org> gen_cmdline.sh,
3330   gen_initrd.sh:
3331   Add --evms2 patch by Eric Edgar; bug #77385.
3332
3333   21 Dec 2004; Tim Yamin <plasmaroo@gentoo.org> genkernel,
3334   pkg/dietlibc-0.27.tar.bz2:
3335   >> 3.1.0d; bug #73112.
3336
3337   17 Dec 2004; Tim Yamin <plasmaroo@gentoo.org> x86/modules_load:
3338   Removing tmscsim module; bug #72055.
3339
3340   01 Dec 2004; Tim Yamin <plasmaroo@gentoo.org> gen_initrd.sh:
3341   Fix for bug #73054.
3342
3343   30 Nov 2004; Tim Yamin <plasmaroo@gentoo.org>
3344   gen_determineargs.sh, gen_initrd.sh:
3345   >> 3.0.2c. Adding LVM2 args code to gen_determineargs.sh.
3346
3347   29 Nov 2004; Tim Yamin <plasmaroo@gentoo.org> genkernel:
3348   Bugfix for bug #72342.
3349
3350   27 Nov 2004; Tim Yamin <plasmaroo@gentoo.org> genkernel,
3351   +genkernel.8:
3352   Time for our own manpage...
3353
3354   27 Nov 2004; Tim Yamin <plasmaroo@gentoo.org> gen_cmdline.sh,
3355   gen_compile.sh, gen_determineargs.sh, gen_initrd.sh, genkernel,
3356   genkernel.conf:
3357   LVM2 compilation support; thanks to Eric Edgar for the patch.
3358   Bug #72129.
3359
3360   27 Nov 2004; Tim Yamin <plasmaroo@gentoo.org> gen_initrd.sh,
3361   generic/initrd.scripts, generic/linuxrc:
3362   Udev speedups; thanks to Eric Edgar for the patch - bug #72253.
3363
3364   27 Nov 2004; Tim Yamin <plasmaroo@gentoo.org> x86/modules_load:
3365   Adding MODULES_LVM2; #72129 // #72253.
3366
3367   13 Nov 2004; Tim Yamin <plasmaroo@gentoo.org> gen_cmdline.sh,
3368   gen_initrd.sh:
3369   Adding user-specified /linuxrc support; bug #66198.
3370
3371   13 Nov 2004; Tim Yamin <plasmaroo@gentoo.org> genkernel:
3372   ramdisk=8092 >> ramdisk_size=8092; bug #64864.
3373
3374   13 Nov 2004; Tim Yamin <plasmaroo@gentoo.org> gen_cmdline.sh,
3375   gen_initrd.sh, generic/initrd.defaults, generic/linuxrc:
3376   Adding EVMS2 support; bug #61827.
3377
3378   13 Nov 2004; Tim Yamin <plasmaroo@gentoo.org> gen_initrd.sh:
3379   LVM fix, bug #69745.
3380
3381   05 Nov 2004; Tim Yamin <plasmaroo@gentoo.org> gen_cmdline.sh:
3382   Fix for --minkernpackage and 'kernel' only instead of all; bug
3383   #70193.
3384
3385   26 Oct 2004; Tim Yamin <plasmaroo@gentoo.org> x86/modules_load:
3386   uchi-hcd >> uhci-hcd.
3387
3388   25 Oct 2004; Mike Frysinger <vapier@gentoo.org> gen_cmdline.sh:
3389   clean up some of the help output
3390
3391   23 Oct 2004; Tim Yamin <plasmaroo@gentoo.org> README,
3392   gen_cmdline.sh, gen_compile.sh, gen_determineargs.sh,
3393   gen_initrd.sh, generic/initrd.defaults, generic/initrd.scripts,
3394   generic/linuxrc, genkernel, genkernel.conf,
3395   -pkg/busybox-1.00-pre2-decl.patch,
3396   pkg/busybox-1.00-pre7-losetup-crypto-alpha.tar.bz2,
3397   pkg/devfsd-1.3.25-dietlibc-kernel25.tar.bz2,
3398   -pkg/dietlibc-0.26.tar.bz2, +pkg/dietlibc-0.27.tar.bz2,
3399   -pkg/udev-030.tar.bz2, +pkg/udev-039.tar.bz2, x86/modules_load:
3400   >> 3.1.0b.
3401
3402   09 Oct 2004; Tim Yamin <plasmaroo@gentoo.org> gen_initrd.sh:
3403   vgscan >> lvm; bug #44091.
3404
3405   02 Oct 2004; Travis Tilley <lv@gentoo.org> x86_64/modules_load:
3406   fix the sata crap
3407
3408   27 Sep 2004; Travis Tilley <lv@gentoo.org>
3409   x86_64/kernel-config-2.6, x86_64/kernel-config-2.6-smp,
3410   x86_64/modules_load:
3411   add bluetooth for one user's bluetooth kb+mouse, fix usb module
3412   stuff, add in support for an ide chipset used in some em64t boxes
3413
3414   27 Sep 2004; Travis Tilley <lv@gentoo.org>
3415   x86_64/kernel-config-2.6, x86_64/kernel-config-2.6-smp:
3416   CONFIG_SCSI_AIC7XXX_OLD, you are the weakest link! goodbye!
3417
3418   26 Sep 2004; Travis Tilley <lv@gentoo.org>
3419   x86_64/kernel-config-2.6, x86_64/kernel-config-2.6-smp:
3420   new generic genkernel configs. em64t support, here we come
3421
3422   19 Sep 2004; Tim Yamin <plasmaroo@gentoo.org>
3423   x86/kernel-config-2.6:
3424   Adding CONFIG_CRYPTO_ARC4=m; bug #58360.
3425
3426   19 Sep 2004; Tim Yamin <plasmaroo@gentoo.org>
3427   gen_bootloader.sh:
3428   Adding updated grub.conf patch from Mathias Gug, bug #57576.
3429
3430   19 Sep 2004; Tim Yamin <plasmaroo@gentoo.org> gen_compile.sh,
3431   gen_funcs.sh, genkernel:
3432   Adding robbat2's patch for bug #62365.
3433
3434   19 Sep 2004; Tim Yamin <plasmaroo@gentoo.org> gen_compile.sh,
3435   genkernel, genkernel.conf,
3436   pkg/devfsd-1.3.25-dietlibc-kernel25.tar.bz2,
3437   -pkg/dietlibc-0.24.tar.bz2, +pkg/dietlibc-0.26.tar.bz2:
3438   Disabling dietlibc usage for devfsd and modutils; dietlibc
3439   updated to a new Hardened-aware version. Bug #60862.
3440
3441   18 Sep 2004; Tim Yamin <plasmaroo@gentoo.org> gen_package.sh:
3442   Adding missing {} around a logic check; bug #64514.
3443
3444   23 Aug 2004; Tim Yamin <plasmaroo@gentoo.org> gen_cmdline.sh:
3445   --no-lvm-2 >> --no-lvm2 as it should be.
3446
3447   23 Aug 2004; Tim Yamin <plasmaroo@gentoo.org> gen_funcs.sh:
3448   Updated the --cache-dir patch to patch #36982.
3449
3450   14 Aug 2004; Tim Yamin <plasmaroo@gentoo.org> gen_initrd.sh,
3451   +ia64, +ia64/busy-config, +ia64/config.sh,
3452   +ia64/kernel-config-2.6, +ia64/modules_load:
3453   Added an ia64 config.
3454
3455   11 Aug 2004; Tim Yamin <plasmaroo@gentoo.org> genkernel:
3456   Added a check to disable udev on 2.4 kernels; bug #59687.
3457
3458   11 Aug 2004; Tim Yamin <plasmaroo@gentoo.org> gen_cmdline.sh,
3459   gen_compile.sh, gen_determineargs.sh, gen_initrd.sh,
3460   generic/initrd.scripts, generic/linuxrc, genkernel:
3461   Added LiveCD udev support.
3462
3463   07 Aug 2004; Tim Yamin <plasmaroo@gentoo.org>
3464   x86/kernel-config-2.6, x86/modules_load:
3465   modules_load cleaned up to match the version used for the 2004.2
3466   release, also added BusLogic=m to the 2.6 configartion: bug #59310.
3467
3468   30 Jul 2004; Tim Yamin <plasmaroo@gentoo.org>
3469   generic/initrd.scripts:
3470   Removed "-t iso9660" which causes issues on Gentoo/PPC-Pegasos,
3471   supposedly.
3472
3473   29 Jul 2004; Tim Yamin <plasmaroo@gentoo.org> gen_cmdline.sh,
3474   gen_determineargs.sh, gen_funcs.sh, genkernel, genkernel.conf:
3475   Patch for bug #57867 adding --cachedir=<dir> by Martin Parm.
3476
3477   29 Jul 2004; Tim Yamin <plasmaroo@gentoo.org> gen_initrd.sh,
3478   genkernel:
3479   '-ne' >> '!=' for LVM2 static support to work properly; bug
3480   #58816.
3481
3482   28 Jul 2004; Tim Yamin <plasmaroo@gentoo.org>
3483   x86/kernel-config-2.4:
3484   Ext3 shouldn't really be a module - bug #58663.
3485
3486   28 Jul 2004; Tim Yamin <plasmaroo@gentoo.org> gen_compile.sh,
3487   generic/linuxrc:
3488   Fix for "udev" not having to be passed to the linuxrc; and a fix
3489   for the devfsd bincache not being used.
3490
3491   28 Jul 2004; Tim Yamin <plasmaroo@gentoo.org>
3492   gen_bootloader.sh, gen_cmdline.sh, gen_compile.sh,
3493   gen_determineargs.sh, gen_initrd.sh, generic/linuxrc, genkernel,
3494   genkernel.conf, +pkg/udev-030.tar.bz2:
3495   >> 3.0.2e. Code formatting fixes from Bob Barry, as well as a
3496   patch for bug #57953 from Martin Parm. Udev support, bug #49328.
3497
3498   22 Jul 2004; Tim Yamin <plasmaroo@gentoo.org> gen_compile.sh:
3499   Fix for bug #57865. Thanks to Martin Parm for the patch!
3500
3501   21 Jul 2004; Tim Yamin <plasmaroo@gentoo.org> genkernel:
3502   Added a patch for only [re]mounting /boot when installation is
3503   required. Patch from bug #57836 by Martin "Parmus" Parm.
3504
3505   21 Jul 2004; Tim Yamin <plasmaroo@gentoo.org>
3506   +gen_bootloader.sh, gen_cmdline.sh, gen_determineargs.sh,
3507   genkernel, genkernel.conf:
3508   GRUB Bootloader support - bug #57576. Thanks to Mathias Gug for
3509   the patch!
3510
3511   21 Jul 2004; Tim Yamin <plasmaroo@gentoo.org> gen_cmdline.sh,
3512   gen_compile.sh, gen_determineargs.sh, gen_initrd.sh,
3513   gen_moddeps.sh, genkernel, genkernel.conf:
3514   Adding a set of patches submitted by Martin "Parmus" Parm; bugs
3515   #57748, #57749, #57751, #57752, and #57761.
3516
3517   16 Jul 2004; Tim Yamin <plasmaroo@gentoo.org> gen_cmdline.sh,
3518   gen_funcs.sh, genkernel:
3519   Bug #57297 fix.
3520
3521   14 Jul 2004; Tim Yamin <plasmaroo@gentoo.org> gen_cmdline.sh,
3522   genkernel, pkg/modutils-2.4.26.tar.bz2:
3523   >> 3.0.2d. Modutils ./configure* patch for HPPA and an option
3524   parsing fix.
3525
3526   12 Jul 2004; Tim Yamin <plasmaroo@gentoo.org>
3527   x86/kernel-config-2.6:
3528   Added CONFIG_PRINTER=y; bug #47666.
3529
3530   12 Jul 2004; Tim Yamin <plasmaroo@gentoo.org>
3531   gen_configkernel.sh, x86/config.sh:
3532   Added a sed to ensure Ext2 support is on; bug #52558.
3533
3534   12 Jul 2004; Tim Yamin <plasmaroo@gentoo.org> gen_funcs.sh,
3535   gen_initrd.sh, genkernel, x86/modules_load:
3536   >> 3.0.2c. Added more PCMCIA modules to the x86 module list; and
3537   added the bug
3538   #52561 patch.
3539
3540   03 Jul 2004; Tim Yamin <plasmaroo@gentoo.org> generic/linuxrc:
3541   Added a patch allowing arguments to be passed to init by
3542   real_init=...; this closes bug #55736.
3543
3544   19 Jun 2004; Tim Yamin <plasmaroo@gentoo.org>
3545   gen_configkernel.sh:
3546   Fix for bug #54455; moved the code to create a backup .config
3547   upwards since
3548   before the "make mrproper" just wiped it out.
3549
3550   04 Jun 2004; Tim Yamin <plasmaroo@gentoo.org>
3551   generic/keymaps.tar.gz:
3552   New keymaps tarball lost the keymapList file; added back in.
3553
3554   03 Jun 2004; Tim Yamin <plasmaroo@gentoo.org>
3555   alpha/modules_load, gen_arch.sh, gen_cmdline.sh, gen_compile.sh,
3556   gen_configkernel.sh, gen_determineargs.sh, gen_funcs.sh,
3557   gen_initrd.sh, gen_moddeps.sh, gen_package.sh,
3558   generic/initrd.defaults, generic/initrd.scripts,
3559   generic/keymaps.tar.gz, generic/linuxrc, generic/modprobe,
3560   genkernel, parisc/modules_load, parisc64/modules_load,
3561   pkg/busybox-1.00-pre7-losetup-crypto-alpha.tar.bz2,
3562   ppc/modules_load, ppc64/modules_load, sparc/modules_load,
3563   sparc64/modules_load, x86/kernel-config-2.4,
3564   x86/kernel-config-2.6, x86/modules_load, x86_64/modules_load:
3565   New release:
3566   
3567   * Busybox patched to support loops on 2.4 thus giving 2.4
3568   squashfs
3569   support.
3570   * Various bug fixes; #46167, #46278, #47551, #48219, #48308,
3571   #48339, #49728, #51395, #51948.
3572   * Speedups: "" > ''; [ ! ... ] && > [ ... ] || et al where
3573   applicable.
3574
3575   11 Apr 2004; Tim Yamin <plasmaroo@gentoo.org>
3576   x86/kernel-config-2.6:
3577   Modularized parallel support in the X86 2.6 configuration.
3578
3579   11 Apr 2004; Tim Yamin <plasmaroo@gentoo.org> gen_funcs.sh,
3580   generic/linuxrc, genkernel:
3581   Bugfixes for bugs #46941, #46641; and a cosmetic fix for LiveCD
3582   mount issues.
3583
3584   02 Apr 2004; Tim Yamin <plasmaroo@gentoo.org> gen_cmdline.sh:
3585   Added an error message for mistyped options [ Bug #45946 ] and
3586   also shortened the help list into two sections: a long one specified by
3587   --help and a short default one.
3588
3589   02 Apr 2004; Tim Yamin <plasmaroo@gentoo.org> gen_initrd.sh,
3590   genkernel:
3591   Fix for bug #46596; version header update.
3592
3593   28 Mar 2004; Tim Yamin <plasmaroo@gentoo.org> generic/linuxrc:
3594   Applied the fixed for ``docache'' to work properly on zisofs.
3595
3596   27 Mar 2004; Tim Yamin <plasmaroo@gentoo.org> gen_compile.sh,
3597   gen_initrd.sh, generic/initrd.defaults, generic/linuxrc:
3598   A few short fixes: reduced compilation verbosity; bootsplash fix
3599   to use both 'bootsplash' and 'bootsplash.conf' rather than 'bootsplash'
3600   and also docache support which should work on at least loopFSes for now.
3601
3602   22 Mar 2004; Jason Wever <weeve@gentoo.org> sparc/config.sh:
3603   Fixed MAKEOPTS for sparc32 so kernels will reliably build.
3604
3605   21 Mar 2004; Tim Yamin <plasmaroo@gentoo.org> README, TODO,
3606   gen_cmdline.sh, gen_compile.sh, gen_configkernel.sh,
3607   gen_determineargs.sh, gen_funcs.sh, gen_initrd.sh,
3608   generic/initrd.defaults, generic/initrd.scripts,
3609   +generic/keymaps.tar.gz, generic/linuxrc, generic/modprobe,
3610   genkernel, genkernel.conf, x86/modules_load:
3611   Version bump. Closes bugs #34948, #37371, #41129, #41166,
3612   #42725, #42815, #44127, #44556, and #44601.
3613
3614   20 Mar 2004; Tim Yamin <plasmaroo@gentoo.org>
3615   -pkg/busybox-1.00-pre8-alpha.patch,
3616   -pkg/busybox-1.00-pre8-crypto-losetup.patch,
3617   -pkg/busybox-1.00-pre8-losetup-alpha.tar.bz2:
3618   Removing broken 1.00-pre8 busybox.
3619
3620   08 Mar 2004; Tom Gall <tgall@gentoo.org>
3621   +ppc64/kernel-2.6-pSeries, +ppc64/kernel-2.6.g5:
3622   g5 and pseries kernel config
3623
3624   08 Mar 2004; Brad House <brad_mssw@gentoo.org> +ppc64,
3625   +ppc64/busy-config, +ppc64/config.sh, +ppc64/modules_load:
3626   ppc64 profile
3627
3628   06 Mar 2004; Pieter van den Abeele <pvdabeel@gentoo.org>
3629   +ppc/2.6.3-benh2-G4-SMP.autoload, +ppc/2.6.3-benh2-G4.autoload,
3630   +ppc/2.6.3-benh2-G5-SMP.autoload, +ppc/2.6.3-benh2-G5.autoload:
3631   What stuff needs to be automatically loaded for each kernel
3632
3633   06 Mar 2004; Pieter van den Abeele <pvdabeel@gentoo.org>
3634   ppc/G4, ppc/G4-SMP, ppc/G5, ppc/G5-SMP:
3635   bugfixes - posible /proc mounting lock bug solution included (removed
3636   rivafb support)
3637
3638   06 Mar 2004; Pieter van den Abeele <pvdabeel@gentoo.org>
3639   ppc/G4, ppc/G4-SMP, ppc/G5, ppc/G5-SMP:
3640   bugfixed kernels - still rivafb enabled
3641
3642   01 Mar 2004; Brad House <brad_mssw@gentoo.org> genkernel:
3643   version bump
3644
3645   01 Mar 2004; Brad House <brad_mssw@gentoo.org> genkernel.conf:
3646   busybox version change
3647
3648   27 Feb 2004; Daniel Robbins <drobbins@gentoo.org>
3649   gen_initrd.sh:
3650   initrd bootsplash fix to use "default"
3651
3652   27 Feb 2004; Pieter van den Abeele <pvdabeel@gentoo.org>
3653   -ppc/G3, -ppc/G3-SMP:
3654   Migrated G3 into G4
3655
3656   26 Feb 2004; Pieter van den Abeele <pvdabeel@gentoo.org>
3657   +ppc/G3, +ppc/G3-SMP, +ppc/G4, +ppc/G4-SMP, +ppc/G5,
3658   +ppc/G5-SMP, -ppc/kernel-config-2.4-g3g4,
3659   -ppc/kernel-config-2.4-g5:
3660   Updated kernel .configs.
3661   
3662   G5-SMP verified to work on dual G5 1.8 w. radeon and 160G SATA
3663   Others are being tested right now
3664
3665   25 Feb 2004; Brad House <brad_mssw@gentoo.org>
3666   +pkg/busybox-1.00-pre7-losetup-crypto-alpha.tar.bz2:
3667   busybox pre7 patched
3668
3669   25 Feb 2004; Brad House <brad_mssw@gentoo.org> genkernel,
3670   genkernel.conf, +pkg/busybox-1.00-pre7-crypto-losetup-2.patch,
3671   -pkg/busybox-1.00-pre7-crypto-losetup-2.tar.bz2,
3672   +pkg/busybox-1.00-pre8-alpha.patch,
3673   +pkg/busybox-1.00-pre8-crypto-losetup.patch,
3674   +pkg/busybox-1.00-pre8-losetup-alpha.tar.bz2:
3675   busybox update and alpha fix
3676
3677   25 Feb 2004; Brad House <brad_mssw@gentoo.org>
3678   generic/linuxrc, generic/modprobe:
3679   script updates, less debugging, and modprobe return code fix
3680
3681   25 Feb 2004; Brad House <brad_mssw@gentoo.org>
3682   x86/kernel-config-2.4:
3683   too many complaints, make reiser static
3684
3685   22 Feb 2004; Brad House <brad_mssw@gentoo.org> genkernel:
3686   version update
3687
3688   22 Feb 2004; Brad House <brad_mssw@gentoo.org>
3689   +pkg/busybox-1.00-pre7-crypto-losetup-2.tar.bz2:
3690   busybox tarball
3691
3692   22 Feb 2004; Brad House <brad_mssw@gentoo.org>
3693   generic/linuxrc, genkernel.conf,
3694   -pkg/busybox-1.00-pre7-crypto-losetup.patch,
3695   -pkg/busybox-1.00-pre7-crypto-patched.tar.bz2,
3696   x86_64/kernel-config-2.6, +x86_64/kernel-config-2.6-emachines,
3697   +x86_64/kernel-config-2.6-smp:
3698   gcloop fixes
3699
3700   14 Feb 2004; Brad House <brad_mssw@gentoo.org> generic/linuxrc:
3701   create /dev/console if for some reason /dev wasn't on the fs
3702
3703   14 Feb 2004; Brad House <brad_mssw@gentoo.org> genkernel:
3704   temp move
3705
3706   14 Feb 2004; Brad House <brad_mssw@gentoo.org>
3707   +pkg/busybox-1.00-pre7-crypto-patched.tar.bz2:
3708   pkg
3709
3710   14 Feb 2004; Brad House <brad_mssw@gentoo.org> genkernel.conf,
3711   -pkg/busybox-1.00-pre3-patched.tar.bz2,
3712   -pkg/busybox-1.00-pre3.tar.bz2,
3713   +pkg/busybox-1.00-pre7-crypto-losetup.patch:
3714   busybox updates
3715
3716   14 Feb 2004; Brad House <brad_mssw@gentoo.org> generic/linuxrc:
3717   gcloop fix
3718
3719   14 Feb 2004; Brad House <brad_mssw@gentoo.org> genkernel,
3720   +pkg/ppc, +pkg/ppc/README:
3721   updates
3722
3723   14 Feb 2004; Brad House <brad_mssw@gentoo.org> generic/linuxrc:
3724   initrd updates for correctness, squashfs, and gcloop
3725
3726   12 Feb 2004; Luca Barbato <lu_zero@gentoo.org> +pkg/ppc64,
3727   +pkg/ppc64/README, +ppc, +ppc/busy-config, +ppc/config.sh,
3728   +ppc/kernel-config-2.4-g3g4, +ppc/kernel-config-2.4-g5,
3729   +ppc/modules_load:
3730   pvdabeel's first import.
3731
3732   08 Feb 2004; Brad House <brad_mssw@gentoo.org> generic/linuxrc:
3733   typo
3734
3735   07 Feb 2004; Brad House <brad_mssw@gentoo.org>
3736   generic/linuxrc, genkernel:
3737   beta10 finalizations
3738
3739   07 Feb 2004; Brad House <brad_mssw@gentoo.org> gen_compile.sh:
3740   make modules_install should use -j1 only
3741
3742   07 Feb 2004; Brad House <brad_mssw@gentoo.org>
3743   gen_configkernel.sh:
3744   err, backed up wrong file :)
3745
3746   03 Feb 2004; Guy Martin <gmsoft@gentoo.org> +parisc64,
3747   +parisc64/busy-config, +parisc64/config.sh,
3748   +parisc64/kernel-config-2.4, +parisc64/modules_load,
3749   +pkg/parisc64, +pkg/parisc64/README:
3750   Ported to parisc64
3751
3752   31 Jan 2004; Brad House <brad_mssw@gentoo.org>
3753   gen_determineargs.sh:
3754   make commandline debugfile option work
3755
3756   30 Jan 2004; Brad House <brad_mssw@gentoo.org>
3757   generic/modprobe, x86_64/modules_load:
3758   modprobe fixes, and scsi module updates for x86_64
3759
3760   30 Jan 2004; Brad House <brad_mssw@gentoo.org>
3761   generic/linuxrc, genkernel:
3762   hwopts fix
3763
3764   28 Jan 2004; Brad House <brad_mssw@gentoo.org> genkernel:
3765   cleanups
3766
3767   28 Jan 2004; Brad House <brad_mssw@gentoo.org> gen_initrd.sh:
3768   debugfile truncation fix
3769
3770   28 Jan 2004; Brad House <brad_mssw@gentoo.org> genkernel:
3771   version bump
3772
3773   28 Jan 2004; Brad House <brad_mssw@gentoo.org>
3774   x86/kernel-config-2.6, x86_64/kernel-config-2.6:
3775   kernel config updates
3776
3777   28 Jan 2004; Brad House <brad_mssw@gentoo.org>
3778   gen_configkernel.sh, genkernel:
3779   misc fixes in relation to kernel configs
3780
3781   25 Jan 2004; Brain Jackson <iggy@gentoo.org>
3782   x86/kernel-config-2.4:
3783   new default config, works well with gentoo-sources
3784
3785   24 Jan 2004; Brad House <brad_mssw@gentoo.org> gen_funcs.sh,
3786   generic/linuxrc, genkernel:
3787   updates
3788
3789   18 Jan 2004; Brad House <brad_mssw@gentoo.org> +alpha,
3790   +alpha/busy-config, +alpha/config.sh, +alpha/kernel-config-2.4,
3791   +alpha/modules_load, +pkg/alpha, +pkg/alpha/README:
3792   add alpha profile
3793
3794   17 Jan 2004; Brad House <brad_mssw@gentoo.org> genkernel:
3795   version bump
3796
3797   17 Jan 2004; Brad House <brad_mssw@gentoo.org> generic/linuxrc:
3798   must bind-mount dev for loop devices
3799
3800   17 Jan 2004; Brad House <brad_mssw@gentoo.org> generic/linuxrc:
3801   support multiple loop types
3802
3803   11 Jan 2004; Brad House <brad_mssw@gentoo.org> generic/linuxrc:
3804   not -t ext3 use -t ext2 Im and idiot
3805
3806   11 Jan 2004; Brad House <brad_mssw@gentoo.org>
3807   generic/linuxrc, genkernel:
3808   fix for loop device mounting
3809
3810   11 Jan 2004; Brad House <brad_mssw@gentoo.org> genkernel:
3811   genkernel
3812
3813   11 Jan 2004; Brad House <brad_mssw@gentoo.org>
3814   generic/initrd.scripts, generic/linuxrc:
3815   more fixes
3816
3817   11 Jan 2004; Brad House <brad_mssw@gentoo.org>
3818   generic/initrd.scripts, generic/linuxrc:
3819   fixes
3820
3821   11 Jan 2004; Brad House <brad_mssw@gentoo.org> generic/linuxrc:
3822   livecd fixes
3823
3824   10 Jan 2004; Brad House <brad_mssw@gentoo.org> gen_compile.sh:
3825   uname machine for parisc, etc
3826
3827   08 Jan 2004; Brad House <brad_mssw@gentoo.org> +pkg/sparc,
3828   +pkg/sparc/README, +pkg/sparc64, +pkg/sparc64/README:
3829   dont forget placeholders for pkg directory
3830
3831   08 Jan 2004; Brad House <brad_mssw@gentoo.org>
3832   x86_64/kernel-config-2.6:
3833   updated config
3834
3835   08 Jan 2004; Brad House <brad_mssw@gentoo.org> +TODO:
3836   todo
3837
3838   08 Jan 2004; Brad House <brad_mssw@gentoo.org> genkernel:
3839   version bump
3840
3841   08 Jan 2004; Brad House <brad_mssw@gentoo.org> genkernel:
3842   fix
3843
3844   08 Jan 2004; Brad House <brad_mssw@gentoo.org>
3845   x86_64/kernel-config-2.6:
3846   updated kernel config
3847
3848   08 Jan 2004; Brad House <brad_mssw@gentoo.org> gen_compile.sh,
3849   gen_funcs.sh, genkernel:
3850   check for loop devices and fix debug printing
3851
3852   08 Jan 2004; Brad House <brad_mssw@gentoo.org> gen_cmdline.sh,
3853   gen_determineargs.sh, generic/linuxrc, parisc/config.sh,
3854   sparc/config.sh, sparc64/config.sh, x86/config.sh,
3855   x86_64/config.sh:
3856   add makeopts params, and fixes for if old coreutils is in root
3857
3858   05 Jan 2004; Jason Wever <weeve@gentoo.org> +sparc,
3859   +sparc/busy-config, +sparc/config.sh, +sparc/kernel-config,
3860   +sparc/modules_load, +sparc64, +sparc64/busy-config,
3861   +sparc64/config.sh, +sparc64/kernel-config,
3862   +sparc64/modules_load:
3863   Added sparc and sparc64 dirs for genkernel.
3864
3865   03 Jan 2004; Guy Martin <gmsoft@gentoo.org> +parisc,
3866   +parisc/busy-config, +parisc/config.sh,
3867   +parisc/kernel-config-2.4, +parisc/modules_load, +pkg/parisc,
3868   +pkg/parisc/README:
3869   Added parisc files
3870
3871   31 Dec 2003; Seemant Kulleen <seemant@gentoo.org>
3872   +x86/kernel-config-2.4:
3873   2.4 config thanks to iggycvs add kernel-config-2.4
3874
3875   24 Dec 2003; Brad House <brad_mssw@gentoo.org>
3876   gen_determineargs.sh:
3877   no bootsplash fix
3878
3879   24 Dec 2003; Brad House <brad_mssw@gentoo.org> genkernel:
3880   reverse kernel compile with modules make
3881
3882   23 Dec 2003; Brad House <brad_mssw@gentoo.org> README,
3883   +genkernel, -genkernel.sh:
3884   genkernel move
3885
3886   23 Dec 2003; Brad House <brad_mssw@gentoo.org> gen_cmdline.sh,
3887   gen_determineargs.sh, gen_initrd.sh, generic/linuxrc,
3888   genkernel.sh:
3889   no initrd modules stuff
3890
3891   23 Dec 2003; Brad House <brad_mssw@gentoo.org> gen_cmdline.sh,
3892   gen_determineargs.sh, +gen_package.sh, genkernel.sh:
3893   changes for livecd stuff
3894
3895   22 Dec 2003; Brad House <brad_mssw@gentoo.org> README:
3896   notes
3897
3898   22 Dec 2003; Brad House <brad_mssw@gentoo.org>
3899   gen_determineargs.sh:
3900   get extraversion properly
3901
3902   17 Dec 2003; Brad House <brad_mssw@gentoo.org>
3903   -x86_64/modprobe:
3904   remove modprobe from x86_64
3905
3906   17 Dec 2003; Brad House <brad_mssw@gentoo.org> README,
3907   gen_initrd.sh, gen_moddeps.sh, generic/initrd.defaults,
3908   generic/initrd.scripts, generic/linuxrc, generic/modprobe,
3909   x86_64/modules_load:
3910   fixes
3911
3912   17 Dec 2003; Brad House <brad_mssw@gentoo.org> gen_initrd.sh,
3913   generic/linuxrc, -x86/linuxrc, x86/modules_load,
3914   x86_64/modules_load:
3915   more generic
3916
3917   17 Dec 2003; Brad House <brad_mssw@gentoo.org> gen_initrd.sh,
3918   +generic, +generic/initrd.defaults, +generic/initrd.scripts,
3919   +generic/linuxrc, +generic/modprobe, -x86_64/initrd.defaults,
3920   -x86_64/initrd.scripts, -x86_64/linuxrc:
3921   make more generic
3922
3923   16 Dec 2003; Brad House <brad_mssw@gentoo.org> gen_initrd.sh,
3924   +gen_moddeps.sh, genkernel.sh, +x86_64/initrd.defaults,
3925   +x86_64/initrd.scripts, x86_64/linuxrc, +x86_64/modprobe,
3926   x86_64/modules_load:
3927   integrate new initrd, and module scanning
3928
3929   10 Dec 2003; Brad House <brad_mssw@gentoo.org> gen_initrd.sh:
3930   killall
3931
3932   10 Dec 2003; Brad House <brad_mssw@gentoo.org> gen_initrd.sh:
3933   devfsd fixes
3934
3935   09 Dec 2003; Brad House <brad_mssw@gentoo.org> gen_compile.sh:
3936   typos
3937
3938   09 Dec 2003; Brad House <brad_mssw@gentoo.org> gen_compile.sh,
3939   x86/config.sh, x86_64/config.sh:
3940   fix
3941
3942   09 Dec 2003; Brad House <brad_mssw@gentoo.org>
3943   +pkg/busybox-1.00-pre2-decl.patch:
3944   stuff
3945
3946   09 Dec 2003; Brad House <brad_mssw@gentoo.org> gen_cmdline.sh,
3947   gen_compile.sh, gen_determineargs.sh, x86/config.sh,
3948   x86_64/config.sh:
3949   different makes for kernel and utils
3950
3951   09 Dec 2003; Brad House <brad_mssw@gentoo.org> gen_cmdline.sh,
3952   gen_determineargs.sh, x86/config.sh, x86_64/config.sh:
3953   add make variable
3954
3955   09 Dec 2003; Brad House <brad_mssw@gentoo.org> gen_compile.sh,
3956   x86/config.sh:
3957   KERNEL_MAKE_2 for sparc
3958
3959   09 Dec 2003; Brad House <brad_mssw@gentoo.org> genkernel.conf,
3960   +pkg/busybox-1.00-pre3-patched.tar.bz2:
3961   busybox stuff
3962
3963   09 Dec 2003; Brad House <brad_mssw@gentoo.org> gen_compile.sh,
3964   gen_determineargs.sh, genkernel.conf, genkernel.sh:
3965   add devfsd support
3966
3967   09 Dec 2003; Brad House <brad_mssw@gentoo.org>
3968   +pkg/devfsd-1.3.25-dietlibc-kernel25.tar.bz2,
3969   +pkg/devfsd-1.3.25-dietlibc.patch:
3970   devfsd dietlibc stuff
3971
3972   09 Dec 2003; Brad House <brad_mssw@gentoo.org> gen_compile.sh,
3973   x86/config.sh, x86_64/config.sh:
3974   fixes
3975
3976   09 Dec 2003; Brad House <brad_mssw@gentoo.org> gen_compile.sh:
3977   umm, make configure scripts work with CC, AS, and LD set or unset
3978
3979   09 Dec 2003; Brad House <brad_mssw@gentoo.org> gen_compile.sh:
3980   don't forget 'env' before
3981
3982   09 Dec 2003; Brad House <brad_mssw@gentoo.org>
3983   +pkg/modutils-2.4.26.tar.bz2:
3984   forgot modutils package
3985
3986   09 Dec 2003; Brad House <brad_mssw@gentoo.org> gen_cmdline.sh,
3987   gen_compile.sh, gen_configkernel.sh, gen_determineargs.sh,
3988   x86/config.sh, x86_64/config.sh:
3989   need seperate toolkit for compilation of kernel and utils on sparc64
3990
3991   09 Dec 2003; Brad House <brad_mssw@gentoo.org> gen_compile.sh,
3992   gen_determineargs.sh:
3993   fixes for sparc, cant set LD or AS for sparc64
3994
3995   09 Dec 2003; Brad House <brad_mssw@gentoo.org>
3996   gen_configkernel.sh, gen_determineargs.sh, genkernel.conf,
3997   -x86/kernel-config, +x86/kernel-config-2.6,
3998   -x86_64/kernel-config, +x86_64/kernel-config-2.6:
3999   make friendly with 2.4
4000
4001   09 Dec 2003; Brad House <brad_mssw@gentoo.org> gen_cmdline.sh,
4002   gen_determineargs.sh, +pkg/x86, +pkg/x86/README, +pkg/x86_64,
4003   +pkg/x86_64/README:
4004   fixes
4005
4006   09 Dec 2003; Brad House <brad_mssw@gentoo.org> README,
4007   gen_compile.sh, gen_initrd.sh, genkernel.conf, genkernel.sh:
4008   2.4 kernel updates
4009
4010   08 Dec 2003; Brad House <brad_mssw@gentoo.org> +README,
4011   +gen_arch.sh, +gen_cmdline.sh, +gen_compile.sh,
4012   +gen_configkernel.sh, +gen_determineargs.sh, +gen_funcs.sh,
4013   +gen_initrd.sh, +genkernel.conf, +genkernel.sh, +notes, +pkg,
4014   +pkg/busybox-1.00-pre3.tar.bz2, +pkg/dietlibc-0.24.tar.bz2,
4015   +pkg/module-init-tools-0.9.15-pre4.tar.bz2, +x86,
4016   +x86/busy-config, +x86/config.sh, +x86/kernel-config,
4017   +x86/linuxrc, +x86/modules_load, +x86_64, +x86_64/busy-config,
4018   +x86_64/config.sh, +x86_64/kernel-config, +x86_64/linuxrc,
4019   +x86_64/modules_load:
4020   add new genkernel dev