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