summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* chain.c32: correctly set the length of the GPT handover structuresyslinux-4.00-pre61H. Peter Anvin2010-06-251-50/+57
* Merge remote branch 'sha0/chain_gpt'H. Peter Anvin2010-06-252-196/+664
|\
| * chain: Implement GPT hand-over protocol as documentedShao Miller2010-06-252-1/+51
| * chain: Allow booting the Syslinux partition with "fs"Shao Miller2010-06-242-31/+45
| * chain: A sprinkling of documentationShao Miller2010-06-242-20/+31
| * chain: Remove type-assurance macro for declarationsShao Miller2010-06-241-7/+6
| * chain: Support GPT disksShao Miller2010-06-241-1/+230
| * chain: Change disk partition iteration strategyShao Miller2010-06-241-111/+219
| * chain: Fix allocation size in read_sectorsShao Miller2010-06-241-1/+1
| * chain: Add DOS partition dumping routine for debuggingShao Miller2010-06-231-0/+33
| * chain: Use struct mbr where applicableShao Miller2010-06-231-39/+52
| * chain: Use CHS typedef and macrosShao Miller2010-06-221-6/+13
| * chain: Allow reading more than a single sectorShao Miller2010-06-221-9/+15
| * chain: Run Nindent on com32/modules/chain.cShao Miller2010-06-221-26/+24
* | pxe: don't corrupt the length of an RRQ packet on retryH. Peter Anvin2010-06-251-1/+4
* | pxe: fix the unload sequenceH. Peter Anvin2010-06-242-16/+24
* | pxe: fix ip_ok()H. Peter Anvin2010-06-242-8/+10
* | doc/gpt.txt: this is now fully implementedH. Peter Anvin2010-06-241-4/+2
* | Rename dir.c32 -> ls.c32syslinux-4.00-pre60H. Peter Anvin2010-06-242-2/+2
* | Merge remote branch 'erwan/master_new'H. Peter Anvin2010-06-242-31/+49
|\ \
| * | ifcpu: Adding PAE supportErwan Velu2010-06-241-4/+9
| * | disklib: Add WEE bootloader detection codeGert Hulselmans2010-06-241-0/+2
| * | ifcpu: printing usage if no parameterErwan Velu2010-06-241-31/+42
* | | 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