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