genkernel.git
2008-11-14 Andrew GaffneySkip good_root check for /dev/nfs for gentoo bug #246759
2008-11-14 Andrew GaffneySimplify implementation of parse_opt in linuxrc
2008-11-14 Andrew GaffneySmall cleanups in unionfs code
2008-11-14 Andrew GaffneyAdd fuse to MODULES_FS
2008-11-14 Andrew GaffneyReplace debug patch with simple patch to add trivial...
2008-11-13 Andrew GaffneyAdd suid,dev to unionfs mount opts
2008-11-13 agaffneyRemove allow_root mount opt, since it conflicts with...
2008-11-13 agaffneyChange typo in unionfs-fuse mount opt and add -i suppor...
2008-11-13 agaffneyEnable CONFIG_FEATURE_MTAB_SUPPORT option for busybox
2008-11-13 agaffneyremove old 'mount -i' patch
2008-11-13 agaffneymore debugging code
2008-11-13 agaffneydebugging patch for busybox
2008-11-13 agaffneyAdd patch for busybox to add -i option to mount command
2008-11-13 agaffneychange lib order
2008-11-13 agaffneyCompile unionfs-fuse statically
2008-11-13 agaffneyMake sure that /sbin/unionfs is +x
2008-11-13 agaffneyCorrect unionfs-fuse bincache path and clean up debuggi...
2008-11-13 agaffneyAdd -L line into LIB= in Makefile
2008-11-13 agaffneyanother try at compiling unionfs-fuse
2008-11-13 agaffneyadd bash invocation before compiling unionfs-fuse in...
2008-11-13 agaffneydebug
2008-11-13 agaffneysed Makefile instead of setting in env
2008-11-13 agaffneyUnpack fuse source and modify CFLAGS for unionfs-fuse
2008-11-12 agaffneyUnpack unionfs-fuse with -j
2008-11-12 agaffneyCall arch_replace and cache_replace on fuse/unionfs...
2008-11-12 agaffneyAdd fuse/unionfs-fuse blocks to genkernel.conf
2008-11-12 agaffneyActually call compile_fuse() and compile_unionfs_fuse()
2008-11-12 agaffneyAdd back (modified) unionfs code in linuxrc
2008-11-12 agaffneyAdd append_fuse() and append_unionfs_fuse() functions
2008-11-12 agaffneyAdd compile_fuse() and compile_unionfs_fuse()
2008-11-04 agaffneyEnabling CONFIG_WGET and CONFIG_FEATURE_TAR_BZIP2 for...
2008-10-31 Chris GianelloniTagging a 3.4.10.901 release, for testing. Adding...
2008-09-15 Chris GianelloniAdding Andrew and Robin to AUTHORS.
2008-09-15 agaffneyAdd dummy handler for --config in gen_cmdline.sh for...
2008-09-12 Chris GianelloniRemoving scsi_wait_scan from PATA/SATA/SCSI and moving...
2008-08-31 Robin H. JohnsonMerge branch 'master' of git+ssh://git@git.wolf31o2...
2008-08-31 Robin H. JohnsonAdd a single word to help clarify which /dev is broken...
2008-08-31 agaffneyEnable CONFIG_ROUTE in busy-configs
2008-08-29 agaffneyEnable CONFIG_HOSTNAME in all busy-configs
2008-08-28 agaffneyDisabled CONFIG_DEBUG_INFO in x86{,_64} kconfigs
2008-08-25 agaffneyAdd README to busybox patches dir
2008-08-25 agaffneyOnly apply files from patch dir ending in diff/patch
2008-08-24 agaffneyFix CONSOLE= handling code for bug 232012
2008-08-21 agaffneyRemove unneeded files for broken grub code
2008-08-21 agaffneyRemove broken grub code
2008-08-07 agaffneyOnly append splash portion to initramfs if SPLASH is set
2008-07-29 agaffneyFix typo in man page, butt -> but
2008-07-29 agaffneyAdd support to udhcpc.scripts for default route and...
2008-07-29 agaffneyRemove check for >=2.6 for mounting sysfs
2008-07-29 agaffneyRemove check for >=2.6 for 'make prepare'
2008-07-29 agaffneyRemove a few more 2.4 kernel support remnants
2008-07-29 agaffneyCleanup remaining references to ${ARCH}/ without arch...
2008-07-29 agaffneyCleanup remaining references to ${ARCH}/ without arch...
2008-07-29 agaffneyMove um/ underneath arch/ where it belongs
2008-07-28 Chris GianelloniRemoved some unused dietlibc code.
2008-07-28 Chris GianelloniRemoved a large chunk of 2.4 kernel support. This...
2008-07-28 Chris GianelloniAdded a couple more places where I needed to switch...
2008-07-28 Chris GianelloniRemoved all references to an initrd and renamed most...
2008-07-28 Chris GianelloniMoving files from generic to defaults, since they are...
2008-07-28 Chris GianelloniAdded the modules directory, which will be used to...
2008-07-28 Chris GianelloniAdded a defaults directory to store default files for...
2008-07-28 Chris GianelloniMoved architecture folders under the arch subfolder.
2008-07-24 Chris GianelloniInitial commit after creating the git repository.
2008-06-05 Chris GianelloniRename kernel-config-2.6 to kernel-config, since we...
2008-06-05 Chris GianelloniSync kernel configs from releng/trunk/releases/2008...
2008-05-13 Andrew GaffneyMove setup_keymap call to before LUKS setup
2008-05-10 Andrew GaffneyStore pre-oldconfig busybox .config for use in bincache...
2008-05-09 Andrew GaffneyAdd nomodules kernel commandline parameter to disable...
2008-05-09 Andrew GaffneyMove distfile cache to /var/cache/genkernel/src and...
2008-05-09 Chris GianelloniAdded a few SATA and PATA drivers to modules_load.
2008-05-09 Chris GianelloniUpdated the modules_load files.
2008-04-25 Chris GianelloniEnable keymap code when keymap is set on the kernel...
2008-04-25 Chris GianelloniWe need to unset keymap if it doesn't match to keep...
2008-04-24 Chris GianelloniUpdated the keymap-handling code so it will be installe...
2008-04-22 Chris GianelloniChange from using a directory check to a file check...
2008-04-12 Chris GianelloniMove removable storage like USB and firewire after...
2008-04-10 Chris GianelloniUpdated TODO. This is 3.4.10_pre9 for testing.
2008-04-08 Chris GianelloniAdded scsi to the default list of modules to load.
2008-04-05 Andrew GaffneySet CMD_KEYMAP to default to yes, so it's enabled unles...
2008-04-04 Chris GianelloniAdded a patch to skip device nodes for devices if at...
2008-04-03 Andrew GaffneySplit up /dev node checks into console/null and tty1
2008-04-02 Andrew GaffneyRemove initrd-specific code from linuxrc
2008-03-30 Andrew GaffneyUncomment ppc/ppc64->powerpc code in set_kernel_arch...
2008-03-29 Andrew GaffneyAdd patch from ebuild in-tree to fix build issue with...
2008-03-14 Andrew GaffneyGet rid of --initramfs option as it doesn't do anything...
2008-03-14 Andrew GaffneyChange the opts passed to udhcpc when using nfsroot
2008-03-14 Chris GianelloniRemoving pkg directory, since it is no longer necessary...
2008-03-14 Andrew GaffneyCopy the original kconfig with a different name than...
2008-03-14 Andrew GaffneyInclude original kconfig in kerncache
2008-03-14 Andrew GaffneySwitch back to building kernel first
2008-03-14 Chris GianelloniClean up the modules_load files and add qla2xxx. This...
2008-03-13 Andrew GaffneyStick CONFIG_INITRAMFS_ROOT_GID in the .config, too
2008-03-13 Andrew GaffneyRemove existing CONFIG_INITRAMFS_SOURCE line and write...
2008-03-13 Andrew GaffneyChange sed delimeter
2008-03-13 Andrew GaffneyWe should edit the copy of the kconfig instead of the...
2008-03-13 Andrew GaffneyInstead of copying the initramfs into the kernel tree...
2008-03-13 Andrew GaffneyAdd scsi_wait_scan to sparc64's MODULES_SCSI
2008-03-13 Andrew GaffneyAdd a check after mounting NEW_ROOT to see if /dev...
2008-03-13 Andrew GaffneyChange the location we copy the intiramfs to for integr...
2008-03-13 Andrew GaffneyRevert last commit as it wasn't a problem
next