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