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