Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Move files out of root into core, dos, and utils | H. Peter Anvin | 2008-05-29 | 1 | -560/+0 |
| | | | | | | | | Move source files out of the root directory; the root is a mess and has become virtually unmaintainable. The Syslinux core now lives in core/; the Linux and generic utilities has moved into utils/, and copybs.com has moved into dos/; it had to go somewhere, and it seemed as good a place as any. | ||||
* | Update copyright year | H. Peter Anvin | 2008-01-10 | 1 | -1/+1 |
| | |||||
* | 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 | ||||
* | Stealth whitespace cleanup (automated) | H. Peter Anvin | 2007-03-14 | 1 | -12/+12 |
| | |||||
* | Merge with ↵ | H. Peter Anvin | 2007-02-07 | 1 | -1/+1 |
|\ | | | | | | | git+ssh://master.kernel.org/pub/scm/boot/syslinux/syslinux.git#syslinux-3.3x | ||||
| * | 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 | 1 | -69/+61 |
| | | | | | | 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 | 1 | -6/+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. | ||||
* | 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. | ||||
* | Prepping for new 2.20 version: rewrite main syslinux program to support | hpa | 2004-12-15 | 1 | -0/+487 |
FAT32 and EDD, and a new cleaner installer infrastructure. |