summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* menu: initial work on hash table for labelshashtblH. Peter Anvin2009-04-215-63/+350
* Global whitespace cleanup.H. Peter Anvin2009-04-2035-83/+70
* core: remove references to MDSLINUXH. Peter Anvin2009-04-194-12/+7
* core: merge the startup code for disk-based derivativesH. Peter Anvin2009-04-194-1307/+707
* hdt: fix format string warningsSebastian Herbszt2009-04-172-5/+3
* com32: remove unused variablesSebastian Herbszt2009-04-172-4/+0
* bcopyxx: when going to 16-bit PM, might as well do it rightH. Peter Anvin2009-04-164-12/+16
* Merge branch 'syslinux-3.7x'H. Peter Anvin2009-04-1612-45/+70
|\
| * rosh: don't compile rosh.lnx by defaultsyslinux-3.75H. Peter Anvin2009-04-151-1/+1
| * NEWS: document HDT PCI fixsyslinux-3.75-pre4H. Peter Anvin2009-04-151-0/+1
| * hdt: Fixing latency indentationErwan Velu2009-04-151-1/+1
| * pci: Using for_each_pci_func3Erwan Velu2009-04-151-3/+2
| * pci: add pci_for_each_func3() which produces an addressH. Peter Anvin2009-04-151-0/+10
| * PCI: Fixing freeze when detecting many PCI devicesErwan Velu2009-04-151-22/+11
| * NEWS: add the latest stuff...syslinux-3.75-pre3H. Peter Anvin2009-04-141-0/+3
| * gpxe: Don't use "lret $2" to return from an interruptH. Peter Anvin2009-04-143-13/+26
| * menu: modify MENU SAVE to be a cascading defaultH. Peter Anvin2009-04-144-7/+27
| * doc: fix stray parenthesis in syslinux.txtH. Peter Anvin2009-04-141-1/+1
| * doc: update copyright in syslinux.txtH. Peter Anvin2009-04-141-1/+1
* | pci: add pci_for_each_func3() which produces an addressH. Peter Anvin2009-04-141-0/+10
* | doc: clarify CS.base restriction for KVMH. Peter Anvin2009-04-141-2/+2
* | Merge branch 'syslinux-3.7x'H. Peter Anvin2009-04-144-10/+92
|\ \ | |/
| * NEWS: the extlinux(1) is from Brian Pellin, not Daniel Baumann.H. Peter Anvin2009-04-141-1/+1
| * NEWS: document MEMDISK fixes, updates.syslinux-3.75-pre2H. Peter Anvin2009-04-141-1/+5
| * Adding manpage from Brian Pellin <bpellin@gmail.com> for extlinux.Daniel Baumann2009-04-141-0/+59
| * Correcting typo in extlinux documentation.Daniel Baumann2009-04-141-1/+1
| * MEMDISK: traceability for the geometryH. Peter Anvin2009-04-141-8/+27
| * MEMDISK: fix MBR geometry extractionH. Peter Anvin2009-04-141-1/+1
* | Merge branch 'syslinux-3.7x'H. Peter Anvin2009-04-145-22/+17
|\ \ | |/
| * NEWS, version: bump version to 3.75, document keeppxe fixsyslinux-3.75-pre1H. Peter Anvin2009-04-142-2/+4
| * pxelinux: fix the handling of KeepPXEH. Peter Anvin2009-04-144-21/+14
* | core/bcopyxx.inc: save a few bytesH. Peter Anvin2009-04-131-3/+4
* | Fix infinite loop in syslinux_memmap_find()H. Peter Anvin2009-04-132-8/+8
* | Merge branch 'timeout-fix'H. Peter Anvin2009-04-131-2/+4
|\ \
| * | pxelinux: fix the new timeout codeH. Peter Anvin2009-04-131-2/+4
* | | com32: use xfer_buf_seg as the bounce bufferH. Peter Anvin2009-04-132-13/+6
* | | doc: add note about KVM restriction on CS.baseH. Peter Anvin2009-04-131-1/+3
* | | core: don't misalign xfer_buf_segH. Peter Anvin2009-04-131-5/+8
* | | Something slightly saner for DummyTSSH. Peter Anvin2009-04-131-3/+3
* | | GDT: remove unused DS16_4G and SS16 descriptorsH. Peter Anvin2009-04-131-17/+8
* | | shuffle_rm.c: minor style cleanupH. Peter Anvin2009-04-131-8/+8
* | | shuffler: work around KVM problem with the new shufflerH. Peter Anvin2009-04-139-53/+85
* | | core: move vgafontbuf out of the zero segmentH. Peter Anvin2009-04-137-51/+52
* | | core: add alignz macro (analogous to "alignb") for zero-pad alignH. Peter Anvin2009-04-1315-25/+32
* | | core/macros.inc: iterative definition of asciidecH. Peter Anvin2009-04-131-30/+24
* | | bootrm: allow entering with IF=1; smarter stub locationH. Peter Anvin2009-04-132-26/+29
|/ /
* | pxelinux: use a table-driven backoffH. Peter Anvin2009-04-132-23/+39
* | pxelinux: be more aggressive about retransmitting ACKsH. Peter Anvin2009-04-131-2/+2
* | Makefile: add missing MBR variants to BOBJECTSH. Peter Anvin2009-04-131-1/+3
* | pxelinux: be more paranoid about saving/restoring flagsH. Peter Anvin2009-04-122-11/+8