# # ChangeLog for trunk/include/iprt/ldrlazy.h in vbox # # Generated by Trac 1.4.3.2 # Dec 18, 2024 4:42:26 PM Tue, 07 May 2013 08:33:19 GMT vboxsync [45928] * trunk/include/iprt/ldrlazy.h (copied) * trunk/include/iprt/win (added) * trunk/include/iprt/win/lazy-dbghelp.h (added) ldrlazy.h + win/lazy-dbghelp.h: New lazy loader that works on windows. Thu, 15 Nov 2012 14:49:23 GMT vboxsync [43879] * trunk/include/iprt/once.h (modified) * trunk/include/iprt/runtime-loader.h (modified) * trunk/src/VBox/Devices/PC/DevSMC.cpp (modified) * trunk/src/VBox/Runtime/common/dbg/dbgmod.cpp (modified) * trunk/src/VBox/Runtime/common/misc/once.cpp (modified) * trunk/src/VBox/Runtime/common/misc/term.cpp (modified) * trunk/src/VBox/Runtime/common/rand/rand.cpp (modified) * trunk/src/VBox/Runtime/common/vfs/vfschain.cpp (modified) * trunk/src/VBox/Runtime/r3/posix/pathhost-posix.cpp (modified) * trunk/src/VBox/Runtime/r3/posix/rtmempage-exec-mmap-heap-posix.cpp (modified) * trunk/src/VBox/Runtime/r3/posix/timer-posix.cpp (modified) * trunk/src/VBox/Runtime/r3/solaris/Makefile.kup (added) * trunk/src/VBox/Runtime/r3/solaris/mp-solaris.cpp (modified) * trunk/src/VBox/Runtime/r3/test.cpp (modified) * trunk/src/VBox/Runtime/r3/win/process-win.cpp (modified) * trunk/src/VBox/Runtime/testcase/tstOnce.cpp (modified) * trunk/src/VBox/VMM/VMMR0/HMR0.cpp (modified) Extended RTOnce with termination cleanups. (Changes existing ...