summaryrefslogtreecommitdiff
path: root/com32/lib
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'syslinux-5.01' into firmwaresyslinux-6.00-pre4Matt Fleming2013-01-2910-533/+30
|\
| * ldlinux: Fix serial output and delete eprintf()Matt Fleming2013-01-241-1/+1
| * 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
| * com32/lib: delete *.c32 on key targetGene Cumm2013-01-201-1/+1
| * elf: remove long-since-obsolete shallow module machineryH. Peter Anvin2013-01-173-186/+1
| * Always strip all the modulesH. Peter Anvin2013-01-171-2/+2
| * 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
* | Merge branch 'elflink' into firmwareMatt Fleming2013-01-081-1/+1
|\ \ | |/
| * elflink: set the sonames of shared librariesH. Peter Anvin2013-01-031-1/+1
* | vesa: Make __vesacon_i915resolution() a stub under EFIMatt Fleming2013-01-081-1/+7
* | sys/vesa: Include screencpy.o in $LIBVESA_OBJSMatt Fleming2013-01-021-1/+1
* | com32: Fix merge botchMatt Fleming2013-01-021-0/+1
* | Merge tag 'syslinux-5.00' into firmwaresyslinux-6.00-pre3Matt Fleming2012-12-0714-426/+92
|\ \ | |/
| * com32: Delete unused malloc.c and friendsMatt Fleming2012-12-054-383/+0
| * 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-276-18/+24
| |\
| | * 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
| | * asprintf: Ensure we always call va_end(ap)Matt Fleming2012-11-151-2/+3
| | * bufprintf: Add va_end() for our va_copy()Matt Fleming2012-11-151-2/+6
| * | module: Correct the size of the module symbol tableMatt Fleming2012-11-271-7/+21
| * | runimage.c: Actually pass arguments to execute()Matt Fleming2012-11-261-15/+11
| |/
* | firmware: Move memory operations into firmwareMatt Fleming2012-11-151-1/+1
* | sys/vesa: Modularise common vesa codeMatt Fleming2012-11-1517-3014/+39
* | Merge tag 'syslinux-5.00-pre10' into for-hpa/elflink/firmwareMatt Fleming2012-11-147-44/+133
|\ \ | |/
| * com32 strerror(): Remove macro WITH_ERRLIST useGene Cumm2012-11-061-2/+0
| * com32 strerror: add errlist.o to MakeGene Cumm2012-11-061-2/+5
| * strerror: Use klibc versionGene Cumm2012-11-062-10/+118
| * Merge branch 'multi_initrd2-5.00-pre9' of git://git.zytor.com/users/sha0/sysl...Matt Fleming2012-11-051-6/+9
| |\
| | * initramfs chain handling: Accounting fixes for padding, etc.Shao Miller2012-11-031-6/+9
| * | com32: Include .init_array section in .ctors in linker scriptMatt Fleming2012-11-023-27/+4
| |/
* | 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
* | Add per-firmware object directory supportMatt Fleming2012-10-162-8/+10
* | 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
| * console: Close stdin, stdout, stderr on ldlinux.c32 unloadMatt Fleming2012-09-041-1/+1