summaryrefslogtreecommitdiff
path: root/com32
Commit message (Expand)AuthorAgeFilesLines
* movebits: rewrite significant chunks of the algorithmsyslinux-3.63-pre5H. Peter Anvin2008-04-091-166/+246
* zonelist.c: Fix the coalescing of identical rangesH. Peter Anvin2008-04-091-7/+6
* sdi.c32: be a tad more verbose.H. Peter Anvin2008-04-081-1/+5
* movebits: use the memmap data structure for the freelistH. Peter Anvin2008-04-081-152/+80
* movebits: handle the case of an upward overlap move with obstaclesH. Peter Anvin2008-04-081-115/+187
* COM32 module to load a Microsoft System Deployment ImageH. Peter Anvin2008-03-312-1/+163
* Merge commit 'f9ac61d6178d4994cd646fd4b6c4bb891351624c'H. Peter Anvin2008-03-201-1/+1
|\
| * Remove reference to readpit.c32, an experimental moduleH. Peter Anvin2008-03-081-1/+1
* | Fixing wrong offsets in dmiSebastian Herbszt2008-03-202-10/+10
* | PCI detection code doesn't corrupt memory anymore (2nd try)Erwan2008-03-202-25/+23
|/
* Use $(CC) in gcc_ok macro, not plain gccH. Peter Anvin2008-03-053-4/+4
* Clean up .*.d files for "make tidy" in libutilH. Peter Anvin2008-03-031-1/+1
* Prevent inclusion of system include files when inappropriateH. Peter Anvin2008-03-038-12/+28
* simple menu: break off execute() into its own source fileH. Peter Anvin2008-03-024-56/+74
* License change for CPU detection modulesErwan2008-03-026-36/+132
* Move mboot documentation to the doc/ directoryH. Peter Anvin2008-03-011-26/+0
* Allow MENU EXIT to specify a menu tagsyslinux-3.62-pre15H. Peter Anvin2008-02-222-4/+17
* Fix the handling of hotkeys in MENU LABEL on submenussyslinux-3.62-pre14H. Peter Anvin2008-02-223-26/+59
* 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
* 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-193-4/+31
* When entering a new menu, go to the default entry for that menu.H. Peter Anvin2008-02-191-1/+2
* Whitespace cleanup...syslinux-3.62-pre11H. Peter Anvin2008-02-1915-43/+39
* 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-191-4/+18
* 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
* VESA: work around bug in the Bochs VESA BIOSsyslinux-3.62-pre10H. Peter Anvin2008-02-162-5/+15
* Get rid of 4096-entry limit in the simple menu systemsyslinux-3.62-pre8H. Peter Anvin2008-02-162-10/+34
* If we're showing a scrollbar, always show at least one unitH. Peter Anvin2008-02-161-1/+1
* hello.c: print arguments, no input sectionH. Peter Anvin2008-02-151-9/+4
* VESA: suppress an unused arguments warningH. Peter Anvin2008-02-141-0/+1