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