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