summaryrefslogtreecommitdiff
path: root/com32/lib
Commit message (Expand)AuthorAgeFilesLines
* elflink: Use CurrentDirName for initial PATH if validMatt Fleming2013-02-071-2/+2
* run_command: Use load_kernel() which understands labelsMatt Fleming2013-02-071-1/+1
* load_linux: bail if no place for the real mode portion is foundH. Peter Anvin2013-02-041-0/+3
* load_linux: additional cleanups and corner case fixingH. Peter Anvin2013-02-041-15/+14
* load_linux: the command line pointer depends on real_mode_baseH. Peter Anvin2013-02-041-12/+12
* load_linux: boot protocol < 2.00 could still have a command lineH. Peter Anvin2013-02-041-6/+10
* 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
* elflink: set the sonames of shared librariesH. Peter Anvin2013-01-031-1/+1
* 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
|/
* 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
|/
* 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
* 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
* Use pxe_call() instead of COMBOOT APIMatt Fleming2012-07-205-44/+19
* elflink: Replace __intcall() with direct function callsMatt Fleming2012-07-2018-180/+83
* lib/sys/module: Add support for weak symbolsMatt Fleming2012-07-202-3/+22
* Only compile dprintf/vdprintf if DEBUG_PORT is definedH. Peter Anvin2012-07-192-4/+8
* Merge branch 'master' into elflinkMatt Fleming2012-07-193-2/+98
|\
| * setup_data: if nothing to load and version < 2.09, no harm no foulH. Peter Anvin2012-06-291-3/+3
| * setup_data: check to make sure kernel version >= 0x0209H. Peter Anvin2012-06-291-0/+7
| * Change fdt-specific loader into a generic setup_data loaderH. Peter Anvin2012-06-294-55/+75
| * com32: Add device tree supportThierry Reding2012-06-293-2/+71