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