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