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