summaryrefslogtreecommitdiff
path: root/com32/lib/sys
Commit message (Expand)AuthorAgeFilesLines
* Update copyright notices; add Intel notices where appropriateH. Peter Anvin2009-04-043-0/+3
* linux.c32: make load_linux() support relocationH. Peter Anvin2009-04-031-4/+3
* com32: make memory beyond the core HighMem available to mallocH. Peter Anvin2009-04-011-1/+1
* vesacon: remove unused com32sys_t variablessyslinux-3.74-pre11H. Peter Anvin2009-03-201-3/+0
* vesacon: migrate disable fixes from ansiconH. Peter Anvin2009-03-201-7/+8
* ansicon: handle the disabled case properlyH. Peter Anvin2009-03-201-6/+6
* vesa: fixing wrong total_memory sizeErwan Velu2009-03-141-1/+1
* com32: make _Exit just an ordinary symbolH. Peter Anvin2008-10-141-0/+7
* Older binutils wants parens around macrosDag Wieers2008-10-141-1/+1
* Remove line-leading gas-style comments in files compiled with -std=gnu99H. Peter Anvin2008-09-262-40/+42
* ansicon, vesacon: beep on ^GH. Peter Anvin2008-09-094-0/+16
* Default to \n -> \r\n in ANSI and xserialH. Peter Anvin2008-06-243-3/+6
* VESA: Simplify the lss16 decoderH. Peter Anvin2008-03-031-11/+6
* Drop unnecessary CLD instructions.H. Peter Anvin2008-03-032-4/+4
* VESA library: add support for reading lss16 imagesH. Peter Anvin2008-03-031-1/+130
* Generic framework for reading compressed files using standard I/OH. Peter Anvin2008-02-294-23/+247
* background.c: remove unused filesize() functionH. Peter Anvin2008-02-271-9/+0
* Comboot/Com32 changes for unspecified file lengthsH. Peter Anvin2008-02-272-9/+7
* fstat(): report files of unknown length as socketsH. Peter Anvin2008-02-221-2/+9
* Whitespace cleanup...syslinux-3.62-pre11H. Peter Anvin2008-02-194-8/+8
* VESA: work around bug in the Bochs VESA BIOSsyslinux-3.62-pre10H. Peter Anvin2008-02-162-5/+15
* 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
* VESA: Minor cleanupssyslinux-3.62-pre6H. Peter Anvin2008-02-132-9/+12
* VESA: move debugging code to separate header fileH. Peter Anvin2008-02-132-25/+38
* Set the window size to 2 GB for linear framebufferH. Peter Anvin2008-02-131-1/+5
* Bypass pixel conversion when the output format is BGRA32H. Peter Anvin2008-02-133-21/+21
* Treat linear framebuffer as a degenerate paged framebufferH. Peter Anvin2008-02-134-43/+35
* VESA: move pixel formatting into __vesacon_copy_to_screen()syslinux-3.62-pre5H. Peter Anvin2008-02-136-69/+84
* Fix the calculation of bytes_per_pixelH. Peter Anvin2008-02-132-16/+1
* VESA: Support 15-bit RGB modes.H. Peter Anvin2008-02-133-0/+18
* Add support for paged (banked) VESA video modeH. Peter Anvin2008-02-135-13/+161
* Update copyright yearH. Peter Anvin2008-01-1037-37/+37
* 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-201-4/+6
* struct term_state: remove duplicate .xy and unused .attrH. Peter Anvin2007-11-202-2/+0
* 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
* Stealth whitespace cleanupH. Peter Anvin2007-06-051-4/+4
* 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
* 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