summaryrefslogtreecommitdiff
path: root/extlinux
Commit message (Expand)AuthorAgeFilesLines
* extlinux: remove duplicate "const char *program;"Gilles Espinasse2009-06-191-2/+0
* Run Nindent on extlinux/main.cH. Peter Anvin2009-05-291-702/+688
* Run Nindent on extlinux/ext2_fs.hH. Peter Anvin2009-05-291-176/+165
* Unify dependency generationH. Peter Anvin2009-04-271-3/+3
* Major Makefile cleanups; gcc 4.3.0 compatiblityH. Peter Anvin2008-08-201-12/+23
* Centralize more of the version number machineryH. Peter Anvin2008-07-071-2/+3
* extlinux: fix handling of /etc/mtabsyslinux-3.71-pre3H. Peter Anvin2008-07-021-27/+30
* Build _bin.c files in libinstaller; clean up B/I separationH. Peter Anvin2008-06-271-3/+5
* Move files out of root into core, dos, and utilsH. Peter Anvin2008-05-291-3/+3
* Assemble via ELF, to enable future linkingH. Peter Anvin2008-05-282-1/+2
* Fixed the various Makefiles so that SYSLINUX compiles on platforms with GCC -...Stefan Bucur2008-05-121-1/+1
* Use $(CC) in gcc_ok macro, not plain gccH. Peter Anvin2008-03-051-1/+1
* extlinux: compile hack for old distrossyslinux-3.62-pre16H. Peter Anvin2008-02-251-0/+2
* Whitespace cleanup...syslinux-3.62-pre11H. Peter Anvin2008-02-191-1/+1
* extlinux: early check for ext2/ext3-ness of filesystemsyslinux-3.61-pre5H. Peter Anvin2008-01-241-0/+12
* Merge commit 'origin/master' into advH. Peter Anvin2008-01-101-1/+1
|\
| * Update copyright yearH. Peter Anvin2008-01-101-1/+1
* | Create libinstaller; actually implement boot-once for extlinuxH. Peter Anvin2007-12-142-80/+261
|/
* Remove unused set_8() functionH. Peter Anvin2007-06-011-5/+0
* RAID mode installer support for extlinuxH. Peter Anvin2007-06-011-12/+30
* Don't clobber /dev/null when compiling as rootLuciano Rocha2007-05-251-2/+4
* Stealth whitespace cleanup (automated)H. Peter Anvin2007-03-142-14/+14
* 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
* Fix handling of -o offsethpa2004-12-221-2/+2
* More fixes to the extlinux installer; change back to writable typeshpa2004-12-201-18/+37
* Further clean up the ext*fs installerhpa2004-12-202-35/+111
* extlinux installer.hpa2004-12-202-0/+587