From: Chris Gianelloni Date: Fri, 13 Oct 2006 18:55:08 +0000 (+0000) Subject: Added the AUTHORS file and ChangeLog. This is 3.4.2 X-Git-Tag: v3.4.10.902~305 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=3ad683ebf7c5f1789d070c622494d381946707b9;p=genkernel.git Added the AUTHORS file and ChangeLog. This is 3.4.2 git-svn-id: svn+ssh://svn.gentoo.org/var/svnroot/genkernel/trunk@447 67a159dc-881f-0410-a524-ba9dfbe2cb84 --- diff --git a/AUTHORS b/AUTHORS new file mode 100644 index 0000000..3116044 --- /dev/null +++ b/AUTHORS @@ -0,0 +1,15 @@ +Luca Barbato +Eric Edgar +Mike Frysinger +Tom Gall +Chris Gianelloni +Brad House +Brain Jackson +Joshua Kinard +Seemant Kulleen +Guy Martin +Daniel Robbins +Travis Tilley +Pieter van den Abeele +Jason Wever +Tim Yamin diff --git a/ChangeLog b/ChangeLog new file mode 100644 index 0000000..97ef8fb --- /dev/null +++ b/ChangeLog @@ -0,0 +1,2048 @@ +# ChangeLog for genkernel +# Copyright 2006-2006 Gentoo Foundation; Distributed under the GPL v2 +# $Header: $ + + 13 Oct 2006; Chris Gianelloni +AUTHORS, genkernel: + Added the AUTHORS file and ChangeLog. This is 3.4.2 + + 02 Oct 2006; Chris Gianelloni + generic/initrd.scripts: + Added patch for suspend2-sources 2.6.18 by Romeo Benzoni + and submitted to bug #148499. + + 02 Oct 2006; Chris Gianelloni + gen_determineargs.sh: + Added patch from Alon Bar-Lev for bug + #148498 and also a patch from Robin H. Johnson + to support git-based kernels. + + 02 Oct 2006; Chris Gianelloni + x86_64/kernel-config-2.6, -x86_64/kernel-config-2.6-emachines, + -x86_64/kernel-config-2.6-smp: + Update the amd64 kernel configs from the release. + + 16 Sep 2006; Tim Yamin + gen_initramfs.sh, genkernel: + Should check for /sbin/splash_geninitramfs instead of + /usr/sbin/... + + 14 Sep 2006; Chris Gianelloni + generic/initrd.scripts: + This change makes it so we only try to mount 'auto' when cdroot + is specified. This should fix all of our mounting issues, as + well as allow for not only USB keys to use these kernels with a + LiveCD kernel/config, but allow it to boot from any media which + the kernel has support. + + 14 Sep 2006; Chris Gianelloni + generic/initrd.scripts: + Added a symlink for device-mapper stuff. This should resolve + both bug #142775 and bug #147015. + + 14 Sep 2006; Chris Gianelloni + alpha/modules_load, x86/modules_load, x86_64/modules_load: + Added lpfc and scsi_transport_fc for Emulex fibre-channel + controllers. + + 13 Sep 2006; Chris Gianelloni + alpha/modules_load, x86/modules_load, x86_64/modules_load: + Make sure we load the raid0, raid1, and raid10 personalities + with dmraid. + + 12 Sep 2006; Chris Gianelloni + generic/initrd.scripts: + This is ugly. I mean, really ugly. However, it is the only way + to support all of the insane ways that people are trying to boot + release media. I really wish we didn't have to support this + junk, but a regression really shouldn't happen with our + releases. Anyway, hopefully I can come up with a better + solution to this in the future. + + 12 Sep 2006; Chris Gianelloni + generic/initrd.scripts: + Try using -t iso9660,vfat to our mount command, since we can't + use only iso9660 as it breaks booting from a USB stick. + + 12 Sep 2006; Chris Gianelloni + gen_initrd.sh: + The initrd code was still looking for udev, even though we + aren't building it anymore. This should fix bug #145802. + + 12 Sep 2006; Chris Gianelloni + ppc/busy-config: + Fix NFS mount. + + 12 Sep 2006; Chris Gianelloni + generic/initrd.defaults: + Added emul to ROOT_LINKS for bug #145248. + + 12 Sep 2006; Chris Gianelloni + x86/busy-config, x86_64/busy-config: + Fixed the NFS mount configuration for busybox for bug #143476. + + 12 Sep 2006; Chris Gianelloni + generic/initrd.scripts: + Update the suspend2_resume function for bug #131202. + + 12 Sep 2006; Chris Gianelloni + generic/initrd.scripts: + iso9660 -> auto, and added support for checking SUBDIR for the + livecd file. This is for bug #147186. + + 12 Sep 2006; Chris Gianelloni + x86/kernel-config-2.6, x86_64/kernel-config-2.6: + Updated default kernel configurations for x86/amd64 to match the + 2006.1 release. + + 08 Sep 2006; Chris Gianelloni + gen_initramfs.sh: + Add more error checking into the splash code and die instead of + silently fail on an error. + + 23 Aug 2006; Tim Yamin + ia64/kernel-config-2.6: + Update config, fix #141949. + + 22 Aug 2006; Chris Gianelloni + generic/initrd.scripts, generic/linuxrc: + Added patch for suspend2 for bug #131202. + + 15 Aug 2006; Tim Yamin generic/linuxrc: + Fix bug #143442. + + 13 Aug 2006; Tim Yamin + generic/initrd.scripts: + Fix devfsd not kicking in on 2.4 on Alpha. + + 11 Aug 2006; Chris Gianelloni + gen_compile.sh, genkernel.conf: + Add in the kernel version compatibility table from + http://www.am-utils.org/project-unionfs.html and ensure that + genkernel dies if the unionfs module fails to build. Until now, + it would fail and the build would continue without it. + + 01 Aug 2006; Chris Gianelloni + gen_initramfs.sh: + We should be checking for /usr/bin/splash_geninitramfs, instead. + + 31 Jul 2006; Tim Yamin genkernel: + 3.4.0 final... so much Bad-Ass that Chuck Norris himself + digs it :) + + 20 Jul 2006; Tim Yamin gen_cmdline.sh, + gen_initramfs.sh, genkernel: + Commit fix for bug #141153 from Pylon; 3.4.0_pre4. + + 18 Jul 2006; Tim Yamin + gen_bootloader.sh, gen_funcs.sh, gen_package.sh, genkernel: + Commit patches #91453, #91481 from bug #139866. + + 18 Jul 2006; Chris Gianelloni + alpha/modules_load, um/modules_load, x86/modules_load, + x86_64/modules_load, xen0/modules_load, xenU/modules_load: + Added megaraid drivers for bug #139888. + + 16 Jul 2006; Chris Gianelloni + gen_initramfs.sh: + Added fix for bug #140445. + + 11 Jul 2006; Tim Yamin + gen_bootloader.sh, gen_cmdline.sh, gen_compile.sh, + gen_determineargs.sh, gen_funcs.sh, gen_initramfs.sh, + gen_initrd.sh, gen_package.sh, genkernel, genkernel.conf: + Commit patch for bug #139866 by Martin Parm. + + 05 Jul 2006; Joshua Kinard generic/linuxrc: + Tweak the sgimips section for rootfs mounting to use squashfs + instead of ext2. + + 30 Jun 2006; Tim Yamin generic/linuxrc: + Fix "Cannot read /proc/mounts" cosmetics. + + 30 Jun 2006; Chris Gianelloni + alpha/modules_load, um/modules_load, x86/modules_load, + x86_64/modules_load, xen0/modules_load, xenU/modules_load: + We need firmware_class in our initramfs for ide-cs to work. + + 20 Jun 2006; Tim Yamin genkernel, + genkernel.conf, + -pkg/busybox-1.1.0-gentoo-gk4-20060519-snappie.tar.bz2, + +pkg/busybox-1.1.3+gentoo.tar.bz2: + Bump busybox to 1.1.3 courtesy of `Kumba. + + 19 Jun 2006; Joshua Kinard + gen_initramfs.sh, -mips/ip22r4k-2006_0.cf, + +mips/ip22r4k-2006_1.cf, -mips/ip22r5k-2006_0.cf, + +mips/ip22r5k-2006_1.cf, -mips/ip27r10k-2006_0.cf, + +mips/ip27r10k-2006_1.cf, -mips/ip28r10k-2006_0.cf, + +mips/ip28r10k-2006_1.cf, -mips/ip30r10k-2006_0.cf, + +mips/ip30r10k-2006_1.cf, -mips/ip32r5k-2006_0.cf, + mips/ip32r5k-2006_1.cf, -mips/ip32rm52-2006_0.cf, + +mips/ip32rm5k-2006_1.cf, mips/nb-busybox.cf, netboot/linuxrc.x: + Remove getdvhoff hack in gen_initramfs.sh for mips livecds (it's + a busybox applet now), tweak the ip32r5k config, add wget to the + mips netboot busybox config. Also import the remaining 2006.1 + mips-sources configs and remove the old 2006.0 ones. + + 12 Jun 2006; Joshua Kinard mips/busy-config: + Enable the config option for busybox's --install parameter. + + 12 Jun 2006; Joshua Kinard + mips/busy-config, +mips/ip32r5k-2006_1.cf, mips/nb-busybox.cf: + Add IP32 R5K 2.6.16.20 kernel build, and update LiveCD/Netboot + Busybox configs to match with busybox-1.1.3. + + 10 Jun 2006; Joshua Kinard mips/config.sh: + Modernize the mips genkernel config. + + 10 Jun 2006; Joshua Kinard + -mips/ip22r4k-2005_1.cf, -mips/ip22r5k-2005_1.cf, + -mips/ip27r10k-2005_1.cf, -mips/ip28r10k-2005_1.cf, + -mips/ip30r10k-2005_1.cf, -mips/ip32r5k-2005_1.cf: + Remove old configs. + + 10 Jun 2006; Chris Gianelloni + generic/linuxrc: + We can't use vol_id since it was a part of udev. + + 09 Jun 2006; Chris Gianelloni + genkernel.8: + Added --static to man page for bug #135703. + + 09 Jun 2006; Chris Gianelloni + gen_cmdline.sh, gen_determineargs.sh, gen_initramfs.sh, + gen_initrd.sh, generic/initrd.scripts, generic/linuxrc: + Add a modified version of the two LUKS patches that made their + way into bugzilla for bug #122421. + + 09 Jun 2006; Chris Gianelloni + alpha/modules_load, generic/initrd.defaults, generic/linuxrc, + x86/modules_load, x86_64/modules_load, xen0/modules_load, + xenU/modules_load: + Added code to allow the root file-system to be a module. This + is for bug #118098. + + 09 Jun 2006; Chris Gianelloni + generic/linuxrc: + Changed real_init to init_opts to be more accurate, and added a + proper real_init option to allow the selection of the init + executable to run. This is for bug #113426. + + 09 Jun 2006; Chris Gianelloni + gen_initramfs.sh, gen_initrd.sh: + Added fix for bug #134843 from Thomas Raschbacher + for evms and later glibc versions. + + 05 Jun 2006; Chris Gianelloni + genkernel.8: + Fixed man page. Thanks to Andrew Yates + for the patch. + + 01 Jun 2006; Chris Gianelloni + alpha/busy-config, ia64/busy-config, mips/busy-config, + parisc/busy-config, parisc64/busy-config, ppc/busy-config, + ppc64/busy-config, sparc/busy-config, sparc64/busy-config, + um/busy-config, x86/busy-config, x86_64/busy-config, + xen0/busy-config, xenU/busy-config: + Added CONFIG_ASH_READ_TIMEOUT=y so we have a timeout value on + read, used for keymap selection. + + 01 Jun 2006; Chris Gianelloni + generic/linuxrc: + More spacing cleanups. + + 01 Jun 2006; Chris Gianelloni + generic/linuxrc: + I accidentally removed some stuff that needed to be there in my + overzealous debug cleanup. + + 01 Jun 2006; Chris Gianelloni + generic/linuxrc: + Cleaning up debug statements. + + 31 May 2006; Chris Gianelloni + generic/linuxrc: + Ooops... forgot my then after elif. I hope nobody noticed. + + 31 May 2006; Chris Gianelloni + generic/linuxrc: + Change cp to mknod for sr0/loop0 for mips and also for tty1 for + splash. + + 30 May 2006; Chris Gianelloni + generic/linuxrc: + Change cp to mknod for console/null. + + 25 May 2006; Chris Gianelloni + generic/initrd.scripts, generic/linuxrc: + Fix an error in setup_unionfs and add in some debug support to + figure out why/where this initramfs is stopping. + + 24 May 2006; Chris Gianelloni + generic/initrd.scripts: + Fixed up TODO with actual working code since we don't have awk. + + 24 May 2006; Chris Gianelloni + generic/initrd.scripts, generic/linuxrc: + Add in image.squashfs as a squashfs loop, since it is now the + default in catalyst. Also, added a nice TODO about docache and + size restrictions into cache_cd_contents. + + 19 May 2006; Chris Gianelloni + gen_cmdline.sh: + Just some spacing clean ups in the long usage listing. + + 19 May 2006; Chris Gianelloni + genkernel.conf: + Comment the rest of the udev syuff from genkernel.conf as it + shouldn't be necessary anymore with mdev. + + 19 May 2006; Tim Yamin + alpha/busy-config, gen_compile.sh, gen_initramfs.sh, + generic/initrd.scripts, generic/linuxrc, genkernel, + genkernel.conf, ia64/busy-config, mips/busy-config, + parisc/busy-config, parisc64/busy-config, + -pkg/busybox-1.00-headers_fix.patch, + -pkg/busybox-1.00-rt-mdstart.plasmaroo.tar.bz2, + +pkg/busybox-1.1.0-gentoo-gk4-20060519-snappie.tar.bz2, + ppc/busy-config, ppc64/busy-config, sparc/busy-config, + sparc64/busy-config, um/busy-config, x86/busy-config, + x86_64/busy-config, xen0/busy-config, xenU/busy-config: + Update to busybox 1.1.0; port over to use mdev. + + 07 May 2006; Tim Yamin gen_cmdline.sh, + genkernel: + Fix #132408. + + 07 May 2006; Tim Yamin + gen_initramfs.sh, gen_initrd.sh: + Fix #131769. + + 27 Apr 2006; Chris Gianelloni + gen_compile.sh: + Added patch for unionfs from bug #129965. + + 27 Apr 2006; Chris Gianelloni + gen_compile.sh: + Add -DUNIONFS_UNSUPPORTED for 2.6.16 and unionfs. + + 25 Apr 2006; Chris Gianelloni + alpha/modules_load, x86/modules_load, x86_64/modules_load, + xen0/modules_load, xenU/modules_load: + Added some more modules to MODULES_SCSI that could be used to + boot from a genkernel-compiled kernel on a live system. + + 17 Apr 2006; Chris Gianelloni + gen_compile.sh, generic/initrd.scripts, generic/linuxrc: + Added patch from Mike Auty for udev 088+. + + 17 Apr 2006; Chris Gianelloni + alpha/modules_load, x86/modules_load, x86_64/modules_load, + xen0/modules_load, xenU/modules_load: + Added 3ware card drivers to scsi modules on x86/amd64/alpha. + + 17 Apr 2006; Chris Gianelloni + gen_compile.sh, genkernel: + Updated to *hopefully* work with udev 087. + + 14 Apr 2006; Tim Yamin alpha/config.sh, + ia64/config.sh, parisc/config.sh, parisc64/config.sh, + ppc/config.sh, ppc64/config.sh, sparc/config.sh, + sparc64/config.sh, um/config.sh, x86/config.sh, + x86_64/config.sh, xen0/config.sh, xenU/config.sh: + Fix #107628. + + 14 Apr 2006; Tim Yamin gen_compile.sh, + gen_initramfs.sh, gen_initrd.sh, generic/initrd.scripts, + generic/linuxrc, genkernel: + ->3.3.11d. Fix #121616, #128805, #129887, #129910. + + 14 Apr 2006; Chris Gianelloni + generic/initrd.scripts: + Forgot one part of the patch from bug #121334. + + 13 Apr 2006; Chris Gianelloni + gen_compile.sh, genkernel, genkernel.8: + Updated the unionfs compiling section. This *should* allow + unionfs to build on supported kernels. + + 13 Apr 2006; Chris Gianelloni + generic/linuxrc: + Uncommented suspend2 support from bug #114266. + + 13 Apr 2006; Chris Gianelloni + generic/initrd.scripts, generic/linuxrc: + Added unionfs patches from bug #121334. + + 13 Apr 2006; Chris Gianelloni + generic/initrd.scripts, generic/linuxrc, genkernel, + x86/busy-config, x86/modules_load, x86_64/busy-config, + x86_64/modules_load, xen0/busy-config, xen0/modules_load, + xenU/busy-config, xenU/modules_load: + Added a check for /dev/tty0 to setup_keymap, added raid + personality modules for EVMS, and fixed lots of space/tab + issues, along with a general style cleanup. I'm calling this + one 3.3.11b internally, and hopefully it will be added to the + tree if it resolves bug #124388. + + 13 Apr 2006; Chris Gianelloni + gen_cmdline.sh, gen_initramfs.sh, gen_initrd.sh, + generic/initrd.defaults, generic/initrd.scripts, generic/linuxrc: + dobladecenter->slowusb + + 06 Apr 2006; Tim Yamin gen_compile.sh, + +pkg/klibc-1.2.1-nostdinc-flags.patch: + Add hardened fix for bug #128806. + + 24 Mar 2006; Tim Yamin + ia64/kernel-config-2.6: + Update config for the new Fusion MPT CONFIG_ options on newer + 2.6 kernels; bug #125353. + + 10 Mar 2006; Tim Yamin generic/linuxrc: + Fix bug #124251. + + 14 Feb 2006; Chris Gianelloni + generic/linuxrc: + Updated copyright notice to get KingTaco off my back. + + 14 Feb 2006; Chris Gianelloni + gen_initramfs.sh, gen_initrd.sh: + Added 0 0 to end of the ram0 line on fstab. Blame KingTaco for + pointing it out. + + 08 Feb 2006; Chris Gianelloni + gen_compile.sh: + Changed unpacking of klibc to use tar j instead of tar z. + + 08 Feb 2006; Chris Gianelloni + genkernel.conf: + Let's use the bzip2 tarball of klibc by default form now on, + shall we... + + 07 Feb 2006; Chris Gianelloni genkernel, + +pkg/klibc-1.1.16-sparc2.patch: + Added klibc patch for sparc to CVS (from distfiles). This is + 3.3.11 so like... run in fear or something... + + 02 Feb 2006; Chris Gianelloni + gen_cmdline.sh, gen_determineargs.sh, gen_initramfs.sh, + gen_initrd.sh, genkernel: + Added patch from Kumba to make certain initrd functions less + mips-specific. + + 27 Jan 2006; Chris Gianelloni + gen_compile.sh, genkernel: + Removed save_args/reset_args on kernel. This is 3.3.11_pre7. + + 26 Jan 2006; Eric Edgar gen_compile.sh: + unset temp vars so they get cleaned up + + 26 Jan 2006; Eric Edgar gen_compile.sh, + gen_initramfs.sh, genkernel: + bump to pre6. resets ARCH env var after utils are compiled + + 25 Jan 2006; Chris Gianelloni + gen_arch.sh, gen_compile.sh, genkernel: + Added sparc patches for udev/klibc. + + 24 Jan 2006; Chris Gianelloni + gen_arch.sh, gen_cmdline.sh, gen_compile.sh, + gen_determineargs.sh, genkernel: + Added nice and fun patch from dostrow for building on ppc64 (and + possibly others) with mixed kernel/userland. + + 23 Jan 2006; Chris Gianelloni + generic/linuxrc: + Added fix for bug #120031. + + 20 Jan 2006; Joshua Kinard + +mips/ip32rm52-2006_0.cf: + Kernel 2.6.14.6 config for SGI O2 w/ RM5271 CPU ("Nevada") + + 15 Jan 2006; Joshua Kinard gen_cmdline.sh, + gen_determineargs.sh, genkernel: + Add support to genkernel to build a monolithic kernel by + skipping module building sections when + --static is passed on the gk commandline. + + 12 Jan 2006; Chris Gianelloni + gen_compile.sh: + Added comment about utils breaking udev so we don't break it + again inadvertently. + + 12 Jan 2006; Chris Gianelloni + gen_compile.sh, genkernel, +pkg/busybox-1.00-headers_fix.patch: + Added busybox headers fix (_pre2) and changed utils to runtask + on udev build (_pre3). + + 12 Jan 2006; Joshua Kinard + netboot/linuxrc.x: + chmod +x the udhcpc script on bootup + + 12 Jan 2006; Chris Gianelloni + gen_compile.sh, genkernel, -pkg/byteswap.h: + Added patch from bug #118324. + + 10 Jan 2006; Chris Gianelloni + x86/modules_load, x86_64/modules_load, xen0/modules_load, + xenU/modules_load: + Added additional SATA controllers to MODULES_SATA for loading + into the initrd/initramfs image. + + 07 Jan 2006; Joshua Kinard + gen_initramfs.sh, +mips/ip22r4k-2006_0.cf, + +mips/ip22r5k-2006_0.cf, +mips/ip27r10k-2006_0.cf, + +mips/ip28r10k-2006_0.cf, +mips/ip30r10k-2006_0.cf, + +mips/ip32r5k-2006_0.cf, +mips/nb-busybox.cf, +netboot, + +netboot/linuxrc.x, +netboot/misc, +netboot/misc/bin, + +netboot/misc/bin/net-setup, +netboot/misc/etc, + +netboot/misc/etc/fstab, +netboot/misc/etc/group, + +netboot/misc/etc/inittab, +netboot/misc/etc/passwd, + +netboot/misc/etc/profile, +netboot/misc/etc/resolv.conf, + +netboot/misc/etc/shadow, +netboot/misc/etc/shells, + +netboot/misc/usr, +netboot/misc/usr/share, + +netboot/misc/usr/share/terminfo, + +netboot/misc/usr/share/terminfo/p, + +netboot/misc/usr/share/terminfo/p/putty, + +netboot/misc/usr/share/udhcpc, + +netboot/misc/usr/share/udhcpc/default.script: + Import the Genkernel-side of things for the catalyst2 netboot2 + module + + 06 Jan 2006; Eric Edgar gen_compile.sh: + udev compile change from runtask to utils + + 03 Jan 2006; Tim Yamin + gen_bootloader.sh, gen_compile.sh, gen_determineargs.sh, + gen_initramfs.sh, genkernel: + Fix #115263, #117392, add a fix to sanify LOCALVERSION if + unresolved variables are embedded. + + 02 Jan 2006; Chris Gianelloni + alpha/modules_load, um/modules_load, x86/modules_load, + x86_64/modules_load, xen0/modules_load, xenU/modules_load: + Updated Fusion MPT support for bug #117114. + + 21 Dec 2005; Tim Yamin gen_compile.sh: + Fix --kernel-cross-compile with PPC64. + + 18 Dec 2005; Tim Yamin gen_compile.sh, + genkernel: + Add a compile_klibc(...) fix for old GNU tars and patch the + klibc Makefile to leave /lib alone. + + 16 Dec 2005; Tim Yamin gen_compile.sh: + runtask -> utils for compile_klibc. + + 16 Dec 2005; Chris Gianelloni + gen_compile.sh, genkernel: + Added x86/klibc fix. + + 16 Dec 2005; Chris Gianelloni + x86/kernel-config-2.6: + Added HERMES support to use in-kernel driver rather than + external. + + 15 Dec 2005; Tim Yamin + pkg/busybox-1.00-rt-mdstart.plasmaroo.tar.bz2: + Fix #109196. + + 15 Dec 2005; Eric Edgar gen_compile.sh, + +pkg/byteswap.h: + Fix to allow udev 076 and udev 077 to compile... add a missing + file byteswap.h to klibc-1.1.1 + + 15 Dec 2005; Chris Gianelloni + genkernel.conf: + Removed versions from all packages that are pulled from upstream + so we can use sed in the ebuild to set these, making maintenance + easier. + + 09 Dec 2005; Eric Edgar gen_compile.sh: + add quotes to the ARCH= stuff for the kernel + + 09 Dec 2005; Eric Edgar gen_compile.sh: + Forcibly set the ARCH when compiling the kernel + + 07 Dec 2005; Chris Gianelloni + x86/kernel-config-2.6: + Changed CONFIG_BLK_DEV_MD=y for bug #112962. + + 06 Dec 2005; Tim Yamin + gen_bootloader_grub.awk: + Fix #100637. + + 05 Dec 2005; Tim Yamin generic/linuxrc: + Back out suspend2 support temporarily as per #114266c10. + + 05 Dec 2005; Tim Yamin generic/linuxrc: + Fix #113634, #114266. + + 05 Dec 2005; Chris Gianelloni + x86/kernel-config-2.6: + Added USB Printer support for bug #114496. + + 28 Nov 2005; Chris Gianelloni + x86/kernel-config-2.6, x86/modules_load, x86_64/modules_load: + Added sata_mv to x86/amd64 for Marvell SATA controllers and + updated 2.6 kernel config for x86 to match what would be used on + a current 2.6.14 LiveCD. + + 23 Nov 2005; Eric Edgar genkernel: + Version Bump 3.3.8 + + 23 Nov 2005; Eric Edgar gen_initramfs.sh, + gen_initrd.sh: + Fix bug 113287 + + 22 Nov 2005; Eric Edgar genkernel.conf: + Update unionfs in genkernel.conf to 1.1.1 + + 21 Nov 2005; Eric Edgar generic/linuxrc: + fix for sys delete bug 109819 + + 21 Nov 2005; Eric Edgar gen_compile.sh, + genkernel.conf: + Add support for dmraid1.0.0.rc9 to fix bug 94762 + + 21 Nov 2005; Eric Edgar gen_initramfs.sh, + gen_initrd.sh, gen_moddeps.sh, gen_package.sh: + Fix missing moddeps file by adding a test;Do not keep the + initrd/initramfs with a kernelz system as it is already bundled + together. + + 18 Nov 2005; Tim Yamin genkernel: + Fix {PPC+Catalyst+Pegasos} build failure regression. + + 17 Nov 2005; Tim Yamin + -pkg/udev-054.tar.bz2, -pkg/udev-068.tar.bz2: + Remove obsoleted udev... + + 17 Nov 2005; Eric Edgar gen_compile.sh, + gen_determineargs.sh, genkernel.conf: + Udev 075 support, klibc 1.1.1, and fixes for ppc on 2.6.14+ + kernels + + 04 Nov 2005; Chris Gianelloni + gen_arch.sh, gen_initramfs.sh, gen_initrd.sh, + generic/initrd.scripts, generic/linuxrc, genkernel, +mips, + +mips/busy-config, +mips/config.sh, +mips/ip22r4k-2005_1.cf, + +mips/ip22r5k-2005_1.cf, +mips/ip27r10k-2005_1.cf, + +mips/ip28r10k-2005_1.cf, +mips/ip30r10k-2005_1.cf, + +mips/ip32r5k-2005_1.cf, +mips/modules_load, +pkg/mips, + +pkg/mips/.keep: + Added patches from bug #106338. This means mips support in + genkernel. Blame Kumba. + + 28 Oct 2005; Chris Gianelloni + generic/linuxrc, genkernel: + Changed the version indicator, fixing fstab generation for + unionfs, and resolving bug #103332. + + 28 Oct 2005; Chris Gianelloni + gen_initramfs.sh: + Made symlink relative for bug #105572. + + 28 Oct 2005; Chris Gianelloni + gen_compile.sh, genkernel.conf, +pkg/udev-068.tar.bz2: + Upgraded to udev 068 and also closing bug #103936. + + 28 Oct 2005; Chris Gianelloni + gen_funcs.sh: + Added fix for bug #103717. + + 21 Oct 2005; Chris Gianelloni + x86/kernel-config-2.6: + Updated x86 2.6 kernel configuration. + + 10 Oct 2005; Chris Gianelloni + alpha/modules_load, x86/modules_load, x86_64/modules_load: + Added fix for bug #102006. + + 31 Aug 2005; Eric Edgar genkernel: + Update genkernel version number + + 31 Aug 2005; Chris Gianelloni + x86/kernel-config-2.6: + CONFIG_PRINTER=m for bug #104229. + + 30 Aug 2005; Chris Gianelloni + generic/initrd.scripts, generic/linuxrc: + Add nodetect and doload patch from bug #102643, with some + modifications. + + 16 Aug 2005; Eric Edgar gen_compile.sh, + gen_initrd.sh, generic/initrd.scripts, generic/linuxrc: + Fix for bug 83276 and add udevsend binary to initramfs for newer + udevs + + 16 Aug 2005; Chris Gianelloni + alpha/modules_load, um/modules_load, x86/modules_load, + x86_64/modules_load, xen0/modules_load, xenU/modules_load: + Added dm-mirror to dmraid on all supported arches for bug + #102739. + + 15 Aug 2005; Tim Yamin genkernel.8: + Fix #101716. + + 15 Aug 2005; Tim Yamin + gen_configkernel.sh: + Fix #88080. + + 15 Aug 2005; Tim Yamin gen_cmdline.sh: + Fix #102407. + + 15 Aug 2005; Tim Yamin + pkg/busybox-1.00-rt-mdstart.plasmaroo.tar.bz2: + Fix #102491. + + 11 Aug 2005; Eric Edgar + alpha/modules_load, um/modules_load, x86/modules_load, + x86_64/modules_load, xen0/modules_load, xenU/modules_load: + Fix bug 102006 for dm-bbr. Added dm-bbr to modules_load files + under MODULES_LVM2. + + 11 Aug 2005; Eric Edgar gen_initramfs.sh: + Fix for bug 91966. Link lib64 to lib in the initramfs + + 11 Aug 2005; Eric Edgar gen_compile.sh, + generic/linuxrc: + Fix for newer udevs to detect udevstart + + 06 Aug 2005; Chris Gianelloni + gen_configkernel.sh: + Fixed config parsing for dmraid/lvm2 to only set =m if item is + not set. Closing bug #101535. + + 02 Aug 2005; Eric Edgar gen_cmdline.sh, + ppc/config.sh, ppc64/config.sh: + Fix incorrect commit + + 02 Aug 2005; Eric Edgar gen_cmdline.sh, + gen_initramfs.sh, ppc/config.sh, ppc64/config.sh: + Create symlink to init named linuxrc. In preparation for the + need to pack the cpio into the kernel + + 02 Aug 2005; Eric Edgar + generic/initrd.scripts: + Add iseries virtual cdrom auto scanning support + + 01 Aug 2005; Eric Edgar genkernel: + Remove unnecessary check for multiple running genkernels. + + 01 Aug 2005; Eric Edgar gen_package.sh, + genkernel: + kerncache wasnt sending the config to /etc/kernels properly + + 30 Jul 2005; Tim Yamin gen_cmdline.sh, + generic/initrd.scripts, generic/linuxrc, genkernel, + ppc/config.sh: + Fix cosmetics and PPC without --genzimage. + + 30 Jul 2005; Chris Gianelloni + gen_determineargs.sh, gen_initramfs.sh, gen_initrd.sh, + generic/initrd.defaults, generic/initrd.scripts, + generic/linuxrc, genkernel: + Finally making the --bladecenter/dobladecenter stuff correct. + Thanks plasmaroo for helping me wrap my head around how this + works and to remove my dirty hack. + + 29 Jul 2005; Tim Yamin gen_compile.sh, + genkernel: + >> 3.3.3. Fix KERNEL_MAKE_DIRECTIVE_2 if not using --genzimage. + + 29 Jul 2005; Chris Gianelloni + gen_initramfs.sh, gen_initrd.sh, generic/linuxrc: + Fixed up the BladeCenter support some more. + + 29 Jul 2005; Chris Gianelloni + generic/linuxrc: + Added bladecenter boot-time option, also... so kernels don't + *have* to be built with --bladecenter. + + 29 Jul 2005; Chris Gianelloni + generic/initrd.scripts: + Fixed up --bladecenter expressions + + 29 Jul 2005; Eric Edgar + gen_determineargs.sh, gen_initramfs.sh: + Fix a few directory creation issues and a typo + + 29 Jul 2005; Chris Gianelloni + gen_cmdline.sh, gen_determineargs.sh, generic/initrd.scripts, + generic/linuxrc: + Added --bladecenter for slow USB CD on IBM BladeCenter. + + 29 Jul 2005; Eric Edgar gen_initramfs.sh: + Better genkernel.log output for initramfs + + 29 Jul 2005; Eric Edgar gen_cmdline.sh: + print warning that unionfs flag is disabled at this time + + 29 Jul 2005; Eric Edgar gen_cmdline.sh: + Remove normal access to unionfs + + 29 Jul 2005; Eric Edgar gen_cmdline.sh: + Change unionfs so that it is clearly noted as experimental + + 28 Jul 2005; Eric Edgar gen_initrd.sh, + generic/linuxrc: + Fix cp /dev/tty1 error message + + 28 Jul 2005; Eric Edgar gen_compile.sh, + gen_initramfs.sh, gen_initrd.sh, gen_package.sh, ppc/config.sh: + Fix ppc not compiling without --genzimage + + 28 Jul 2005; Tim Yamin + gen_initramfs.sh, gen_package.sh, generic/initrd.scripts, + generic/linuxrc, genkernel, genkernel.8, + pkg/busybox-1.00-rt-mdstart.plasmaroo.tar.bz2, ppc/config.sh: + >> 3.3.1. Fix #100144, #100169, #100583. + + 25 Jul 2005; Eric Edgar + gen_determineargs.sh, gen_package.sh: + Remove extra TEMP checking code that was commented out + + 25 Jul 2005; Eric Edgar + gen_determineargs.sh, gen_package.sh, genkernel: + Add kernelz- to minkernpackage and kerncache + + 22 Jul 2005; Eric Edgar + gen_determineargs.sh, gen_package.sh: + Remove extra checks that fail + + 20 Jul 2005; Eric Edgar gen_package.sh: + Fix minkernpackage breakage regarding the TEMP and TMPDIR + variable + + 19 Jul 2005; Eric Edgar + generic/initrd.scripts: + Switch order of error messages to make less confusing + + 19 Jul 2005; Eric Edgar + generic/initrd.scripts, generic/linuxrc, genkernel: + Fix exit 1 issue being always called. Add UID support for + unionfs. add check for livecd.unionfs file on blockdev + + 19 Jul 2005; Eric Edgar gen_compile.sh, + gen_funcs.sh, gen_initramfs.sh, gen_initrd.sh, generic/linuxrc, + genkernel: + Fix --no-install cleaning the tmpdir bug that plasmaroo reported + + 18 Jul 2005; Eric Edgar genkernel: + Fix info about the framebuffers + + 18 Jul 2005; Eric Edgar gen_funcs.sh, + genkernel: + cause genkernel to die if cant write to the DEBUGFILE. remove + extra info strings that arent necessary + + 18 Jul 2005; Eric Edgar genkernel: + Fix genkernel finishing info messages to be more accurate + + 18 Jul 2005; Eric Edgar gen_funcs.sh, + genkernel: + Cleanup tmpdirs if genkernel dies abnormally + + 18 Jul 2005; Eric Edgar gen_initrd.sh: + Fix evms bugs with missing sbin for an initrd + + 18 Jul 2005; Eric Edgar + gen_determineargs.sh, gen_initramfs.sh: + Fix evms bugs with missing sbin. Remove prepare line as it + probably isnt necessary + + 18 Jul 2005; Eric Edgar gen_bootloader.sh, + gen_cmdline.sh, gen_determineargs.sh, gen_funcs.sh, + gen_initramfs.sh, gen_package.sh, generic/initrd.scripts, + generic/linuxrc, genkernel, genkernel.conf: + Create additional cleanup options. --postclear for final + cleanup and 2 new genkernel.conf options. Also fixup TEMP dir + creation and extraneous %%ARCH%% creation in the cache_dir + + 16 Jul 2005; Tim Yamin + gen_initramfs.sh, gen_initrd.sh, genkernel: + Fix #98886. + + 15 Jul 2005; Tim Yamin generic/linuxrc, + genkernel: + >> 3.2.6. Fix mkdir linuxrc issues and bootstrapCD() not getting + called as early as it should, + + 14 Jul 2005; Tim Yamin + generic/initrd.scripts: + Fix '[: /dev/md: unknown operand' for LiveCD boots. + + 14 Jul 2005; Tim Yamin + ia64/kernel-config-2.6: + Add USB Storage support. + + 14 Jul 2005; Tim Yamin generic/linuxrc: + Fix bug #80617. + + 14 Jul 2005; Tim Yamin + gen_bootloader.sh, +gen_bootloader_grub.awk, + gen_determineargs.sh, genkernel, ia64/kernel-config-2.6: + Fix #98944, add GRUB :root_device support and add a more + versatile grub.conf updater. + + 14 Jul 2005; Tim Yamin + x86/kernel-config-2.6: + Add an updated x86 kernel config from wolf31o2. + + 13 Jul 2005; Tim Yamin + alpha/busy-config, ia64/busy-config, parisc/busy-config, + parisc64/busy-config, ppc/busy-config, ppc64/busy-config, + sparc/busy-config, sparc64/busy-config, um/busy-config, + x86/busy-config, x86_64/busy-config, xen0/busy-config, + xenU/busy-config: + Add CONFIG_ASH_TIMEOUT. + + 13 Jul 2005; Eric Edgar + generic/initrd.scripts: + Fix find|grep output + + 13 Jul 2005; Eric Edgar gen_initramfs.sh, + gen_initrd.sh: + Fix typo for evms and removing the swap libs in gen_initramfs + + 13 Jul 2005; Tim Yamin + alpha/busy-config, gen_bootloader.sh, gen_compile.sh, + gen_configkernel.sh, gen_determineargs.sh, gen_initramfs.sh, + gen_package.sh, generic/initrd.scripts, generic/linuxrc, + genkernel, genkernel.conf, ia64/busy-config, parisc/busy-config, + parisc64/busy-config, + -pkg/busybox-1.00-pre7-crypto-losetup-2.patch, + -pkg/busybox-1.00-pre7-losetup-crypto-alpha.tar.bz2, + +pkg/busybox-1.00-rt-mdstart.plasmaroo.tar.bz2, ppc/busy-config, + ppc64/busy-config, sparc/busy-config, sparc64/busy-config, + um/busy-config, x86/busy-config, x86_64/busy-config, + xen0/busy-config, xenU/busy-config: + Fix #97672, #98886, #98893, #98897; fix real_root=/dev/mdX: + upgraded busybox to 1.00, porting in my read -t and mdstart + patches. + + 13 Jul 2005; Eric Edgar genkernel: + Fix for bug 97672. Call get_KV to get the KV after the prepare + has been run + + 12 Jul 2005; Eric Edgar gen_cmdline.sh: + Fix minor print bug 98744. Shouldnt affect operation but it + could be annoying + + 12 Jul 2005; Eric Edgar gen_compile.sh: + Fix for hardened/selinux systems to have extened attributes, per + r2d2's request + + 12 Jul 2005; Eric Edgar gen_cmdline.sh, + gen_determineargs.sh, genkernel: + Adding --symlink to fix bug 98716 + + 12 Jul 2005; Tim Yamin + generic/initrd.scripts, generic/modprobe, genkernel, + genkernel.conf: + >> 3.2.2. Fix #83771, #97700, #98590, #98594, #98661, #98746. + + 12 Jul 2005; Chris Gianelloni + generic/initrd.defaults, generic/linuxrc: + Added multilib cdboot patch. + + 11 Jul 2005; Eric Edgar gen_cmdline.sh, + gen_compile.sh, gen_determineargs.sh, gen_initramfs.sh, + gen_initrd.sh, generic/initrd.scripts, generic/linuxrc, + genkernel, genkernel.conf: + ENHANCEMENT bug 83771. Add support for LABEL= and UUID= + + 11 Jul 2005; Eric Edgar + gen_determineargs.sh: + Fix bug 97700. Add additional check for kernel source directory + earlier + + 11 Jul 2005; Eric Edgar gen_arch.sh: + Fix bug 95280 in genkernel. ARCH_OVERRIDE in + /etc/genkernel.conf should work now + + 11 Jul 2005; Eric Edgar + gen_determineargs.sh, generic/initrd.scripts, generic/linuxrc: + remove extra make prepare in gen_determineargs.sh that breaks + things. Fix md /dev creation bug 98193 + + 11 Jul 2005; Eric Edgar gen_cmdline.sh: + Fix bug 98661 with the missing underscore in gen_cmdline.sh + + 11 Jul 2005; Eric Edgar + generic/initrd.scripts, generic/linuxrc: + Fix to let the /mnt/cdrom/cdupdate.sh script run just before the + chroot + + 11 Jul 2005; Eric Edgar + generic/initrd.scripts: + send stderr to /dev/null for lvm startup + + 10 Jul 2005; Tim Yamin + gen_bootloader.sh, generic/linuxrc, genkernel: + Fix #93178, #98436, #98501 + + 08 Jul 2005; Tim Yamin gen_cmdline.sh, + gen_initramfs.sh, generic/initrd.defaults, + generic/initrd.scripts, generic/linuxrc, genkernel, genkernel.8, + genkernel.conf, x86/busy-config, x86_64/busy-config: + >> 3.2.0. Add spock's gensplash fixes, fix initrd startup 'find: + ...' errors. + + 01 Jul 2005; Tim Yamin ppc/Pegasos: + Update Pegasos config from dholm. + + 01 Jul 2005; Eric Edgar genkernel: + fix bug 97378; setup the PATH environment properly. + + 29 Jun 2005; Tim Yamin + +pkg/udev-054.tar.bz2, -pkg/udev-058.tar.bz2: + Downgrade to 054. + + 29 Jun 2005; Eric Edgar gen_compile.sh, + gen_determineargs.sh: + fix unionfs-modules-bincache naming error. Fix directory change + error on unionfs + + 29 Jun 2005; Eric Edgar gen_compile.sh: + run modules_prepare in the kernel tree before unionfs modules + compile + + 28 Jun 2005; Tim Yamin + pkg/udev-058.tar.bz2: + Revert to 1.1. + + 28 Jun 2005; Eric Edgar gen_compile.sh, + generic/initrd.scripts, generic/linuxrc, pkg/udev-058.tar.bz2: + changed to backticks and changed /bin/bash back to /bin/sh + which is a valid shell inside the initrd/initramfs + + 27 Jun 2005; Tim Yamin gen_compile.sh, + genkernel, genkernel.conf, -pkg/udev-054.tar.bz2, + +pkg/udev-058.tar.bz2: + Update udev and fix for SPARC64. + + 27 Jun 2005; Eric Edgar + gen_configkernel.sh: + bug 97051: Initramfs on 2.6+ kernels dont require ext2 + filesystem so can drop this forced entry. + + 27 Jun 2005; Chris Gianelloni + generic/initrd.defaults, generic/initrd.scripts, generic/linuxrc: + Change all EVMS/evms to EVMS2/evms2 for consitency. Also, + enabled dodmraid by default. + + 27 Jun 2005; Chris Gianelloni + generic/linuxrc: + Must use /bin/bash for dollar-sign, parentheses sub-shell syntax. + + 27 Jun 2005; Chris Gianelloni + x86/modules_load, x86_64/modules_load: + Changed sata_vitesse to sata_vsc and closing bug #97089. + + 27 Jun 2005; Eric Edgar generic/linuxrc: + linuxrc that should not create avc denied messages for a + hardened system. + + 24 Jun 2005; Chris Gianelloni genkernel: + _pre12... ph43r... + + 24 Jun 2005; Eric Edgar genkernel: + Add info for cmdline usage to genkernel + + 23 Jun 2005; Eric Edgar + generic/initrd.scripts: + Fix confusing volume manager message + + 23 Jun 2005; Chris Gianelloni + alpha/modules_load, x86_64/modules_load: + Add Fusion MPT support + + 23 Jun 2005; Eric Edgar x86/modules_load: + Add Fusion MPT support for VMWare machines + + 23 Jun 2005; Eric Edgar gen_compile.sh: + Add missing else + + 23 Jun 2005; Eric Edgar gen_compile.sh: + Fix missing elif + + 22 Jun 2005; Tim Yamin generic/linuxrc, + genkernel, pkg/udev-054.tar.bz2: + Fix #76082, #86487, #87673, #95993. + + 22 Jun 2005; Eric Edgar + generic/initrd.scripts, generic/linuxrc: + Fix bug 87673. Option passing for dmraid. dodmraid= on the + cmdline. sets up /sbin/dmraid -ay . + + 22 Jun 2005; Eric Edgar generic/linuxrc: + Fix for bug 86487. Allowing a subdirectory of a block device to + be chrooted from and booted. New cmdline option subdir= + + 22 Jun 2005; Eric Edgar gen_compile.sh: + Fix udev for sparc so it compiles properly + + 22 Jun 2005; Eric Edgar + generic/initrd.scripts, generic/linuxrc: + Remove sort because busybox is not compiled with it. Remove + unnecessary UML fixes + + 22 Jun 2005; Eric Edgar gen_cmdline.sh, + gen_compile.sh, gen_determineargs.sh: + Fix bug 68903; Allows the CROSS_COMPILE env to be set for + kernel compiles. Added --kernel-cross-compile= option + + 21 Jun 2005; Tim Yamin gen_cmdline.sh, + genkernel, genkernel.8: + Fix #95993, #96300. + + 20 Jun 2005; Eric Edgar + gen_determineargs.sh: + Fix genkernel crash when .config is present and testing for + Localversion info on a 2.6 kernel + + 17 Jun 2005; Eric Edgar + gen_determineargs.sh: + Fix 2.6 crash detecting LocalVersion, fix 2.4 kernels so they + dont do localversion checks as they dont support it + + 16 Jun 2005; Eric Edgar gen_compile.sh: + udev build fix for no ARCH=um architectures + + 16 Jun 2005; Eric Edgar + gen_determineargs.sh, gen_initramfs.sh, gen_initrd.sh, + gen_moddeps.sh, genkernel: + Localversion changes to kerncache, and added a sleep statement + so modprobe loop has a chance to work + + 15 Jun 2005; Tim Yamin genkernel: + Fix devfs for those archs that still need it. + + 15 Jun 2005; Tim Yamin gen_cmdline.sh, + gen_compile.sh, gen_determineargs.sh, gen_funcs.sh, + gen_initramfs.sh, gen_initrd.sh, gen_package.sh, + generic/initrd.defaults, generic/initrd.scripts, + generic/linuxrc, genkernel, genkernel.conf: + Add rocket's unionfs patch and linuxrc cleanup; fix Pegasos with + regard to initramfs. + + 15 Jun 2005; Tim Yamin ppc/Pegasos, + ppc/config.sh: + Fix Pegasos on initramfs and add an updated Pegasos config, + thanks dholm! + + 12 Jun 2005; Tim Yamin generic/linuxrc: + Fix 'lib64: No such...' error. + + 07 Jun 2005; Chris Gianelloni + gen_package.sh: + Fixing up minkernpackage + + 07 Jun 2005; Chris Gianelloni + x86_64/kernel-config-2.6: + Added floppy module to kernel config for bug #95272. + + 04 Jun 2005; Tim Yamin + x86_64/kernel-config-2.6: + Disable sound stuff, #92711. + + 03 Jun 2005; Tim Yamin + gen_bootloader.sh, genkernel: + Fix syntax. + + 02 Jun 2005; Tim Yamin + gen_bootloader.sh: + Add GRUB support cleanup by Richard Morris (#59192) to show an + error if we can't work out device nodes and tell the user to + manually generate grub.conf. + + 02 Jun 2005; Tim Yamin + +gen_initramfs.sh: + Add gen_initramfs.sh into CVS from rocket's initramfs support + patches. + + 02 Jun 2005; Tim Yamin genkernel: + Fix #94860; clean up concurrent compile tmpdir-setting. + + 02 Jun 2005; Tim Yamin + alpha/busy-config, generic/initrd.defaults, + generic/initrd.scripts, generic/linuxrc, genkernel.8, + ia64/busy-config, parisc/busy-config, parisc64/busy-config, + ppc/busy-config, ppc64/busy-config, sparc/busy-config, + sparc64/busy-config, um/busy-config, x86/busy-config, + x86_64/busy-config, xen0/busy-config, xenU/busy-config: + Remove evms and lvm2 from default boot args (they cause hardware + issues, so users should explicitly specify them); add NFSboot + support patches by Thomas Seiler. + + 02 Jun 2005; Chris Gianelloni + x86/kernel-config-2.6: + Updated x86 2.6 kernel to 2005.0 config. + + 02 Jun 2005; Chris Gianelloni + alpha/kernel-config-2.4, +alpha/kernel-config-2.6, + alpha/modules_load, um/modules_load, x86/modules_load, + x86_64/modules_load, xen0/modules_load, xenU/modules_load: + Updated alpha kernel configs to 2005.0 configs and updated + modules_load for alpha, um, x86, x86_64, xen0, and xenU to match + x86. + + 02 Jun 2005; Chris Gianelloni + gen_configkernel.sh: + Added config parsing for dmraid modules if genkernel is called + with --dmraid + + 25 May 2005; Chris Gianelloni + gen_configkernel.sh: + Added check for --lvm2 and enable lvm2-required modules if they + are not enabled already in the supplied .config file. + + 25 May 2005; Chris Gianelloni + x86/modules_load: + Adding back in atp870u to modules_load on x86. + + 02 May 2005; Tim Yamin x86/modules_load: + Add ata_piix. + + 22 Apr 2005; Eric Edgar generic/linuxrc: + Added support for reading /mnt/cdrom/cdupdate.sh if its + executable on the livecd + + 22 Apr 2005; Tim Yamin gen_cmdline.sh, + gen_compile.sh, gen_configkernel.sh, gen_determineargs.sh, + gen_initrd.sh, gen_package.sh, generic/linuxrc, genkernel, + genkernel.8, -notes, -pkg/dietlibc-0.27.tar.bz2, +pkg/ia64, + +pkg/ia64/README, +pkg/um, +pkg/um/README, +pkg/xen0, + +pkg/xen0/README, +pkg/xenU, +pkg/xenU/README, +ppc/Pegasos, + ppc/config.sh, +um, +um/busy-config, +um/config.sh, + +um/kernel-config-2.4, +um/kernel-config-2.6, +um/modules_load, + +xen0, +xen0/busy-config, +xen0/config.sh, + +xen0/kernel-config-2.4, +xen0/kernel-config-2.6, + +xen0/modules_load, +xenU, +xenU/busy-config, +xenU/config.sh, + +xenU/kernel-config-2.4, +xenU/kernel-config-2.6, + +xenU/modules_load: + >> 3.2.0_beta1; now with extra froz-faktor . + + 29 Mar 2005; Eric Edgar generic/linuxrc: + fixed bug in scan delay so that it will work with both udev and + devfs + + 13 Mar 2005; Tim Yamin generic/linuxrc: + Add missing mkdir -p /etc/sysconfig to linuxrc. + + 12 Mar 2005; Tim Yamin generic/linuxrc: + Get udev to go as the default manager if the udev binary exists + and 2.6 or above is being used. + + 11 Mar 2005; Tim Yamin gen_compile.sh: + mkdir -> mkdir -p + + 10 Mar 2005; Tim Yamin gen_compile.sh, + genkernel: + Fix udev.rules install issue. + + 10 Mar 2005; Tim Yamin gen_compile.sh, + genkernel, genkernel.conf, -pkg/udev-039.tar.bz2, + +pkg/udev-054.tar.bz2: + >> 3.1.3. Remove udev static mode; upgrade udev to 054 instead. + + 08 Mar 2005; Tim Yamin + generic/initrd.defaults, generic/linuxrc: + Add patch by Gerte Hoogewerf (gerte <-at-> nieuwenborg.nl) to + fix dmraid with cdroot. + + 07 Mar 2005; Eric Edgar + gen_configkernel.sh: + Fix possible broken pipe error message when configuring the + kernel + + 07 Mar 2005; Eric Edgar gen_compile.sh: + Fix for broken pipe when configuring busybox in the + gen_compile.sh script + + 07 Mar 2005; Tim Yamin generic/linuxrc, + genkernel, x86/modules_load, x86_64/modules_load: + >> 3.1.1d. Add sata_qstor; fix #83328. + + 03 Mar 2005; Tim Yamin + generic/initrd.scripts: + Check for dummy 'livecd' file instead of 'gentoo'. + + 03 Mar 2005; Tim Yamin + generic/initrd.scripts, genkernel: + >> 3.1.1c. Add LiveCD detection to skip mountable but non-LiveCD + media; requires Catalyst 1.1.6. + + 02 Mar 2005; Tim Yamin genkernel, + genkernel.conf: + Bump dmraid, >> 3.1.1.b. + + 01 Mar 2005; Tim Yamin gen_compile.sh, + genkernel: + Fix 2.4 -j0 issue. + + 28 Feb 2005; Tim Yamin gen_compile.sh: + Fix -j0 2.4 modules breakage. + + 25 Feb 2005; Tim Yamin gen_compile.sh, + generic/initrd.defaults, genkernel, x86/modules_load, + x86_64/modules_load: + >> 3.1.0k -- Add MODULES_SATA, fix udev on non-x86 archs where + there seem to be problems with KLibC+udev so use a static udev + on those. + + 24 Feb 2005; Eric Edgar gen_cmdline.sh, + gen_determineargs.sh, gen_package.sh, genkernel, genkernel.8: + Add support for maxkernpackage + creates a tarball containing: + kernel + initrd + contents of /lib/modules + kernel config + + 24 Feb 2005; Tim Yamin gen_compile.sh: + Fix 2.4 strict flag filtering issue. + + 24 Feb 2005; Tim Yamin genkernel.8: + Document arbitrary scandelay initrd option. + + 20 Feb 2005; Tim Yamin generic/linuxrc, + genkernel: + Fix '/tmp/.initrd/bin/[' to '[' in places before the pivot_root. + + 18 Feb 2005; Tim Yamin generic/linuxrc, + genkernel, pkg/udev-039.tar.bz2, x86/modules_load: + Fix #58686 and #80716. + + 17 Feb 2005; Tim Yamin gen_cmdline.sh, + gen_compile.sh, gen_determineargs.sh, gen_initrd.sh, + generic/linuxrc, genkernel.conf, pkg/udev-039.tar.bz2: + Add DMRAID support (thanks rocket!); fix AMD64 udev issues (#65985). + + 31 Jan 2005; Tim Yamin generic/linuxrc: + Fix #77259. + + 30 Jan 2005; Tim Yamin generic/linuxrc, + genkernel: + Fix #79999. + + 27 Jan 2005; Tim Yamin gen_initrd.sh: + -eq >> = for the LVM and EVMS2 checks. + + 27 Jan 2005; Tim Yamin generic/linuxrc, + genkernel: + Add patch for turning off LVM and EVMS2 optionally at boot time + even if compiled into initrd; bug #79755. + + 26 Jan 2005; Tim Yamin gen_initrd.sh: + Fix #79502; thanks to rocket for the patch. + + 22 Jan 2005; Tim Yamin genkernel: + Make udev default for 2.6+ + + 22 Jan 2005; Tim Yamin generic/linuxrc: + Add missing #72253 patch. + + 22 Jan 2005; Tim Yamin generic/linuxrc: + Add missing echo; #77363. + + 22 Jan 2005; Tim Yamin + gen_bootloader.sh, generic/initrd.scripts, generic/linuxrc, + genkernel: + >> 3.1.0e. Fixes #73356, #74758, #77277, #77363, #78636. + + 10 Jan 2005; Tim Yamin gen_cmdline.sh, + gen_initrd.sh: + Add --evms2 patch by Eric Edgar; bug #77385. + + 21 Dec 2004; Tim Yamin genkernel, + pkg/dietlibc-0.27.tar.bz2: + >> 3.1.0d; bug #73112. + + 17 Dec 2004; Tim Yamin x86/modules_load: + Removing tmscsim module; bug #72055. + + 01 Dec 2004; Tim Yamin gen_initrd.sh: + Fix for bug #73054. + + 30 Nov 2004; Tim Yamin + gen_determineargs.sh, gen_initrd.sh: + >> 3.0.2c. Adding LVM2 args code to gen_determineargs.sh. + + 29 Nov 2004; Tim Yamin genkernel: + Bugfix for bug #72342. + + 27 Nov 2004; Tim Yamin genkernel, + +genkernel.8: + Time for our own manpage... + + 27 Nov 2004; Tim Yamin gen_cmdline.sh, + gen_compile.sh, gen_determineargs.sh, gen_initrd.sh, genkernel, + genkernel.conf: + LVM2 compilation support; thanks to Eric Edgar for the patch. + Bug #72129. + + 27 Nov 2004; Tim Yamin gen_initrd.sh, + generic/initrd.scripts, generic/linuxrc: + Udev speedups; thanks to Eric Edgar for the patch - bug #72253. + + 27 Nov 2004; Tim Yamin x86/modules_load: + Adding MODULES_LVM2; #72129 // #72253. + + 13 Nov 2004; Tim Yamin gen_cmdline.sh, + gen_initrd.sh: + Adding user-specified /linuxrc support; bug #66198. + + 13 Nov 2004; Tim Yamin genkernel: + ramdisk=8092 >> ramdisk_size=8092; bug #64864. + + 13 Nov 2004; Tim Yamin gen_cmdline.sh, + gen_initrd.sh, generic/initrd.defaults, generic/linuxrc: + Adding EVMS2 support; bug #61827. + + 13 Nov 2004; Tim Yamin gen_initrd.sh: + LVM fix, bug #69745. + + 05 Nov 2004; Tim Yamin gen_cmdline.sh: + Fix for --minkernpackage and 'kernel' only instead of all; bug + #70193. + + 26 Oct 2004; Tim Yamin x86/modules_load: + uchi-hcd >> uhci-hcd. + + 25 Oct 2004; Mike Frysinger gen_cmdline.sh: + clean up some of the help output + + 23 Oct 2004; Tim Yamin README, + gen_cmdline.sh, gen_compile.sh, gen_determineargs.sh, + gen_initrd.sh, generic/initrd.defaults, generic/initrd.scripts, + generic/linuxrc, genkernel, genkernel.conf, + -pkg/busybox-1.00-pre2-decl.patch, + pkg/busybox-1.00-pre7-losetup-crypto-alpha.tar.bz2, + pkg/devfsd-1.3.25-dietlibc-kernel25.tar.bz2, + -pkg/dietlibc-0.26.tar.bz2, +pkg/dietlibc-0.27.tar.bz2, + -pkg/udev-030.tar.bz2, +pkg/udev-039.tar.bz2, x86/modules_load: + >> 3.1.0b. + + 09 Oct 2004; Tim Yamin gen_initrd.sh: + vgscan >> lvm; bug #44091. + + 02 Oct 2004; Travis Tilley x86_64/modules_load: + fix the sata crap + + 27 Sep 2004; Travis Tilley + x86_64/kernel-config-2.6, x86_64/kernel-config-2.6-smp, + x86_64/modules_load: + add bluetooth for one user's bluetooth kb+mouse, fix usb module + stuff, add in support for an ide chipset used in some em64t boxes + + 27 Sep 2004; Travis Tilley + x86_64/kernel-config-2.6, x86_64/kernel-config-2.6-smp: + CONFIG_SCSI_AIC7XXX_OLD, you are the weakest link! goodbye! + + 26 Sep 2004; Travis Tilley + x86_64/kernel-config-2.6, x86_64/kernel-config-2.6-smp: + new generic genkernel configs. em64t support, here we come + + 19 Sep 2004; Tim Yamin + x86/kernel-config-2.6: + Adding CONFIG_CRYPTO_ARC4=m; bug #58360. + + 19 Sep 2004; Tim Yamin + gen_bootloader.sh: + Adding updated grub.conf patch from Mathias Gug, bug #57576. + + 19 Sep 2004; Tim Yamin gen_compile.sh, + gen_funcs.sh, genkernel: + Adding robbat2's patch for bug #62365. + + 19 Sep 2004; Tim Yamin gen_compile.sh, + genkernel, genkernel.conf, + pkg/devfsd-1.3.25-dietlibc-kernel25.tar.bz2, + -pkg/dietlibc-0.24.tar.bz2, +pkg/dietlibc-0.26.tar.bz2: + Disabling dietlibc usage for devfsd and modutils; dietlibc + updated to a new Hardened-aware version. Bug #60862. + + 18 Sep 2004; Tim Yamin gen_package.sh: + Adding missing {} around a logic check; bug #64514. + + 23 Aug 2004; Tim Yamin gen_cmdline.sh: + --no-lvm-2 >> --no-lvm2 as it should be. + + 23 Aug 2004; Tim Yamin gen_funcs.sh: + Updated the --cache-dir patch to patch #36982. + + 14 Aug 2004; Tim Yamin gen_initrd.sh, + +ia64, +ia64/busy-config, +ia64/config.sh, + +ia64/kernel-config-2.6, +ia64/modules_load: + Added an ia64 config. + + 11 Aug 2004; Tim Yamin genkernel: + Added a check to disable udev on 2.4 kernels; bug #59687. + + 11 Aug 2004; Tim Yamin gen_cmdline.sh, + gen_compile.sh, gen_determineargs.sh, gen_initrd.sh, + generic/initrd.scripts, generic/linuxrc, genkernel: + Added LiveCD udev support. + + 07 Aug 2004; Tim Yamin + x86/kernel-config-2.6, x86/modules_load: + modules_load cleaned up to match the version used for the 2004.2 + release, also added BusLogic=m to the 2.6 configartion: bug #59310. + + 30 Jul 2004; Tim Yamin + generic/initrd.scripts: + Removed "-t iso9660" which causes issues on Gentoo/PPC-Pegasos, + supposedly. + + 29 Jul 2004; Tim Yamin gen_cmdline.sh, + gen_determineargs.sh, gen_funcs.sh, genkernel, genkernel.conf: + Patch for bug #57867 adding --cachedir= by Martin Parm. + + 29 Jul 2004; Tim Yamin gen_initrd.sh, + genkernel: + '-ne' >> '!=' for LVM2 static support to work properly; bug + #58816. + + 28 Jul 2004; Tim Yamin + x86/kernel-config-2.4: + Ext3 shouldn't really be a module - bug #58663. + + 28 Jul 2004; Tim Yamin gen_compile.sh, + generic/linuxrc: + Fix for "udev" not having to be passed to the linuxrc; and a fix + for the devfsd bincache not being used. + + 28 Jul 2004; Tim Yamin + gen_bootloader.sh, gen_cmdline.sh, gen_compile.sh, + gen_determineargs.sh, gen_initrd.sh, generic/linuxrc, genkernel, + genkernel.conf, +pkg/udev-030.tar.bz2: + >> 3.0.2e. Code formatting fixes from Bob Barry, as well as a + patch for bug #57953 from Martin Parm. Udev support, bug #49328. + + 22 Jul 2004; Tim Yamin gen_compile.sh: + Fix for bug #57865. Thanks to Martin Parm for the patch! + + 21 Jul 2004; Tim Yamin genkernel: + Added a patch for only [re]mounting /boot when installation is + required. Patch from bug #57836 by Martin "Parmus" Parm. + + 21 Jul 2004; Tim Yamin + +gen_bootloader.sh, gen_cmdline.sh, gen_determineargs.sh, + genkernel, genkernel.conf: + GRUB Bootloader support - bug #57576. Thanks to Mathias Gug for + the patch! + + 21 Jul 2004; Tim Yamin gen_cmdline.sh, + gen_compile.sh, gen_determineargs.sh, gen_initrd.sh, + gen_moddeps.sh, genkernel, genkernel.conf: + Adding a set of patches submitted by Martin "Parmus" Parm; bugs + #57748, #57749, #57751, #57752, and #57761. + + 16 Jul 2004; Tim Yamin gen_cmdline.sh, + gen_funcs.sh, genkernel: + Bug #57297 fix. + + 14 Jul 2004; Tim Yamin gen_cmdline.sh, + genkernel, pkg/modutils-2.4.26.tar.bz2: + >> 3.0.2d. Modutils ./configure* patch for HPPA and an option + parsing fix. + + 12 Jul 2004; Tim Yamin + x86/kernel-config-2.6: + Added CONFIG_PRINTER=y; bug #47666. + + 12 Jul 2004; Tim Yamin + gen_configkernel.sh, x86/config.sh: + Added a sed to ensure Ext2 support is on; bug #52558. + + 12 Jul 2004; Tim Yamin gen_funcs.sh, + gen_initrd.sh, genkernel, x86/modules_load: + >> 3.0.2c. Added more PCMCIA modules to the x86 module list; and + added the bug + #52561 patch. + + 03 Jul 2004; Tim Yamin generic/linuxrc: + Added a patch allowing arguments to be passed to init by + real_init=...; this closes bug #55736. + + 19 Jun 2004; Tim Yamin + gen_configkernel.sh: + Fix for bug #54455; moved the code to create a backup .config + upwards since + before the "make mrproper" just wiped it out. + + 04 Jun 2004; Tim Yamin + generic/keymaps.tar.gz: + New keymaps tarball lost the keymapList file; added back in. + + 03 Jun 2004; Tim Yamin + alpha/modules_load, gen_arch.sh, gen_cmdline.sh, gen_compile.sh, + gen_configkernel.sh, gen_determineargs.sh, gen_funcs.sh, + gen_initrd.sh, gen_moddeps.sh, gen_package.sh, + generic/initrd.defaults, generic/initrd.scripts, + generic/keymaps.tar.gz, generic/linuxrc, generic/modprobe, + genkernel, parisc/modules_load, parisc64/modules_load, + pkg/busybox-1.00-pre7-losetup-crypto-alpha.tar.bz2, + ppc/modules_load, ppc64/modules_load, sparc/modules_load, + sparc64/modules_load, x86/kernel-config-2.4, + x86/kernel-config-2.6, x86/modules_load, x86_64/modules_load: + New release: + + * Busybox patched to support loops on 2.4 thus giving 2.4 + squashfs + support. + * Various bug fixes; #46167, #46278, #47551, #48219, #48308, + #48339, #49728, #51395, #51948. + * Speedups: "" > ''; [ ! ... ] && > [ ... ] || et al where + applicable. + + 11 Apr 2004; Tim Yamin + x86/kernel-config-2.6: + Modularized parallel support in the X86 2.6 configuration. + + 11 Apr 2004; Tim Yamin gen_funcs.sh, + generic/linuxrc, genkernel: + Bugfixes for bugs #46941, #46641; and a cosmetic fix for LiveCD + mount issues. + + 02 Apr 2004; Tim Yamin gen_cmdline.sh: + Added an error message for mistyped options [ Bug #45946 ] and + also shortened the help list into two sections: a long one specified by + --help and a short default one. + + 02 Apr 2004; Tim Yamin gen_initrd.sh, + genkernel: + Fix for bug #46596; version header update. + + 28 Mar 2004; Tim Yamin generic/linuxrc: + Applied the fixed for ``docache'' to work properly on zisofs. + + 27 Mar 2004; Tim Yamin gen_compile.sh, + gen_initrd.sh, generic/initrd.defaults, generic/linuxrc: + A few short fixes: reduced compilation verbosity; bootsplash fix + to use both 'bootsplash' and 'bootsplash.conf' rather than 'bootsplash' + and also docache support which should work on at least loopFSes for now. + + 22 Mar 2004; Jason Wever sparc/config.sh: + Fixed MAKEOPTS for sparc32 so kernels will reliably build. + + 21 Mar 2004; Tim Yamin README, TODO, + gen_cmdline.sh, gen_compile.sh, gen_configkernel.sh, + gen_determineargs.sh, gen_funcs.sh, gen_initrd.sh, + generic/initrd.defaults, generic/initrd.scripts, + +generic/keymaps.tar.gz, generic/linuxrc, generic/modprobe, + genkernel, genkernel.conf, x86/modules_load: + Version bump. Closes bugs #34948, #37371, #41129, #41166, + #42725, #42815, #44127, #44556, and #44601. + + 20 Mar 2004; Tim Yamin + -pkg/busybox-1.00-pre8-alpha.patch, + -pkg/busybox-1.00-pre8-crypto-losetup.patch, + -pkg/busybox-1.00-pre8-losetup-alpha.tar.bz2: + Removing broken 1.00-pre8 busybox. + + 08 Mar 2004; Tom Gall + +ppc64/kernel-2.6-pSeries, +ppc64/kernel-2.6.g5: + g5 and pseries kernel config + + 08 Mar 2004; Brad House +ppc64, + +ppc64/busy-config, +ppc64/config.sh, +ppc64/modules_load: + ppc64 profile + + 06 Mar 2004; Pieter van den Abeele + +ppc/2.6.3-benh2-G4-SMP.autoload, +ppc/2.6.3-benh2-G4.autoload, + +ppc/2.6.3-benh2-G5-SMP.autoload, +ppc/2.6.3-benh2-G5.autoload: + What stuff needs to be automatically loaded for each kernel + + 06 Mar 2004; Pieter van den Abeele + ppc/G4, ppc/G4-SMP, ppc/G5, ppc/G5-SMP: + bugfixes - posible /proc mounting lock bug solution included (removed + rivafb support) + + 06 Mar 2004; Pieter van den Abeele + ppc/G4, ppc/G4-SMP, ppc/G5, ppc/G5-SMP: + bugfixed kernels - still rivafb enabled + + 01 Mar 2004; Brad House genkernel: + version bump + + 01 Mar 2004; Brad House genkernel.conf: + busybox version change + + 27 Feb 2004; Daniel Robbins + gen_initrd.sh: + initrd bootsplash fix to use "default" + + 27 Feb 2004; Pieter van den Abeele + -ppc/G3, -ppc/G3-SMP: + Migrated G3 into G4 + + 26 Feb 2004; Pieter van den Abeele + +ppc/G3, +ppc/G3-SMP, +ppc/G4, +ppc/G4-SMP, +ppc/G5, + +ppc/G5-SMP, -ppc/kernel-config-2.4-g3g4, + -ppc/kernel-config-2.4-g5: + Updated kernel .configs. + + G5-SMP verified to work on dual G5 1.8 w. radeon and 160G SATA + Others are being tested right now + + 25 Feb 2004; Brad House + +pkg/busybox-1.00-pre7-losetup-crypto-alpha.tar.bz2: + busybox pre7 patched + + 25 Feb 2004; Brad House genkernel, + genkernel.conf, +pkg/busybox-1.00-pre7-crypto-losetup-2.patch, + -pkg/busybox-1.00-pre7-crypto-losetup-2.tar.bz2, + +pkg/busybox-1.00-pre8-alpha.patch, + +pkg/busybox-1.00-pre8-crypto-losetup.patch, + +pkg/busybox-1.00-pre8-losetup-alpha.tar.bz2: + busybox update and alpha fix + + 25 Feb 2004; Brad House + generic/linuxrc, generic/modprobe: + script updates, less debugging, and modprobe return code fix + + 25 Feb 2004; Brad House + x86/kernel-config-2.4: + too many complaints, make reiser static + + 22 Feb 2004; Brad House genkernel: + version update + + 22 Feb 2004; Brad House + +pkg/busybox-1.00-pre7-crypto-losetup-2.tar.bz2: + busybox tarball + + 22 Feb 2004; Brad House + generic/linuxrc, genkernel.conf, + -pkg/busybox-1.00-pre7-crypto-losetup.patch, + -pkg/busybox-1.00-pre7-crypto-patched.tar.bz2, + x86_64/kernel-config-2.6, +x86_64/kernel-config-2.6-emachines, + +x86_64/kernel-config-2.6-smp: + gcloop fixes + + 14 Feb 2004; Brad House generic/linuxrc: + create /dev/console if for some reason /dev wasn't on the fs + + 14 Feb 2004; Brad House genkernel: + temp move + + 14 Feb 2004; Brad House + +pkg/busybox-1.00-pre7-crypto-patched.tar.bz2: + pkg + + 14 Feb 2004; Brad House genkernel.conf, + -pkg/busybox-1.00-pre3-patched.tar.bz2, + -pkg/busybox-1.00-pre3.tar.bz2, + +pkg/busybox-1.00-pre7-crypto-losetup.patch: + busybox updates + + 14 Feb 2004; Brad House generic/linuxrc: + gcloop fix + + 14 Feb 2004; Brad House genkernel, + +pkg/ppc, +pkg/ppc/README: + updates + + 14 Feb 2004; Brad House generic/linuxrc: + initrd updates for correctness, squashfs, and gcloop + + 12 Feb 2004; Luca Barbato +pkg/ppc64, + +pkg/ppc64/README, +ppc, +ppc/busy-config, +ppc/config.sh, + +ppc/kernel-config-2.4-g3g4, +ppc/kernel-config-2.4-g5, + +ppc/modules_load: + pvdabeel's first import. + + 08 Feb 2004; Brad House generic/linuxrc: + typo + + 07 Feb 2004; Brad House + generic/linuxrc, genkernel: + beta10 finalizations + + 07 Feb 2004; Brad House gen_compile.sh: + make modules_install should use -j1 only + + 07 Feb 2004; Brad House + gen_configkernel.sh: + err, backed up wrong file :) + + 03 Feb 2004; Guy Martin +parisc64, + +parisc64/busy-config, +parisc64/config.sh, + +parisc64/kernel-config-2.4, +parisc64/modules_load, + +pkg/parisc64, +pkg/parisc64/README: + Ported to parisc64 + + 31 Jan 2004; Brad House + gen_determineargs.sh: + make commandline debugfile option work + + 30 Jan 2004; Brad House + generic/modprobe, x86_64/modules_load: + modprobe fixes, and scsi module updates for x86_64 + + 30 Jan 2004; Brad House + generic/linuxrc, genkernel: + hwopts fix + + 28 Jan 2004; Brad House genkernel: + cleanups + + 28 Jan 2004; Brad House gen_initrd.sh: + debugfile truncation fix + + 28 Jan 2004; Brad House genkernel: + version bump + + 28 Jan 2004; Brad House + x86/kernel-config-2.6, x86_64/kernel-config-2.6: + kernel config updates + + 28 Jan 2004; Brad House + gen_configkernel.sh, genkernel: + misc fixes in relation to kernel configs + + 25 Jan 2004; Brain Jackson + x86/kernel-config-2.4: + new default config, works well with gentoo-sources + + 24 Jan 2004; Brad House gen_funcs.sh, + generic/linuxrc, genkernel: + updates + + 18 Jan 2004; Brad House +alpha, + +alpha/busy-config, +alpha/config.sh, +alpha/kernel-config-2.4, + +alpha/modules_load, +pkg/alpha, +pkg/alpha/README: + add alpha profile + + 17 Jan 2004; Brad House genkernel: + version bump + + 17 Jan 2004; Brad House generic/linuxrc: + must bind-mount dev for loop devices + + 17 Jan 2004; Brad House generic/linuxrc: + support multiple loop types + + 11 Jan 2004; Brad House generic/linuxrc: + not -t ext3 use -t ext2 Im and idiot + + 11 Jan 2004; Brad House + generic/linuxrc, genkernel: + fix for loop device mounting + + 11 Jan 2004; Brad House genkernel: + genkernel + + 11 Jan 2004; Brad House + generic/initrd.scripts, generic/linuxrc: + more fixes + + 11 Jan 2004; Brad House + generic/initrd.scripts, generic/linuxrc: + fixes + + 11 Jan 2004; Brad House generic/linuxrc: + livecd fixes + + 10 Jan 2004; Brad House gen_compile.sh: + uname machine for parisc, etc + + 08 Jan 2004; Brad House +pkg/sparc, + +pkg/sparc/README, +pkg/sparc64, +pkg/sparc64/README: + dont forget placeholders for pkg directory + + 08 Jan 2004; Brad House + x86_64/kernel-config-2.6: + updated config + + 08 Jan 2004; Brad House +TODO: + todo + + 08 Jan 2004; Brad House genkernel: + version bump + + 08 Jan 2004; Brad House genkernel: + fix + + 08 Jan 2004; Brad House + x86_64/kernel-config-2.6: + updated kernel config + + 08 Jan 2004; Brad House gen_compile.sh, + gen_funcs.sh, genkernel: + check for loop devices and fix debug printing + + 08 Jan 2004; Brad House gen_cmdline.sh, + gen_determineargs.sh, generic/linuxrc, parisc/config.sh, + sparc/config.sh, sparc64/config.sh, x86/config.sh, + x86_64/config.sh: + add makeopts params, and fixes for if old coreutils is in root + + 05 Jan 2004; Jason Wever +sparc, + +sparc/busy-config, +sparc/config.sh, +sparc/kernel-config, + +sparc/modules_load, +sparc64, +sparc64/busy-config, + +sparc64/config.sh, +sparc64/kernel-config, + +sparc64/modules_load: + Added sparc and sparc64 dirs for genkernel. + + 03 Jan 2004; Guy Martin +parisc, + +parisc/busy-config, +parisc/config.sh, + +parisc/kernel-config-2.4, +parisc/modules_load, +pkg/parisc, + +pkg/parisc/README: + Added parisc files + + 31 Dec 2003; Seemant Kulleen + +x86/kernel-config-2.4: + 2.4 config thanks to iggycvs add kernel-config-2.4 + + 24 Dec 2003; Brad House + gen_determineargs.sh: + no bootsplash fix + + 24 Dec 2003; Brad House genkernel: + reverse kernel compile with modules make + + 23 Dec 2003; Brad House README, + +genkernel, -genkernel.sh: + genkernel move + + 23 Dec 2003; Brad House gen_cmdline.sh, + gen_determineargs.sh, gen_initrd.sh, generic/linuxrc, + genkernel.sh: + no initrd modules stuff + + 23 Dec 2003; Brad House gen_cmdline.sh, + gen_determineargs.sh, +gen_package.sh, genkernel.sh: + changes for livecd stuff + + 22 Dec 2003; Brad House README: + notes + + 22 Dec 2003; Brad House + gen_determineargs.sh: + get extraversion properly + + 17 Dec 2003; Brad House + -x86_64/modprobe: + remove modprobe from x86_64 + + 17 Dec 2003; Brad House README, + gen_initrd.sh, gen_moddeps.sh, generic/initrd.defaults, + generic/initrd.scripts, generic/linuxrc, generic/modprobe, + x86_64/modules_load: + fixes + + 17 Dec 2003; Brad House gen_initrd.sh, + generic/linuxrc, -x86/linuxrc, x86/modules_load, + x86_64/modules_load: + more generic + + 17 Dec 2003; Brad House gen_initrd.sh, + +generic, +generic/initrd.defaults, +generic/initrd.scripts, + +generic/linuxrc, +generic/modprobe, -x86_64/initrd.defaults, + -x86_64/initrd.scripts, -x86_64/linuxrc: + make more generic + + 16 Dec 2003; Brad House gen_initrd.sh, + +gen_moddeps.sh, genkernel.sh, +x86_64/initrd.defaults, + +x86_64/initrd.scripts, x86_64/linuxrc, +x86_64/modprobe, + x86_64/modules_load: + integrate new initrd, and module scanning + + 10 Dec 2003; Brad House gen_initrd.sh: + killall + + 10 Dec 2003; Brad House gen_initrd.sh: + devfsd fixes + + 09 Dec 2003; Brad House gen_compile.sh: + typos + + 09 Dec 2003; Brad House gen_compile.sh, + x86/config.sh, x86_64/config.sh: + fix + + 09 Dec 2003; Brad House + +pkg/busybox-1.00-pre2-decl.patch: + stuff + + 09 Dec 2003; Brad House gen_cmdline.sh, + gen_compile.sh, gen_determineargs.sh, x86/config.sh, + x86_64/config.sh: + different makes for kernel and utils + + 09 Dec 2003; Brad House gen_cmdline.sh, + gen_determineargs.sh, x86/config.sh, x86_64/config.sh: + add make variable + + 09 Dec 2003; Brad House gen_compile.sh, + x86/config.sh: + KERNEL_MAKE_2 for sparc + + 09 Dec 2003; Brad House genkernel.conf, + +pkg/busybox-1.00-pre3-patched.tar.bz2: + busybox stuff + + 09 Dec 2003; Brad House gen_compile.sh, + gen_determineargs.sh, genkernel.conf, genkernel.sh: + add devfsd support + + 09 Dec 2003; Brad House + +pkg/devfsd-1.3.25-dietlibc-kernel25.tar.bz2, + +pkg/devfsd-1.3.25-dietlibc.patch: + devfsd dietlibc stuff + + 09 Dec 2003; Brad House gen_compile.sh, + x86/config.sh, x86_64/config.sh: + fixes + + 09 Dec 2003; Brad House gen_compile.sh: + umm, make configure scripts work with CC, AS, and LD set or unset + + 09 Dec 2003; Brad House gen_compile.sh: + don't forget 'env' before + + 09 Dec 2003; Brad House + +pkg/modutils-2.4.26.tar.bz2: + forgot modutils package + + 09 Dec 2003; Brad House gen_cmdline.sh, + gen_compile.sh, gen_configkernel.sh, gen_determineargs.sh, + x86/config.sh, x86_64/config.sh: + need seperate toolkit for compilation of kernel and utils on sparc64 + + 09 Dec 2003; Brad House gen_compile.sh, + gen_determineargs.sh: + fixes for sparc, cant set LD or AS for sparc64 + + 09 Dec 2003; Brad House + gen_configkernel.sh, gen_determineargs.sh, genkernel.conf, + -x86/kernel-config, +x86/kernel-config-2.6, + -x86_64/kernel-config, +x86_64/kernel-config-2.6: + make friendly with 2.4 + + 09 Dec 2003; Brad House gen_cmdline.sh, + gen_determineargs.sh, +pkg/x86, +pkg/x86/README, +pkg/x86_64, + +pkg/x86_64/README: + fixes + + 09 Dec 2003; Brad House README, + gen_compile.sh, gen_initrd.sh, genkernel.conf, genkernel.sh: + 2.4 kernel updates + + 08 Dec 2003; Brad House +README, + +gen_arch.sh, +gen_cmdline.sh, +gen_compile.sh, + +gen_configkernel.sh, +gen_determineargs.sh, +gen_funcs.sh, + +gen_initrd.sh, +genkernel.conf, +genkernel.sh, +notes, +pkg, + +pkg/busybox-1.00-pre3.tar.bz2, +pkg/dietlibc-0.24.tar.bz2, + +pkg/module-init-tools-0.9.15-pre4.tar.bz2, +x86, + +x86/busy-config, +x86/config.sh, +x86/kernel-config, + +x86/linuxrc, +x86/modules_load, +x86_64, +x86_64/busy-config, + +x86_64/config.sh, +x86_64/kernel-config, +x86_64/linuxrc, + +x86_64/modules_load: + add new genkernel dev diff --git a/genkernel b/genkernel index 39acde2..d9259fe 100755 --- a/genkernel +++ b/genkernel @@ -2,7 +2,7 @@ # Genkernel v3 PATH="/bin:/usr/bin:/sbin:/usr/sbin" -GK_V='3.4.1' +GK_V='3.4.2' TMPDIR='/var/tmp/genkernel' TEMP=${TMPDIR}/$RANDOM.$RANDOM.$RANDOM.$$