aboutsummaryrefslogtreecommitdiffstats
path: root/extlinux
AgeCommit message (Expand)AuthorFilesLines
2006-08-24extlinux: when compiling against klibc, use atexit() to clean up the devnodeH. Peter Anvin1-21/+20
2006-08-24extlinux: when building for klibc, mknod() needs to be a block deviceH. Peter Anvin1-1/+1
2006-08-24Print a usage message when we get an invalid optionsyslinux-3.20-pre20H. Peter Anvin1-2/+1
2006-08-24Support building extlinux with klibcH. Peter Anvin1-4/+37
2006-08-17Remove CVS-era $Id$ tags.H. Peter Anvin1-1/+0
2006-05-03Across-the-board stealth whitespace cleanupH. Peter Anvin3-22/+19
2005-09-22Fix uninitialized variableshpa1-2/+2
2005-09-22Add update-only mode to extlinux; use ithpa1-21/+49
2005-04-03extlinux: fix multiple directory-parsing bugs.syslinux-3.08-pre6hpa1-1/+2
2005-01-12Private copy of <linux/ext2_fs.h>syslinux-3.07hpa2-1/+509
2005-01-05Total hack to work around machines with broken BLKGETSIZE64 definition.hpa1-1/+3
2005-01-05Clean up extlinux compilation issueshpa1-9/+10
2005-01-05Allow the user to override the extlinux detected geometry; add online helphpa1-12/+106
2005-01-05Add #include <sys/mount.h> just in case that helps with the ioctls...hpa1-0/+1
2005-01-04Fix xpread/xpwrite; call die() when we're dead to make sure we clean uphpa1-8/+10
2005-01-04Update copyright datesyslinux-3.02-pre1hpa1-1/+1
2005-01-04If BLKGETSIZE64 isn't defined, define it.hpa1-1/+5
2005-01-03Allow compilation on systems without BLKGETSIZE64hpa1-1/+4
2005-01-03Display only heads and sectors, since that's all that matters.hpa1-2/+2
2005-01-02HDIO_GETGEO_BIG is deprecated, so stop using it; add a few more fallbackhpa1-22/+28
2004-12-22Fix handling of -o offsethpa1-2/+2
2004-12-20More fixes to the extlinux installer; change back to writable typeshpa1-18/+37
2004-12-20Further clean up the ext*fs installerhpa2-35/+111
2004-12-20extlinux installer.hpa2-0/+587