| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Assemble via ELF, to enable future linking | H. Peter Anvin | 2008-05-28 | 1 | -1022/+0 |
| | | | | | | Assemble all files to ELF instead of using the NASM built-in linker. This can enable us to do actual linking in the future. | ||||
| * | extlinux: compile hack for old distrossyslinux-3.62-pre16 | H. Peter Anvin | 2008-02-25 | 1 | -0/+2 |
| | | | | | | Some old distros would have <linux/fs.h> poison the namespace with a non-glibc "struct statfs". Hack around it. | ||||
| * | Whitespace cleanup...syslinux-3.62-pre11 | H. Peter Anvin | 2008-02-19 | 1 | -1/+1 |
| | | |||||
| * | extlinux: early check for ext2/ext3-ness of filesystemsyslinux-3.61-pre5 | H. Peter Anvin | 2008-01-24 | 1 | -0/+12 |
| | | | | | Verify that we have an ext2 or ext3 filesystem early on. | ||||
| * | Merge commit 'origin/master' into adv | H. Peter Anvin | 2008-01-10 | 1 | -1/+1 |
| |\ | | | | | | | | | | | Conflicts: extlinux/extlinux.c | ||||
| | * | Update copyright year | H. Peter Anvin | 2008-01-10 | 1 | -1/+1 |
| | | | |||||
| * | | Create libinstaller; actually implement boot-once for extlinux | H. Peter Anvin | 2007-12-14 | 1 | -76/+257 |
| |/ | | | | | | --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. | ||||
| * | Stealth whitespace cleanup (automated) | H. Peter Anvin | 2007-03-14 | 1 | -1/+1 |
| | | |||||
| * | 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 | 1 | -17/+17 |
| | | |||||
| * | 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 | 1 | -1/+1 |
| | | |||||
| * | 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. | ||||
| * | 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 | 1 | -33/+109 |
| | | |||||
| * | extlinux installer. | hpa | 2004-12-20 | 1 | -0/+547 |
