summaryrefslogtreecommitdiff
path: root/com32
Commit message (Expand)AuthorAgeFilesLines
* syslinux_setadv(): handle size == 0, error on size > 255H. Peter Anvin2007-12-131-12/+18
* Library routines for manipulating ADV dataH. Peter Anvin2007-12-136-2/+224
* Initial support for auxilliary data vectorH. Peter Anvin2007-12-136-1/+204
* Separate attribute control for disabled menu itemssyslinux-3.54-pre1H. Peter Anvin2007-12-101-3/+7
* Fix handling of VESA modes with noncontiguous memory buffersH. Peter Anvin2007-12-103-9/+10
* Add "menu separator", "menu indent", "menu disabled"H. Peter Anvin2007-11-213-8/+61
* Add missing thunk function for cfarcallH. Peter Anvin2007-11-201-0/+11
* Add support for thunking cdecl/stdcall-style real-mode codeH. Peter Anvin2007-11-203-6/+11
* struct term_state: remove duplicate .xy and unused .attrH. Peter Anvin2007-11-202-2/+0
* Preserve ES:DI instead of probing for $PnPsyslinux-3.53-pre5H. Peter Anvin2007-11-141-0/+6
* Add sha256crypt and sha512crypt; not yet enabledH. Peter Anvin2007-11-097-3/+1577
* Optional debugging code for shuffle and boot and load_linuxsyslinux-3.53-pre2H. Peter Anvin2007-11-022-0/+41
* Makefiles: create NASMOPT variableH. Peter Anvin2007-10-103-3/+6
* elf.c: better error message when memory is unavailableH. Peter Anvin2007-10-021-1/+2
* Fix building on a 64-bit system without a 32-bit system installedsyslinux-3.52-pre10syslinux-3.52H. Peter Anvin2007-09-248-27/+80
* localboot.c32: sample/test program for invoking syslinux_local_boot()H. Peter Anvin2007-09-212-0/+10
* Clean up some of the new PCI code from Erwan Velu.syslinux-3.52-pre7H. Peter Anvin2007-08-162-84/+97
* Improving PCI collected informationsErwan Velu2007-08-164-36/+295
* Add reboot.c32 modulesyslinux-3.52-pre6H. Peter Anvin2007-08-142-1/+18
* com32: fix __farcall()H. Peter Anvin2007-08-141-2/+3
* Handle plural correctly in countdown.H. Peter Anvin2007-07-252-3/+49
* Add header file missing from previous checkin (md5.h)H. Peter Anvin2007-07-241-0/+46
* Add support for Unix-standard MD5 passwordH. Peter Anvin2007-07-246-11/+583
* Correctly handle switches between graphics and text modeH. Peter Anvin2007-07-242-4/+6
* Make the hidden timeout behaviour match the rest of the menuH. Peter Anvin2007-07-241-4/+4
* Move hidden_row to -2; don't re-timeout once a key is pressedH. Peter Anvin2007-07-241-5/+7
* Simple menu system: add support for "menu hidden"H. Peter Anvin2007-07-243-21/+69
* Add the actual zeroregs file; missing from a previous checkin.syslinux-3.52-pre4H. Peter Anvin2007-07-201-0/+5
* Add syslinux_reboot()H. Peter Anvin2007-07-203-2/+90
* com32: add a common zero-register structureH. Peter Anvin2007-07-201-0/+1
* chain.c32: add support for searching for an MBR signature at runtime.H. Peter Anvin2007-06-221-20/+56
* Simple menu: F-key config was accidentally case sensitiveH. Peter Anvin2007-06-151-1/+1
* Stealth whitespace cleanupH. Peter Anvin2007-06-056-17/+12
* vesacon_set_background: Need "volatile" asmsyslinux-3.50-pre20H. Peter Anvin2007-06-051-4/+4
* Allow a flat color to be specified as a background.H. Peter Anvin2007-06-058-32/+99
* Not all terminals home the cursor on CSI 2 JH. Peter Anvin2007-06-051-1/+1
* Unify hexval functions; fix % in printf stringH. Peter Anvin2007-06-053-16/+8
* Fix alignment of tab and timeout messagessyslinux-3.50-pre19H. Peter Anvin2007-06-051-2/+7
* com32: change the message color scheme; background 0 is always transparentH. Peter Anvin2007-06-054-14/+83
* Shift horiontaly timeout message when HSHIFT is setsyslinux-3.50-pre17Otavio Salvador2007-05-311-1/+1
* Add file missing from previous checkinH. Peter Anvin2007-05-311-0/+123
* Hook up F-key help for the menu system, documentH. Peter Anvin2007-05-313-5/+119
* If no serial console is configured, don't bother calling into itH. Peter Anvin2007-05-312-0/+8
* Simple program to dump serial console infoH. Peter Anvin2007-05-312-1/+41
* Implement syslinux_serial_console_info()H. Peter Anvin2007-05-312-1/+54
* ansi.h: remove unused fieldH. Peter Anvin2007-05-311-1/+0
* Hacky debugging function by setting VESA pixels, sometimes usefulH. Peter Anvin2007-05-311-0/+13
* ansi.c: minor cleanupsH. Peter Anvin2007-05-311-15/+17
* vesa/drawtxt.c: remove divide caused by %H. Peter Anvin2007-05-311-3/+6
* xserial_write: handle the new \1..\5 control sequencesH. Peter Anvin2007-05-311-30/+24