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