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