| Commit message (Expand) | Author | Age | Files | Lines |
* | Move files out of root into core, dos, and utils | H. Peter Anvin | 2008-05-29 | 1 | -633/+0 |
* | Whitespace cleanup...syslinux-3.62-pre11 | H. Peter Anvin | 2008-02-19 | 1 | -1/+1 |
* | Don't close the A20 gate; leave it open | H. Peter Anvin | 2008-02-15 | 1 | -1/+8 |
* | Slightly simpler to use interface to simple_pm_call | H. Peter Anvin | 2008-02-15 | 1 | -10/+17 |
* | bcopy32: refactor the bcopy routine to be able to reuse the pm part | H. Peter Anvin | 2008-02-15 | 1 | -46/+82 |
* | Update copyright year | H. Peter Anvin | 2008-01-10 | 1 | -1/+1 |
* | Fix incorrect handling of overlapping memory areas in bcopy32syslinux-3.55-pre3 | H. Peter Anvin | 2008-01-03 | 1 | -2/+2 |
* | Stealth whitespace cleanup | H. Peter Anvin | 2007-12-12 | 1 | -1/+1 |
* | In 32-bit mode, "xor eax,eax" is shorter than "xor ax,ax" | H. Peter Anvin | 2007-11-09 | 1 | -1/+1 |
* | Typo cleanup | H. Peter Anvin | 2007-11-07 | 1 | -1/+1 |
* | Clean up the transition to PM for shuffle-and-boot-to-PM | H. Peter Anvin | 2007-11-06 | 1 | -4/+12 |
* | Setting cr0 requires a jmp to synchronize on 386/486 | H. Peter Anvin | 2007-11-04 | 1 | -1/+2 |
* | Code cleanup: get rid of hard-coded descriptor numbers | H. Peter Anvin | 2007-11-01 | 1 | -10/+24 |
* | Mark TSS unbusy before protected mode entry | H. Peter Anvin | 2007-10-11 | 1 | -0/+3 |
* | Set TR and LDTR when entering protected mode | H. Peter Anvin | 2007-10-11 | 1 | -7/+26 |
* | Move most messages into the appropriate .inc files | H. Peter Anvin | 2007-06-20 | 1 | -0/+5 |
* | Support chaining shuffle descriptors when buffer is too smallsyslinux-3.50-pre1 | H. Peter Anvin | 2007-03-30 | 1 | -1/+20 |
* | Stealth whitespace cleanup (automated) | H. Peter Anvin | 2007-03-14 | 1 | -3/+3 |
* | Add a register-setting shuffle and boot for real mode; clean up headers.syslinux-3.40-pre14 | H. Peter Anvin | 2007-03-14 | 1 | -2/+8 |
* | Add support for using a shuffle descriptor to bzero rather than bcopy | H. Peter Anvin | 2007-03-13 | 1 | -6/+36 |
* | New API call: cleanup, shuffle and boot to flat protected mode | H. Peter Anvin | 2007-03-11 | 1 | -2/+24 |
* | Remove CVS-era $Id$ tags. | H. Peter Anvin | 2006-08-17 | 1 | -1/+0 |
* | When exiting a COMBOOT/COM32 module, reset the stack instead of saving | H. Peter Anvin | 2006-08-17 | 1 | -1/+0 |
* | Across-the-board stealth whitespace cleanup | H. Peter Anvin | 2006-05-03 | 1 | -5/+5 |
* | Commit 3.10 changes to mainline. In particular, support multi-file | hpa | 2005-01-06 | 1 | -25/+61 |
* | Fix pxelinux relocation; work around infinite loop in pxelinux mangle_name | hpa | 2004-12-28 | 1 | -2/+8 |
* | Use skip of 2 for the magic A20 numbers | hpa | 2004-12-27 | 1 | -6/+5 |
* | More work on using sections for memory alignment. Make bcopy32 always | hpa | 2004-12-27 | 1 | -65/+23 |
* | Reorganize memory slightly; split .bss into .bss and .earlybss and | hpa | 2004-12-27 | 1 | -2/+5 |
* | Fix the use of MAC handling in pxelinux; fix copy_over_selfsyslinux-2.20-pre4 | hpa | 2004-12-17 | 1 | -2/+2 |
* | Actually use sections, and move common variables into the .inc files.syslinux-2.20-pre3 | hpa | 2004-12-17 | 1 | -1/+10 |
* | Move the .bss to a separate section so we can at least begin to move | hpa | 2004-12-17 | 1 | -2/+2 |
* | Fix the spelling of "Boston" | hpa | 2004-12-14 | 1 | -1/+1 |
* | Fix bugs in chainloading other NBPs from pxelinuxsyslinux-2.07-pre7 | hpa | 2003-11-18 | 1 | -2/+2 |
* | Add an API for COMBOOT images, and add support for "COM32" -- 32-bit | hpa | 2002-06-11 | 1 | -0/+5 |
* | Remove some redundant move-via-register of segments | hpa | 2002-06-07 | 1 | -2/+1 |
* | Factor out CPU initialization and some common configuration intosyslinux-1.73-pre6 | hpa | 2002-04-28 | 1 | -18/+21 |
* | Make the setup of the bootup entry state saner. | hpa | 2002-04-28 | 1 | -13/+6 |
* | Generalize and factor out bootsector-generation code.syslinux-1.73-pre5 | hpa | 2002-04-28 | 1 | -9/+42 |
* | More factoring of common code | hpa | 2002-04-27 | 1 | -0/+414 |