| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Create libinstaller; actually implement boot-once for extlinux | H. Peter Anvin | 2007-12-14 | 2 | -80/+261 |
| | | | | | | | --once now supported for extlinux; some infrastructure for syslinux there as well, need implementation in all the various installers, however. | ||||
| * | Remove unused set_8() function | H. Peter Anvin | 2007-06-01 | 1 | -5/+0 |
| | | | | | Remove unused set_8() function, to keep gcc quiet. | ||||
| * | RAID mode installer support for extlinux | H. Peter Anvin | 2007-06-01 | 1 | -12/+30 |
| | | | | | Hook up RAID mode in the extlinux installer. | ||||
| * | Don't clobber /dev/null when compiling as root | Luciano Rocha | 2007-05-25 | 1 | -2/+4 |
| | | | | | | | Compiling as root is highly discouraged, but some people do it anyway. gcc_ok, however, can clobber /dev/null due to "-o /dev/null"; this is bad. Instead, write a temporary file and delete it. | ||||
| * | Stealth whitespace cleanup (automated) | H. Peter Anvin | 2007-03-14 | 2 | -14/+14 |
| | | |||||
| * | Deal with various distributions breaking gcc in weird ways | H. Peter Anvin | 2007-02-06 | 1 | -1/+7 |
| | | |||||
| * | extlinux: when compiling against klibc, use atexit() to clean up the devnode | H. Peter Anvin | 2006-08-24 | 1 | -21/+20 |
| | | |||||
| * | extlinux: when building for klibc, mknod() needs to be a block device | H. Peter Anvin | 2006-08-24 | 1 | -1/+1 |
| | | |||||
| * | Print a usage message when we get an invalid optionsyslinux-3.20-pre20 | H. Peter Anvin | 2006-08-24 | 1 | -2/+1 |
| | | |||||
| * | Support building extlinux with klibc | H. Peter Anvin | 2006-08-24 | 1 | -4/+37 |
| | | |||||
| * | Remove CVS-era $Id$ tags. | H. Peter Anvin | 2006-08-17 | 1 | -1/+0 |
| | | |||||
| * | Across-the-board stealth whitespace cleanup | H. Peter Anvin | 2006-05-03 | 3 | -22/+19 |
| | | |||||
| * | Fix uninitialized variables | hpa | 2005-09-22 | 1 | -2/+2 |
| | | |||||
| * | Add update-only mode to extlinux; use it | hpa | 2005-09-22 | 1 | -21/+49 |
| | | |||||
| * | extlinux: fix multiple directory-parsing bugs.syslinux-3.08-pre6 | hpa | 2005-04-03 | 1 | -1/+2 |
| | | |||||
| * | Private copy of <linux/ext2_fs.h>syslinux-3.07 | hpa | 2005-01-12 | 2 | -1/+509 |
| | | |||||
| * | Total hack to work around machines with broken BLKGETSIZE64 definition. | hpa | 2005-01-05 | 1 | -1/+3 |
| | | |||||
| * | Clean up extlinux compilation issues | hpa | 2005-01-05 | 1 | -9/+10 |
| | | |||||
| * | Allow the user to override the extlinux detected geometry; add online help | hpa | 2005-01-05 | 1 | -12/+106 |
| | | |||||
| * | Add #include <sys/mount.h> just in case that helps with the ioctls... | hpa | 2005-01-05 | 1 | -0/+1 |
| | | |||||
| * | Fix xpread/xpwrite; call die() when we're dead to make sure we clean up | hpa | 2005-01-04 | 1 | -8/+10 |
| | | |||||
| * | Update copyright datesyslinux-3.02-pre1 | hpa | 2005-01-04 | 1 | -1/+1 |
| | | |||||
| * | If BLKGETSIZE64 isn't defined, define it. | hpa | 2005-01-04 | 1 | -1/+5 |
| | | |||||
| * | Allow compilation on systems without BLKGETSIZE64 | hpa | 2005-01-03 | 1 | -1/+4 |
| | | |||||
| * | Display only heads and sectors, since that's all that matters. | hpa | 2005-01-03 | 1 | -2/+2 |
| | | |||||
| * | HDIO_GETGEO_BIG is deprecated, so stop using it; add a few more fallback | hpa | 2005-01-02 | 1 | -22/+28 |
| | | | | | geometries, including using zipdisk geometry as ultimate fallback. | ||||
| * | Fix handling of -o offset | hpa | 2004-12-22 | 1 | -2/+2 |
| | | |||||
| * | More fixes to the extlinux installer; change back to writable types | hpa | 2004-12-20 | 1 | -18/+37 |
| | | | | | for ulint.h because of stupid constipational warnings. | ||||
| * | Further clean up the ext*fs installer | hpa | 2004-12-20 | 2 | -35/+111 |
| | | |||||
| * | extlinux installer. | hpa | 2004-12-20 | 2 | -0/+587 |
