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