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