Changeset 76527 in vbox
- Timestamp:
- Dec 30, 2018 5:55:44 AM (6 years ago)
- Location:
- trunk/src/VBox/HostDrivers
- Files:
-
- 37 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/HostDrivers/.scm-settings
r74831 r76527 44 44 45 45 # Trivial dual C and assembly include files which cannot have comments. 46 /Support/win/import-template-kernel32.h: --no-update-copyright-year --no-update-license 47 /Support/win/import-template-ntdll.h: --no-update-copyright-year --no-update-license 46 /Support/win/import-template-kernel32.h: --no-update-copyright-year --no-update-license --no-fix-header-guards 47 /Support/win/import-template-ntdll.h: --no-update-copyright-year --no-update-license --no-fix-header-guards 48 48 49 49 # Ignore binary files … … 56 56 --filter-out-files /VBoxNetAdp/solaris/hostname.vboxnet0 57 57 --filter-out-files /VBoxNetFlt/win/nobj/VBoxNetFltNobj.rgs 58 /VBoxNetFlt/win/nobj/VBoxNetFltNobjT.idl: --treat-as .h 58 /VBoxNetFlt/win/nobj/VBoxNetFltNobjT.idl: --treat-as .h --no-fix-header-guards 59 59 /Support/solaris/mod.sh: --no-convert-tabs 60 60 /Support/linux/SUPDrv-linux.mod.c: --no-convert-tabs -
trunk/src/VBox/HostDrivers/Support/SUPDrvIDC.h
r69500 r76527 27 27 #ifndef ___SUPDrvIDC_h___ 28 28 #define ___SUPDrvIDC_h___ 29 #ifndef RT_WITHOUT_PRAGMA_ONCE 30 # pragma once 31 #endif 29 32 30 33 #include <VBox/types.h> -
trunk/src/VBox/HostDrivers/Support/SUPDrvIOC.h
r76461 r76527 27 27 #ifndef ___SUPDrvIOC_h___ 28 28 #define ___SUPDrvIOC_h___ 29 #ifndef RT_WITHOUT_PRAGMA_ONCE 30 # pragma once 31 #endif 29 32 30 33 #include <iprt/types.h> -
trunk/src/VBox/HostDrivers/Support/SUPDrvInternal.h
r75282 r76527 27 27 #ifndef ___SUPDrvInternal_h 28 28 #define ___SUPDrvInternal_h 29 #ifndef RT_WITHOUT_PRAGMA_ONCE 30 # pragma once 31 #endif 29 32 30 33 -
trunk/src/VBox/HostDrivers/Support/SUPLibInternal.h
r72326 r76527 27 27 #ifndef ___SUPLibInternal_h___ 28 28 #define ___SUPLibInternal_h___ 29 #ifndef RT_WITHOUT_PRAGMA_ONCE 30 # pragma once 31 #endif 29 32 30 33 #include <VBox/cdefs.h> -
trunk/src/VBox/HostDrivers/Support/SUPR0IdcClientInternal.h
r69500 r76527 27 27 #ifndef ___SUPR0IdcClientInternal_h__ 28 28 #define ___SUPR0IdcClientInternal_h__ 29 #ifndef RT_WITHOUT_PRAGMA_ONCE 30 # pragma once 31 #endif 29 32 30 33 #include <VBox/types.h> -
trunk/src/VBox/HostDrivers/Support/SUPSvcInternal.h
r69500 r76527 27 27 #ifndef ___SUPSvcInternal_h___ 28 28 #define ___SUPSvcInternal_h___ 29 #ifndef RT_WITHOUT_PRAGMA_ONCE 30 # pragma once 31 #endif 29 32 30 33 #include <VBox/cdefs.h> -
trunk/src/VBox/HostDrivers/Support/darwin/sys/dtrace_glue.h
r69249 r76527 25 25 */ 26 26 27 #ifndef VBOX_INCLUDED_darwin_sys_dtrace_glue_h 28 #define VBOX_INCLUDED_darwin_sys_dtrace_glue_h 29 #ifndef RT_WITHOUT_PRAGMA_ONCE 30 # pragma once 31 #endif 32 27 33 #define _KERNEL 28 34 typedef struct solaris_cred cred_t; … … 31 37 typedef unsigned int model_t; 32 38 39 #endif -
trunk/src/VBox/HostDrivers/Support/win/SUPHardenedVerify-win.h
r69500 r76527 27 27 #ifndef ___win_SUPHardenedVerify_win_h 28 28 #define ___win_SUPHardenedVerify_win_h 29 #ifndef RT_WITHOUT_PRAGMA_ONCE 30 # pragma once 31 #endif 29 32 30 33 #include <iprt/types.h> -
trunk/src/VBox/HostDrivers/VBoxNetAdp/VBoxNetAdpInternal.h
r69500 r76527 27 27 #ifndef ___VBoxNetAdpInternal_h___ 28 28 #define ___VBoxNetAdpInternal_h___ 29 #ifndef RT_WITHOUT_PRAGMA_ONCE 30 # pragma once 31 #endif 29 32 30 33 #include <VBox/sup.h> -
trunk/src/VBox/HostDrivers/VBoxNetAdp/win/VBoxNetAdp-win.h
r69500 r76527 23 23 * terms and conditions of either the GPL or the CDDL or both. 24 24 */ 25 25 26 #ifndef ___VBoxNetAdp_win_h___ 26 27 #define ___VBoxNetAdp_win_h___ 28 #ifndef RT_WITHOUT_PRAGMA_ONCE 29 # pragma once 30 #endif 27 31 28 32 #define VBOXNETADP_VERSION_NDIS_MAJOR 6 -
trunk/src/VBox/HostDrivers/VBoxNetFlt/VBoxNetFltInternal.h
r75690 r76527 27 27 #ifndef ___VBoxNetFltInternal_h___ 28 28 #define ___VBoxNetFltInternal_h___ 29 #ifndef RT_WITHOUT_PRAGMA_ONCE 30 # pragma once 31 #endif 29 32 30 33 #include <VBox/sup.h> -
trunk/src/VBox/HostDrivers/VBoxNetFlt/win/drv/VBoxNetFltCmn-win.h
r69500 r76527 28 28 #ifndef ___VBoxNetFltCmn_win_h___ 29 29 #define ___VBoxNetFltCmn_win_h___ 30 #ifndef RT_WITHOUT_PRAGMA_ONCE 31 # pragma once 32 #endif 30 33 31 34 #define LOG_GROUP LOG_GROUP_NET_FLT_DRV -
trunk/src/VBox/HostDrivers/VBoxNetFlt/win/drv/VBoxNetFltM-win.h
r69500 r76527 27 27 #ifndef ___VBoxNetFltM_win_h___ 28 28 #define ___VBoxNetFltM_win_h___ 29 #ifndef RT_WITHOUT_PRAGMA_ONCE 30 # pragma once 31 #endif 29 32 30 33 DECLHIDDEN(NDIS_STATUS) vboxNetFltWinMpRegister(PVBOXNETFLTGLOBALS_MP pGlobalsMp, PDRIVER_OBJECT pDriverObject, PUNICODE_STRING pRegistryPathStr); -
trunk/src/VBox/HostDrivers/VBoxNetFlt/win/drv/VBoxNetFltP-win.h
r69500 r76527 24 24 * terms and conditions of either the GPL or the CDDL or both. 25 25 */ 26 26 27 #ifndef ___VBoxNetFltP_win_h___ 27 28 #define ___VBoxNetFltP_win_h___ 29 #ifndef RT_WITHOUT_PRAGMA_ONCE 30 # pragma once 31 #endif 28 32 29 33 #ifdef VBOXNETADP -
trunk/src/VBox/HostDrivers/VBoxNetFlt/win/drv/VBoxNetFltRt-win.h
r73097 r76527 24 24 * terms and conditions of either the GPL or the CDDL or both. 25 25 */ 26 26 27 #ifndef ___VBoxNetFltRt_win_h___ 27 28 #define ___VBoxNetFltRt_win_h___ 29 #ifndef RT_WITHOUT_PRAGMA_ONCE 30 # pragma once 31 #endif 28 32 DECLHIDDEN(VOID) vboxNetFltWinUnload(IN PDRIVER_OBJECT DriverObject); 29 33 -
trunk/src/VBox/HostDrivers/VBoxNetFlt/win/drv/VBoxNetLwf-win.h
r69500 r76527 23 23 * terms and conditions of either the GPL or the CDDL or both. 24 24 */ 25 25 26 #ifndef ___VBoxNetLwf_win_h___ 26 27 #define ___VBoxNetLwf_win_h___ 28 #ifndef RT_WITHOUT_PRAGMA_ONCE 29 # pragma once 30 #endif 27 31 28 32 #define VBOXNETLWF_VERSION_NDIS_MAJOR 6 -
trunk/src/VBox/HostDrivers/VBoxNetFlt/win/nobj/VBoxNetFltNobj.h
r69500 r76527 24 24 * terms and conditions of either the GPL or the CDDL or both. 25 25 */ 26 26 27 #ifndef ___VBoxNetFltNobj_h___ 27 28 #define ___VBoxNetFltNobj_h___ 29 #ifndef RT_WITHOUT_PRAGMA_ONCE 30 # pragma once 31 #endif 28 32 29 33 #include <iprt/win/windows.h> -
trunk/src/VBox/HostDrivers/VBoxNetFlt/win/nobj/VBoxNetFltNobjRc.h
r69500 r76527 24 24 * terms and conditions of either the GPL or the CDDL or both. 25 25 */ 26 26 27 #ifndef ___VBoxNetFltNobjRc_h___ 27 28 #define ___VBoxNetFltNobjRc_h___ 29 #ifndef RT_WITHOUT_PRAGMA_ONCE 30 # pragma once 31 #endif 28 32 29 33 /* registry script rc ID */ -
trunk/src/VBox/HostDrivers/VBoxNetFlt/win/nobj/VBoxNetFltNobjT.idl
r69500 r76527 1 1 /* $Id$ */ 2 2 /** @file 3 * VBoxNetFltNobjT.idl - Notify Object for Bridged Networking Driver. 4 5 * Type lib definition 3 * VBoxNetFltNobjT.idl - Notify Object for Bridged Networking Driver, typelib definition. 6 4 */ 7 5 -
trunk/src/VBox/HostDrivers/VBoxPci/VBoxPciInternal.h
r69500 r76527 27 27 #ifndef ___VBoxPciInternal_h___ 28 28 #define ___VBoxPciInternal_h___ 29 #ifndef RT_WITHOUT_PRAGMA_ONCE 30 # pragma once 31 #endif 29 32 30 33 #include <VBox/sup.h> -
trunk/src/VBox/HostDrivers/VBoxUSB/VBoxUSBFilterMgr.h
r69500 r76527 27 27 #ifndef ___VBoxUSBFilterMgr_h 28 28 #define ___VBoxUSBFilterMgr_h 29 #ifndef RT_WITHOUT_PRAGMA_ONCE 30 # pragma once 31 #endif 29 32 30 33 #include <VBox/usbfilter.h> -
trunk/src/VBox/HostDrivers/VBoxUSB/darwin/VBoxUSBInterface.h
r69500 r76527 27 27 #ifndef ___VBoxUSBInterface_h 28 28 #define ___VBoxUSBInterface_h 29 #ifndef RT_WITHOUT_PRAGMA_ONCE 30 # pragma once 31 #endif 29 32 30 33 #include <VBox/usbfilter.h> -
trunk/src/VBox/HostDrivers/VBoxUSB/os2/usbcalls.h
r31896 r76527 1 #ifndef _usbcalls_h__ 1 2 #ifndef _usbcalls_h_ 2 3 #define _usbcalls_h_ 4 #ifndef RT_WITHOUT_PRAGMA_ONCE 5 # pragma once 6 #endif 3 7 4 8 #ifdef __cplusplus -
trunk/src/VBox/HostDrivers/VBoxUSB/win/cmn/VBoxDrvTool.h
r69500 r76527 27 27 #ifndef ___VBoxDrvTool_win_h___ 28 28 #define ___VBoxDrvTool_win_h___ 29 #ifndef RT_WITHOUT_PRAGMA_ONCE 30 # pragma once 31 #endif 29 32 30 33 #include <VBox/cdefs.h> -
trunk/src/VBox/HostDrivers/VBoxUSB/win/cmn/VBoxUsbIdc.h
r69500 r76527 24 24 * terms and conditions of either the GPL or the CDDL or both. 25 25 */ 26 26 27 #ifndef ___VBoxUsbIdc_h___ 27 28 #define ___VBoxUsbIdc_h___ 29 #ifndef RT_WITHOUT_PRAGMA_ONCE 30 # pragma once 31 #endif 28 32 29 33 #define VBOXUSBIDC_VERSION_MAJOR 1 -
trunk/src/VBox/HostDrivers/VBoxUSB/win/cmn/VBoxUsbTool.h
r69500 r76527 24 24 * terms and conditions of either the GPL or the CDDL or both. 25 25 */ 26 26 27 #ifndef ___VBoxUsbTool_h___ 27 28 #define ___VBoxUsbTool_h___ 29 #ifndef RT_WITHOUT_PRAGMA_ONCE 30 # pragma once 31 #endif 28 32 29 33 #include "VBoxDrvTool.h" -
trunk/src/VBox/HostDrivers/VBoxUSB/win/dev/VBoxUsbCmn.h
r69500 r76527 23 23 * terms and conditions of either the GPL or the CDDL or both. 24 24 */ 25 25 26 #ifndef ___VBoxUsbCmn_h___ 26 27 #define ___VBoxUsbCmn_h___ 28 #ifndef RT_WITHOUT_PRAGMA_ONCE 29 # pragma once 30 #endif 27 31 28 32 #include "../cmn/VBoxDrvTool.h" -
trunk/src/VBox/HostDrivers/VBoxUSB/win/dev/VBoxUsbDev.h
r69500 r76527 27 27 #ifndef ___VBoxUsbDev_h___ 28 28 #define ___VBoxUsbDev_h___ 29 #ifndef RT_WITHOUT_PRAGMA_ONCE 30 # pragma once 31 #endif 29 32 30 33 #include "VBoxUsbCmn.h" -
trunk/src/VBox/HostDrivers/VBoxUSB/win/dev/VBoxUsbPnP.h
r69500 r76527 27 27 #ifndef ___VBoxUsbPnP_h___ 28 28 #define ___VBoxUsbPnP_h___ 29 #ifndef RT_WITHOUT_PRAGMA_ONCE 30 # pragma once 31 #endif 29 32 #include "VBoxUsbCmn.h" 30 33 -
trunk/src/VBox/HostDrivers/VBoxUSB/win/dev/VBoxUsbPwr.h
r69500 r76527 26 26 #ifndef ___VBoxUsbPwr_h___ 27 27 #define ___VBoxUsbPwr_h___ 28 #ifndef RT_WITHOUT_PRAGMA_ONCE 29 # pragma once 30 #endif 28 31 29 32 typedef struct VBOXUSB_PWRSTATE -
trunk/src/VBox/HostDrivers/VBoxUSB/win/dev/VBoxUsbRt.h
r69500 r76527 23 23 * terms and conditions of either the GPL or the CDDL or both. 24 24 */ 25 25 26 #ifndef ___VBoxUsbRt_h___ 26 27 #define ___VBoxUsbRt_h___ 28 #ifndef RT_WITHOUT_PRAGMA_ONCE 29 # pragma once 30 #endif 27 31 28 32 #include "VBoxUsbCmn.h" -
trunk/src/VBox/HostDrivers/VBoxUSB/win/mon/VBoxUsbFlt.h
r69500 r76527 27 27 #ifndef ___win_mon_VBoxUsbFlt_h___ 28 28 #define ___win_mon_VBoxUsbFlt_h___ 29 #ifndef RT_WITHOUT_PRAGMA_ONCE 30 # pragma once 31 #endif 29 32 30 33 #include "VBoxUsbMon.h" -
trunk/src/VBox/HostDrivers/VBoxUSB/win/mon/VBoxUsbHook.h
r69500 r76527 26 26 #ifndef ___VBoxUsbHook_h___ 27 27 #define ___VBoxUsbHook_h___ 28 #ifndef RT_WITHOUT_PRAGMA_ONCE 29 # pragma once 30 #endif 28 31 29 32 #include "VBoxUsbMon.h" -
trunk/src/VBox/HostDrivers/VBoxUSB/win/mon/VBoxUsbMon.h
r69500 r76527 23 23 * terms and conditions of either the GPL or the CDDL or both. 24 24 */ 25 25 26 #ifndef ___VBoxUsbMon_h___ 26 27 #define ___VBoxUsbMon_h___ 28 #ifndef RT_WITHOUT_PRAGMA_ONCE 29 # pragma once 30 #endif 27 31 28 32 #include <VBox/cdefs.h> -
trunk/src/VBox/HostDrivers/darwin/VBoxNetSend.h
r69500 r76527 26 26 27 27 /** @todo move this to src/VBox/HostDrivers/darwin as a .cpp file. */ 28 28 29 #ifndef ___VBox_VBoxNetSend_h 29 30 #define ___VBox_VBoxNetSend_h 31 #ifndef RT_WITHOUT_PRAGMA_ONCE 32 # pragma once 33 #endif 30 34 31 35 #if defined(RT_OS_DARWIN) -
trunk/src/VBox/HostDrivers/win/VBoxDbgLog.h
r69500 r76527 27 27 #ifndef ___VBoxDbgLog_h___ 28 28 #define ___VBoxDbgLog_h___ 29 #ifndef RT_WITHOUT_PRAGMA_ONCE 30 # pragma once 31 #endif 29 32 30 33 #ifndef VBOX_DBG_LOG_NAME
Note:
See TracChangeset
for help on using the changeset viewer.