Changeset 76474 in vbox for trunk/src/VBox/HostDrivers/Support
- Timestamp:
- Dec 25, 2018 7:21:57 AM (6 years ago)
- svn:sync-xref-src-repo-rev:
- 127775
- Location:
- trunk/src/VBox/HostDrivers/Support
- Files:
-
- 27 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/HostDrivers/Support/SUPDrvSem.cpp
r69500 r76474 48 48 #include <VBox/param.h> 49 49 #include <VBox/log.h> 50 #include < VBox/err.h>50 #include <iprt/errcore.h> 51 51 52 52 -
trunk/src/VBox/HostDrivers/Support/SUPLibSem.cpp
r69500 r76474 32 32 #include <VBox/sup.h> 33 33 34 #include < VBox/err.h>34 #include <iprt/errcore.h> 35 35 #include <VBox/param.h> 36 36 #include <iprt/assert.h> -
trunk/src/VBox/HostDrivers/Support/SUPR0IdcClient.c
r69500 r76474 30 30 *********************************************************************************************************************************/ 31 31 #include "SUPR0IdcClientInternal.h" 32 #include < VBox/err.h>32 #include <iprt/errcore.h> 33 33 #include <iprt/asm.h> 34 34 -
trunk/src/VBox/HostDrivers/Support/SUPR0IdcClientComponent.c
r69500 r76474 30 30 *********************************************************************************************************************************/ 31 31 #include "SUPR0IdcClientInternal.h" 32 #include < VBox/err.h>32 #include <iprt/errcore.h> 33 33 34 34 -
trunk/src/VBox/HostDrivers/Support/SUPR0IdcClientStubs.c
r69500 r76474 30 30 *********************************************************************************************************************************/ 31 31 #include "SUPR0IdcClientInternal.h" 32 #include < VBox/err.h>32 #include <iprt/errcore.h> 33 33 #include <iprt/asm.h> 34 34 -
trunk/src/VBox/HostDrivers/Support/SUPR3HardenedIPRT.cpp
r69500 r76474 31 31 #define LOG_GROUP LOG_GROUP_SUP 32 32 #include <VBox/sup.h> 33 #include < VBox/err.h>33 #include <iprt/errcore.h> 34 34 #include <VBox/log.h> 35 35 #include <iprt/string.h> -
trunk/src/VBox/HostDrivers/Support/SUPSvcGlobal.cpp
r69500 r76474 31 31 #include "SUPSvcInternal.h" 32 32 33 #include <iprt/err .h>33 #include <iprt/errcore.h> 34 34 #include <iprt/assert.h> 35 35 -
trunk/src/VBox/HostDrivers/Support/SUPSvcGrant.cpp
r69500 r76474 34 34 #include <VBox/log.h> 35 35 #include <iprt/asm.h> 36 #include <iprt/err .h>36 #include <iprt/errcore.h> 37 37 #include <iprt/assert.h> 38 38 #include <iprt/critsect.h> -
trunk/src/VBox/HostDrivers/Support/darwin/SUPR0IdcClient-darwin.c
r69500 r76474 30 30 *********************************************************************************************************************************/ 31 31 #include "../SUPR0IdcClientInternal.h" 32 #include < VBox/err.h>32 #include <iprt/errcore.h> 33 33 34 34 -
trunk/src/VBox/HostDrivers/Support/freebsd/SUPR0IdcClient-freebsd.c
r69500 r76474 30 30 *********************************************************************************************************************************/ 31 31 #include "../SUPR0IdcClientInternal.h" 32 #include < VBox/err.h>32 #include <iprt/errcore.h> 33 33 34 34 -
trunk/src/VBox/HostDrivers/Support/linux/SUPR0IdcClient-linux.c
r69500 r76474 30 30 *********************************************************************************************************************************/ 31 31 #include "../SUPR0IdcClientInternal.h" 32 #include < VBox/err.h>32 #include <iprt/errcore.h> 33 33 34 34 -
trunk/src/VBox/HostDrivers/Support/os2/SUPR0IdcClient-os2.c
r69500 r76474 30 30 *********************************************************************************************************************************/ 31 31 #include "../SUPR0IdcClientInternal.h" 32 #include < VBox/err.h>32 #include <iprt/errcore.h> 33 33 34 34 -
trunk/src/VBox/HostDrivers/Support/solaris/SUPR0IdcClient-solaris.c
r69500 r76474 30 30 *********************************************************************************************************************************/ 31 31 #include "../SUPR0IdcClientInternal.h" 32 #include < VBox/err.h>32 #include <iprt/errcore.h> 33 33 34 34 -
trunk/src/VBox/HostDrivers/Support/testcase/SUPLoggerCtl.cpp
r69500 r76474 36 36 #include <iprt/string.h> 37 37 #include <iprt/ctype.h> 38 #include <iprt/err .h>38 #include <iprt/errcore.h> 39 39 40 40 -
trunk/src/VBox/HostDrivers/Support/testcase/SUPUninstall.cpp
r69500 r76474 30 30 *********************************************************************************************************************************/ 31 31 #include <VBox/sup.h> 32 #include < VBox/err.h>32 #include <iprt/errcore.h> 33 33 #include <iprt/initterm.h> 34 34 #include <iprt/stream.h> -
trunk/src/VBox/HostDrivers/Support/testcase/tstGIP-2.cpp
r69500 r76474 30 30 *********************************************************************************************************************************/ 31 31 #include <VBox/sup.h> 32 #include < VBox/err.h>32 #include <iprt/errcore.h> 33 33 #include <VBox/param.h> 34 34 #include <iprt/asm.h> -
trunk/src/VBox/HostDrivers/Support/testcase/tstGetPagingMode.cpp
r69500 r76474 30 30 *********************************************************************************************************************************/ 31 31 #include <VBox/sup.h> 32 #include < VBox/err.h>32 #include <iprt/errcore.h> 33 33 #include <iprt/initterm.h> 34 34 #include <iprt/stream.h> -
trunk/src/VBox/HostDrivers/Support/testcase/tstInit.cpp
r69500 r76474 30 30 *********************************************************************************************************************************/ 31 31 #include <VBox/sup.h> 32 #include < VBox/err.h>32 #include <iprt/errcore.h> 33 33 #include <iprt/initterm.h> 34 34 #include <iprt/stream.h> -
trunk/src/VBox/HostDrivers/Support/testcase/tstInt.cpp
r69500 r76474 33 33 #include <VBox/vmm/vmm.h> 34 34 #include <VBox/vmm/gvmm.h> 35 #include < VBox/err.h>35 #include <iprt/errcore.h> 36 36 #include <VBox/param.h> 37 37 #include <iprt/asm-amd64-x86.h> -
trunk/src/VBox/HostDrivers/Support/testcase/tstLow.cpp
r69500 r76474 31 31 #include <VBox/sup.h> 32 32 #include <VBox/param.h> 33 #include < VBox/err.h>33 #include <iprt/errcore.h> 34 34 #include <iprt/initterm.h> 35 35 #include <iprt/stream.h> -
trunk/src/VBox/HostDrivers/Support/testcase/tstPin.cpp
r69500 r76474 31 31 #include <VBox/sup.h> 32 32 #include <VBox/param.h> 33 #include < VBox/err.h>33 #include <iprt/errcore.h> 34 34 #include <iprt/initterm.h> 35 35 #include <iprt/stream.h> -
trunk/src/VBox/HostDrivers/Support/testcase/tstSupLoadModule.cpp
r69500 r76474 30 30 *********************************************************************************************************************************/ 31 31 #include <VBox/sup.h> 32 #include < VBox/err.h>32 #include <iprt/errcore.h> 33 33 34 34 #include <iprt/getopt.h> -
trunk/src/VBox/HostDrivers/Support/testcase/tstSupSem-Zombie.cpp
r69500 r76474 33 33 #include <VBox/param.h> 34 34 #include <iprt/env.h> 35 #include <iprt/err .h>35 #include <iprt/errcore.h> 36 36 #include <iprt/initterm.h> 37 37 #include <iprt/process.h> -
trunk/src/VBox/HostDrivers/Support/testcase/tstSupTscDelta.cpp
r69500 r76474 30 30 *********************************************************************************************************************************/ 31 31 #include <VBox/sup.h> 32 #include < VBox/err.h>32 #include <iprt/errcore.h> 33 33 #include <iprt/assert.h> 34 34 #include <iprt/stream.h> -
trunk/src/VBox/HostDrivers/Support/testcase/tstSupVerify.cpp
r69500 r76474 30 30 *********************************************************************************************************************************/ 31 31 #include <VBox/sup.h> 32 #include < VBox/err.h>32 #include <iprt/errcore.h> 33 33 34 34 #include <iprt/getopt.h> -
trunk/src/VBox/HostDrivers/Support/win/SUPR0IdcClient-win.c
r69500 r76474 30 30 *********************************************************************************************************************************/ 31 31 #include "../SUPR0IdcClientInternal.h" 32 #include < VBox/err.h>32 #include <iprt/errcore.h> 33 33 34 34 -
trunk/src/VBox/HostDrivers/Support/win/SUPR3HardenedNoCrt-win.cpp
r76414 r76474 37 37 38 38 #include <VBox/sup.h> 39 #include < VBox/err.h>39 #include <iprt/errcore.h> 40 40 #include <iprt/assert.h> 41 41 #include <iprt/ctype.h>
Note:
See TracChangeset
for help on using the changeset viewer.