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