summaryrefslogtreecommitdiffstats
path: root/src/arch/i386/interface/syslinux
Commit message (Expand)AuthorAgeFilesLines
* [comboot] Support COMBOOT in 64-bit buildsMichael Brown2016-04-154-1054/+0Star
* [librm] Provide an abstraction wrapper for prot_callMichael Brown2016-02-191-12/+6Star
* [librm] Convert prot_call() to a real-mode near callMichael Brown2016-02-181-3/+0Star
* [librm] Discard argument as part of return from prot_call()Michael Brown2016-02-171-3/+3
* [bios] Use intptr_t when casting .text16 function pointersMichael Brown2016-02-161-9/+6Star
* [libc] Split rmsetjmp() and rmlongjmp() into a separate rmsetjmp.hMichael Brown2016-02-161-1/+1
* [comboot] Avoid dragging in serial console support unconditionallyMichael Brown2015-07-311-1/+3
* [comboot] Implement INT22,0x000cWissam Shoukair2015-06-291-0/+4
* [serial] Use new UART abstraction in serial console driverMichael Brown2015-06-291-13/+10Star
* [comboot] Use built-in interrupt reflectorMichael Brown2014-04-292-43/+0Star
* [image] Add "--timeout" parameter to image downloading commandsMichael Brown2014-03-101-2/+3
* [build] Include version number within only a single object fileMichael Brown2012-11-021-1/+6
* [legal] Update FSF mailing address in GPL licence textsMichael Brown2012-07-203-3/+6
* [image] Simplify image management commands and internal APIMichael Brown2012-03-251-5/+12
* [image] Eliminate the register_and_xxx_image() functionsMichael Brown2011-10-251-2/+2
* [console] Move include/console.h to include/ipxe/console.hMichael Brown2011-03-091-1/+1
* [image] Simplify use of imgdownload()Michael Brown2011-03-091-41/+8Star
* [image] Simplify image managementMichael Brown2011-03-071-1/+1
* [init] Remove concept of "shutdown exit flags"Michael Brown2011-01-271-2/+2
* [comboot] Run com32 programs with a valid IDTGeoff Lywood2010-08-012-0/+45
* [interface] Convert all name-resolution interfaces to generic interfacesMichael Brown2010-06-221-32/+33
* [build] Use weak definitions instead of weak declarationsJoshua Oreman2010-05-271-0/+14
* [comboot] Propagate carry flag from COMBOOT APIStefan Hajnoczi2010-05-251-0/+3
* [build] Rename gPXE to iPXEMichael Brown2010-04-204-17/+17
* [comboot] Match version strings to SYSLINUX styleDaniel Verkamp2010-03-011-2/+2
* [config] Make PXE stack a compile-time optionJoshua Oreman2010-01-201-2/+4
* [comboot] Implement INT 22h AX=000Bh (Get Serial Console Configuration)Daniel Verkamp2009-06-241-1/+9
* [comboot] Implement stub calls for auxiliary data vector handlingDaniel Verkamp2009-05-261-1/+12
* [legal] Add a selection of FILE_LICENCE declarationsMichael Brown2009-05-184-0/+8
* [comboot] Implement INT 22h AX=001Bh (Cleanup, shuffle, and boot to real mode)Daniel Verkamp2009-02-171-1/+61
* [comboot] Restore the real-mode stack pointer on exit from a COMBOOT imageMichael Brown2009-02-171-6/+6
* [comboot] Unhook interrupt vectors after returning from a COMBOOT imageMichael Brown2009-02-171-0/+15
* [comboot] Fix reference counting on replacement imagesMichael Brown2009-02-171-15/+14Star
* [comboot] Allow for tail recursion of COMBOOT imagesMichael Brown2009-02-171-61/+82
* [i386] Rename __cdecl to __asmcallMichael Brown2008-11-192-6/+6
* [comboot] Add COMBOOT and COM32 supportDaniel Verkamp2008-08-294-0/+936