summaryrefslogtreecommitdiff
path: root/extlinux
Commit message (Collapse)AuthorAgeFilesLines
* Deal with various distributions breaking gcc in weird waysH. Peter Anvin2007-02-061-1/+7
|
* extlinux: when compiling against klibc, use atexit() to clean up the devnodeH. Peter Anvin2006-08-241-21/+20
|
* extlinux: when building for klibc, mknod() needs to be a block deviceH. Peter Anvin2006-08-241-1/+1
|
* Print a usage message when we get an invalid optionsyslinux-3.20-pre20H. Peter Anvin2006-08-241-2/+1
|
* Support building extlinux with klibcH. Peter Anvin2006-08-241-4/+37
|
* Remove CVS-era $Id$ tags.H. Peter Anvin2006-08-171-1/+0
|
* Across-the-board stealth whitespace cleanupH. Peter Anvin2006-05-033-22/+19
|
* Fix uninitialized variableshpa2005-09-221-2/+2
|
* Add update-only mode to extlinux; use ithpa2005-09-221-21/+49
|
* extlinux: fix multiple directory-parsing bugs.syslinux-3.08-pre6hpa2005-04-031-1/+2
|
* Private copy of <linux/ext2_fs.h>syslinux-3.07hpa2005-01-122-1/+509
|
* Total hack to work around machines with broken BLKGETSIZE64 definition.hpa2005-01-051-1/+3
|
* Clean up extlinux compilation issueshpa2005-01-051-9/+10
|
* Allow the user to override the extlinux detected geometry; add online helphpa2005-01-051-12/+106
|
* Add #include <sys/mount.h> just in case that helps with the ioctls...hpa2005-01-051-0/+1
|
* Fix xpread/xpwrite; call die() when we're dead to make sure we clean uphpa2005-01-041-8/+10
|
* Update copyright datesyslinux-3.02-pre1hpa2005-01-041-1/+1
|
* If BLKGETSIZE64 isn't defined, define it.hpa2005-01-041-1/+5
|
* Allow compilation on systems without BLKGETSIZE64hpa2005-01-031-1/+4
|
* Display only heads and sectors, since that's all that matters.hpa2005-01-031-2/+2
|
* HDIO_GETGEO_BIG is deprecated, so stop using it; add a few more fallbackhpa2005-01-021-22/+28
| | | | geometries, including using zipdisk geometry as ultimate fallback.
* Fix handling of -o offsethpa2004-12-221-2/+2
|
* More fixes to the extlinux installer; change back to writable typeshpa2004-12-201-18/+37
| | | | for ulint.h because of stupid constipational warnings.
* Further clean up the ext*fs installerhpa2004-12-202-35/+111
|
* extlinux installer.hpa2004-12-202-0/+587