summaryrefslogtreecommitdiff
path: root/core
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'syslinux-3.7x'H. Peter Anvin2009-04-251-0/+2
|\
| * ISOLINUX: set directory length correctlySteffen Winterfeldt2009-04-251-0/+2
* | pxelinux: fix minor bugsH. Peter Anvin2009-04-241-4/+2
* | a20: advance A20Test by a large, prime numberH. Peter Anvin2009-04-211-1/+1
* | a20: remove DO_WBINVD configurableH. Peter Anvin2009-04-213-43/+0
* | a20: inline io_delayH. Peter Anvin2009-04-211-4/+3
* | a20: A20Test is now a dwordH. Peter Anvin2009-04-211-2/+3
* | a20: try to avoid io_delay if A20 is already enabledH. Peter Anvin2009-04-211-25/+19
* | Global whitespace cleanup.H. Peter Anvin2009-04-207-12/+12
* | 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
* | bcopyxx: when going to 16-bit PM, might as well do it rightH. Peter Anvin2009-04-163-10/+13
* | Merge branch 'syslinux-3.7x'H. Peter Anvin2009-04-144-21/+14
|\ \ | |/
| * 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
* | 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
* | | 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
* | | shuffler: work around KVM problem with the new shufflerH. Peter Anvin2009-04-134-33/+43
* | | 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
|/ /
* | 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
* | pxelinux: be more paranoid about saving/restoring flagsH. Peter Anvin2009-04-122-11/+8
* | Merge branch 'new-shuffler'H. Peter Anvin2009-04-0812-642/+577
|\ \ | |/ |/|
| * syslinux.ld: fix comment syntaxH. Peter Anvin2009-04-041-12/+12
| * Update copyright noticesH. Peter Anvin2009-04-046-3/+21
| * Merge branch 'master' into new-shufflerH. Peter Anvin2009-04-0415-10/+25
| |\
| * | shuffler: zero-extend the proper register for shuffle list lengthH. Peter Anvin2009-03-311-1/+1
| * | shuffler: use lss for real-mode return in simple_pm_callH. Peter Anvin2009-03-311-8/+6
| * | shuffler: minor cleanups in bcopyxx.incH. Peter Anvin2009-03-311-3/+5
| * | shuffler: reload EDI, ESI, ECX before calling shuffle_and_boot_rawH. Peter Anvin2009-03-311-0/+3
| * | shuffler: make the new shuffler actually workH. Peter Anvin2009-03-314-64/+53
| * | shuffler: comboot interface to the new shufflerH. Peter Anvin2009-03-314-10/+22
| * | shuffer: make the new shuffler not pollute unrelated memoryH. Peter Anvin2009-03-311-17/+41
| * | shuffler: first cut of a simpler shuffle routineH. Peter Anvin2009-03-3110-627/+516
* | | core: unbreak "make depend", fix make spotlessH. Peter Anvin2009-04-062-4/+5
* | | ipappend: clean up ipappend code; add ipappend to plain cmdlineH. Peter Anvin2009-04-064-45/+60
| |/ |/|
* | Update copyright notices; add Intel notices where appropriateH. Peter Anvin2009-04-0414-5/+19
* | com32: fix the argument orderH. Peter Anvin2009-04-011-1/+1
* | com32: make memory beyond the core HighMem available to mallocH. Peter Anvin2009-04-011-1/+2
* | Banner: "and contributors" is just too long; try "et al"H. Peter Anvin2009-03-314-4/+4
|/
* Fix the new kernel command-line parsersyslinux-3.74-pre14H. Peter Anvin2009-03-301-2/+3
* Add "and contributors" to the copyright bannerH. Peter Anvin2009-03-214-4/+4
* getc: move parseint_esdi out of the getint control flowH. Peter Anvin2009-03-201-15/+14
* runkernel: further simplify the command-line parsersyslinux-3.74-pre8H. Peter Anvin2009-03-181-38/+33