aboutsummaryrefslogtreecommitdiffstats
path: root/main/loader.c
AgeCommit message (Expand)AuthorFilesLines
2006-08-26ensure that unload_dynamic_module won't continue dereferencing a module point...kpfleming1-3/+8
2006-08-25instead of reverting this supposedly 'stupid' change, let's try to get it wor...kpfleming1-0/+9
2006-08-24Revert stupid RTLD_NOLOAD change that breaks module loading on some systems.mattf1-9/+0
2006-08-23use RTLD_NOLOAD if it's available to make loading dynamic modules a little fa...kpfleming1-8/+22
2006-08-22generate a message when a module cannot be found and loadable modules are dis...kpfleming1-0/+1
2006-08-22minor improvementskpfleming1-22/+13
2006-08-22when loadable modules are disabled, if someone tries to load a module that do...kpfleming1-0/+2
2006-08-21restore 'preload' functionality in loaderkpfleming1-6/+14
2006-08-21restore printing of module name during loadingkpfleming1-1/+1
2006-08-21use a safer process for checking if a module wants to export symbols into the...kpfleming1-22/+32
2006-08-21don't declare these variables unless neededkpfleming1-2/+4
2006-08-21merge new_loader_completion branch, including (at least):kpfleming1-0/+883