summaryrefslogtreecommitdiff
path: root/unix
Commit message (Collapse)AuthorAgeFilesLines
* RAID mode installer support for SYSLINUXsyslinux-3.50-pre18H. Peter Anvin2007-06-011-4/+9
| | | | Hook up RAID mode in the installers for SYSLINUX
* Don't clobber /dev/null when compiling as rootLuciano Rocha2007-05-251-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 Anvin2007-03-141-12/+12
|
* Merge with ↵H. Peter Anvin2007-02-072-2/+8
|\ | | | | | | git+ssh://master.kernel.org/pub/scm/boot/syslinux/syslinux.git#syslinux-3.3x
| * Deal with various distributions breaking gcc in weird waysH. Peter Anvin2007-02-061-1/+7
| |
| * 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-312-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 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-032-9/+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.
* malloc.h is internal; put in lib/hpa2004-12-161-2/+2
| | | | Fix "make clean" for unix installer
* 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.
* More adjustment to the Brave New World<TM>hpa2004-12-151-3/+7
|
* Prepping for new 2.20 version: rewrite main syslinux program to supporthpa2004-12-152-0/+526
FAT32 and EDD, and a new cleaner installer infrastructure.