summaryrefslogtreecommitdiff
path: root/com32/lib
Commit message (Expand)AuthorAgeFilesLines
* The shuffle descriptors need to be unused for input *and* outputsyslinux-3.62-pre3H. Peter Anvin2008-02-121-5/+17
* Change the minimum number of shuffle descriptors to 64.H. Peter Anvin2008-02-121-1/+1
* Query the shuffle descriptor set size and use itH. Peter Anvin2008-02-121-1/+14
* shuffle: avoid computing block lists that will never convergeH. Peter Anvin2008-02-111-4/+8
* Handle arbitrary numbers of shuffle descriptorsH. Peter Anvin2008-02-112-22/+147
* mempcpy(): correct naming of the mempcpy() functionH. Peter Anvin2008-02-101-4/+4
* Standardize format for copyright lines and updateH. Peter Anvin2008-01-161-1/+1
* Merge commit 'origin/master' into advH. Peter Anvin2008-01-1069-69/+69
|\
| * Update copyright yearH. Peter Anvin2008-01-1065-65/+65
* | syslinux_setadv(): handle size == 0, error on size > 255H. Peter Anvin2007-12-131-12/+18
* | Library routines for manipulating ADV dataH. Peter Anvin2007-12-134-2/+177
* | Initial support for auxilliary data vectorH. Peter Anvin2007-12-133-1/+97
|/
* Fix handling of VESA modes with noncontiguous memory buffersH. Peter Anvin2007-12-103-9/+10
* 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-202-5/+7
* struct term_state: remove duplicate .xy and unused .attrH. Peter Anvin2007-11-202-2/+0
* Add sha256crypt and sha512crypt; not yet enabledH. Peter Anvin2007-11-093-2/+63
* Optional debugging code for shuffle and boot and load_linuxsyslinux-3.53-pre2H. Peter Anvin2007-11-022-0/+41
* Clean up some of the new PCI code from Erwan Velu.syslinux-3.52-pre7H. Peter Anvin2007-08-161-79/+86
* Improving PCI collected informationsErwan Velu2007-08-161-6/+246
* com32: fix __farcall()H. Peter Anvin2007-08-141-2/+3
* Correctly handle switches between graphics and text modeH. Peter Anvin2007-07-241-4/+4
* 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-202-2/+49
* Stealth whitespace cleanupH. Peter Anvin2007-06-052-5/+5
* 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-051-20/+40
* If no serial console is configured, don't bother calling into itH. Peter Anvin2007-05-312-0/+8
* 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
* Handle color tables with more than 100 entriesH. Peter Anvin2007-05-304-45/+42
* Don't clobber /dev/null when compiling as rootLuciano Rocha2007-05-251-2/+4
* More tweaks to allow bigger stack/heap, and boot protocol adjustmentssyslinux-3.50-pre7H. Peter Anvin2007-05-071-1/+1
* Make more space for the heap when doing so is possibleH. Peter Anvin2007-05-051-13/+16
* Add wrapper function syslinux_run_kernel_image()syslinux-3.50-pre6H. Peter Anvin2007-04-262-1/+66
* Make the pixel format canonicalization code a bit easier to read.H. Peter Anvin2007-04-101-26/+7
* Fix expansion of palette images to ABGR.H. Peter Anvin2007-04-101-11/+18
* Add syslinux_local_boot() wrapper functionH. Peter Anvin2007-04-042-1/+43
* pxe_get_cached.c: readability improvement.H. Peter Anvin2007-04-031-2/+2
* intcall, farcall: readability improvements.syslinux-3.50-pre4H. Peter Anvin2007-04-032-5/+5
* A few more syslinux wrapper functionH. Peter Anvin2007-04-034-0/+131
* Move the PCI-scanning code into the library proper.H. Peter Anvin2007-04-032-1/+166
* Fix the handling of namelen and argument parsing in linux.c32Ferenc Wagner2007-04-031-1/+1
* SYSLINUX API headers, and beginning of implementation.H. Peter Anvin2007-03-202-1/+42
* Stealth whitespace cleanupH. Peter Anvin2007-03-201-1/+1
* Add interface for querying the syslinux feature flags.H. Peter Anvin2007-03-202-1/+52