summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Make sure we don't use any upper-memory stack during shufflebcopyintH. Peter Anvin2008-02-221-0/+4
* Unify trampoline_to_pmH. Peter Anvin2008-02-221-16/+5
* Unify the protected-mode entry/exit codeH. Peter Anvin2008-02-2210-326/+318
* Allow MENU EXIT to specify a menu tagsyslinux-3.62-pre15H. Peter Anvin2008-02-223-6/+20
* Fix the handling of hotkeys in MENU LABEL on submenussyslinux-3.62-pre14H. Peter Anvin2008-02-223-26/+59
* NEWS: Document Bruce Robson's Adaptec bug fixH. Peter Anvin2008-02-211-0/+2
* realloc(): try to protect a block in the path of a growing objectsyslinux-3.62-pre13H. Peter Anvin2008-02-211-4/+15
* realloc(): better implementation allowing in-place growthH. Peter Anvin2008-02-211-17/+55
* "begin Ymodem download" is supposed to be an imperative...H. Peter Anvin2008-02-201-1/+1
* Fix MENU TITLE -> MENU LABEL inheritancesyslinux-3.62-pre12H. Peter Anvin2008-02-191-5/+5
* Make sure color directives get attached to the proper menu.H. Peter Anvin2008-02-194-4/+5
* simple menu: fix the handling of '+' and '-' given disabled entriesH. Peter Anvin2008-02-191-4/+8
* Fix the scrollbar handling for insanely huge menusH. Peter Anvin2008-02-191-3/+2
* simple menu: remember the cursor position on a per-menu basisH. Peter Anvin2008-02-193-6/+16
* Add support for MENU EXIT; no marker for MENU GOTOH. Peter Anvin2008-02-194-4/+39
* When entering a new menu, go to the default entry for that menu.H. Peter Anvin2008-02-191-1/+2
* Document MENU STARTH. Peter Anvin2008-02-191-0/+8
* Whitespace cleanup...syslinux-3.62-pre11H. Peter Anvin2008-02-1929-72/+62
* com32: remove dependency files for "make tidy"H. Peter Anvin2008-02-193-6/+6
* Add dependency generation for com32 samples.H. Peter Anvin2008-02-191-2/+7
* Add dependency generation for com32 modules.H. Peter Anvin2008-02-191-2/+7
* Add dependency generation for the simple menu systemH. Peter Anvin2008-02-191-2/+7
* Set m->title for both root and submenusH. Peter Anvin2008-02-191-1/+1
* Allow MENU LABEL <-> MENU TITLE for submenus to work both waysH. Peter Anvin2008-02-193-8/+16
* Allow an included file to be treated as a submenu.H. Peter Anvin2008-02-192-6/+24
* Document hierarchial menus so far...H. Peter Anvin2008-02-192-2/+38
* simple menu: The use of realloc() requires indirect pointersH. Peter Anvin2008-02-193-29/+37
* simple menu: first cut at working submenusH. Peter Anvin2008-02-193-83/+206
* refstr: handle NULL in refstr[n]dup()H. Peter Anvin2008-02-191-0/+6
* Simple menu: use refstrings consistently; now works againH. Peter Anvin2008-02-193-113/+117
* refstr_get(): handle NULL, force inlineH. Peter Anvin2008-02-191-3/+4
* [v]rsprintf(): actually set the return pointer...H. Peter Anvin2008-02-191-0/+1
* submenu snapshot: it compiles now...H. Peter Anvin2008-02-199-339/+465
* Actually implement strnlen()H. Peter Anvin2008-02-192-0/+14
* Actually implement syslinux_ipappend_strings()H. Peter Anvin2008-02-192-0/+59
* Submenu support: development snapshotH. Peter Anvin2008-02-196-185/+345
* memdump: fix typoH. Peter Anvin2008-02-181-1/+1
* VESA: work around bug in the Bochs VESA BIOSsyslinux-3.62-pre10H. Peter Anvin2008-02-162-5/+15
* rllback: improve compression by allowing two-byte run lengthsH. Peter Anvin2008-02-161-27/+37
* ISOLINUX: Adaptec bug fix: handle the case of DL missing bit 7syslinux-3.62-pre9Bruce Robson2008-02-161-3/+11
* Get rid of 4096-entry limit in the simple menu systemsyslinux-3.62-pre8H. Peter Anvin2008-02-163-10/+35
* If we're showing a scrollbar, always show at least one unitH. Peter Anvin2008-02-161-1/+1
* Put virtual kernels (CLI labels) in high memorysyslinux-3.62-pre7H. Peter Anvin2008-02-1511-84/+97
* hello.c: print arguments, no input sectionH. Peter Anvin2008-02-151-9/+4
* Don't close the A20 gate; leave it openH. Peter Anvin2008-02-153-1/+21
* Slightly simpler to use interface to simple_pm_callH. Peter Anvin2008-02-151-10/+17
* bcopy32: refactor the bcopy routine to be able to reuse the pm partH. Peter Anvin2008-02-151-46/+82
* VESA: suppress an unused arguments warningH. Peter Anvin2008-02-141-0/+1
* VESA: align the row buffer to a multiple of 4 bytes.H. Peter Anvin2008-02-141-1/+1
* Add __aligned() and __alignas() macrosH. Peter Anvin2008-02-141-0/+4