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