summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* diskstart: if no partition info is available, use bsHiddensyslinux-4.00-pre63H. Peter Anvin2010-06-261-2/+7
* Update .gitignoreH. Peter Anvin2010-06-261-0/+3
* extlinux: set bsHidden for loop devicesH. Peter Anvin2010-06-262-5/+15
* PM getcwd(); Fix COM32 getcwdGene Cumm2010-06-265-21/+20
* core: move PartInfo back to the top of stackH. Peter Anvin2010-06-261-9/+8
* syslinux.ld: remove redundant definition of STACK32_LENH. Peter Anvin2010-06-261-2/+0
* menu: add MENU HELPH. Peter Anvin2010-06-264-4/+43
* core, fs: eliminate recursion in put_inode()H. Peter Anvin2010-06-261-5/+4
* chain.c32: fix handover to a logical partitionH. Peter Anvin2010-06-261-48/+65
* gptmbr: skip partitions with all-zero PartitionTypeGUIDH. Peter Anvin2010-06-261-0/+6
* pwd.c32: add to MakefileH. Peter Anvin2010-06-261-1/+1
* chain.c32: "fs" is a singular token, only match if completeH. Peter Anvin2010-06-261-1/+1
* com32 pwd moduleGene Cumm2010-06-261-0/+51
* Fix COM32 chdir()Gene Cumm2010-06-263-6/+8
* pmapi: make the pmapi vector include its own sizeH. Peter Anvin2010-06-262-0/+4
* chain: Support booting GPT partition by labelShao Miller2010-06-262-6/+73
* chain: Support booting GPT disk/partition by GUIDShao Miller2010-06-262-23/+149
* core, fs: handle .. resolution in the filesystem coreH. Peter Anvin2010-06-252-14/+33
* btrfs: initialize the block cache earlyH. Peter Anvin2010-06-251-44/+5
* btrfs: do not read past the end of the diskH. Peter Anvin2010-06-251-0/+8
* core, diskio: make error messages a little more usefulH. Peter Anvin2010-06-251-1/+7
* extlinux: modify the layout for btrfsH. Peter Anvin2010-06-251-9/+13
* dos: include the ADV in the file size to be sector mappedsyslinux-4.00-pre62H. Peter Anvin2010-06-251-1/+2
* mtools: include the size of the ADV in the mappable rangeH. Peter Anvin2010-06-251-1/+2
* 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