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