summaryrefslogtreecommitdiff
path: root/unix/syslinux.c
Commit message (Collapse)AuthorAgeFilesLines
* Move files out of root into core, dos, and utilsH. Peter Anvin2008-05-291-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 yearH. Peter Anvin2008-01-101-1/+1
|
* RAID mode installer support for SYSLINUXsyslinux-3.50-pre18H. Peter Anvin2007-06-011-4/+9
| | | | Hook up RAID mode in the installers for SYSLINUX
* Stealth whitespace cleanup (automated)H. Peter Anvin2007-03-141-12/+12
|
* Merge with ↵H. Peter Anvin2007-02-071-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-pre3H. Peter Anvin2007-02-031-1/+1
| |
* | Formatting cleanupH. Peter Anvin2007-02-011-1/+2
|/
* Unix FAT installer: separate mount/umount; try vfat before msdosH. Peter Anvin2007-02-011-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_ATTRIBUTESH. Peter Anvin2007-02-011-0/+4
| | | | | #include <sys/ioctl.h>, and provide a backup definition for FAT_IOCTL_SET_ATTRIBUTES.
* Unix installer: use Linux-native ioctls instead of libfatH. Peter Anvin2007-01-311-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 subdirectoryH. Peter Anvin2007-01-231-23/+44
|
* Remove CVS-era $Id$ tags.H. Peter Anvin2006-08-171-1/+0
|
* Across-the-board stealth whitespace cleanupH. Peter Anvin2006-05-031-6/+5
|
* Fix xpread/xpwrite; call die() when we're dead to make sure we clean uphpa2005-01-041-10/+8
|
* Use libfat to set the MS-DOS attributes when using the unix installer.hpa2005-01-041-7/+25
|
* Fix handling of -o offsethpa2004-12-221-10/+10
|
* Beef up the sanity checking of the boot sector. For really better checkinghpa2004-12-191-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 needhpa2004-12-151-1/+3
| | | | printf().
* Make the CC_IS_OK hack work again.hpa2004-12-151-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 supporthpa2004-12-151-0/+487
FAT32 and EDD, and a new cleaner installer infrastructure.