Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Use $(CC) in gcc_ok macro, not plain gcc | H. Peter Anvin | 2008-03-05 | 1 | -1/+1 |
| | | | | | Use $(CC) in gcc_ok macro, not plain gcc. This seems to work, iff the gcc_ok macro is declared with =, not := | ||||
* | 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 | -2/+2 |
|/ | | | | | | --once now supported for extlinux; some infrastructure for syslinux there as well, need implementation in all the various installers, however. | ||||
* | RAID mode installer support for SYSLINUXsyslinux-3.50-pre18 | H. Peter Anvin | 2007-06-01 | 1 | -4/+9 |
| | | | | Hook up RAID mode in the installers for SYSLINUX | ||||
* | 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 | 1 | -12/+12 |
| | |||||
* | Merge with ↵ | H. Peter Anvin | 2007-02-07 | 2 | -2/+8 |
|\ | | | | | | | git+ssh://master.kernel.org/pub/scm/boot/syslinux/syslinux.git#syslinux-3.3x | ||||
| * | Deal with various distributions breaking gcc in weird ways | H. Peter Anvin | 2007-02-06 | 1 | -1/+7 |
| | | |||||
| * | Unix FAT inst: fix the order of stitched strings.syslinux-3.36-pre3 | H. Peter Anvin | 2007-02-03 | 1 | -1/+1 |
| | | |||||
* | | Formatting cleanup | H. Peter Anvin | 2007-02-01 | 1 | -1/+2 |
|/ | |||||
* | Unix FAT installer: separate mount/umount; try vfat before msdos | H. Peter Anvin | 2007-02-01 | 1 | -109/+143 |
| | | | | | Separate the mounting and unmounting code out into separate functions. Try mounting vfat before trying to mount msdos. | ||||
* | Unix FAT installer: #include <sys/ioctl.h>, FAT_IOCTL_SET_ATTRIBUTES | H. Peter Anvin | 2007-02-01 | 1 | -0/+4 |
| | | | | | #include <sys/ioctl.h>, and provide a backup definition for FAT_IOCTL_SET_ATTRIBUTES. | ||||
* | Unix installer: use Linux-native ioctls instead of libfat | H. Peter Anvin | 2007-01-31 | 2 | -71/+63 |
| | | | | | | Unix installer: use Linux-native ioctls instead of libfat. This should make it smaller, and should also make it possible to use the vfat filesystem (need to clean up the mount code for that to work.) | ||||
* | Unix FAT installer: support installing ldlinux.sys in a subdirectory | H. Peter Anvin | 2007-01-23 | 1 | -23/+44 |
| | |||||
* | 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 | 2 | -9/+5 |
| | |||||
* | Fix xpread/xpwrite; call die() when we're dead to make sure we clean up | hpa | 2005-01-04 | 1 | -10/+8 |
| | |||||
* | Use libfat to set the MS-DOS attributes when using the unix installer. | hpa | 2005-01-04 | 1 | -7/+25 |
| | |||||
* | Fix handling of -o offset | hpa | 2004-12-22 | 1 | -10/+10 |
| | |||||
* | Beef up the sanity checking of the boot sector. For really better checking | hpa | 2004-12-19 | 1 | -1/+1 |
| | | | | we should be checking the FAT for the media signature, too. | ||||
* | malloc.h is internal; put in lib/ | hpa | 2004-12-16 | 1 | -2/+2 |
| | | | | Fix "make clean" for unix installer | ||||
* | Adjust the interface to syslxmod.c so the DOS installer doesn't need | hpa | 2004-12-15 | 1 | -1/+3 |
| | | | | printf(). | ||||
* | Make the CC_IS_OK hack work again. | hpa | 2004-12-15 | 1 | -3/+3 |
| | | | | | Change the private pointer in libfat to an intptr_t; we actually use an integer most of the time so an intptr_t is more convenient. | ||||
* | More adjustment to the Brave New World<TM> | hpa | 2004-12-15 | 1 | -3/+7 |
| | |||||
* | Prepping for new 2.20 version: rewrite main syslinux program to support | hpa | 2004-12-15 | 2 | -0/+526 |
FAT32 and EDD, and a new cleaner installer infrastructure. |