genkernel.git
2009-02-25 Joshua JacksonMerge branch 'master' of git+ssh://git@git.wolf31o2...
2009-02-24 tsunammultipath additions
2009-02-23 Andrew Gaffneyremove allow_root
2009-02-23 Andrew Gaffneyadd a few more mount options to try to help livecd
2009-02-23 Andrew Gaffneyadd a few more mount options to try to help livecd
2009-02-20 Andrew GaffneyAdd support for multiple possible kernel binary paths...
2009-02-04 Andrew GaffneyComment out the exec line for console=*, since it seems...
2009-01-19 Andrew GaffneyRemove detect_sbp2_devices() for gentoo bug #239474
2009-01-19 Andrew GaffneyRemove detect_sbp2_devices() for gentoo bug #239474
2009-01-19 Andrew GaffneyRemove detect_sbp2_devices() for gentoo bug #255558
2009-01-16 Andrew GaffneyAdd commented out DISKLABEL=yes option for gentoo bug...
2009-01-09 Chris GianelloniFixing a typo in the AUTHORS file and fixing the Copyri...
2009-01-08 Chris GianelloniAdded more verbosity to the auto-detection section.
2009-01-08 Chris GianelloniYet another ChangeLog fix. I need to figure out what...
2009-01-08 Chris GianelloniUpdated the AUTHORS section and the header for the...
2009-01-08 Chris GianelloniAdded a note about Security Tokens, cleaned up the...
2009-01-08 tsunamadded info about what I'm going to work on to TODO...
2009-01-08 Chris GianelloniChangeLog fix.
2009-01-08 Chris GianelloniAdding a note about contacting me to HACKING.
2009-01-08 Chris GianelloniAdding multipath support is really two different functi...
2009-01-08 Chris GianelloniAdding a note about documenting the code paths.
2009-01-08 Chris GianelloniAdding new boot support information to the TODO.
2009-01-05 Chris GianelloniVersion bump to 3.4.10.903 to resolve bug #250330. v3.4.10.903
2008-12-31 Andrew GaffneyAdd case for arm* in get_official_arch()
2008-12-31 Andrew GaffneyEnable CONFIG_MKSWAP for netboot busybox
2008-12-26 Andrew GaffneyModify grep regex to account for additional suffixes...
2008-12-24 Andrew GaffneyAdd --busybox-config= commandline option
2008-12-24 Andrew GaffneyRevert to just running /bin/bash on /dev/console for...
2008-12-23 Andrew GaffneyAllow old 'initramfs' option instead of 'ramdisk' for...
2008-12-17 Andrew GaffneyRemove the use of 'env -i' when calling switch_root...
2008-12-16 Andrew GaffneyRun the getty commands with proper arguments so they...
2008-12-16 Andrew GaffneyExplicitly set /bin/ashlogin +x during boot
2008-12-16 Andrew GaffneyRun getty for tty1 in the foreground
2008-12-16 Andrew GaffneyUse getty to launch ash, so that we can use ^C and...
2008-12-16 Chris GianelloniAdding a BUGS file, where we can list bugs that we...
2008-12-16 Chris GianelloniAdding a HACKING file, which I will use to document...
2008-12-16 Chris GianelloniActually setting permissions. It helps if one remember...
2008-12-16 Andrew GaffneyEnable GETTY for netboot busy-config
2008-12-16 Andrew GaffneyWe don't need to add - to UTILS_CROSS_COMPILE since...
2008-12-16 Andrew GaffneySeparate out main and netboot busy-config
2008-12-15 Andrew GaffneyUse : as a regex separator instead of / since REAL_ROOT...
2008-12-15 Andrew GaffneyAdd check for existing grub.conf entry for kernel
2008-12-15 Andrew GaffneyDefault to '0' if 'default' line not found at all in...
2008-12-15 Andrew GaffneyAdding code that duplicates default grub.conf entry...
2008-12-15 Andrew GaffneyInitial commit for re-adding support for --bootloader...
2008-12-14 Andrew GaffneyChange -f checks to -e for /dev nodes
2008-12-14 Andrew GaffneyExplicitly set UTILS_{CC,LD,AS} if UTILS_CROSS_COMPILE...
2008-12-14 Andrew GaffneyTypo fix for gentoo bug #250875
2008-12-14 Chris GianelloniSetting executable bit properly on shell scripts and...
2008-12-14 Chris GianelloniSetting executable bit properly on shell scripts and...
2008-12-13 Andrew GaffneyCreate /sbin directory in append_luks for bug #250330
2008-12-13 Andrew Gaffneymissing }
2008-12-13 Andrew Gaffneymissing quote
2008-12-13 Andrew GaffneyDisable creation of most standard devices nodes, since...
2008-12-13 Andrew GaffneyMove udhcpc's script to default location
2008-12-13 Andrew GaffneyEnable support klogd and syslogd for netboot
2008-12-13 Andrew GaffneyAdd --real-root=<foo> parameter to specify a default...
2008-12-12 Andrew GaffneySwitch search order so arch-specific is first for busy...
2008-12-12 Andrew GaffneyRemove BUSYBOX_CONFIG from genkernel.conf
2008-12-12 Andrew GaffneyRemove old nb-busybox.cf files that aren't used anymore
2008-12-12 Andrew GaffneyAdd support for arm from armin76
2008-12-12 Andrew GaffneyEnable CONFIG_MAKEDEVS in busy-config for netboot
2008-12-09 Andrew Gaffneys/aux/luks/ for gentoo bug #250330
2008-12-07 Andrew GaffneyEnable CONFIG_FEATURE_PREFER_APPLETS busybox option
2008-12-07 Andrew GaffneyMove all netboot logic from catalyst into gk
2008-12-07 Andrew Gaffneyremove netboot-specific udhcpc.scripts
2008-12-07 Andrew GaffneyInitial support for --netboot option
2008-12-04 Chris GianelloniForgot to add genkernel. v3.4.10.902
2008-12-04 Chris GianelloniBumping version for release.
2008-11-25 Andrew GaffneyUse symlinks for busybox utils
2008-11-17 Andrew GaffneyBreak apart cryptsetup stuff into separate append_luks...
2008-11-15 Andrew GaffneyApplied patch for UUID support for real_resume= from...
2008-11-15 Andrew GaffneyAdded modified version of patch from gentoo bug #238707
2008-11-14 Andrew GaffneyOnly append unionfs_fuse stuff if UNIONFS is set
2008-11-14 Andrew GaffneyAdd --unionfs commandline option to enable building...
2008-11-14 Andrew GaffneyAdd good_msg for creating the union mount
2008-11-14 Andrew GaffneyPipe stderr for unionfs mount call to /dev/null to...
2008-11-14 Andrew GaffneyCall switch_root with full path
2008-11-14 Andrew GaffneyCall switch_root with 'env -i' to clean out the kernel...
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
next