summaryrefslogtreecommitdiff
path: root/com32/lib/sys/module/exec.c
Commit message (Expand)AuthorAgeFilesLines
* module: convert to dprintf() to aid debuggingsyslinux-6.02-pre14Matt Fleming2013-07-261-1/+4
* module: Replace cur_module with module_current()syslinux-5.01-pre4Matt Fleming2013-01-231-8/+3
* elf: remove long-since-obsolete shallow module machineryH. Peter Anvin2013-01-171-24/+0
* module: Allow .c32 files to execute themselvesMatt Fleming2013-01-101-14/+2
* ldlinux: Complain to user on failure to perform file operationsMatt Fleming2012-11-291-2/+0
* module: Fix memory leak in spawn_load()Matt Fleming2012-11-271-10/+12
* elf: Support __constructor and __destructorMatt Fleming2012-03-231-82/+5
* ldlinux: Use DT_NEEDED for module dependenciesMatt Fleming2011-06-071-144/+0
* elflink: Move more code from core/ into ldlinuxMatt Fleming2011-04-261-22/+25
* elflink: Remove MODULE_MAIN() from executable ELF modulesMatt Fleming2011-04-261-4/+4
* elflink: Detect circular dependencies during module loadMatt Fleming2011-03-311-4/+80
* Convert mp() to dprintf()Matt Fleming2011-03-091-6/+7
* elflink: Don't reload the current EXEC_MODULE moduleMatt Fleming2011-03-091-3/+15
* elflink: Don't pass NULL to spawn_load()Matt Fleming2011-03-081-1/+3
* elflink: We can see menu.c32 working!Feng Tang2010-07-201-1/+2
* elflink: change the exit.c, remove the exit.S to make process exit workingFeng Tang2010-07-201-0/+1
* elflink: copy some elflink related files overFeng Tang2010-07-201-0/+400