summaryrefslogtreecommitdiff
path: root/com32/lib/sys
Commit message (Expand)AuthorAgeFilesLines
* add missing '\n' to dprintfJonathan Boeing2015-05-031-2/+2
* ansi: switch cindex type to attr_tJames Buren2013-12-111-1/+2
* module: convert to dprintf() to aid debuggingsyslinux-6.02-pre14Matt Fleming2013-07-263-16/+23
* firmware: s/set_mode/text_mode/Matt Fleming2013-07-041-1/+1
* ansi: partially revert 937f816addb214ca4c8c1ce977e0357eafa8c617Matt Fleming2013-06-191-5/+1
* Merge tag 'syslinux-5.11-pre2' into firmwareMatt Fleming2013-06-171-24/+12
|\
| * PATH: use a linked list internallysyslinux-5.11-pre1Matt Fleming2013-06-131-24/+12
* | Merge tag 'syslinux-5.10-pre2' into for-hpa/elflink/firmwareMatt Fleming2013-03-222-2/+2
|\ \ | |/
| * Merge branch 'lwip' into elflinkMatt Fleming2013-02-262-2/+2
| |\
| | * core: pass the file flags down through the stackH. Peter Anvin2011-05-011-1/+1
| | * PXE Cleanups, allow for 128 open filesH. Peter Anvin2011-04-251-1/+1
* | | Merge tag 'syslinux-5.01' into firmwaresyslinux-6.00-pre4Matt Fleming2013-01-298-529/+26
|\ \ \ | |/ /
| * | module: Replace cur_module with module_current()syslinux-5.01-pre4Matt Fleming2013-01-232-9/+4
| * | module: Check for NULL ctors and dtorsMatt Fleming2013-01-232-2/+2
| * | module: Check the return value of malloc()Matt Fleming2013-01-231-0/+8
| * | elf: remove long-since-obsolete shallow module machineryH. Peter Anvin2013-01-172-185/+0
| * | module: Check return value of malloc()Matt Fleming2013-01-161-0/+5
| * | module: Allow .c32 files to execute themselvesMatt Fleming2013-01-101-14/+2
* | | Revert "vesa: Correct screencpy() prototype"Matt Fleming2013-01-111-2/+2
* | | com32: Fix merge botchMatt Fleming2013-01-021-0/+1
* | | Merge tag 'syslinux-5.00' into firmwaresyslinux-6.00-pre3Matt Fleming2012-12-077-24/+72
|\ \ \ | |/ /
| * | module: Fix incorrect list_entry() useMatt Fleming2012-11-301-1/+1
| * | module: Stop silently failing to load dependency modulessyslinux-5.00-pre12Matt Fleming2012-11-291-1/+11
| * | ldlinux: Complain to user on failure to perform file operationsMatt Fleming2012-11-291-2/+0
| * | module: Append '/' to PATH strings if missingMatt Fleming2012-11-291-0/+4
| * | Merge branch 'coverity' into elflinksyslinux-5.00-pre11Matt Fleming2012-11-274-14/+15
| |\ \
| | * | module: Fix off-by-one error in findpath()Matt Fleming2012-11-271-2/+2
| | * | module: Fix memory leak in spawn_load()Matt Fleming2012-11-271-10/+12
| | * | screensize: Dereference pointers when checking cols/rowsMatt Fleming2012-11-271-1/+1
| | * | vesa: Fix double close() bug in vesacon_load_background()Matt Fleming2012-11-151-1/+0
| * | | module: Correct the size of the module symbol tableMatt Fleming2012-11-271-7/+21
| |/ /
* | | sys/vesa: Modularise common vesa codeMatt Fleming2012-11-1516-3000/+38
* | | vesa: Change the prototype of __vesacon_init()Matt Fleming2012-11-052-5/+5
* | | i915resolution.c: cast to 64-bit sized ptrMatt Fleming2012-11-051-1/+1
* | | screencpy.c: Delete unused variables and cleanupMatt Fleming2012-10-261-86/+1
* | | initvesa.c: Delete unused variables (set but not used) and cleanupMatt Fleming2012-10-261-253/+2
* | | efi: Fix warning about discarding const qualifierMatt Fleming2012-10-261-1/+2
* | | efi, vesa: Fix vesa initialization and video mode resolutionChandramouli Narayanan2012-09-063-12/+28
* | | Merge branch 'elflink' into for-hpa/elflink/firmwareMatt Fleming2012-09-051-3/+3
|\ \ \ | |/ /
| * | module: Fixed the upper limit in symbol table walk throughChandramouli Narayanan2012-09-051-3/+3
* | | efi: Fix the screen setup for Graphics Output ProtocolChandramouli Narayanan2012-09-053-34/+73
* | | module: Define __{ctors,dtors}_end symbolsChandramouli Narayanan2012-08-222-2/+2
* | | module: Consolidate lots of 32/64-bit codeMatt Fleming2012-08-136-1057/+18
* | | efi, ansi: Improve console handling even further (e.g. scrolling support)Matt Fleming2012-08-131-8/+0
* | | Merge remote-tracking branch 'mfleming/elflink' into for-hpa/elflink/firmwareMatt Fleming2012-08-132-5/+34
|\ \ \ | |/ /
| * | ldlinux: Use findpath() to lookup filenamessyslinux-5.00-pre7Matt Fleming2012-08-071-1/+1
| * | rawcon_read: Fix reading high part of input keysMatt Fleming2012-08-021-4/+9
| * | ldlinux: Return to command prompt after loading COM32Matt Fleming2012-08-021-0/+24
* | | Merge remote-tracking branch 'mfleming/elflink' into for-hpa/elflink/firmwareMatt Fleming2012-07-3022-1735/+513
|\ \ \ | |/ /
| * | Use pxe_call() instead of COMBOOT APIMatt Fleming2012-07-201-10/+4