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