summaryrefslogtreecommitdiff
path: root/ACE/ace/OS_NS_dlfcn.inl
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch 'master' into jwi-ACE_OSCALLJohnny Willemsen2021-06-281-13/+9
|\
| * Make sure ACE_OS::dlsym called with an invalid handle returns nullptr, ↵Johnny Willemsen2021-06-281-15/+11
| | | | | | | | | | | | | | | | | | | | | | | | | | updated DLL_Test to validate that * ACE/ace/DLL_Manager.cpp: * ACE/ace/Lib_Find.cpp: * ACE/ace/OS_NS_dlfcn.inl: * ACE/ace/README: * ACE/ace/config-android.h: * ACE/ace/config-hurd.h: * ACE/ace/config-openbsd.h: * ACE/tests/DLL_Test.cpp:
* | Removed lot of ACE_OSCALL_RETURN calls, the macro expanded to only the ↵Johnny Willemsen2021-06-281-5/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | method invocation itself * ACE/ace/OS_NS_Thread.inl: * ACE/ace/OS_NS_arpa_inet.cpp: * ACE/ace/OS_NS_arpa_inet.inl: * ACE/ace/OS_NS_devctl.inl: * ACE/ace/OS_NS_dlfcn.inl: * ACE/ace/OS_NS_fcntl.cpp: * ACE/ace/OS_NS_fcntl.inl: * ACE/ace/OS_NS_poll.inl: * ACE/ace/OS_NS_regex.inl: * ACE/ace/OS_NS_signal.inl: * ACE/ace/OS_NS_stdio.inl: * ACE/ace/OS_NS_stdlib.inl: * ACE/ace/OS_NS_stropts.inl: * ACE/ace/OS_NS_sys_mman.inl: * ACE/ace/OS_NS_sys_msg.inl: * ACE/ace/OS_NS_sys_resource.inl: * ACE/ace/OS_NS_sys_shm.inl: * ACE/ace/OS_NS_sys_socket.inl: * ACE/ace/OS_NS_sys_stat.inl: * ACE/ace/OS_NS_sys_uio.inl: * ACE/ace/OS_NS_sys_utsname.cpp: * ACE/ace/OS_NS_sys_wait.inl: * ACE/ace/OS_NS_time.cpp: * ACE/ace/OS_NS_time.inl: * ACE/ace/OS_NS_unistd.cpp: * ACE/ace/OS_NS_unistd.inl: * ACE/ace/OS_NS_wchar.inl: * ACE/ace/OS_TLI.inl:
* | Removed FAIL value from ACE_OSCALL an ACE_OSCALL_RETURN, not used at allJohnny Willemsen2021-06-281-14/+14
|/ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * ACE/ace/Mem_Map.cpp: * ACE/ace/OS_NS_Thread.cpp: * ACE/ace/OS_NS_Thread.inl: * ACE/ace/OS_NS_arpa_inet.cpp: * ACE/ace/OS_NS_arpa_inet.inl: * ACE/ace/OS_NS_devctl.inl: * ACE/ace/OS_NS_dlfcn.inl: * ACE/ace/OS_NS_fcntl.cpp: * ACE/ace/OS_NS_fcntl.inl: * ACE/ace/OS_NS_macros.h: * ACE/ace/OS_NS_netdb.inl: * ACE/ace/OS_NS_poll.inl: * ACE/ace/OS_NS_regex.inl: * ACE/ace/OS_NS_signal.inl: * ACE/ace/OS_NS_stdio.inl: * ACE/ace/OS_NS_stdlib.inl: * ACE/ace/OS_NS_stropts.inl: * ACE/ace/OS_NS_sys_mman.inl: * ACE/ace/OS_NS_sys_msg.inl: * ACE/ace/OS_NS_sys_resource.inl: * ACE/ace/OS_NS_sys_shm.inl: * ACE/ace/OS_NS_sys_socket.inl: * ACE/ace/OS_NS_sys_stat.inl: * ACE/ace/OS_NS_sys_time.inl: * ACE/ace/OS_NS_sys_uio.inl: * ACE/ace/OS_NS_sys_utsname.cpp: * ACE/ace/OS_NS_sys_wait.inl: * ACE/ace/OS_NS_time.cpp: * ACE/ace/OS_NS_time.h: * ACE/ace/OS_NS_time.inl: * ACE/ace/OS_NS_unistd.cpp: * ACE/ace/OS_NS_unistd.inl: * ACE/ace/OS_NS_wchar.inl: * ACE/ace/OS_TLI.inl: * ACE/ace/config-macros.h: * TAO/TAO_IDL/be/be_helper.cpp:
* Remove redundant void argJohnny Willemsen2020-12-091-1/+1
|
* Cleanup for gcc <= 4.8 which don't support C++11Johnny Willemsen2020-11-281-9/+0
| | | | | | | | | | | | | | | | | * ACE/ace/OS_NS_dlfcn.inl: * ACE/ace/Stack_Trace.cpp: * ACE/ace/Time_Value.inl: * ACE/ace/config-aix-5.x.h: * ACE/ace/config-g++-common.h: * ACE/ace/config-icc-common.h: * ACE/ace/config-macosx-leopard.h: * ACE/ace/config-macosx-tiger.h: * ACE/ace/config-macros.h: * ACE/ace/config-sunos5.5.h: * ACE/ace/os_include/os_dlfcn.h: * TAO/orbsvcs/orbsvcs/Notify/MonitorControlExt/MC_Default_Factory.h: * TAO/orbsvcs/orbsvcs/Notify/RT_Factory.h: * TAO/tao/SystemException.h:
* Remove support for ACE_HAS_SGIDLADD, not set in any config fileJohnny Willemsen2020-08-131-7/+1
| | | | * ACE/ace/OS_NS_dlfcn.inl:
* Zapped two line id tagsJohnny Willemsen2015-01-071-3/+0
|
* Update OS_NS_dlfcn.inlbjeram2014-12-121-2/+2
| | | changed how is it checked for VxWorks version (using: (ACE_VXWORKS < 0x690)).
* Update OS_NS_dlfcn.inlbjeram2014-12-121-0/+9
| | | fixed ACE_OS::dlsym function that it works for VxWorks - older than 6.9.
* VxWorks changes; ChangeLogTag: Tue Oct 7 21:55:51 UTC 2014 Steve Huston ↵Steve Huston2014-10-071-5/+11
| | | | <shuston@riverace.com>
* Tue Nov 2 13:26:56 UTC 2010 Johnny Willemsen <jwillemsen@remedy.nl>Johnny Willemsen2010-11-021-14/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | * ace/ATM_Stream.inl: * ace/Atomic_Op.inl: * ace/Atomic_Op_GCC_T.inl: Layout changes * ace/OS_NS_dlfcn.inl: Removed old code * ace/config-macros.h: When using ACE_HAS_VALGRIND, disable the dlclose functionality, valgrind needs to have all loaded dll's still in memory in order to show the full callstack, if the dll is unloaded before process shutdown valgrind will show ??? * ace/os_include/os_dlfcn.h: Removed old defines * debian/TODO: * debian/debian.rules: Cleanup * debian/cmp-installation.sh: Removed this file.
* Thu May 14 12:06:05 2009 Johnny Willemsen <jwillemsen@remedy.nl>Johnny Willemsen2009-05-141-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | * ace/Default_Constants.h: Only define ACE_DLL_PREFIX when it has not been defined yet, that way the mingw specific define can move to the mingw config file * ace/config-win32-mingw.h: Define ACE_DLL_PREFIX here * ace/OS_NS_dlfcn.inl: Initialise pointer with 0 * ace/OS_NS_sys_mman.inl: Const change * ace/OS_NS_Thread.cpp: Removed some not needed ACE_UNUSED_ARG * ace/OS_Thread_Adapter.h: * ace/Process.cpp: * ace/Sig_Handler.cpp: * ace/Thread_Manager.inl: Layout change * ace/Thread_Manager.cpp: Const change, initialise pointer with 0
* undoing accidental deletionWilliam R. Otte2008-03-041-0/+286
|
* swap in externals for ACE and TAOWilliam R. Otte2008-03-041-286/+0
|
* Thu Dec 20 13:46:12 UTC 2007 Johnny Willemsen <jwillemsen@remedy.nl>Johnny Willemsen2007-12-201-3/+3
|
* Wed Dec 5 14:46:54 UTC 2007 Johnny Willemsen <jwillemsen@remedy.nl>Johnny Willemsen2007-12-051-1/+1
|
* Mon Sep 24 18:58:01 UTC 2007 Abdullah Sowayan <abdullah.sowayan@lmco.com>Abdullah Sowayan2007-09-241-0/+2
|
* Tue Jul 31 18:14:12 UTC 2007 Johnny Willemsen <jwillemsen@remedy.nl>Johnny Willemsen2007-07-311-2/+2
|
* Repo restructuringWilliam R. Otte2006-07-241-0/+284