summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2008-02-16ISOLINUX: Adaptec bug fix: handle the case of DL missing bit 7syslinux-3.62-pre9Bruce Robson1-3/+11
2008-02-16Get rid of 4096-entry limit in the simple menu systemsyslinux-3.62-pre8H. Peter Anvin3-10/+35
2008-02-16If we're showing a scrollbar, always show at least one unitH. Peter Anvin1-1/+1
2008-02-15Put virtual kernels (CLI labels) in high memorysyslinux-3.62-pre7H. Peter Anvin11-84/+97
2008-02-15hello.c: print arguments, no input sectionH. Peter Anvin1-9/+4
2008-02-15Don't close the A20 gate; leave it openH. Peter Anvin3-1/+21
2008-02-15Slightly simpler to use interface to simple_pm_callH. Peter Anvin1-10/+17
2008-02-15bcopy32: refactor the bcopy routine to be able to reuse the pm partH. Peter Anvin1-46/+82
2008-02-14VESA: suppress an unused arguments warningH. Peter Anvin1-0/+1
2008-02-14VESA: align the row buffer to a multiple of 4 bytes.H. Peter Anvin1-1/+1
2008-02-14Add __aligned() and __alignas() macrosH. Peter Anvin1-0/+4
2008-02-13VESA: Minor cleanupssyslinux-3.62-pre6H. Peter Anvin2-9/+12
2008-02-13VESA: move debugging code to separate header fileH. Peter Anvin2-25/+38
2008-02-13Set the window size to 2 GB for linear framebufferH. Peter Anvin1-1/+5
2008-02-13Bypass pixel conversion when the output format is BGRA32H. Peter Anvin3-21/+21
2008-02-13Treat linear framebuffer as a degenerate paged framebufferH. Peter Anvin4-43/+35
2008-02-13VESA: move pixel formatting into __vesacon_copy_to_screen()syslinux-3.62-pre5H. Peter Anvin7-70/+85
2008-02-13Fix the calculation of bytes_per_pixelH. Peter Anvin2-16/+1
2008-02-13Replace C version of memmove() with slightly optimized assemblyH. Peter Anvin2-34/+79
2008-02-13Document support for nonlinear frame buffers.syslinux-3.62-pre4H. Peter Anvin1-0/+2
2008-02-13VESA: Support 15-bit RGB modes.H. Peter Anvin3-0/+18
2008-02-13Add support for paged (banked) VESA video modeH. Peter Anvin6-14/+162
2008-02-13Correct comment specific to SYSLINUX in the other derivativesH. Peter Anvin3-6/+3
2008-02-13isolinux: spec buffer size is 13h (19), not 13H. Peter Anvin1-1/+1
2008-02-12The shuffle descriptors need to be unused for input *and* outputsyslinux-3.62-pre3H. Peter Anvin1-5/+17
2008-02-12Change the minimum number of shuffle descriptors to 64.H. Peter Anvin2-3/+3
2008-02-12Query the shuffle descriptor set size and use itH. Peter Anvin1-1/+14
2008-02-12Move the prototypes for syslinux_shuffle_boot_*()H. Peter Anvin3-12/+12
2008-02-12A bit more exactitude in the documentationH. Peter Anvin1-2/+2
2008-02-12Switch the display file and graphics routines to using the getc stackH. Peter Anvin9-185/+90
2008-02-12getc: don't clobber AH; return CF=1, AL=0 on end of fileH. Peter Anvin1-2/+4
2008-02-12NEWS: document longer command line limit.syslinux-3.62-pre2H. Peter Anvin1-0/+2
2008-02-12simple menu: extend command line size to 2047 charactersH. Peter Anvin1-2/+2
2008-02-12Change command line limit to 2047 charactersH. Peter Anvin5-8/+10
2008-02-12Remove last users of getcbuf; reclaim the address spaceH. Peter Anvin6-20/+23
2008-02-11shuffle: avoid computing block lists that will never convergeH. Peter Anvin1-4/+8
2008-02-11Document changessyslinux-3.62-pre1H. Peter Anvin1-0/+7
2008-02-11Handle arbitrary numbers of shuffle descriptorsH. Peter Anvin2-22/+147
2008-02-11comboot: guarantee at least 256 shuffle descriptorsH. Peter Anvin1-1/+2
2008-02-11Working on version 3.62H. Peter Anvin1-1/+1
2008-02-10simple menu: support sha256 and sha512 passwordsH. Peter Anvin1-8/+35
2008-02-10com32/*: move _GNU_SOURCE definitions into MakefilesH. Peter Anvin5-5/+2
2008-02-10libutil: add header file <xcrypt.h> for extended crypt routinesH. Peter Anvin3-0/+12
2008-02-10mempcpy(): correct naming of the mempcpy() functionH. Peter Anvin1-4/+4
2008-02-10simple menu: update copyright notices; clean whitespaceH. Peter Anvin8-15/+26
2008-02-10simple menu: break password comparisons out into a separate fileH. Peter Anvin4-53/+71
2008-02-10menu.c: add missing return statementH. Peter Anvin1-0/+1
2008-02-10Simple menu system: move to dedicated subdirectoryH. Peter Anvin9-14/+105
2008-02-08memdump: avoid comma in filenamesH. Peter Anvin1-1/+1
2008-02-08memdump: add .bin suffix to generated filenamesH. Peter Anvin1-1/+1
2008-02-08Zero-terminate "aborted." string.H. Peter Anvin1-1/+1
2008-02-01Document e820 parser change.syslinux-3.61-pre7syslinux-3.61H. Peter Anvin1-0/+2
2008-02-01E820 parser: handle BIOSes with multiple contiguous regionsH. Peter Anvin1-37/+41
2008-01-28Document fixing MD5 passwords.syslinux-3.61-pre6H. Peter Anvin1-1/+1
2008-01-28menu: clean up and fix MD5 password codeH. Peter Anvin2-53/+61
2008-01-24extlinux: early check for ext2/ext3-ness of filesystemsyslinux-3.61-pre5H. Peter Anvin1-0/+12
2008-01-22meminfo.c32: a program to dump out the system memory mapH. Peter Anvin2-1/+110
2008-01-22mbr: save another 5 bytes by terminating error on newlinesyslinux-3.61-pre4H. Peter Anvin1-8/+4
2008-01-22mbr.S: save one more bytesyslinux-3.61-pre3H. Peter Anvin1-1/+1
2008-01-17Advanced menu: update #include pathH. Peter Anvin1-1/+1
2008-01-17ISOLINUX: fix booting when mastered with non-mkisofs toolssyslinux-3.61-pre2H. Peter Anvin2-1/+11
2008-01-16Next version is 3.61syslinux-3.61-pre1H. Peter Anvin1-1/+1
2008-01-16EXTLINUX: correct bug when accessing an empty file; update NEWS.H. Peter Anvin2-1/+10
2008-01-16Standardize format for copyright lines and updateH. Peter Anvin10-11/+11
2008-01-15elf.c32: a PHDR segment is loadable; handle filesz > memszH. Peter Anvin1-10/+14
2008-01-14SHA1 passwords: initialize the context before saltingJeffrey Hutzelman1-2/+2
2008-01-11adv: clean up NASM 2.01 warningH. Peter Anvin1-2/+2
2008-01-11Makefile: remove old cruftH. Peter Anvin1-9/+1
2008-01-10Merge commit 'syslinux-3.55' into advsyslinux-3.60H. Peter Anvin1-2/+5
2008-01-10specfile: install the man pages into %{_mandir}syslinux-3.553.5xH. Peter Anvin1-1/+1
2008-01-10Fix the handling of man pages in the specfile.H. Peter Anvin1-1/+4
2008-01-10Merge commit 'origin/master' into advH. Peter Anvin211-212/+212
2008-01-10Update copyright yearH. Peter Anvin202-203/+203
2008-01-09Merge commit 'origin/master' into advH. Peter Anvin1-0/+0
2008-01-09Move rfc5071.txt into the doc directoryH. Peter Anvin1-0/+0
2008-01-07Unconditionally reset the ADV if we don't have one loaded from a mediumsyslinux-3.60-pre8H. Peter Anvin1-0/+4
2008-01-07Use the proper register when initializing a new ADVH. Peter Anvin1-1/+1
2008-01-07ADVSec0/1 are dwords, not bytes...H. Peter Anvin1-6/+6
2008-01-04Merge commit 'syslinux-3.55-pre4' into advsyslinux-3.60-pre7H. Peter Anvin7-8/+269
2008-01-04Handle vga={ask|normal|ext} in linux.c32syslinux-3.55-pre4H. Peter Anvin1-2/+16
2008-01-03Fix incorrect handling of overlapping memory areas in bcopy32syslinux-3.55-pre3H. Peter Anvin2-3/+6
2008-01-03Add simple module to load and run a protected-mode raw binaryH. Peter Anvin2-2/+232
2007-12-20Document options to the syslinux commandGeert Stappers1-0/+14
2007-12-18specfile: Manual pages are usually not tagged %docH. Peter Anvin1-1/+1
2007-12-18Merge commit 'origin/master' into advsyslinux-3.60-pre6H. Peter Anvin20-8/+585
2007-12-18Move doc files to doc/, and add man pages from Debiansyslinux-3.55-pre2H. Peter Anvin20-8/+585
2007-12-18Higher confidence in the harmlessness of the ADV codesyslinux-3.60-pre5H. Peter Anvin1-2/+6
2007-12-18Document the EXTLINUX ADV commands.H. Peter Anvin1-2/+36
2007-12-14Update ADV documentation in comboot.docH. Peter Anvin1-3/+4
2007-12-14Add missing libinstaller filessyslinux-3.60-pre4H. Peter Anvin3-0/+235
2007-12-14Document ADV and its stuffH. Peter Anvin1-0/+11
2007-12-14Call this version 3.60. The gPXE support work is waiting for them.H. Peter Anvin1-1/+1
2007-12-14Create libinstaller; actually implement boot-once for extlinuxH. Peter Anvin13-107/+324
2007-12-13syslinux_setadv(): handle size == 0, error on size > 255H. Peter Anvin1-12/+18
2007-12-13Library routines for manipulating ADV dataH. Peter Anvin6-2/+224
2007-12-13Documentation: ADV was definitely not in 3.53...H. Peter Anvin1-2/+2
2007-12-13Snapshot: initialize the default ADV for disk-based derivativesH. Peter Anvin2-12/+33
2007-12-13Use the ADV to support boot-onceH. Peter Anvin2-0/+33
2007-12-13Initial support for auxilliary data vectorH. Peter Anvin15-15/+711
2007-12-13Deprecate PXELINUX option 208 in accordance with RFC 5071syslinux-3.55-pre1H. Peter Anvin4-12/+807
2007-12-133.54 is gone, now working on 3.55H. Peter Anvin1-1/+1
2007-12-12BBS on Award, not Phoenix, is broken... don't know about Phoenix.syslinux-3.54H. Peter Anvin1-1/+1
2007-12-12Stealth whitespace cleanupH. Peter Anvin4-4/+3
2007-12-11Document cfarcall thunking supportH. Peter Anvin1-1/+8
2007-12-10cdecl helper is 3.54 materialH. Peter Anvin1-1/+1
2007-12-10Separate attribute control for disabled menu itemssyslinux-3.54-pre1H. Peter Anvin2-3/+9
2007-12-10Documentation update: NEWS, new MENU commandsH. Peter Anvin2-0/+64
2007-12-10Fix handling of VESA modes with noncontiguous memory buffersH. Peter Anvin3-9/+10
2007-11-21Add "menu separator", "menu indent", "menu disabled"H. Peter Anvin3-8/+61
2007-11-21spec: Require NASM 0.98.39H. Peter Anvin1-1/+1
2007-11-21Patch for syslinux.specBernard Li1-1/+5
2007-11-20When setting up the cfarcall stack frame, copy the right amountH. Peter Anvin1-0/+1
2007-11-20Add missing thunk function for cfarcallH. Peter Anvin1-0/+11
2007-11-20Next version is presumably 3.54H. Peter Anvin1-1/+1
2007-11-20Add support for thunking cdecl/stdcall-style real-mode codeH. Peter Anvin5-12/+78
2007-11-20struct term_state: remove duplicate .xy and unused .attrH. Peter Anvin2-2/+0
2007-11-17mbr: remove *.bin on "spotless", not "clean"syslinux-3.53H. Peter Anvin1-1/+1
2007-11-17Document changes for 3.53H. Peter Anvin1-0/+15
2007-11-17Fix invalid segment assumption in pxelinuxsyslinux-3.53-pre6H. Peter Anvin2-6/+12
2007-11-14Preserve ES:DI instead of probing for $PnPsyslinux-3.53-pre5H. Peter Anvin8-50/+55
2007-11-14mbr.S: fix loading from logical partitionsH. Peter Anvin1-1/+1
2007-11-14ISOLINUX: Change DriveNo -> DriveNumberH. Peter Anvin3-12/+12
2007-11-13Fix boot sectors; cleanup_hardware must preserve registerssyslinux-3.53-pre4H. Peter Anvin1-1/+2
2007-11-13Remove unused variable BufSafeSecH. Peter Anvin4-4/+0
2007-11-09Add sha256crypt and sha512crypt; not yet enabledH. Peter Anvin7-3/+1577
2007-11-09In 32-bit mode, "xor eax,eax" is shorter than "xor ax,ax"H. Peter Anvin1-1/+1
2007-11-07Typo cleanupH. Peter Anvin1-1/+1
2007-11-07Guard section to avoid future partial-sector-clobber issuessyslinux-3.53-pre3H. Peter Anvin4-6/+11
2007-11-06Clean up the transition to PM for shuffle-and-boot-to-PMH. Peter Anvin1-4/+12
2007-11-06isolinux: protect bss variables clobbered due to final sector loadH. Peter Anvin1-1/+5
2007-11-04Setting cr0 requires a jmp to synchronize on 386/486H. Peter Anvin1-1/+2
2007-11-02Use "nop nop" to clobber "mov cs,ax" even though it's longerH. Peter Anvin1-3/+2
2007-11-02Optional debugging code for shuffle and boot and load_linuxsyslinux-3.53-pre2H. Peter Anvin2-0/+41
2007-11-02comboot: fix shuffle_and_boot_rm (used by linux.c32)H. Peter Anvin1-0/+1
2007-11-02Remove unused EndOfGetcBufH. Peter Anvin4-4/+0
2007-11-01Code cleanup: get rid of hard-coded descriptor numbersH. Peter Anvin2-16/+30
2007-11-01mkdiskimage: correct the partition type for > 1024 cylindersH. Peter Anvin1-3/+3
2007-11-01syslinux $PnP search fixsyslinux-3.53-pre1Gerald Britton1-1/+2
2007-11-01Try to fix libfat/ulint.h for non-x86 platformsH. Peter Anvin1-6/+14
2007-11-01mkdiskimage: support more than 1024 cylindersH. Peter Anvin1-7/+22
2007-11-01DHCP bootfile option is 67, not 64.H. Peter Anvin1-1/+1
2007-11-01Fix [BI]ESUBDIRS for make installer/tidy/clean/spotlessH. Peter Anvin2-4/+8
2007-10-11Add .gitignore file so "git status" makes senseH. Peter Anvin1-0/+34
2007-10-11Mark TSS unbusy before protected mode entryH. Peter Anvin2-0/+5
2007-10-11Set TR and LDTR when entering protected modeH. Peter Anvin2-7/+30
2007-10-10Makefiles: create NASMOPT variableH. Peter Anvin7-11/+18
2007-10-03Update the memory layout specificationH. Peter Anvin11-28/+25
2007-10-02Next version is 3.53H. Peter Anvin1-1/+1
2007-10-02elf.c: better error message when memory is unavailableH. Peter Anvin1-1/+2
2007-10-02memdump: remove debugging code never meant for releaseH. Peter Anvin1-12/+0
2007-10-02bootsect.inc: make sure the $PnP header can fit inside the segmentH. Peter Anvin1-2/+2
2007-09-24Fix building on a 64-bit system without a 32-bit system installedsyslinux-3.52-pre10syslinux-3.52H. Peter Anvin15-29/+369
2007-09-21localboot.c32: sample/test program for invoking syslinux_local_boot()H. Peter Anvin2-0/+10
2007-09-21memdump: a debugging utility to dump memory over a serial portH. Peter Anvin27-2/+3611
2007-09-21Document memory overwrite fixsyslinux-3.52-pre9H. Peter Anvin1-0/+2
2007-09-21memdisk: add "nopass" option to completely take over INT 13hH. Peter Anvin2-31/+43
2007-09-21comboot: fix memory overwrite bugH. Peter Anvin1-0/+1
2007-09-19ISOLINUX: save segment registers around INT 13hH. Peter Anvin2-4/+23
2007-08-27NEWS: EDD now actually works in MEMDISKsyslinux-3.52-pre8H. Peter Anvin1-0/+1
2007-08-27MEMDISK: Fix register messup in EDDDuane Voth1-7/+8
2007-08-16Clean up some of the new PCI code from Erwan Velu.syslinux-3.52-pre7H. Peter Anvin3-84/+99
2007-08-16Improving PCI collected informationsErwan Velu4-36/+295
2007-08-16Use git push instead of cg-pushH. Peter Anvin1-1/+1
2007-08-14Add reboot.c32 modulesyslinux-3.52-pre6H. Peter Anvin2-1/+18
2007-08-14com32: fix __farcall()H. Peter Anvin1-2/+3
2007-08-12More Etherboot pointersH. Peter Anvin1-0/+8
2007-08-12Document gPXE chaining to work around PXE stack problemsH. Peter Anvin1-0/+16
2007-08-06Fix section confusion...H. Peter Anvin2-0/+3
2007-08-06Give ourselves more room for codeH. Peter Anvin1-1/+1
2007-07-25Handle plural correctly in countdown.H. Peter Anvin3-4/+52
2007-07-24Install sha1pass, md5passsyslinux-3.52-pre5H. Peter Anvin1-1/+2
2007-07-24Add header file missing from previous checkin (md5.h)H. Peter Anvin1-0/+46
2007-07-24Add support for Unix-standard MD5 passwordH. Peter Anvin11-16/+632
2007-07-24Document MENU HIDDENH. Peter Anvin1-0/+2
2007-07-24Correctly handle switches between graphics and text modeH. Peter Anvin2-4/+6
2007-07-24Make the hidden timeout behaviour match the rest of the menuH. Peter Anvin1-4/+4
2007-07-24Move hidden_row to -2; don't re-timeout once a key is pressedH. Peter Anvin2-6/+8
2007-07-24Simple menu system: add support for "menu hidden"H. Peter Anvin4-21/+75
2007-07-23Document MEMDISK fixes.H. Peter Anvin1-0/+1
2007-07-20Add the actual zeroregs file; missing from a previous checkin.syslinux-3.52-pre4H. Peter Anvin1-0/+5
2007-07-20Add syslinux_reboot()H. Peter Anvin3-2/+90
2007-07-20com32: add a common zero-register structureH. Peter Anvin1-0/+1
2007-07-11MBR: shave off another byteH. Peter Anvin1-5/+6
2007-07-11MBR: shave off another byteH. Peter Anvin1-2/+2
2007-07-11MBR: one more commentH. Peter Anvin1-0/+1
2007-07-11MBR: shave another ~4 bytes through an ugly error message hackH. Peter Anvin1-22/+17
2007-07-11MBR: add HLT to prevent system from melting on failureH. Peter Anvin1-1/+3
2007-07-11MBR: add CR LF to the end of messagesH. Peter Anvin1-3/+3
2007-07-11MBR: shave 2 more bytesH. Peter Anvin1-2/+4
2007-07-11MBR: Don't clobber %eax before entering CBIOS codeH. Peter Anvin1-3/+5
2007-07-11MBR: always do setup for EBIOS, makes stack handling easier and saves jmpH. Peter Anvin1-14/+14
2007-07-11MBR: Handle the stack in read_sector correctly...H. Peter Anvin1-2/+3
2007-07-11One more MBR byteH. Peter Anvin1-1/+1
2007-07-11Another 12 bytes shaved off the MBR...H. Peter Anvin1-18/+12
2007-07-11Another 2 bytes off the MBR.H. Peter Anvin1-15/+13
2007-07-11Add some comments to the MBRH. Peter Anvin1-3/+3
2007-07-11Another 3 bytes or so off the MBR...H. Peter Anvin1-5/+7
2007-07-11One more MBR byte...H. Peter Anvin1-1/+1
2007-07-11Shave two more bytes off the MBRH. Peter Anvin1-4/+3
2007-07-11MBR: fix pointer to partition table baseH. Peter Anvin1-2/+2