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