summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'master' of ssh://terminus.zytor.com/pub/git/syslinux/syslinuxsyslinux-4.00-pre59H. Peter Anvin2010-06-243-20/+52
|\
| * extlinux: fix ADV handling, so extlinux.sys -> ldlinux.sys actually worksH. Peter Anvin2010-06-241-9/+16
| * advio: make read_adv() distinguish ENOENT from other errorsH. Peter Anvin2010-06-241-2/+3
| * extlinux: add code to automate extlinux.sys -> ldlinux.sys migrationH. Peter Anvin2010-06-241-16/+40
| * libfat: formatting fixH. Peter Anvin2010-06-241-3/+3
* | Move modify_adv() into common codeH. Peter Anvin2010-06-234-43/+30
|/
* fs: enforce filetypes in open_fileH. Peter Anvin2010-06-231-5/+13
* opendir: enforce the file typeH. Peter Anvin2010-06-231-2/+9
* pxe: set the file type in the inode structureH. Peter Anvin2010-06-231-0/+1
* memdiskfind: remove debugging printfH. Peter Anvin2010-06-221-2/+0
* memdiskfind: make sure we don't map unavailable RAMH. Peter Anvin2010-06-221-6/+38
* mtools: create an empty ADVsyslinux-4.00-pre58H. Peter Anvin2010-06-222-2/+12
* dos: vacuous ADV supportH. Peter Anvin2010-06-225-1/+81
* setadv: remove unused, nonportable header fileH. Peter Anvin2010-06-221-1/+0
* win32: vacuous ADV supportH. Peter Anvin2010-06-227-142/+176
* win32: use .obj not .o, and build an intermediate libraryH. Peter Anvin2010-06-221-6/+14
* pxe: fix the timeout logic for RRQsyslinux-4.00-pre57H. Peter Anvin2010-06-221-28/+22
* pxe: fix bugs in DHCP parsing and config file selectionH. Peter Anvin2010-06-222-60/+57
* pxe: correct the generation of the UUID stringH. Peter Anvin2010-06-221-5/+5
* Merge remote branch 'erwan/master_new'H. Peter Anvin2010-06-2221-404/+401
|\
| * hdt: new release 0.3.6.1hdt-0.3.6.1Erwan Velu2010-06-221-2/+2
| * hdt: Using syslinux_reboot() callErwan Velu2010-06-225-17/+14
| * hdt: updating memtest to 4.10Erwan Velu2010-06-222-3/+3
| * Replacing strncpy by strlcpyErwan Velu2010-06-2211-376/+376
| * Merge branch 'master' of git://git.kernel.org/pub/scm/boot/syslinux/syslinux ...Erwan Velu2010-06-2225-85/+534
| |\
| * | Fixing compilation warningErwan Velu2010-06-214-7/+7
* | | sysdump, be_srec: increment the addressH. Peter Anvin2010-06-221-0/+1
* | | sysdump: output S-records to the consoleH. Peter Anvin2010-06-223-0/+86
| |/ |/|
* | memdisk: add a sector_shift field to the MDI; fix memdiskfindH. Peter Anvin2010-06-224-14/+22
* | diskstart: if no partition table, we need Hidden == 0syslinux-4.00-pre56H. Peter Anvin2010-06-221-5/+11
* | isohybrid: fix another type mismatchH. Peter Anvin2010-06-221-1/+1
* | sysdump: smarter ACPI dumpH. Peter Anvin2010-06-213-19/+288
* | sysdump: make TFTP server optionalH. Peter Anvin2010-06-211-3/+23
* | <syslinux/config.h> fix the order of struct syslinux_ipinfoH. Peter Anvin2010-06-211-2/+2
* | memdiskfind: sanity check the FBM valueH. Peter Anvin2010-06-211-1/+4
* | memdiskfind: utility to find an mBFT and output phram parametersH. Peter Anvin2010-06-212-1/+123
* | memdisk: make mstructs.h includable from LinuxH. Peter Anvin2010-06-218-28/+24
* | utils/Makefile: fix build rulesH. Peter Anvin2010-06-211-2/+2
* | isohybrid: fix beginner mistakesH. Peter Anvin2010-06-211-2/+2
* | core: Make cfarcall IF-preservingH. Peter Anvin2010-06-211-2/+9
* | com32: make __farcall() IF-preservingH. Peter Anvin2010-06-211-1/+14
* | linux installer: better error message for missing /tmpGeorge David2010-06-211-1/+2
* | comboot: allow the read disk API call to specify a 64-bit LBAH. Peter Anvin2010-06-212-4/+4
* | core, adv: for CHS mode, the top 40 LBA bits must be zeroH. Peter Anvin2010-06-211-0/+4
* | pxelinux: use alignb not alignz in a bss sectionsH. Peter Anvin2010-06-211-1/+1
|/
* diskstart: fix CHS mode, reinstate cyl 1023 checksyslinux-4.00-pre55H. Peter Anvin2010-06-211-12/+11
* diskstart: clean up GPT handlingH. Peter Anvin2010-06-211-9/+11
* dns: don't get stuck on no packet receivedsyslinux-4.00-pre54H. Peter Anvin2010-06-211-10/+5
* core: Preserve IF through call16()H. Peter Anvin2010-06-212-3/+17
* pxe: fix handling of lost packets in DNS resolutionH. Peter Anvin2010-06-212-78/+75