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