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