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