diff options
Diffstat (limited to 'src')
1967 files changed, 2687 insertions, 2461 deletions
diff --git a/src/Makefile.kmk b/src/Makefile.kmk index c323e4c17..3a1398a0b 100644 --- a/src/Makefile.kmk +++ b/src/Makefile.kmk @@ -1,4 +1,4 @@ -# $Id: Makefile.kmk 29263 2010-05-09 19:52:03Z vboxsync $ +# $Id: Makefile.kmk $ ## @file # Top-level makefile for the src directory. # diff --git a/src/VBox/Additions/Makefile.kmk b/src/VBox/Additions/Makefile.kmk index f5313baf8..e1490a456 100644 --- a/src/VBox/Additions/Makefile.kmk +++ b/src/VBox/Additions/Makefile.kmk @@ -1,4 +1,4 @@ -# $Id: Makefile.kmk 29317 2010-05-11 08:40:19Z vboxsync $ +# $Id: Makefile.kmk $ ## @file # Top-level makefile for the VirtualBox Guest Additions. # diff --git a/src/VBox/Additions/common/Makefile.kmk b/src/VBox/Additions/common/Makefile.kmk index 69e77856e..aefc02d38 100644 --- a/src/VBox/Additions/common/Makefile.kmk +++ b/src/VBox/Additions/common/Makefile.kmk @@ -1,4 +1,4 @@ -# $Id: Makefile.kmk 28800 2010-04-27 08:22:32Z vboxsync $ +# $Id: Makefile.kmk $ ## @file # Sub-Makefile for the common addition code. # diff --git a/src/VBox/Additions/common/VBoxControl/Makefile.kmk b/src/VBox/Additions/common/VBoxControl/Makefile.kmk index ea844aecc..83ccaa062 100644 --- a/src/VBox/Additions/common/VBoxControl/Makefile.kmk +++ b/src/VBox/Additions/common/VBoxControl/Makefile.kmk @@ -1,4 +1,4 @@ -# $Id: Makefile.kmk 28800 2010-04-27 08:22:32Z vboxsync $ +# $Id: Makefile.kmk $ ## @file # Sub-Makefile for the Guest Additions Command Line Management Interface. # diff --git a/src/VBox/Additions/common/VBoxControl/VBoxControl.cpp b/src/VBox/Additions/common/VBoxControl/VBoxControl.cpp index 895c8f3a1..61f90f8e0 100644 --- a/src/VBox/Additions/common/VBoxControl/VBoxControl.cpp +++ b/src/VBox/Additions/common/VBoxControl/VBoxControl.cpp @@ -1,4 +1,4 @@ -/* $Id: VBoxControl.cpp 28800 2010-04-27 08:22:32Z vboxsync $ */ +/* $Id: VBoxControl.cpp $ */ /** @file * VBoxControl - Guest Additions Command Line Management Interface. */ diff --git a/src/VBox/Additions/common/VBoxControl/testcase/Makefile.kmk b/src/VBox/Additions/common/VBoxControl/testcase/Makefile.kmk index 77c765d90..05a94c447 100644 --- a/src/VBox/Additions/common/VBoxControl/testcase/Makefile.kmk +++ b/src/VBox/Additions/common/VBoxControl/testcase/Makefile.kmk @@ -1,4 +1,4 @@ -# $Id: Makefile.kmk 28800 2010-04-27 08:22:32Z vboxsync $ +# $Id: Makefile.kmk $ ## @file # Sub-Makefile for the VBoxControl testcases. # diff --git a/src/VBox/Additions/common/VBoxControl/testcase/tstVBoxControl.cpp b/src/VBox/Additions/common/VBoxControl/testcase/tstVBoxControl.cpp index 19ec67fef..82dff4dd3 100644 --- a/src/VBox/Additions/common/VBoxControl/testcase/tstVBoxControl.cpp +++ b/src/VBox/Additions/common/VBoxControl/testcase/tstVBoxControl.cpp @@ -1,4 +1,4 @@ -/* $Id: tstVBoxControl.cpp 28800 2010-04-27 08:22:32Z vboxsync $ */ +/* $Id: tstVBoxControl.cpp $ */ /** @file * VBoxControl - Guest Additions Command Line Management Interface, test case */ diff --git a/src/VBox/Additions/common/VBoxGuest/Makefile.kmk b/src/VBox/Additions/common/VBoxGuest/Makefile.kmk index 39f71118b..09b0a59cc 100644 --- a/src/VBox/Additions/common/VBoxGuest/Makefile.kmk +++ b/src/VBox/Additions/common/VBoxGuest/Makefile.kmk @@ -1,4 +1,4 @@ -# $Id: Makefile.kmk 29044 2010-05-04 20:38:42Z vboxsync $ +# $Id: Makefile.kmk $ ## @file # Makefile for the Cross Platform Guest Additions Driver. # diff --git a/src/VBox/Additions/common/VBoxGuest/VBoxGuest-freebsd.c b/src/VBox/Additions/common/VBoxGuest/VBoxGuest-freebsd.c index 071d14190..9929be58a 100644 --- a/src/VBox/Additions/common/VBoxGuest/VBoxGuest-freebsd.c +++ b/src/VBox/Additions/common/VBoxGuest/VBoxGuest-freebsd.c @@ -1,4 +1,4 @@ -/* $Id: VBoxGuest-freebsd.c 28800 2010-04-27 08:22:32Z vboxsync $ */ +/* $Id: VBoxGuest-freebsd.c $ */ /** @file * VirtualBox Guest Additions Driver for FreeBSD. */ diff --git a/src/VBox/Additions/common/VBoxGuest/VBoxGuest-linux.c b/src/VBox/Additions/common/VBoxGuest/VBoxGuest-linux.c index 03907de5d..8b7c997f4 100644 --- a/src/VBox/Additions/common/VBoxGuest/VBoxGuest-linux.c +++ b/src/VBox/Additions/common/VBoxGuest/VBoxGuest-linux.c @@ -1,4 +1,4 @@ -/* $Rev: 28800 $ */ +/* $Rev: 60692 $ */ /** @file * VBoxGuest - Linux specifics. * diff --git a/src/VBox/Additions/common/VBoxGuest/VBoxGuest-os2.cpp b/src/VBox/Additions/common/VBoxGuest/VBoxGuest-os2.cpp index a91bc9df3..36bc89dce 100644 --- a/src/VBox/Additions/common/VBoxGuest/VBoxGuest-os2.cpp +++ b/src/VBox/Additions/common/VBoxGuest/VBoxGuest-os2.cpp @@ -1,4 +1,4 @@ -/* $Id: VBoxGuest-os2.cpp 28854 2010-04-27 19:41:12Z vboxsync $ */ +/* $Id: VBoxGuest-os2.cpp $ */ /** @file * VBoxGuest - OS/2 specifics. */ diff --git a/src/VBox/Additions/common/VBoxGuest/VBoxGuest-os2.def b/src/VBox/Additions/common/VBoxGuest/VBoxGuest-os2.def index c8bbf74de..4728686eb 100644 --- a/src/VBox/Additions/common/VBoxGuest/VBoxGuest-os2.def +++ b/src/VBox/Additions/common/VBoxGuest/VBoxGuest-os2.def @@ -1,4 +1,4 @@ -; $Id: VBoxGuest-os2.def 28800 2010-04-27 08:22:32Z vboxsync $ +; $Id: VBoxGuest-os2.def $ ;; @file ; VBoxGuest - OS/2 definition file. ; diff --git a/src/VBox/Additions/common/VBoxGuest/VBoxGuest-solaris.c b/src/VBox/Additions/common/VBoxGuest/VBoxGuest-solaris.c index 56f25cd15..bef662a5c 100644 --- a/src/VBox/Additions/common/VBoxGuest/VBoxGuest-solaris.c +++ b/src/VBox/Additions/common/VBoxGuest/VBoxGuest-solaris.c @@ -1,4 +1,4 @@ -/* $Id: VBoxGuest-solaris.c 28800 2010-04-27 08:22:32Z vboxsync $ */ +/* $Id: VBoxGuest-solaris.c $ */ /** @file * VirtualBox Guest Additions Driver for Solaris. */ diff --git a/src/VBox/Additions/common/VBoxGuest/VBoxGuest.cpp b/src/VBox/Additions/common/VBoxGuest/VBoxGuest.cpp index 4540dc16a..ab85e2c25 100644 --- a/src/VBox/Additions/common/VBoxGuest/VBoxGuest.cpp +++ b/src/VBox/Additions/common/VBoxGuest/VBoxGuest.cpp @@ -1,4 +1,4 @@ -/* $Id: VBoxGuest.cpp 29625 2010-05-18 12:40:24Z vboxsync $ */ +/* $Id: VBoxGuest.cpp $ */ /** @file * VBoxGuest - Guest Additions Driver, Common Code. */ diff --git a/src/VBox/Additions/common/VBoxGuest/VBoxGuestA-os2.asm b/src/VBox/Additions/common/VBoxGuest/VBoxGuestA-os2.asm index a74898ebd..bb8757f19 100644 --- a/src/VBox/Additions/common/VBoxGuest/VBoxGuestA-os2.asm +++ b/src/VBox/Additions/common/VBoxGuest/VBoxGuestA-os2.asm @@ -1,4 +1,4 @@ -; $Id: VBoxGuestA-os2.asm 28800 2010-04-27 08:22:32Z vboxsync $ +; $Id: VBoxGuestA-os2.asm $ ;; @file ; VBoxGuest - OS/2 assembly file, the first file in the link. ; diff --git a/src/VBox/Additions/common/VBoxGuest/VBoxGuestIDC-unix.c.h b/src/VBox/Additions/common/VBoxGuest/VBoxGuestIDC-unix.c.h index 49d63be10..e36281a9d 100644 --- a/src/VBox/Additions/common/VBoxGuest/VBoxGuestIDC-unix.c.h +++ b/src/VBox/Additions/common/VBoxGuest/VBoxGuestIDC-unix.c.h @@ -1,4 +1,4 @@ -/* $Rev: 28800 $ */ +/* $Rev: 60692 $ */ /** @file * VBoxGuest - Inter Driver Communcation, unix implementation. * diff --git a/src/VBox/Additions/common/VBoxGuest/VBoxGuestInternal.h b/src/VBox/Additions/common/VBoxGuest/VBoxGuestInternal.h index 79e414b92..d77f0a060 100644 --- a/src/VBox/Additions/common/VBoxGuest/VBoxGuestInternal.h +++ b/src/VBox/Additions/common/VBoxGuest/VBoxGuestInternal.h @@ -1,4 +1,4 @@ -/* $Id: VBoxGuestInternal.h 28800 2010-04-27 08:22:32Z vboxsync $ */ +/* $Id: VBoxGuestInternal.h $ */ /** @file * VBoxGuest - Guest Additions Driver. */ diff --git a/src/VBox/Additions/common/VBoxGuest/freebsd/Makefile b/src/VBox/Additions/common/VBoxGuest/freebsd/Makefile index 2edb6b39c..d42eb0d9c 100644 --- a/src/VBox/Additions/common/VBoxGuest/freebsd/Makefile +++ b/src/VBox/Additions/common/VBoxGuest/freebsd/Makefile @@ -1,4 +1,4 @@ -# $Id: Makefile 29056 2010-05-05 08:44:58Z vboxsync $ +# $Id: Makefile $ ## @file # VirtualBox Guest Additions Module Makefile. # diff --git a/src/VBox/Additions/common/VBoxGuest/freebsd/files_vboxguest b/src/VBox/Additions/common/VBoxGuest/freebsd/files_vboxguest index fb8b1bbd0..8ed5d2b23 100644..100755 --- a/src/VBox/Additions/common/VBoxGuest/freebsd/files_vboxguest +++ b/src/VBox/Additions/common/VBoxGuest/freebsd/files_vboxguest @@ -1,5 +1,5 @@ #!/bin/sh -# $Id: files_vboxguest 29250 2010-05-09 17:53:58Z vboxsync $ +# $Id: files_vboxguest $ ## @file # Shared file between Makefile.kmk and export_modules # diff --git a/src/VBox/Additions/common/VBoxGuest/linux/Makefile b/src/VBox/Additions/common/VBoxGuest/linux/Makefile index f8da4735a..eb4d21da0 100644 --- a/src/VBox/Additions/common/VBoxGuest/linux/Makefile +++ b/src/VBox/Additions/common/VBoxGuest/linux/Makefile @@ -1,4 +1,4 @@ -# $Revision: 29056 $ +# $Revision: 61105 $ ## @file # VirtualBox Guest Additions Module Makefile. # diff --git a/src/VBox/Additions/common/VBoxGuest/linux/files_vboxguest b/src/VBox/Additions/common/VBoxGuest/linux/files_vboxguest index 17abf1c0a..58a15e8c0 100644..100755 --- a/src/VBox/Additions/common/VBoxGuest/linux/files_vboxguest +++ b/src/VBox/Additions/common/VBoxGuest/linux/files_vboxguest @@ -1,5 +1,5 @@ #!/bin/sh -# $Id: $ +# $Id: $ ## @file # Shared file between Makefile.kmk and export_modules # diff --git a/src/VBox/Additions/common/VBoxGuestLib/GenericRequest.cpp b/src/VBox/Additions/common/VBoxGuestLib/GenericRequest.cpp index c512cac35..944cc7b94 100644 --- a/src/VBox/Additions/common/VBoxGuestLib/GenericRequest.cpp +++ b/src/VBox/Additions/common/VBoxGuestLib/GenericRequest.cpp @@ -1,4 +1,4 @@ -/* $Revision: 29360 $ */ +/* $Revision: 61466 $ */ /** @file * VBoxGuestLibR0 - Generic VMMDev request management. */ diff --git a/src/VBox/Additions/common/VBoxGuestLib/HGCM.cpp b/src/VBox/Additions/common/VBoxGuestLib/HGCM.cpp index 1c7b2a572..7fef12879 100644 --- a/src/VBox/Additions/common/VBoxGuestLib/HGCM.cpp +++ b/src/VBox/Additions/common/VBoxGuestLib/HGCM.cpp @@ -1,4 +1,4 @@ -/* $Revision: 28800 $ */ +/* $Revision: 60692 $ */ /** @file * VBoxGuestLib - Host-Guest Communication Manager. * diff --git a/src/VBox/Additions/common/VBoxGuestLib/HGCMInternal.cpp b/src/VBox/Additions/common/VBoxGuestLib/HGCMInternal.cpp index 8e5ecbc91..5aa870c39 100644 --- a/src/VBox/Additions/common/VBoxGuestLib/HGCMInternal.cpp +++ b/src/VBox/Additions/common/VBoxGuestLib/HGCMInternal.cpp @@ -1,4 +1,4 @@ -/* $Revision: 29680 $ */ +/* $Revision: 61846 $ */ /** @file * VBoxGuestLib - Host-Guest Communication Manager internal functions, implemented by VBoxGuest */ diff --git a/src/VBox/Additions/common/VBoxGuestLib/Init.cpp b/src/VBox/Additions/common/VBoxGuestLib/Init.cpp index b982bf392..0e4736c4b 100644 --- a/src/VBox/Additions/common/VBoxGuestLib/Init.cpp +++ b/src/VBox/Additions/common/VBoxGuestLib/Init.cpp @@ -1,4 +1,4 @@ -/* $Revision: 28800 $ */ +/* $Revision: 60692 $ */ /** @file * VBoxGuestLibR0 - Library initialization. */ diff --git a/src/VBox/Additions/common/VBoxGuestLib/Makefile.kmk b/src/VBox/Additions/common/VBoxGuestLib/Makefile.kmk index 593e106f9..720fb98b8 100644 --- a/src/VBox/Additions/common/VBoxGuestLib/Makefile.kmk +++ b/src/VBox/Additions/common/VBoxGuestLib/Makefile.kmk @@ -1,4 +1,4 @@ -# $Id: Makefile.kmk 29535 2010-05-17 11:57:06Z vboxsync $ +# $Id: Makefile.kmk $ ## @file # Sub-Makefile for the common guest addition code library. # diff --git a/src/VBox/Additions/common/VBoxGuestLib/PhysHeap.cpp b/src/VBox/Additions/common/VBoxGuestLib/PhysHeap.cpp index 388c20a51..06dcce000 100644 --- a/src/VBox/Additions/common/VBoxGuestLib/PhysHeap.cpp +++ b/src/VBox/Additions/common/VBoxGuestLib/PhysHeap.cpp @@ -1,4 +1,4 @@ -/* $Revision: 28800 $ */ +/* $Revision: 60692 $ */ /** @file * VBoxGuestLibR0 - Physical memory heap. */ diff --git a/src/VBox/Additions/common/VBoxGuestLib/SysHlp.cpp b/src/VBox/Additions/common/VBoxGuestLib/SysHlp.cpp index 6314c0db0..85cc993c4 100644 --- a/src/VBox/Additions/common/VBoxGuestLib/SysHlp.cpp +++ b/src/VBox/Additions/common/VBoxGuestLib/SysHlp.cpp @@ -1,4 +1,4 @@ -/* $Revision: 28800 $ */ +/* $Revision: 60692 $ */ /** @file * VBoxGuestLibR0 - IDC with VBoxGuest and HGCM helpers. */ diff --git a/src/VBox/Additions/common/VBoxGuestLib/SysHlp.h b/src/VBox/Additions/common/VBoxGuestLib/SysHlp.h index 80b50f895..8b68df513 100644 --- a/src/VBox/Additions/common/VBoxGuestLib/SysHlp.h +++ b/src/VBox/Additions/common/VBoxGuestLib/SysHlp.h @@ -1,4 +1,4 @@ -/* $Revision: 28800 $ */ +/* $Revision: 60692 $ */ /** @file * VBoxGuestLibR0 - System dependent helpers internal header. */ diff --git a/src/VBox/Additions/common/VBoxGuestLib/VBGLInternal.h b/src/VBox/Additions/common/VBoxGuestLib/VBGLInternal.h index c8a43862a..711761aad 100644 --- a/src/VBox/Additions/common/VBoxGuestLib/VBGLInternal.h +++ b/src/VBox/Additions/common/VBoxGuestLib/VBGLInternal.h @@ -1,4 +1,4 @@ -/* $Revision: 28800 $ */ +/* $Revision: 60692 $ */ /** @file * VBoxGuestLibR0 - Internal header. */ diff --git a/src/VBox/Additions/common/VBoxGuestLib/VBGLR3Internal.h b/src/VBox/Additions/common/VBoxGuestLib/VBGLR3Internal.h index 8a767d0da..a36e81291 100644 --- a/src/VBox/Additions/common/VBoxGuestLib/VBGLR3Internal.h +++ b/src/VBox/Additions/common/VBoxGuestLib/VBGLR3Internal.h @@ -1,4 +1,4 @@ -/* $Id: VBGLR3Internal.h 28800 2010-04-27 08:22:32Z vboxsync $ */ +/* $Id: VBGLR3Internal.h $ */ /** @file * VBoxGuestR3Lib - Ring-3 support library for the guest additions, Internal header. */ diff --git a/src/VBox/Additions/common/VBoxGuestLib/VBoxCalls.c b/src/VBox/Additions/common/VBoxGuestLib/VBoxCalls.c index b6aa10158..1d2f77162 100644 --- a/src/VBox/Additions/common/VBoxGuestLib/VBoxCalls.c +++ b/src/VBox/Additions/common/VBoxGuestLib/VBoxCalls.c @@ -1,4 +1,4 @@ -/* $Revision: 28800 $ */ +/* $Revision: 60692 $ */ /** @file * VBoxGuestLibR0 - Central calls. */ diff --git a/src/VBox/Additions/common/VBoxGuestLib/VBoxGuestR3Lib.cpp b/src/VBox/Additions/common/VBoxGuestLib/VBoxGuestR3Lib.cpp index a01b3ec14..d36a9e18c 100644 --- a/src/VBox/Additions/common/VBoxGuestLib/VBoxGuestR3Lib.cpp +++ b/src/VBox/Additions/common/VBoxGuestLib/VBoxGuestR3Lib.cpp @@ -1,4 +1,4 @@ -/* $Id: VBoxGuestR3Lib.cpp 28800 2010-04-27 08:22:32Z vboxsync $ */ +/* $Id: VBoxGuestR3Lib.cpp $ */ /** @file * VBoxGuestR3Lib - Ring-3 Support Library for VirtualBox guest additions, Core. */ diff --git a/src/VBox/Additions/common/VBoxGuestLib/VBoxGuestR3LibAdditions.cpp b/src/VBox/Additions/common/VBoxGuestLib/VBoxGuestR3LibAdditions.cpp index 6914aa86e..b217e1569 100644 --- a/src/VBox/Additions/common/VBoxGuestLib/VBoxGuestR3LibAdditions.cpp +++ b/src/VBox/Additions/common/VBoxGuestLib/VBoxGuestR3LibAdditions.cpp @@ -1,4 +1,4 @@ -/* $Id: VBoxGuestR3LibAdditions.cpp 28800 2010-04-27 08:22:32Z vboxsync $ */ +/* $Id: VBoxGuestR3LibAdditions.cpp $ */ /** @file * VBoxGuestR3Lib - Ring-3 Support Library for VirtualBox guest additions, Additions Info. */ diff --git a/src/VBox/Additions/common/VBoxGuestLib/VBoxGuestR3LibBalloon.cpp b/src/VBox/Additions/common/VBoxGuestLib/VBoxGuestR3LibBalloon.cpp index 1bfa40da0..cd4279bb0 100644 --- a/src/VBox/Additions/common/VBoxGuestLib/VBoxGuestR3LibBalloon.cpp +++ b/src/VBox/Additions/common/VBoxGuestLib/VBoxGuestR3LibBalloon.cpp @@ -1,4 +1,4 @@ -/* $Id: VBoxGuestR3LibBalloon.cpp 28800 2010-04-27 08:22:32Z vboxsync $ */ +/* $Id: VBoxGuestR3LibBalloon.cpp $ */ /** @file * VBoxGuestR3Lib - Ring-3 Support Library for VirtualBox guest additions, Ballooning. */ diff --git a/src/VBox/Additions/common/VBoxGuestLib/VBoxGuestR3LibClipboard.cpp b/src/VBox/Additions/common/VBoxGuestLib/VBoxGuestR3LibClipboard.cpp index a73d3fa8d..4ede26e21 100644 --- a/src/VBox/Additions/common/VBoxGuestLib/VBoxGuestR3LibClipboard.cpp +++ b/src/VBox/Additions/common/VBoxGuestLib/VBoxGuestR3LibClipboard.cpp @@ -1,4 +1,4 @@ -/* $Id: VBoxGuestR3LibClipboard.cpp 28800 2010-04-27 08:22:32Z vboxsync $ */ +/* $Id: VBoxGuestR3LibClipboard.cpp $ */ /** @file * VBoxGuestR3Lib - Ring-3 Support Library for VirtualBox guest additions, Clipboard. */ diff --git a/src/VBox/Additions/common/VBoxGuestLib/VBoxGuestR3LibCpuHotPlug.cpp b/src/VBox/Additions/common/VBoxGuestLib/VBoxGuestR3LibCpuHotPlug.cpp index 0b0e6cfde..a176b1dff 100644 --- a/src/VBox/Additions/common/VBoxGuestLib/VBoxGuestR3LibCpuHotPlug.cpp +++ b/src/VBox/Additions/common/VBoxGuestLib/VBoxGuestR3LibCpuHotPlug.cpp @@ -1,4 +1,4 @@ -/* $Id: VBoxGuestR3LibCpuHotPlug.cpp 28800 2010-04-27 08:22:32Z vboxsync $ */ +/* $Id: VBoxGuestR3LibCpuHotPlug.cpp $ */ /** @file * VBoxGuestR3Lib - Ring-3 Support Library for VirtualBox guest additions, CPU Hot Plugging. */ diff --git a/src/VBox/Additions/common/VBoxGuestLib/VBoxGuestR3LibCredentials.cpp b/src/VBox/Additions/common/VBoxGuestLib/VBoxGuestR3LibCredentials.cpp index 0d7b24ccb..fb605476d 100644 --- a/src/VBox/Additions/common/VBoxGuestLib/VBoxGuestR3LibCredentials.cpp +++ b/src/VBox/Additions/common/VBoxGuestLib/VBoxGuestR3LibCredentials.cpp @@ -1,4 +1,4 @@ -/* $Id: VBoxGuestR3LibCredentials.cpp 28800 2010-04-27 08:22:32Z vboxsync $ */ +/* $Id: VBoxGuestR3LibCredentials.cpp $ */ /** @file * VBoxGuestR3Lib - Ring-3 Support Library for VirtualBox guest additions, user credentials. */ diff --git a/src/VBox/Additions/common/VBoxGuestLib/VBoxGuestR3LibDaemonize.cpp b/src/VBox/Additions/common/VBoxGuestLib/VBoxGuestR3LibDaemonize.cpp index 0594b73b9..eafb12a6b 100644 --- a/src/VBox/Additions/common/VBoxGuestLib/VBoxGuestR3LibDaemonize.cpp +++ b/src/VBox/Additions/common/VBoxGuestLib/VBoxGuestR3LibDaemonize.cpp @@ -1,4 +1,4 @@ -/** $Id: VBoxGuestR3LibDaemonize.cpp 28800 2010-04-27 08:22:32Z vboxsync $ */ +/** $Id: VBoxGuestR3LibDaemonize.cpp $ */ /** @file * VBoxGuestR3Lib - Ring-3 Support Library for VirtualBox guest additions, daemonize a process. */ diff --git a/src/VBox/Additions/common/VBoxGuestLib/VBoxGuestR3LibEvent.cpp b/src/VBox/Additions/common/VBoxGuestLib/VBoxGuestR3LibEvent.cpp index 93caeb8a3..f1d901428 100644 --- a/src/VBox/Additions/common/VBoxGuestLib/VBoxGuestR3LibEvent.cpp +++ b/src/VBox/Additions/common/VBoxGuestLib/VBoxGuestR3LibEvent.cpp @@ -1,4 +1,4 @@ -/* $Id: VBoxGuestR3LibEvent.cpp 29291 2010-05-10 10:12:44Z vboxsync $ */ +/* $Id: VBoxGuestR3LibEvent.cpp $ */ /** @file * VBoxGuestR3Lib - Ring-3 Support Library for VirtualBox guest additions, Events. */ diff --git a/src/VBox/Additions/common/VBoxGuestLib/VBoxGuestR3LibGR.cpp b/src/VBox/Additions/common/VBoxGuestLib/VBoxGuestR3LibGR.cpp index 133b6a80f..b8a3fa7f2 100644 --- a/src/VBox/Additions/common/VBoxGuestLib/VBoxGuestR3LibGR.cpp +++ b/src/VBox/Additions/common/VBoxGuestLib/VBoxGuestR3LibGR.cpp @@ -1,4 +1,4 @@ -/* $Id: VBoxGuestR3LibGR.cpp 28800 2010-04-27 08:22:32Z vboxsync $ */ +/* $Id: VBoxGuestR3LibGR.cpp $ */ /** @file * VBoxGuestR3Lib - Ring-3 Support Library for VirtualBox guest additions, GR. */ diff --git a/src/VBox/Additions/common/VBoxGuestLib/VBoxGuestR3LibGuestCtrl.cpp b/src/VBox/Additions/common/VBoxGuestLib/VBoxGuestR3LibGuestCtrl.cpp index b81791d2d..e293c8906 100644 --- a/src/VBox/Additions/common/VBoxGuestLib/VBoxGuestR3LibGuestCtrl.cpp +++ b/src/VBox/Additions/common/VBoxGuestLib/VBoxGuestR3LibGuestCtrl.cpp @@ -1,4 +1,4 @@ -/* $Id: VBoxGuestR3LibGuestCtrl.cpp 29516 2010-05-17 09:55:17Z vboxsync $ */ +/* $Id: VBoxGuestR3LibGuestCtrl.cpp $ */ /** @file * VBoxGuestR3Lib - Ring-3 Support Library for VirtualBox guest additions, guest control. */ @@ -256,7 +256,7 @@ VBGLR3DECL(int) VbglR3GuestCtrlExecGetHostCmdOutput(uint32_t u32ClientId, ui VbglHGCMParmUInt32Set(&Msg.context, 0); /** @todo Put this some header struct! */ VbglHGCMParmUInt32Set(&Msg.pid, 0); - VbglHGCMParmUInt32Set(&Msg.handle, 0); + VbglHGCMParmUInt32Set(&Msg.handle, 0); VbglHGCMParmUInt32Set(&Msg.flags, 0); int rc = vbglR3DoIOCtl(VBOXGUEST_IOCTL_HGCM_CALL(sizeof(Msg)), &Msg, sizeof(Msg)); @@ -272,7 +272,7 @@ VBGLR3DECL(int) VbglR3GuestCtrlExecGetHostCmdOutput(uint32_t u32ClientId, ui Msg.context.GetUInt32(puContext); Msg.pid.GetUInt32(puPID); Msg.handle.GetUInt32(puHandle); - Msg.flags.GetUInt32(puFlags); + Msg.flags.GetUInt32(puFlags); } } return rc; diff --git a/src/VBox/Additions/common/VBoxGuestLib/VBoxGuestR3LibGuestProp.cpp b/src/VBox/Additions/common/VBoxGuestLib/VBoxGuestR3LibGuestProp.cpp index 38f72c673..bb4b0dfe0 100644 --- a/src/VBox/Additions/common/VBoxGuestLib/VBoxGuestR3LibGuestProp.cpp +++ b/src/VBox/Additions/common/VBoxGuestLib/VBoxGuestR3LibGuestProp.cpp @@ -1,4 +1,4 @@ -/* $Id: VBoxGuestR3LibGuestProp.cpp 28800 2010-04-27 08:22:32Z vboxsync $ */ +/* $Id: VBoxGuestR3LibGuestProp.cpp $ */ /** @file * VBoxGuestR3Lib - Ring-3 Support Library for VirtualBox guest additions, guest properties. */ diff --git a/src/VBox/Additions/common/VBoxGuestLib/VBoxGuestR3LibLog.cpp b/src/VBox/Additions/common/VBoxGuestLib/VBoxGuestR3LibLog.cpp index 468c37971..01aacd4ed 100644 --- a/src/VBox/Additions/common/VBoxGuestLib/VBoxGuestR3LibLog.cpp +++ b/src/VBox/Additions/common/VBoxGuestLib/VBoxGuestR3LibLog.cpp @@ -1,4 +1,4 @@ -/* $Id: VBoxGuestR3LibLog.cpp 28800 2010-04-27 08:22:32Z vboxsync $ */ +/* $Id: VBoxGuestR3LibLog.cpp $ */ /** @file * VBoxGuestR3Lib - Ring-3 Support Library for VirtualBox guest additions, Logging. */ diff --git a/src/VBox/Additions/common/VBoxGuestLib/VBoxGuestR3LibMisc.cpp b/src/VBox/Additions/common/VBoxGuestLib/VBoxGuestR3LibMisc.cpp index bfd416db7..0c69e7082 100644 --- a/src/VBox/Additions/common/VBoxGuestLib/VBoxGuestR3LibMisc.cpp +++ b/src/VBox/Additions/common/VBoxGuestLib/VBoxGuestR3LibMisc.cpp @@ -1,4 +1,4 @@ -/* $Id: VBoxGuestR3LibMisc.cpp 28800 2010-04-27 08:22:32Z vboxsync $ */ +/* $Id: VBoxGuestR3LibMisc.cpp $ */ /** @file * VBoxGuestR3Lib - Ring-3 Support Library for VirtualBox guest additions, Misc. */ diff --git a/src/VBox/Additions/common/VBoxGuestLib/VBoxGuestR3LibModule.cpp b/src/VBox/Additions/common/VBoxGuestLib/VBoxGuestR3LibModule.cpp index 9482c4081..4b244cacc 100644 --- a/src/VBox/Additions/common/VBoxGuestLib/VBoxGuestR3LibModule.cpp +++ b/src/VBox/Additions/common/VBoxGuestLib/VBoxGuestR3LibModule.cpp @@ -1,4 +1,4 @@ -/* $Id: VBoxGuestR3LibModule.cpp 29538 2010-05-17 12:07:00Z vboxsync $ */ +/* $Id: VBoxGuestR3LibModule.cpp $ */ /** @file * VBoxGuestR3Lib - Ring-3 Support Library for VirtualBox guest additions, Shared modules. */ diff --git a/src/VBox/Additions/common/VBoxGuestLib/VBoxGuestR3LibMouse.cpp b/src/VBox/Additions/common/VBoxGuestLib/VBoxGuestR3LibMouse.cpp index c23134dca..4306eb586 100644 --- a/src/VBox/Additions/common/VBoxGuestLib/VBoxGuestR3LibMouse.cpp +++ b/src/VBox/Additions/common/VBoxGuestLib/VBoxGuestR3LibMouse.cpp @@ -1,4 +1,4 @@ -/* $Id: VBoxGuestR3LibMouse.cpp 28800 2010-04-27 08:22:32Z vboxsync $ */ +/* $Id: VBoxGuestR3LibMouse.cpp $ */ /** @file * VBoxGuestR3Lib - Ring-3 Support Library for VirtualBox guest additions, Mouse. */ diff --git a/src/VBox/Additions/common/VBoxGuestLib/VBoxGuestR3LibRuntimeXF86.cpp b/src/VBox/Additions/common/VBoxGuestLib/VBoxGuestR3LibRuntimeXF86.cpp index 1ba016d95..d2ea419d0 100644 --- a/src/VBox/Additions/common/VBoxGuestLib/VBoxGuestR3LibRuntimeXF86.cpp +++ b/src/VBox/Additions/common/VBoxGuestLib/VBoxGuestR3LibRuntimeXF86.cpp @@ -1,4 +1,4 @@ -/* $Id: VBoxGuestR3LibRuntimeXF86.cpp 28800 2010-04-27 08:22:32Z vboxsync $ */ +/* $Id: VBoxGuestR3LibRuntimeXF86.cpp $ */ /** @file * VBoxGuestR3Lib - Ring-3 Support Library for VirtualBox guest additions, * implements the minimum of runtime functions needed for diff --git a/src/VBox/Additions/common/VBoxGuestLib/VBoxGuestR3LibSeamless.cpp b/src/VBox/Additions/common/VBoxGuestLib/VBoxGuestR3LibSeamless.cpp index a0fe94240..1887e37b1 100644 --- a/src/VBox/Additions/common/VBoxGuestLib/VBoxGuestR3LibSeamless.cpp +++ b/src/VBox/Additions/common/VBoxGuestLib/VBoxGuestR3LibSeamless.cpp @@ -1,4 +1,4 @@ -/* $Id: VBoxGuestR3LibSeamless.cpp 28800 2010-04-27 08:22:32Z vboxsync $ */ +/* $Id: VBoxGuestR3LibSeamless.cpp $ */ /** @file * VBoxGuestR3Lib - Ring-3 Support Library for VirtualBox guest additions, Seamless mode. */ diff --git a/src/VBox/Additions/common/VBoxGuestLib/VBoxGuestR3LibStat.cpp b/src/VBox/Additions/common/VBoxGuestLib/VBoxGuestR3LibStat.cpp index 6609aa41d..289181a1d 100644 --- a/src/VBox/Additions/common/VBoxGuestLib/VBoxGuestR3LibStat.cpp +++ b/src/VBox/Additions/common/VBoxGuestLib/VBoxGuestR3LibStat.cpp @@ -1,4 +1,4 @@ -/* $Id: VBoxGuestR3LibStat.cpp 28800 2010-04-27 08:22:32Z vboxsync $ */ +/* $Id: VBoxGuestR3LibStat.cpp $ */ /** @file * VBoxGuestR3Lib - Ring-3 Support Library for VirtualBox guest additions, Statistics. */ diff --git a/src/VBox/Additions/common/VBoxGuestLib/VBoxGuestR3LibTime.cpp b/src/VBox/Additions/common/VBoxGuestLib/VBoxGuestR3LibTime.cpp index 9275900c0..c03b2c222 100644 --- a/src/VBox/Additions/common/VBoxGuestLib/VBoxGuestR3LibTime.cpp +++ b/src/VBox/Additions/common/VBoxGuestLib/VBoxGuestR3LibTime.cpp @@ -1,4 +1,4 @@ -/* $Id: VBoxGuestR3LibTime.cpp 28800 2010-04-27 08:22:32Z vboxsync $ */ +/* $Id: VBoxGuestR3LibTime.cpp $ */ /** @file * VBoxGuestR3Lib - Ring-3 Support Library for VirtualBox guest additions, Time. */ diff --git a/src/VBox/Additions/common/VBoxGuestLib/VBoxGuestR3LibVideo.cpp b/src/VBox/Additions/common/VBoxGuestLib/VBoxGuestR3LibVideo.cpp index a6bc4a343..d8fdd38d3 100644 --- a/src/VBox/Additions/common/VBoxGuestLib/VBoxGuestR3LibVideo.cpp +++ b/src/VBox/Additions/common/VBoxGuestLib/VBoxGuestR3LibVideo.cpp @@ -1,4 +1,4 @@ -/* $Id: VBoxGuestR3LibVideo.cpp 28800 2010-04-27 08:22:32Z vboxsync $ */ +/* $Id: VBoxGuestR3LibVideo.cpp $ */ /** @file * VBoxGuestR3Lib - Ring-3 Support Library for VirtualBox guest additions, Video. */ diff --git a/src/VBox/Additions/common/VBoxGuestLib/VbglR0CanUsePhysPageList.cpp b/src/VBox/Additions/common/VBoxGuestLib/VbglR0CanUsePhysPageList.cpp index 74a2c69d4..c95198f0f 100644 --- a/src/VBox/Additions/common/VBoxGuestLib/VbglR0CanUsePhysPageList.cpp +++ b/src/VBox/Additions/common/VBoxGuestLib/VbglR0CanUsePhysPageList.cpp @@ -1,4 +1,4 @@ -/* $Revision: 28800 $ */ +/* $Revision: 60692 $ */ /** @file * VBoxGuestLibR0 - Physical memory heap. */ diff --git a/src/VBox/Additions/common/VBoxService/Makefile.kmk b/src/VBox/Additions/common/VBoxService/Makefile.kmk index e2dfee32a..18700224a 100644 --- a/src/VBox/Additions/common/VBoxService/Makefile.kmk +++ b/src/VBox/Additions/common/VBoxService/Makefile.kmk @@ -1,4 +1,4 @@ -# $Id: Makefile.kmk 29583 2010-05-17 19:41:27Z vboxsync $ +# $Id: Makefile.kmk $ ## @file # Sub-Makefile for the Cross Platform Guest Addition Services. # diff --git a/src/VBox/Additions/common/VBoxService/VBoxService-win.cpp b/src/VBox/Additions/common/VBoxService/VBoxService-win.cpp index 5e13afece..06bb3f706 100644 --- a/src/VBox/Additions/common/VBoxService/VBoxService-win.cpp +++ b/src/VBox/Additions/common/VBoxService/VBoxService-win.cpp @@ -1,4 +1,4 @@ -/* $Id: VBoxService-win.cpp 29817 2010-05-26 13:54:41Z vboxsync $ */ +/* $Id: VBoxService-win.cpp $ */ /** @file * VBoxService - Guest Additions Service Skeleton, Windows Specific Parts. */ diff --git a/src/VBox/Additions/common/VBoxService/VBoxService-win.rc b/src/VBox/Additions/common/VBoxService/VBoxService-win.rc index 85d1c3286..efdcf2bb8 100644 --- a/src/VBox/Additions/common/VBoxService/VBoxService-win.rc +++ b/src/VBox/Additions/common/VBoxService/VBoxService-win.rc @@ -1,4 +1,4 @@ -/* $Id: VBoxService-win.rc 28800 2010-04-27 08:22:32Z vboxsync $ */ +/* $Id: VBoxService-win.rc $ */ /** @file * VBoxService - Resouce file containing version info and icon. */ diff --git a/src/VBox/Additions/common/VBoxService/VBoxService.cpp b/src/VBox/Additions/common/VBoxService/VBoxService.cpp index 4953d2736..acc3211bf 100644 --- a/src/VBox/Additions/common/VBoxService/VBoxService.cpp +++ b/src/VBox/Additions/common/VBoxService/VBoxService.cpp @@ -1,4 +1,4 @@ -/* $Id: VBoxService.cpp 29817 2010-05-26 13:54:41Z vboxsync $ */ +/* $Id: VBoxService.cpp $ */ /** @file * VBoxService - Guest Additions Service Skeleton. */ diff --git a/src/VBox/Additions/common/VBoxService/VBoxServiceBalloon.cpp b/src/VBox/Additions/common/VBoxService/VBoxServiceBalloon.cpp index e28434dd3..dda619466 100644 --- a/src/VBox/Additions/common/VBoxService/VBoxServiceBalloon.cpp +++ b/src/VBox/Additions/common/VBoxService/VBoxServiceBalloon.cpp @@ -1,4 +1,4 @@ -/* $Id: VBoxServiceBalloon.cpp 29543 2010-05-17 14:01:31Z vboxsync $ */ +/* $Id: VBoxServiceBalloon.cpp $ */ /** @file * VBoxService - Memory Ballooning. */ diff --git a/src/VBox/Additions/common/VBoxService/VBoxServiceClipboard-os2.cpp b/src/VBox/Additions/common/VBoxService/VBoxServiceClipboard-os2.cpp index d515d004f..15c0735e3 100644 --- a/src/VBox/Additions/common/VBoxService/VBoxServiceClipboard-os2.cpp +++ b/src/VBox/Additions/common/VBoxService/VBoxServiceClipboard-os2.cpp @@ -1,4 +1,4 @@ -/** $Id: VBoxServiceClipboard-os2.cpp 28800 2010-04-27 08:22:32Z vboxsync $ */ +/** $Id: VBoxServiceClipboard-os2.cpp $ */ /** @file * VBoxService - Guest Additions Clipboard Service, OS/2. */ diff --git a/src/VBox/Additions/common/VBoxService/VBoxServiceControl.cpp b/src/VBox/Additions/common/VBoxService/VBoxServiceControl.cpp index bcb447101..c211e272f 100644 --- a/src/VBox/Additions/common/VBoxService/VBoxServiceControl.cpp +++ b/src/VBox/Additions/common/VBoxService/VBoxServiceControl.cpp @@ -1,4 +1,4 @@ -/* $Id: VBoxServiceControl.cpp 29594 2010-05-18 07:45:58Z vboxsync $ */ +/* $Id: VBoxServiceControl.cpp $ */ /** @file * VBoxServiceControl - Host-driven Guest Control. */ @@ -305,7 +305,7 @@ static DECLCALLBACK(void) VBoxServiceControlStop(void) /* * Ask the host service to cancel all pending requests so that we can - * shutdown properly here. + * shutdown properly here. */ if (g_GuestControlSvcClientID) { diff --git a/src/VBox/Additions/common/VBoxService/VBoxServiceControlExec.cpp b/src/VBox/Additions/common/VBoxService/VBoxServiceControlExec.cpp index 1b0f68a51..669fab0a1 100644 --- a/src/VBox/Additions/common/VBoxService/VBoxServiceControlExec.cpp +++ b/src/VBox/Additions/common/VBoxService/VBoxServiceControlExec.cpp @@ -1,5 +1,5 @@ -/* $Id: VBoxServiceControlExec.cpp 29842 2010-05-27 10:53:19Z vboxsync $ */ +/* $Id: VBoxServiceControlExec.cpp $ */ /** @file * VBoxServiceControlExec - Utility functions for process execution. */ @@ -752,7 +752,7 @@ int VBoxServiceControlExecCreateProcess(const char *pszExec, const char * const { int rc = VINF_SUCCESS; #ifdef RT_OS_WINDOWS - /* + /* * If sysprep should be executed do this in the context of VBoxService, which * (usually, if started by SCM) has administrator rights. Because of that a UI * won't be shown (doesn't have a desktop). diff --git a/src/VBox/Additions/common/VBoxService/VBoxServiceCpuHotPlug.cpp b/src/VBox/Additions/common/VBoxService/VBoxServiceCpuHotPlug.cpp index 2dfd11efe..46e8c53b4 100644 --- a/src/VBox/Additions/common/VBoxService/VBoxServiceCpuHotPlug.cpp +++ b/src/VBox/Additions/common/VBoxService/VBoxServiceCpuHotPlug.cpp @@ -1,4 +1,4 @@ -/* $Id: VBoxServiceCpuHotPlug.cpp 29503 2010-05-16 13:20:10Z vboxsync $ */ +/* $Id: VBoxServiceCpuHotPlug.cpp $ */ /** @file * VBoxService - Guest Additions CPU Hot Plugging Service. */ @@ -108,7 +108,7 @@ const SYSFSCPUPATHCOMP g_aAcpiCpuPathLvl4[] = }; /** All possible combinations. */ -SYSFSCPUPATH g_aAcpiCpuPath[] = +SYSFSCPUPATH g_aAcpiCpuPath[] = { /** Level 1 */ {ACPI_CPU_PATH_NOT_PROBED, g_aAcpiCpuPathLvl1, RT_ELEMENTS(g_aAcpiCpuPathLvl1), NULL, NULL}, diff --git a/src/VBox/Additions/common/VBoxService/VBoxServiceInternal.h b/src/VBox/Additions/common/VBoxService/VBoxServiceInternal.h index 7c6b3e116..9a1043222 100644 --- a/src/VBox/Additions/common/VBoxService/VBoxServiceInternal.h +++ b/src/VBox/Additions/common/VBoxService/VBoxServiceInternal.h @@ -1,4 +1,4 @@ -/* $Id: VBoxServiceInternal.h 29858 2010-05-28 12:54:03Z vboxsync $ */ +/* $Id: VBoxServiceInternal.h $ */ /** @file * VBoxService - Guest Additions Services. */ diff --git a/src/VBox/Additions/common/VBoxService/VBoxServicePageSharing.cpp b/src/VBox/Additions/common/VBoxService/VBoxServicePageSharing.cpp index ec1faebbc..3eff7d457 100644 --- a/src/VBox/Additions/common/VBoxService/VBoxServicePageSharing.cpp +++ b/src/VBox/Additions/common/VBoxService/VBoxServicePageSharing.cpp @@ -1,4 +1,4 @@ -/* $Id: VBoxServicePageSharing.cpp 29996 2010-06-02 13:12:21Z vboxsync $ */ +/* $Id: VBoxServicePageSharing.cpp $ */ /** @file * VBoxService - Guest page sharing. */ @@ -24,6 +24,7 @@ #include <iprt/asm.h> #include <iprt/mem.h> #include <iprt/stream.h> +#include <iprt/file.h> #include <iprt/string.h> #include <iprt/semaphore.h> #include <iprt/system.h> @@ -248,7 +249,7 @@ void VBoxServicePageSharingRegisterModule(PKNOWN_MODULE pModule, bool fValidateM // AssertRC(rc); if (RT_FAILURE(rc)) VBoxServiceVerbose(3, "VbglR3RegisterSharedModule failed with %d\n", rc); - + end: RTMemFree(pVersionInfo); return; @@ -290,7 +291,7 @@ void VBoxServicePageSharingInspectModules(DWORD dwProcessId, PAVLPVNODECORE *ppN { /** todo when changing this make sure VBoxService.exe is excluded! */ char *pszDot = strrchr(ModuleInfo.szModule, '.'); - if ( pszDot + if ( pszDot && (pszDot[1] == 'e' || pszDot[1] == 'E')) continue; /* ignore executables for now. */ @@ -373,14 +374,14 @@ void VBoxServicePageSharingInspectGuest() ULONG cbBuffer = 0; PVOID pBuffer = NULL; PRTL_PROCESS_MODULES pSystemModules; - + NTSTATUS ret = ZwQuerySystemInformation(SystemModuleInformation, (PVOID)&cbBuffer, 0, &cbBuffer); if (!cbBuffer) { VBoxServiceVerbose(1, "ZwQuerySystemInformation returned length 0\n"); goto skipkernelmodules; } - + pBuffer = RTMemAllocZ(cbBuffer); if (!pBuffer) goto skipkernelmodules; @@ -391,19 +392,18 @@ void VBoxServicePageSharingInspectGuest() VBoxServiceVerbose(1, "ZwQuerySystemInformation returned %x (1)\n", ret); goto skipkernelmodules; } - + pSystemModules = (PRTL_PROCESS_MODULES)pBuffer; for (unsigned i = 0; i < pSystemModules->NumberOfModules; i++) { + VBoxServiceVerbose(4, "\n\n KERNEL MODULE NAME: %s", pSystemModules->Modules[i].FullPathName[pSystemModules->Modules[i].OffsetToFileName] ); + VBoxServiceVerbose(4, "\n executable = %s", pSystemModules->Modules[i].FullPathName ); + VBoxServiceVerbose(4, "\n flags = 0x%08X\n", pSystemModules->Modules[i].Flags); + /* User-mode modules seem to have no flags set; skip them as we detected them above. */ if (pSystemModules->Modules[i].Flags == 0) continue; - char *pszDot = strrchr(pSystemModules->Modules[i].FullPathName, '.'); - if ( pszDot - && (pszDot[1] == 'e' || pszDot[1] == 'E')) - continue; /* ignore executables for now. */ - /* Found it before? */ PAVLPVNODECORE pRec = RTAvlPVGet(&pNewTree, pSystemModules->Modules[i].ImageBase); if (!pRec) @@ -425,20 +425,37 @@ void VBoxServicePageSharingInspectGuest() char *lpPath = strchr(&pSystemModules->Modules[i].FullPathName[1], '\\'); if (!lpPath) { - VBoxServiceVerbose(1, "Unexpected kernel module name %s\n", pSystemModules->Modules[i].FullPathName); - RTMemFree(pModule); - break; + /* Seen just file names in XP; try to locate the file in the system32 and system32\drivers directories. */ + strcat(szFullFilePath, "\\"); + strcat(szFullFilePath, pSystemModules->Modules[i].FullPathName); + VBoxServiceVerbose(3, "Unexpected kernel module name try %s\n", szFullFilePath); + if (RTFileExists(szFullFilePath) == false) + { + GetSystemDirectoryA(szFullFilePath, sizeof(szFullFilePath)); + strcat(szFullFilePath, "\\drivers\\"); + strcat(szFullFilePath, pSystemModules->Modules[i].FullPathName); + VBoxServiceVerbose(3, "Unexpected kernel module name try %s\n", szFullFilePath); + if (RTFileExists(szFullFilePath) == false) + { + VBoxServiceVerbose(1, "Unexpected kernel module name %s\n", pSystemModules->Modules[i].FullPathName); + RTMemFree(pModule); + continue; + } + } } - - lpPath = strchr(lpPath+1, '\\'); - if (!lpPath) + else { - VBoxServiceVerbose(1, "Unexpected kernel module name %s\n", pSystemModules->Modules[i].FullPathName); - RTMemFree(pModule); - break; + lpPath = strchr(lpPath+1, '\\'); + if (!lpPath) + { + VBoxServiceVerbose(1, "Unexpected kernel module name %s (2)\n", pSystemModules->Modules[i].FullPathName); + RTMemFree(pModule); + continue; + } + + strcat(szFullFilePath, lpPath); } - strcat(szFullFilePath, lpPath); strcpy(pModule->Info.szExePath, szFullFilePath); pModule->Info.modBaseAddr = (BYTE *)pSystemModules->Modules[i].ImageBase; pModule->Info.modBaseSize = pSystemModules->Modules[i].ImageSize; @@ -533,7 +550,7 @@ static DECLCALLBACK(int) VBoxServicePageSharingInit(void) #if defined(RT_OS_WINDOWS) && !defined(TARGET_NT4) hNtdll = LoadLibrary("ntdll.dll"); - + if (hNtdll) ZwQuerySystemInformation = (PFNZWQUERYSYSTEMINFORMATION)GetProcAddress(hNtdll, "ZwQuerySystemInformation"); #endif @@ -558,7 +575,7 @@ DECLCALLBACK(int) VBoxServicePageSharingWorker(bool volatile *pfShutdown) * * We have to use this feature as we can't simply execute all init code in our service process. * - */ + */ int rc = RTSemEventMultiWait(g_PageSharingEvent, 60000); if (*pfShutdown) goto end; diff --git a/src/VBox/Additions/common/VBoxService/VBoxServicePropCache.cpp b/src/VBox/Additions/common/VBoxService/VBoxServicePropCache.cpp index a0a7b1b45..88a21b1f4 100644 --- a/src/VBox/Additions/common/VBoxService/VBoxServicePropCache.cpp +++ b/src/VBox/Additions/common/VBoxService/VBoxServicePropCache.cpp @@ -1,4 +1,4 @@ -/* $Id: VBoxServicePropCache.cpp 29885 2010-05-31 09:04:43Z vboxsync $ */ +/* $Id: VBoxServicePropCache.cpp $ */ /** @file * VBoxServicePropCache - Guest property cache. */ @@ -309,17 +309,17 @@ void VBoxServicePropCacheDestroy(PVBOXSERVICEVEPROPCACHE pCache) { if ((pNode->fFlags & VBOXSERVICEPROPCACHEFLAG_TEMPORARY) == 0) VBoxServiceWritePropF(pCache->uClientID, pNode->pszName, pNode->pszValueReset); - + AssertPtr(pNode->pszName); RTStrFree(pNode->pszName); RTStrFree(pNode->pszValue); RTStrFree(pNode->pszValueReset); pNode->fFlags = 0; - + PVBOXSERVICEVEPROPCACHEENTRY pNext = RTListNodeGetNext(&pNode->Node, VBOXSERVICEVEPROPCACHEENTRY, Node); RTListNodeRemove(&pNode->Node); RTMemFree(pNode); - + if (pNext && RTListNodeIsLast(&pCache->ListEntries, &pNext->Node)) break; pNode = pNext; diff --git a/src/VBox/Additions/common/VBoxService/VBoxServiceResource-win.h b/src/VBox/Additions/common/VBoxService/VBoxServiceResource-win.h index d484a17ec..cf932cbe2 100644 --- a/src/VBox/Additions/common/VBoxService/VBoxServiceResource-win.h +++ b/src/VBox/Additions/common/VBoxService/VBoxServiceResource-win.h @@ -1,4 +1,4 @@ -/* $Id: VBoxServiceResource-win.h 28800 2010-04-27 08:22:32Z vboxsync $ */ +/* $Id: VBoxServiceResource-win.h $ */ /** @file * VBoxService - Guest Additions Service, resource IDs. */ diff --git a/src/VBox/Additions/common/VBoxService/VBoxServiceStats.cpp b/src/VBox/Additions/common/VBoxService/VBoxServiceStats.cpp index 6e0d5a8c1..b41bc6d92 100644 --- a/src/VBox/Additions/common/VBoxService/VBoxServiceStats.cpp +++ b/src/VBox/Additions/common/VBoxService/VBoxServiceStats.cpp @@ -1,4 +1,4 @@ -/* $Id: VBoxServiceStats.cpp 29345 2010-05-11 12:22:48Z vboxsync $ */ +/* $Id: VBoxServiceStats.cpp $ */ /** @file * VBoxStats - Guest statistics notification */ diff --git a/src/VBox/Additions/common/VBoxService/VBoxServiceTimeSync.cpp b/src/VBox/Additions/common/VBoxService/VBoxServiceTimeSync.cpp index f9fa4d78e..86033ec88 100644 --- a/src/VBox/Additions/common/VBoxService/VBoxServiceTimeSync.cpp +++ b/src/VBox/Additions/common/VBoxService/VBoxServiceTimeSync.cpp @@ -1,4 +1,4 @@ -/* $Id: VBoxServiceTimeSync.cpp 29594 2010-05-18 07:45:58Z vboxsync $ */ +/* $Id: VBoxServiceTimeSync.cpp $ */ /** @file * VBoxService - Guest Additions TimeSync Service. */ @@ -187,7 +187,7 @@ static DECLCALLBACK(int) VBoxServiceTimeSyncPreInit(void) || rc == VERR_NOT_FOUND) { rc = VBoxServiceReadPropUInt32(uGuestPropSvcClientID, "/VirtualBox/GuestAdd/VBoxService/--timesync-set-threshold", - &g_TimeSyncSetThreshold, 0, 7*24*60*1000 /* a week */); + &g_TimeSyncSetThreshold, 0, 7*24*60*60*1000 /* a week */); } if ( RT_SUCCESS(rc) || rc == VERR_NOT_FOUND) @@ -235,7 +235,7 @@ static DECLCALLBACK(int) VBoxServiceTimeSyncOption(const char **ppszShort, int a &g_TimeSyncMaxLatency, 1, 3600000); else if (!strcmp(argv[*pi], "--timesync-set-threshold")) rc = VBoxServiceArgUInt32(argc, argv, "", pi, - &g_TimeSyncSetThreshold, 0, 7*24*60*1000); /* a week */ + &g_TimeSyncSetThreshold, 0, 7*24*60*60*1000); /* a week */ else if (!strcmp(argv[*pi], "--timesync-set-start")) { g_fTimeSyncSetNext = true; diff --git a/src/VBox/Additions/common/VBoxService/VBoxServiceUtils.cpp b/src/VBox/Additions/common/VBoxService/VBoxServiceUtils.cpp index 4bc965c26..283618a67 100644 --- a/src/VBox/Additions/common/VBoxService/VBoxServiceUtils.cpp +++ b/src/VBox/Additions/common/VBoxService/VBoxServiceUtils.cpp @@ -1,4 +1,4 @@ -/* $Id: VBoxServiceUtils.cpp 29022 2010-05-04 13:59:15Z vboxsync $ */ +/* $Id: VBoxServiceUtils.cpp $ */ /** @file * VBoxServiceUtils - Some utility functions. */ diff --git a/src/VBox/Additions/common/VBoxService/VBoxServiceUtils.h b/src/VBox/Additions/common/VBoxService/VBoxServiceUtils.h index bc4ad0031..7cd6dfc96 100644 --- a/src/VBox/Additions/common/VBoxService/VBoxServiceUtils.h +++ b/src/VBox/Additions/common/VBoxService/VBoxServiceUtils.h @@ -1,4 +1,4 @@ -/* $Id: VBoxServiceUtils.h 28800 2010-04-27 08:22:32Z vboxsync $ */ +/* $Id: VBoxServiceUtils.h $ */ /** @file * VBoxServiceUtils - Guest Additions Services (Utilities). */ diff --git a/src/VBox/Additions/common/VBoxService/VBoxServiceVMInfo-win.cpp b/src/VBox/Additions/common/VBoxService/VBoxServiceVMInfo-win.cpp index 9b261ded0..40e787196 100644 --- a/src/VBox/Additions/common/VBoxService/VBoxServiceVMInfo-win.cpp +++ b/src/VBox/Additions/common/VBoxService/VBoxServiceVMInfo-win.cpp @@ -1,4 +1,4 @@ -/* $Id: VBoxServiceVMInfo-win.cpp 29872 2010-05-28 15:40:39Z vboxsync $ */ +/* $Id: VBoxServiceVMInfo-win.cpp $ */ /** @file * VBoxService - Virtual Machine Information for the Host, Windows specifics. */ @@ -383,7 +383,7 @@ bool VBoxServiceVMInfoWinIsLoggedIn(PVBOXSERVICEVMINFOUSER a_pUserInfo, PLUID a_ &dwDomainNameSize, &enmOwnerType)) { - VBoxServiceError("VMInfo/Users: Failed looking up account info for user '%ls': %ld!\n", + VBoxServiceError("VMInfo/Users: Failed looking up account info for user '%ls': %ld!\n", a_pUserInfo->wszUser, GetLastError()); } else @@ -436,7 +436,7 @@ bool VBoxServiceVMInfoWinIsLoggedIn(PVBOXSERVICEVMINFOUSER a_pUserInfo, PLUID a_ } } } - } + } LsaFreeReturnBuffer(pSessionData); return fFoundUser; diff --git a/src/VBox/Additions/common/VBoxService/VBoxServiceVMInfo.cpp b/src/VBox/Additions/common/VBoxService/VBoxServiceVMInfo.cpp index 430077831..ab25e2c33 100644 --- a/src/VBox/Additions/common/VBoxService/VBoxServiceVMInfo.cpp +++ b/src/VBox/Additions/common/VBoxService/VBoxServiceVMInfo.cpp @@ -1,4 +1,4 @@ -/* $Id: VBoxServiceVMInfo.cpp 29861 2010-05-28 13:19:08Z vboxsync $ */ +/* $Id: VBoxServiceVMInfo.cpp $ */ /** @file * VBoxService - Virtual Machine Information for the Host. */ @@ -268,7 +268,7 @@ int VBoxServiceVMInfoWriteUsers() { VBoxServicePropCacheUpdate(&g_VMInfoPropCache, "/VirtualBox/GuestInfo/OS/NoLoggedInUsers", cUsersInList == 0 ? "true" : "false"); g_cVMInfoLoggedInUsers = cUsersInList; - } + } if (pszUserList) RTStrFree(pszUserList); return VINF_SUCCESS; diff --git a/src/VBox/Additions/common/crOpenGL/Makefile.kmk b/src/VBox/Additions/common/crOpenGL/Makefile.kmk index 9b11037ef..41dc33cf9 100644 --- a/src/VBox/Additions/common/crOpenGL/Makefile.kmk +++ b/src/VBox/Additions/common/crOpenGL/Makefile.kmk @@ -1,4 +1,4 @@ -# $Id: Makefile.kmk 29790 2010-05-25 14:27:13Z vboxsync $ +# $Id: Makefile.kmk $ ## @file # Sub-Makefile for the VirtualBox Guest OpenGL part # diff --git a/src/VBox/Additions/common/crOpenGL/VBoxCROGL.rc b/src/VBox/Additions/common/crOpenGL/VBoxCROGL.rc index 68586b8d3..f7bec456e 100644 --- a/src/VBox/Additions/common/crOpenGL/VBoxCROGL.rc +++ b/src/VBox/Additions/common/crOpenGL/VBoxCROGL.rc @@ -1,4 +1,4 @@ -/* $Id: VBoxCROGL.rc 28800 2010-04-27 08:22:32Z vboxsync $ */ +/* $Id: VBoxCROGL.rc $ */ /** @file * diff --git a/src/VBox/Additions/common/crOpenGL/array/arrayspu.rc b/src/VBox/Additions/common/crOpenGL/array/arrayspu.rc index 97159c2d9..03c34b870 100644 --- a/src/VBox/Additions/common/crOpenGL/array/arrayspu.rc +++ b/src/VBox/Additions/common/crOpenGL/array/arrayspu.rc @@ -1,4 +1,4 @@ -/* $Id: arrayspu.rc 28800 2010-04-27 08:22:32Z vboxsync $ */ +/* $Id: arrayspu.rc $ */ /** @file * diff --git a/src/VBox/Additions/common/crOpenGL/feedback/feedback_context.c b/src/VBox/Additions/common/crOpenGL/feedback/feedback_context.c index 630c12708..e285e585c 100644 --- a/src/VBox/Additions/common/crOpenGL/feedback/feedback_context.c +++ b/src/VBox/Additions/common/crOpenGL/feedback/feedback_context.c @@ -1,4 +1,4 @@ -/* $Id: feedback_context.c 28800 2010-04-27 08:22:32Z vboxsync $ */ +/* $Id: feedback_context.c $ */ /** @file * VBox feedback spu, context tracking. diff --git a/src/VBox/Additions/common/crOpenGL/feedback/feedbackspu.rc b/src/VBox/Additions/common/crOpenGL/feedback/feedbackspu.rc index 95623883d..80b493484 100644 --- a/src/VBox/Additions/common/crOpenGL/feedback/feedbackspu.rc +++ b/src/VBox/Additions/common/crOpenGL/feedback/feedbackspu.rc @@ -1,4 +1,4 @@ -/* $Id: feedbackspu.rc 28800 2010-04-27 08:22:32Z vboxsync $ */ +/* $Id: feedbackspu.rc $ */ /** @file * diff --git a/src/VBox/Additions/common/crOpenGL/glx_c_exports.c b/src/VBox/Additions/common/crOpenGL/glx_c_exports.c index 85761fe8b..37bc5dd42 100644 --- a/src/VBox/Additions/common/crOpenGL/glx_c_exports.c +++ b/src/VBox/Additions/common/crOpenGL/glx_c_exports.c @@ -1,4 +1,4 @@ -/* $Id: glx_c_exports.c 28800 2010-04-27 08:22:32Z vboxsync $ */ +/* $Id: glx_c_exports.c $ */ /** @file * * VirtualBox guest OpenGL DRI GLX C stubs diff --git a/src/VBox/Additions/common/crOpenGL/glx_proto.h b/src/VBox/Additions/common/crOpenGL/glx_proto.h index ba5d038e6..904d1689b 100644 --- a/src/VBox/Additions/common/crOpenGL/glx_proto.h +++ b/src/VBox/Additions/common/crOpenGL/glx_proto.h @@ -1,4 +1,4 @@ -/* $Id: glx_proto.h 28800 2010-04-27 08:22:32Z vboxsync $ */ +/* $Id: glx_proto.h $ */ /** @file * * VirtualBox guest OpenGL DRI GLX header C prototypes diff --git a/src/VBox/Additions/common/crOpenGL/icd_drv.c b/src/VBox/Additions/common/crOpenGL/icd_drv.c index 65605d3ab..7a21eeb99 100644 --- a/src/VBox/Additions/common/crOpenGL/icd_drv.c +++ b/src/VBox/Additions/common/crOpenGL/icd_drv.c @@ -1,4 +1,4 @@ -/* $Id: icd_drv.c 28800 2010-04-27 08:22:32Z vboxsync $ */ +/* $Id: icd_drv.c $ */ /** @file * VBox OpenGL windows ICD driver functions diff --git a/src/VBox/Additions/common/crOpenGL/icd_drv.h b/src/VBox/Additions/common/crOpenGL/icd_drv.h index a0109ea11..e610de150 100644 --- a/src/VBox/Additions/common/crOpenGL/icd_drv.h +++ b/src/VBox/Additions/common/crOpenGL/icd_drv.h @@ -1,4 +1,4 @@ -/* $Id: icd_drv.h 28800 2010-04-27 08:22:32Z vboxsync $ */ +/* $Id: icd_drv.h $ */ /** @file * diff --git a/src/VBox/Additions/common/crOpenGL/pack/packspu.rc b/src/VBox/Additions/common/crOpenGL/pack/packspu.rc index e18d03f11..a6966278e 100644 --- a/src/VBox/Additions/common/crOpenGL/pack/packspu.rc +++ b/src/VBox/Additions/common/crOpenGL/pack/packspu.rc @@ -1,4 +1,4 @@ -/* $Id: packspu.rc 28800 2010-04-27 08:22:32Z vboxsync $ */ +/* $Id: packspu.rc $ */ /** @file * diff --git a/src/VBox/Additions/common/crOpenGL/pack/packspu_framebuffer.c b/src/VBox/Additions/common/crOpenGL/pack/packspu_framebuffer.c index c7dd95ec4..4c010f35a 100644 --- a/src/VBox/Additions/common/crOpenGL/pack/packspu_framebuffer.c +++ b/src/VBox/Additions/common/crOpenGL/pack/packspu_framebuffer.c @@ -1,4 +1,4 @@ -/* $Id: packspu_framebuffer.c 28800 2010-04-27 08:22:32Z vboxsync $ */ +/* $Id: packspu_framebuffer.c $ */ /** @file * VBox OpenGL FBO related functions diff --git a/src/VBox/Additions/common/crOpenGL/pack/packspu_getshaders.c b/src/VBox/Additions/common/crOpenGL/pack/packspu_getshaders.c index 3628d4668..b12136988 100644 --- a/src/VBox/Additions/common/crOpenGL/pack/packspu_getshaders.c +++ b/src/VBox/Additions/common/crOpenGL/pack/packspu_getshaders.c @@ -1,4 +1,4 @@ -/* $Id: packspu_getshaders.c 28800 2010-04-27 08:22:32Z vboxsync $ */ +/* $Id: packspu_getshaders.c $ */ /** @file * VBox OpenGL GLSL related functions diff --git a/src/VBox/Additions/common/crOpenGL/pack/packspu_glsl.c b/src/VBox/Additions/common/crOpenGL/pack/packspu_glsl.c index b8266b643..e49f825c2 100644 --- a/src/VBox/Additions/common/crOpenGL/pack/packspu_glsl.c +++ b/src/VBox/Additions/common/crOpenGL/pack/packspu_glsl.c @@ -1,4 +1,4 @@ -/* $Id: packspu_glsl.c 28800 2010-04-27 08:22:32Z vboxsync $ */ +/* $Id: packspu_glsl.c $ */ /** @file * VBox OpenGL GLSL related functions diff --git a/src/VBox/Additions/common/crOpenGL/pack/packspu_texture.c b/src/VBox/Additions/common/crOpenGL/pack/packspu_texture.c index 342c96861..b5c60aec5 100644 --- a/src/VBox/Additions/common/crOpenGL/pack/packspu_texture.c +++ b/src/VBox/Additions/common/crOpenGL/pack/packspu_texture.c @@ -1,4 +1,4 @@ -/* $Id: packspu_texture.c 29298 2010-05-10 12:16:24Z vboxsync $ */ +/* $Id: packspu_texture.c $ */ /** @file * VBox OpenGL DRI driver functions diff --git a/src/VBox/Additions/common/crOpenGL/passthrough/passthroughspu.rc b/src/VBox/Additions/common/crOpenGL/passthrough/passthroughspu.rc index b22804578..a64253999 100644 --- a/src/VBox/Additions/common/crOpenGL/passthrough/passthroughspu.rc +++ b/src/VBox/Additions/common/crOpenGL/passthrough/passthroughspu.rc @@ -1,4 +1,4 @@ -/* $Id: passthroughspu.rc 28800 2010-04-27 08:22:32Z vboxsync $ */ +/* $Id: passthroughspu.rc $ */ /** @file * diff --git a/src/VBox/Additions/common/pam/Makefile.kmk b/src/VBox/Additions/common/pam/Makefile.kmk index 3d30ea769..cff82bb67 100644 --- a/src/VBox/Additions/common/pam/Makefile.kmk +++ b/src/VBox/Additions/common/pam/Makefile.kmk @@ -1,4 +1,4 @@ -# $Id: Makefile.kmk 29058 2010-05-05 08:49:52Z vboxsync $ +# $Id: Makefile.kmk $ ## @file # Makefile for VBox PAM module for automated logons. # diff --git a/src/VBox/Additions/common/pam/pam_vbox.c b/src/VBox/Additions/common/pam/pam_vbox.c index 0678c0fdb..ddc822fbf 100644 --- a/src/VBox/Additions/common/pam/pam_vbox.c +++ b/src/VBox/Additions/common/pam/pam_vbox.c @@ -1,4 +1,4 @@ -/* $Id: pam_vbox.c 29060 2010-05-05 09:14:49Z vboxsync $ */ +/* $Id: pam_vbox.c $ */ /** @file * pam_vbox - PAM module for auto logons. */ diff --git a/src/VBox/Additions/freebsd/Installer/vboxguest.sh b/src/VBox/Additions/freebsd/Installer/vboxguest.sh index 899068b70..899068b70 100644..100755 --- a/src/VBox/Additions/freebsd/Installer/vboxguest.sh +++ b/src/VBox/Additions/freebsd/Installer/vboxguest.sh diff --git a/src/VBox/Additions/freebsd/Makefile.kmk b/src/VBox/Additions/freebsd/Makefile.kmk index bab1dda0a..c31c3ccbb 100644 --- a/src/VBox/Additions/freebsd/Makefile.kmk +++ b/src/VBox/Additions/freebsd/Makefile.kmk @@ -1,4 +1,4 @@ -# $Id: Makefile.kmk 28800 2010-04-27 08:22:32Z vboxsync $ +# $Id: Makefile.kmk $ ## @file # Sub-Makefile for the FreeBSD guest additions base directory. # diff --git a/src/VBox/Additions/freebsd/drm/Makefile b/src/VBox/Additions/freebsd/drm/Makefile index 1022bb574..15a581a4d 100644 --- a/src/VBox/Additions/freebsd/drm/Makefile +++ b/src/VBox/Additions/freebsd/drm/Makefile @@ -1,4 +1,4 @@ -# $Id: Makefile 28800 2010-04-27 08:22:32Z vboxsync $ +# $Id: Makefile $ ## @file # Makefile for the VirtualBox FreeBSD Host Driver. # diff --git a/src/VBox/Additions/freebsd/drm/Makefile.kmk b/src/VBox/Additions/freebsd/drm/Makefile.kmk index 0b4e37ad9..0a3e4f290 100644 --- a/src/VBox/Additions/freebsd/drm/Makefile.kmk +++ b/src/VBox/Additions/freebsd/drm/Makefile.kmk @@ -1,4 +1,4 @@ -# $Id: Makefile.kmk 28800 2010-04-27 08:22:32Z vboxsync $ +# $Id: Makefile.kmk $ ## @file # Sub-Makefile for the vboxvideo DRM module (FreeBSD kernel OpenGL module). # diff --git a/src/VBox/Additions/freebsd/drm/files_vboxvideo_drm b/src/VBox/Additions/freebsd/drm/files_vboxvideo_drm index 9d806b766..67fdecb65 100644..100755 --- a/src/VBox/Additions/freebsd/drm/files_vboxvideo_drm +++ b/src/VBox/Additions/freebsd/drm/files_vboxvideo_drm @@ -1,5 +1,5 @@ #!/bin/sh -# $Id: files_vboxvideo_drm 29250 2010-05-09 17:53:58Z vboxsync $ +# $Id: files_vboxvideo_drm $ ## @file # Shared file between Makefile.kmk and export_modules # diff --git a/src/VBox/Additions/freebsd/drm/vboxvideo_drm.c b/src/VBox/Additions/freebsd/drm/vboxvideo_drm.c index 163fba369..2e2a91d80 100644 --- a/src/VBox/Additions/freebsd/drm/vboxvideo_drm.c +++ b/src/VBox/Additions/freebsd/drm/vboxvideo_drm.c @@ -1,4 +1,4 @@ -/* $Id: vboxvideo_drm.c 28854 2010-04-27 19:41:12Z vboxsync $ */ +/* $Id: vboxvideo_drm.c $ */ /** @file * VirtualBox Guest Additions - vboxvideo DRM module. * FreeBSD kernel OpenGL module. diff --git a/src/VBox/Additions/freebsd/vboxvfs/Makefile.kmk b/src/VBox/Additions/freebsd/vboxvfs/Makefile.kmk index e47a2e3cb..ae148477f 100644 --- a/src/VBox/Additions/freebsd/vboxvfs/Makefile.kmk +++ b/src/VBox/Additions/freebsd/vboxvfs/Makefile.kmk @@ -1,4 +1,4 @@ -# $Id: Makefile.kmk 28800 2010-04-27 08:22:32Z vboxsync $ +# $Id: Makefile.kmk $ ## @file # Sub-Makefile for the FreeBSD Shared folder kernel module. # diff --git a/src/VBox/Additions/freebsd/vboxvfs/vboxvfs.h b/src/VBox/Additions/freebsd/vboxvfs/vboxvfs.h index 235805d2f..a9d382b9a 100644 --- a/src/VBox/Additions/freebsd/vboxvfs/vboxvfs.h +++ b/src/VBox/Additions/freebsd/vboxvfs/vboxvfs.h @@ -1,4 +1,4 @@ -/* $Id: vboxvfs.h 28800 2010-04-27 08:22:32Z vboxsync $ */ +/* $Id: vboxvfs.h $ */ /** @file * Description. */ diff --git a/src/VBox/Additions/freebsd/vboxvfs/vboxvfs_vfsops.c b/src/VBox/Additions/freebsd/vboxvfs/vboxvfs_vfsops.c index a4292513b..a9d9c14a3 100644 --- a/src/VBox/Additions/freebsd/vboxvfs/vboxvfs_vfsops.c +++ b/src/VBox/Additions/freebsd/vboxvfs/vboxvfs_vfsops.c @@ -1,4 +1,4 @@ -/* $Id: vboxvfs_vfsops.c 28800 2010-04-27 08:22:32Z vboxsync $ */ +/* $Id: vboxvfs_vfsops.c $ */ /** @file * Description. */ diff --git a/src/VBox/Additions/freebsd/vboxvfs/vboxvfs_vnops.c b/src/VBox/Additions/freebsd/vboxvfs/vboxvfs_vnops.c index 3e1d06506..575a55ed2 100644 --- a/src/VBox/Additions/freebsd/vboxvfs/vboxvfs_vnops.c +++ b/src/VBox/Additions/freebsd/vboxvfs/vboxvfs_vnops.c @@ -1,4 +1,4 @@ -/* $Id: vboxvfs_vnops.c 28800 2010-04-27 08:22:32Z vboxsync $ */ +/* $Id: vboxvfs_vnops.c $ */ /** @file * Description. */ diff --git a/src/VBox/Additions/linux/Makefile.kmk b/src/VBox/Additions/linux/Makefile.kmk index b00580c93..7b6588908 100644 --- a/src/VBox/Additions/linux/Makefile.kmk +++ b/src/VBox/Additions/linux/Makefile.kmk @@ -1,4 +1,4 @@ -# $Id: Makefile.kmk 29406 2010-05-12 10:23:05Z vboxsync $ +# $Id: Makefile.kmk $ ## @file # Makefile for the linux guest additions base directory. # diff --git a/src/VBox/Additions/linux/drm/Makefile.kmk b/src/VBox/Additions/linux/drm/Makefile.kmk index 90f6107ec..d2b53267d 100644 --- a/src/VBox/Additions/linux/drm/Makefile.kmk +++ b/src/VBox/Additions/linux/drm/Makefile.kmk @@ -1,4 +1,4 @@ -# $Id: Makefile.kmk 28800 2010-04-27 08:22:32Z vboxsync $ +# $Id: Makefile.kmk $ ## @file # Sub-Makefile for the vboxvideo DRM module (linux kernel OpenGL module). # diff --git a/src/VBox/Additions/linux/drm/files_vboxvideo_drm b/src/VBox/Additions/linux/drm/files_vboxvideo_drm index 33352e599..cb6027cc6 100644..100755 --- a/src/VBox/Additions/linux/drm/files_vboxvideo_drm +++ b/src/VBox/Additions/linux/drm/files_vboxvideo_drm @@ -1,5 +1,5 @@ #!/bin/sh -# $Id: files_vboxvideo_drm 29250 2010-05-09 17:53:58Z vboxsync $ +# $Id: files_vboxvideo_drm $ ## @file # Shared file between Makefile.kmk and export_modules # diff --git a/src/VBox/Additions/linux/drm/vboxvideo_drm.c b/src/VBox/Additions/linux/drm/vboxvideo_drm.c index b8671abb4..d4a749e65 100644 --- a/src/VBox/Additions/linux/drm/vboxvideo_drm.c +++ b/src/VBox/Additions/linux/drm/vboxvideo_drm.c @@ -1,4 +1,4 @@ -/** @file $Id: vboxvideo_drm.c 28800 2010-04-27 08:22:32Z vboxsync $ +/** @file $Id: vboxvideo_drm.c $ * * VirtualBox Additions Linux kernel driver, DRM support */ diff --git a/src/VBox/Additions/linux/drm/vboxvideo_drm.h b/src/VBox/Additions/linux/drm/vboxvideo_drm.h index 239d7ed6a..0613a9d23 100644 --- a/src/VBox/Additions/linux/drm/vboxvideo_drm.h +++ b/src/VBox/Additions/linux/drm/vboxvideo_drm.h @@ -1,4 +1,4 @@ -/** @file $Id: vboxvideo_drm.h 28800 2010-04-27 08:22:32Z vboxsync $ +/** @file $Id: vboxvideo_drm.h $ * * VirtualBox Additions Linux kernel driver, DRM support */ diff --git a/src/VBox/Additions/linux/installer/90-vboxguest.fdi b/src/VBox/Additions/linux/installer/90-vboxguest.fdi index 5cc08c90f..a9c214cbf 100644 --- a/src/VBox/Additions/linux/installer/90-vboxguest.fdi +++ b/src/VBox/Additions/linux/installer/90-vboxguest.fdi @@ -2,7 +2,7 @@ <!-- # Sun VirtualBox # Hal driver description for the vboxmouse driver -# $Id: 90-vboxguest.fdi 21412 2009-07-08 21:18:57Z vboxsync $ +# $Id: 90-vboxguest.fdi $ Copyright (C) 2008-2009 Sun Microsystems, Inc. diff --git a/src/VBox/Additions/linux/installer/autorun.sh b/src/VBox/Additions/linux/installer/autorun.sh index a68ee18e2..a68ee18e2 100644..100755 --- a/src/VBox/Additions/linux/installer/autorun.sh +++ b/src/VBox/Additions/linux/installer/autorun.sh diff --git a/src/VBox/Additions/linux/installer/vboxadd-service.sh b/src/VBox/Additions/linux/installer/vboxadd-service.sh index a4c1b2801..a4c1b2801 100644..100755 --- a/src/VBox/Additions/linux/installer/vboxadd-service.sh +++ b/src/VBox/Additions/linux/installer/vboxadd-service.sh diff --git a/src/VBox/Additions/linux/installer/vboxadd-x11.sh b/src/VBox/Additions/linux/installer/vboxadd-x11.sh index 2916f1cb9..ff635d24d 100644..100755 --- a/src/VBox/Additions/linux/installer/vboxadd-x11.sh +++ b/src/VBox/Additions/linux/installer/vboxadd-x11.sh @@ -1,6 +1,6 @@ #! /bin/sh # Sun VirtualBox -# Linux Additions X11 setup init script ($Revision: 29612 $) +# Linux Additions X11 setup init script ($Revision: 61763 $) # # diff --git a/src/VBox/Additions/linux/installer/vboxadd.sh b/src/VBox/Additions/linux/installer/vboxadd.sh index 64dae2faf..4c4238998 100644..100755 --- a/src/VBox/Additions/linux/installer/vboxadd.sh +++ b/src/VBox/Additions/linux/installer/vboxadd.sh @@ -1,6 +1,6 @@ #! /bin/sh # Sun VirtualBox -# Linux Additions kernel module init script ($Revision: 29016 $) +# Linux Additions kernel module init script ($Revision: 61055 $) # # diff --git a/src/VBox/Additions/linux/sharedfolders/Makefile.kmk b/src/VBox/Additions/linux/sharedfolders/Makefile.kmk index e6dbec7c5..966d12199 100644 --- a/src/VBox/Additions/linux/sharedfolders/Makefile.kmk +++ b/src/VBox/Additions/linux/sharedfolders/Makefile.kmk @@ -1,4 +1,4 @@ -# $Id: Makefile.kmk 28998 2010-05-04 09:44:57Z vboxsync $ +# $Id: Makefile.kmk $ ## @file # Sub-Makefile for the vboxsf (linux shared folders module). # diff --git a/src/VBox/Additions/linux/sharedfolders/files_vboxsf b/src/VBox/Additions/linux/sharedfolders/files_vboxsf index a33307992..7b495c963 100644..100755 --- a/src/VBox/Additions/linux/sharedfolders/files_vboxsf +++ b/src/VBox/Additions/linux/sharedfolders/files_vboxsf @@ -1,5 +1,5 @@ #!/bin/sh -# $Id: $ +# $Id: $ ## @file # Shared file between Makefile.kmk and export_modules # diff --git a/src/VBox/Additions/solaris/DRM/Makefile.kmk b/src/VBox/Additions/solaris/DRM/Makefile.kmk index 6c5cb03ef..e4847f409 100644 --- a/src/VBox/Additions/solaris/DRM/Makefile.kmk +++ b/src/VBox/Additions/solaris/DRM/Makefile.kmk @@ -1,4 +1,4 @@ -# $Id: Makefile.kmk 28800 2010-04-27 08:22:32Z vboxsync $ +# $Id: Makefile.kmk $ ## @file # Sub-Makefile for the vboxvideo DRM module (Solaris kernel OpenGL module). # diff --git a/src/VBox/Additions/solaris/DRM/vboxvideo_drm.c b/src/VBox/Additions/solaris/DRM/vboxvideo_drm.c index 12b63367a..218725a4c 100644 --- a/src/VBox/Additions/solaris/DRM/vboxvideo_drm.c +++ b/src/VBox/Additions/solaris/DRM/vboxvideo_drm.c @@ -1,4 +1,4 @@ -/* $Id: vboxvideo_drm.c 28854 2010-04-27 19:41:12Z vboxsync $ */ +/* $Id: vboxvideo_drm.c $ */ /** @file * vboxvideo_drm - Direct Rendering Module, Solaris Specific Code. */ diff --git a/src/VBox/Additions/solaris/Installer/makepackage.sh b/src/VBox/Additions/solaris/Installer/makepackage.sh index 7654c153a..7654c153a 100644..100755 --- a/src/VBox/Additions/solaris/Installer/makepackage.sh +++ b/src/VBox/Additions/solaris/Installer/makepackage.sh diff --git a/src/VBox/Additions/solaris/Installer/postinstall.sh b/src/VBox/Additions/solaris/Installer/postinstall.sh index b2a058cdc..b2a058cdc 100644..100755 --- a/src/VBox/Additions/solaris/Installer/postinstall.sh +++ b/src/VBox/Additions/solaris/Installer/postinstall.sh diff --git a/src/VBox/Additions/solaris/Installer/preremove.sh b/src/VBox/Additions/solaris/Installer/preremove.sh index a26e81076..a26e81076 100644..100755 --- a/src/VBox/Additions/solaris/Installer/preremove.sh +++ b/src/VBox/Additions/solaris/Installer/preremove.sh diff --git a/src/VBox/Additions/solaris/Makefile.kmk b/src/VBox/Additions/solaris/Makefile.kmk index f06c5f3b3..766113b59 100644 --- a/src/VBox/Additions/solaris/Makefile.kmk +++ b/src/VBox/Additions/solaris/Makefile.kmk @@ -1,4 +1,4 @@ -# $Id: Makefile.kmk 28800 2010-04-27 08:22:32Z vboxsync $ +# $Id: Makefile.kmk $ ## @file # Makefile for the Solaris guest additions base directory. # diff --git a/src/VBox/Additions/solaris/SharedFolders/Makefile.kmk b/src/VBox/Additions/solaris/SharedFolders/Makefile.kmk index 63aff3304..ff5f26e8b 100644 --- a/src/VBox/Additions/solaris/SharedFolders/Makefile.kmk +++ b/src/VBox/Additions/solaris/SharedFolders/Makefile.kmk @@ -1,4 +1,4 @@ -# $Id: Makefile.kmk 28800 2010-04-27 08:22:32Z vboxsync $ +# $Id: Makefile.kmk $ ## @file # Sub-Makefile for the Solaris Shared folder kernel module. # diff --git a/src/VBox/Additions/solaris/SharedFolders/vboxfs.h b/src/VBox/Additions/solaris/SharedFolders/vboxfs.h index f2c27e948..1cc58aa11 100644 --- a/src/VBox/Additions/solaris/SharedFolders/vboxfs.h +++ b/src/VBox/Additions/solaris/SharedFolders/vboxfs.h @@ -1,4 +1,4 @@ -/* $Id: vboxfs.h 28800 2010-04-27 08:22:32Z vboxsync $ */ +/* $Id: vboxfs.h $ */ /** @file * VirtualBox File System Driver for Solaris Guests, Internal Header. */ diff --git a/src/VBox/Additions/solaris/SharedFolders/vboxfs_mount.c b/src/VBox/Additions/solaris/SharedFolders/vboxfs_mount.c index 33e19716a..40031c67b 100644 --- a/src/VBox/Additions/solaris/SharedFolders/vboxfs_mount.c +++ b/src/VBox/Additions/solaris/SharedFolders/vboxfs_mount.c @@ -1,4 +1,4 @@ -/* $Id: vboxfs_mount.c 28800 2010-04-27 08:22:32Z vboxsync $ */ +/* $Id: vboxfs_mount.c $ */ /** @file * VirtualBox File System Mount Helper, Solaris host. * Userspace mount wrapper that parses mount (or user-specified) options diff --git a/src/VBox/Additions/solaris/SharedFolders/vboxfs_prov.h b/src/VBox/Additions/solaris/SharedFolders/vboxfs_prov.h index fddd6e956..1f77cec69 100644 --- a/src/VBox/Additions/solaris/SharedFolders/vboxfs_prov.h +++ b/src/VBox/Additions/solaris/SharedFolders/vboxfs_prov.h @@ -1,4 +1,4 @@ -/* $Id: vboxfs_prov.h 28800 2010-04-27 08:22:32Z vboxsync $ */ +/* $Id: vboxfs_prov.h $ */ /** @file * VirtualBox File System for Solaris Guests, provider header. */ diff --git a/src/VBox/Additions/solaris/SharedFolders/vboxfs_vfs.h b/src/VBox/Additions/solaris/SharedFolders/vboxfs_vfs.h index b85c0b4c9..db4ebc2cc 100644 --- a/src/VBox/Additions/solaris/SharedFolders/vboxfs_vfs.h +++ b/src/VBox/Additions/solaris/SharedFolders/vboxfs_vfs.h @@ -1,4 +1,4 @@ -/* $Id: vboxfs_vfs.h 28800 2010-04-27 08:22:32Z vboxsync $ */ +/* $Id: vboxfs_vfs.h $ */ /** @file * VirtualBox File System for Solaris Guests, VFS header. */ diff --git a/src/VBox/Additions/solaris/SharedFolders/vboxfs_vnode.h b/src/VBox/Additions/solaris/SharedFolders/vboxfs_vnode.h index e48d78a66..20392e6c9 100644 --- a/src/VBox/Additions/solaris/SharedFolders/vboxfs_vnode.h +++ b/src/VBox/Additions/solaris/SharedFolders/vboxfs_vnode.h @@ -1,4 +1,4 @@ -/* $Id: vboxfs_vnode.h 28800 2010-04-27 08:22:32Z vboxsync $ */ +/* $Id: vboxfs_vnode.h $ */ /** @file * VirtualBox File System for Solaris Guests, VNode header. */ diff --git a/src/VBox/Additions/x11/Installer/98vboxadd-xclient b/src/VBox/Additions/x11/Installer/98vboxadd-xclient index 324254991..324254991 100644..100755 --- a/src/VBox/Additions/x11/Installer/98vboxadd-xclient +++ b/src/VBox/Additions/x11/Installer/98vboxadd-xclient diff --git a/src/VBox/Additions/x11/Installer/x11config-new.pl b/src/VBox/Additions/x11/Installer/x11config-new.pl index 92fbee7dc..92fbee7dc 100644..100755 --- a/src/VBox/Additions/x11/Installer/x11config-new.pl +++ b/src/VBox/Additions/x11/Installer/x11config-new.pl diff --git a/src/VBox/Additions/x11/Installer/x11config.pl b/src/VBox/Additions/x11/Installer/x11config.pl index 278400b42..278400b42 100644..100755 --- a/src/VBox/Additions/x11/Installer/x11config.pl +++ b/src/VBox/Additions/x11/Installer/x11config.pl diff --git a/src/VBox/Additions/x11/Installer/x11config15.pl b/src/VBox/Additions/x11/Installer/x11config15.pl index d2827bd81..d2827bd81 100644..100755 --- a/src/VBox/Additions/x11/Installer/x11config15.pl +++ b/src/VBox/Additions/x11/Installer/x11config15.pl diff --git a/src/VBox/Additions/x11/Installer/x11config15sol.pl b/src/VBox/Additions/x11/Installer/x11config15sol.pl index c9cd8ce96..c9cd8ce96 100644..100755 --- a/src/VBox/Additions/x11/Installer/x11config15sol.pl +++ b/src/VBox/Additions/x11/Installer/x11config15sol.pl diff --git a/src/VBox/Additions/x11/Installer/x11config15suse.pl b/src/VBox/Additions/x11/Installer/x11config15suse.pl index 2ee075ee3..2ee075ee3 100644..100755 --- a/src/VBox/Additions/x11/Installer/x11config15suse.pl +++ b/src/VBox/Additions/x11/Installer/x11config15suse.pl diff --git a/src/VBox/Additions/x11/Installer/x11restore.pl b/src/VBox/Additions/x11/Installer/x11restore.pl index 6fa66ada5..109052203 100644..100755 --- a/src/VBox/Additions/x11/Installer/x11restore.pl +++ b/src/VBox/Additions/x11/Installer/x11restore.pl @@ -1,5 +1,5 @@ #!/usr/bin/perl -w -# $Revision: 28800 $ +# $Revision: 60692 $ # # Sun VirtualBox # diff --git a/src/VBox/Additions/x11/Makefile.kmk b/src/VBox/Additions/x11/Makefile.kmk index 2d1c46c4a..c810f328b 100644 --- a/src/VBox/Additions/x11/Makefile.kmk +++ b/src/VBox/Additions/x11/Makefile.kmk @@ -1,4 +1,4 @@ -# $Id: Makefile.kmk 28800 2010-04-27 08:22:32Z vboxsync $ +# $Id: Makefile.kmk $ ## @file # Sub-Makefile for the X11 Guest Additions. # diff --git a/src/VBox/Additions/x11/VBoxClient/Makefile.kmk b/src/VBox/Additions/x11/VBoxClient/Makefile.kmk index d322631e4..015a8471c 100644 --- a/src/VBox/Additions/x11/VBoxClient/Makefile.kmk +++ b/src/VBox/Additions/x11/VBoxClient/Makefile.kmk @@ -1,4 +1,4 @@ -# $Id: Makefile.kmk 28800 2010-04-27 08:22:32Z vboxsync $ +# $Id: Makefile.kmk $ ## @file # Sub-Makefile for the VirtualBox Guest Addition X11 Client. # diff --git a/src/VBox/Additions/x11/VBoxClient/clipboard.cpp b/src/VBox/Additions/x11/VBoxClient/clipboard.cpp index c9060774f..1e0184d43 100644 --- a/src/VBox/Additions/x11/VBoxClient/clipboard.cpp +++ b/src/VBox/Additions/x11/VBoxClient/clipboard.cpp @@ -1,4 +1,4 @@ -/** $Id: clipboard.cpp 28800 2010-04-27 08:22:32Z vboxsync $ */ +/** $Id: clipboard.cpp $ */ /** @file * Guest Additions - X11 Shared Clipboard. */ diff --git a/src/VBox/Additions/x11/VBoxClient/display.cpp b/src/VBox/Additions/x11/VBoxClient/display.cpp index 5a8c75402..b9cbccf1b 100644 --- a/src/VBox/Additions/x11/VBoxClient/display.cpp +++ b/src/VBox/Additions/x11/VBoxClient/display.cpp @@ -1,4 +1,4 @@ -/* $Id: display.cpp 28800 2010-04-27 08:22:32Z vboxsync $ */ +/* $Id: display.cpp $ */ /** @file * X11 guest client - display management. */ diff --git a/src/VBox/Additions/x11/vboxmouse/Makefile.kmk b/src/VBox/Additions/x11/vboxmouse/Makefile.kmk index da2033cd2..774e57e70 100644 --- a/src/VBox/Additions/x11/vboxmouse/Makefile.kmk +++ b/src/VBox/Additions/x11/vboxmouse/Makefile.kmk @@ -1,4 +1,4 @@ -# $Id: Makefile.kmk 28800 2010-04-27 08:22:32Z vboxsync $ +# $Id: Makefile.kmk $ ## @file # Sub-Makefile for the VBox Additions XFree86 and X.org mouse drivers. # diff --git a/src/VBox/Additions/x11/vboxvideo/Makefile.kmk b/src/VBox/Additions/x11/vboxvideo/Makefile.kmk index 41d5f80be..87921d9ef 100644 --- a/src/VBox/Additions/x11/vboxvideo/Makefile.kmk +++ b/src/VBox/Additions/x11/vboxvideo/Makefile.kmk @@ -1,4 +1,4 @@ -# $Id: Makefile.kmk 28800 2010-04-27 08:22:32Z vboxsync $ +# $Id: Makefile.kmk $ ## @file # Sub-Makefile for the VBox Linux Additions X.org graphics driver. # diff --git a/src/VBox/Additions/x11/vboxvideo/vboxvideo_13.c b/src/VBox/Additions/x11/vboxvideo/vboxvideo_13.c index 8ca6c98e9..c6394ecae 100644 --- a/src/VBox/Additions/x11/vboxvideo/vboxvideo_13.c +++ b/src/VBox/Additions/x11/vboxvideo/vboxvideo_13.c @@ -1,4 +1,4 @@ -/* $Id: $ */ +/* $Id: $ */ /** @file * Linux Additions X11 graphics driver */ diff --git a/src/VBox/Additions/x11/vboxvideo/vboxvideo_dri.c b/src/VBox/Additions/x11/vboxvideo/vboxvideo_dri.c index f608ca967..65b8b8e47 100644 --- a/src/VBox/Additions/x11/vboxvideo/vboxvideo_dri.c +++ b/src/VBox/Additions/x11/vboxvideo/vboxvideo_dri.c @@ -1,4 +1,4 @@ -/** @file $Id: vboxvideo_dri.c 28800 2010-04-27 08:22:32Z vboxsync $ +/** @file $Id: vboxvideo_dri.c $ * * VirtualBox X11 Additions graphics driver, DRI support */ diff --git a/src/VBox/Additions/x11/x11include/mesa-7.2/src/mesa/sparc/sparc.h b/src/VBox/Additions/x11/x11include/mesa-7.2/src/mesa/sparc/sparc.h index 55ab12122..835bdf4b1 100644 --- a/src/VBox/Additions/x11/x11include/mesa-7.2/src/mesa/sparc/sparc.h +++ b/src/VBox/Additions/x11/x11include/mesa-7.2/src/mesa/sparc/sparc.h @@ -1,4 +1,4 @@ -/* $Id: sparc.h,v 1.3 2001/06/06 22:55:28 davem69 Exp $ */ +/* $Id: sparc.h $ */ /* * Mesa 3-D graphics library diff --git a/src/VBox/Additions/x11/x11include/mesa-7.2/src/mesa/x86-64/x86-64.h b/src/VBox/Additions/x11/x11include/mesa-7.2/src/mesa/x86-64/x86-64.h index fdbd154d5..a6b68d527 100644 --- a/src/VBox/Additions/x11/x11include/mesa-7.2/src/mesa/x86-64/x86-64.h +++ b/src/VBox/Additions/x11/x11include/mesa-7.2/src/mesa/x86-64/x86-64.h @@ -1,4 +1,4 @@ -/* $Id: x86-64.h,v 1.1 2005/05/07 16:59:59 brianp Exp $ */ +/* $Id: x86-64.h $ */ /* * Mesa 3-D graphics library diff --git a/src/VBox/Additions/x11/x11include/mesa-7.2/src/mesa/x86/3dnow.h b/src/VBox/Additions/x11/x11include/mesa-7.2/src/mesa/x86/3dnow.h index 1f2fd8e8b..673d45994 100644 --- a/src/VBox/Additions/x11/x11include/mesa-7.2/src/mesa/x86/3dnow.h +++ b/src/VBox/Additions/x11/x11include/mesa-7.2/src/mesa/x86/3dnow.h @@ -1,4 +1,4 @@ -/* $Id: 3dnow.h,v 1.6 2002/04/09 14:58:03 keithw Exp $ */ +/* $Id: 3dnow.h $ */ /* * Mesa 3-D graphics library diff --git a/src/VBox/Additions/x11/x11include/mesa-7.2/src/mesa/x86/clip_args.h b/src/VBox/Additions/x11/x11include/mesa-7.2/src/mesa/x86/clip_args.h index cccf80198..7540c6a49 100644 --- a/src/VBox/Additions/x11/x11include/mesa-7.2/src/mesa/x86/clip_args.h +++ b/src/VBox/Additions/x11/x11include/mesa-7.2/src/mesa/x86/clip_args.h @@ -1,4 +1,4 @@ -/* $Id: clip_args.h,v 1.5 2002/10/29 20:28:57 brianp Exp $ */ +/* $Id: clip_args.h $ */ /* * Mesa 3-D graphics library diff --git a/src/VBox/Additions/x11/x11include/mesa-7.2/src/mesa/x86/common_x86_asm.h b/src/VBox/Additions/x11/x11include/mesa-7.2/src/mesa/x86/common_x86_asm.h index 997729832..e093b1872 100644 --- a/src/VBox/Additions/x11/x11include/mesa-7.2/src/mesa/x86/common_x86_asm.h +++ b/src/VBox/Additions/x11/x11include/mesa-7.2/src/mesa/x86/common_x86_asm.h @@ -1,4 +1,4 @@ -/* $Id: common_x86_asm.h,v 1.12 2005/07/16 00:56:20 ajax Exp $ */ +/* $Id: common_x86_asm.h $ */ /* * Mesa 3-D graphics library diff --git a/src/VBox/Additions/x11/x11include/mesa-7.2/src/mesa/x86/common_x86_features.h b/src/VBox/Additions/x11/x11include/mesa-7.2/src/mesa/x86/common_x86_features.h index 90509775c..9a0cedc99 100644 --- a/src/VBox/Additions/x11/x11include/mesa-7.2/src/mesa/x86/common_x86_features.h +++ b/src/VBox/Additions/x11/x11include/mesa-7.2/src/mesa/x86/common_x86_features.h @@ -1,4 +1,4 @@ -/* $Id: common_x86_features.h,v 1.6 2003/01/21 16:14:00 brianp Exp $ */ +/* $Id: common_x86_features.h $ */ /* * Mesa 3-D graphics library diff --git a/src/VBox/Additions/x11/x11include/mesa-7.2/src/mesa/x86/common_x86_macros.h b/src/VBox/Additions/x11/x11include/mesa-7.2/src/mesa/x86/common_x86_macros.h index ba155caae..43033732b 100644 --- a/src/VBox/Additions/x11/x11include/mesa-7.2/src/mesa/x86/common_x86_macros.h +++ b/src/VBox/Additions/x11/x11include/mesa-7.2/src/mesa/x86/common_x86_macros.h @@ -1,4 +1,4 @@ -/* $Id: common_x86_macros.h,v 1.3 2002/10/29 20:28:58 brianp Exp $ */ +/* $Id: common_x86_macros.h $ */ /* * Mesa 3-D graphics library diff --git a/src/VBox/Additions/x11/x11include/mesa-7.2/src/mesa/x86/norm_args.h b/src/VBox/Additions/x11/x11include/mesa-7.2/src/mesa/x86/norm_args.h index 1b43d57a2..1e7d79c67 100644 --- a/src/VBox/Additions/x11/x11include/mesa-7.2/src/mesa/x86/norm_args.h +++ b/src/VBox/Additions/x11/x11include/mesa-7.2/src/mesa/x86/norm_args.h @@ -1,4 +1,4 @@ -/* $Id: norm_args.h,v 1.4 2003/11/26 08:32:36 dborca Exp $ */ +/* $Id: norm_args.h $ */ /* * Mesa 3-D graphics library diff --git a/src/VBox/Additions/x11/x11include/mesa-7.2/src/mesa/x86/sse.h b/src/VBox/Additions/x11/x11include/mesa-7.2/src/mesa/x86/sse.h index 98146a904..fe1233653 100644 --- a/src/VBox/Additions/x11/x11include/mesa-7.2/src/mesa/x86/sse.h +++ b/src/VBox/Additions/x11/x11include/mesa-7.2/src/mesa/x86/sse.h @@ -1,4 +1,4 @@ -/* $Id: sse.h,v 1.2 2002/04/09 14:58:03 keithw Exp $ */ +/* $Id: sse.h $ */ /* * Mesa 3-D graphics library diff --git a/src/VBox/Additions/x11/x11include/mesa-7.2/src/mesa/x86/x86.h b/src/VBox/Additions/x11/x11include/mesa-7.2/src/mesa/x86/x86.h index a646aff46..8d529110b 100644 --- a/src/VBox/Additions/x11/x11include/mesa-7.2/src/mesa/x86/x86.h +++ b/src/VBox/Additions/x11/x11include/mesa-7.2/src/mesa/x86/x86.h @@ -1,4 +1,4 @@ -/* $Id: x86.h,v 1.5 2002/04/09 14:58:03 keithw Exp $ */ +/* $Id: x86.h $ */ /* * Mesa 3-D graphics library diff --git a/src/VBox/Additions/x11/x11include/mesa-7.2/src/mesa/x86/xform_args.h b/src/VBox/Additions/x11/x11include/mesa-7.2/src/mesa/x86/xform_args.h index 89a04205c..6bc1b8060 100644 --- a/src/VBox/Additions/x11/x11include/mesa-7.2/src/mesa/x86/xform_args.h +++ b/src/VBox/Additions/x11/x11include/mesa-7.2/src/mesa/x86/xform_args.h @@ -1,4 +1,4 @@ -/* $Id: xform_args.h,v 1.5 2002/10/29 20:28:58 brianp Exp $ */ +/* $Id: xform_args.h $ */ /* * Mesa 3-D graphics library diff --git a/src/VBox/Additions/x11/x11stubs/Makefile.kmk b/src/VBox/Additions/x11/x11stubs/Makefile.kmk index b7f6bfe04..37279143c 100644 --- a/src/VBox/Additions/x11/x11stubs/Makefile.kmk +++ b/src/VBox/Additions/x11/x11stubs/Makefile.kmk @@ -1,4 +1,4 @@ -# $Id: Makefile.kmk 28800 2010-04-27 08:22:32Z vboxsync $ +# $Id: Makefile.kmk $ ## @file # Sub-Makefile for the X11 linker stub (import) libraries. # diff --git a/src/VBox/Additions/x11/x11stubs/libXcomposite-1.0.0/libXcomposite.c b/src/VBox/Additions/x11/x11stubs/libXcomposite-1.0.0/libXcomposite.c index 50aac7dd3..401eec1d7 100644 --- a/src/VBox/Additions/x11/x11stubs/libXcomposite-1.0.0/libXcomposite.c +++ b/src/VBox/Additions/x11/x11stubs/libXcomposite-1.0.0/libXcomposite.c @@ -1,4 +1,4 @@ -/* $Id: libXcomposite.c 28800 2010-04-27 08:22:32Z vboxsync $ */ +/* $Id: libXcomposite.c $ */ /** @file * X.Org libXcomposite.so linker stub diff --git a/src/VBox/Additions/x11/x11stubs/libXdamage-1.1.0/libXdamage.c b/src/VBox/Additions/x11/x11stubs/libXdamage-1.1.0/libXdamage.c index aa6dbabf1..bcf008ea0 100644 --- a/src/VBox/Additions/x11/x11stubs/libXdamage-1.1.0/libXdamage.c +++ b/src/VBox/Additions/x11/x11stubs/libXdamage-1.1.0/libXdamage.c @@ -1,4 +1,4 @@ -/* $Id: libXdamage.c 28800 2010-04-27 08:22:32Z vboxsync $ */ +/* $Id: libXdamage.c $ */ /** @file * X.Org libXdamage.so linker stub diff --git a/src/VBox/Additions/x11/x11stubs/libXext-6.4.0/libXext.c b/src/VBox/Additions/x11/x11stubs/libXext-6.4.0/libXext.c index 0aec41467..f83809adb 100644 --- a/src/VBox/Additions/x11/x11stubs/libXext-6.4.0/libXext.c +++ b/src/VBox/Additions/x11/x11stubs/libXext-6.4.0/libXext.c @@ -1,4 +1,4 @@ -/* $Id: libXext.c 28800 2010-04-27 08:22:32Z vboxsync $ */ +/* $Id: libXext.c $ */ /** @file * X.Org libXext.so linker stub diff --git a/src/VBox/Additions/x11/x11stubs/libXfixes-3.1.0/libXfixes.c b/src/VBox/Additions/x11/x11stubs/libXfixes-3.1.0/libXfixes.c index 82dab131a..211f7f491 100644 --- a/src/VBox/Additions/x11/x11stubs/libXfixes-3.1.0/libXfixes.c +++ b/src/VBox/Additions/x11/x11stubs/libXfixes-3.1.0/libXfixes.c @@ -1,4 +1,4 @@ -/* $Id: libXfixes.c 28800 2010-04-27 08:22:32Z vboxsync $ */ +/* $Id: libXfixes.c $ */ /** @file * X.Org libXfixes.so linker stub diff --git a/src/VBox/Devices/Audio/DevIchAc97.cpp b/src/VBox/Devices/Audio/DevIchAc97.cpp index 7e5a744c5..cbec8fb75 100644 --- a/src/VBox/Devices/Audio/DevIchAc97.cpp +++ b/src/VBox/Devices/Audio/DevIchAc97.cpp @@ -1,4 +1,4 @@ -/* $Id: DevIchAc97.cpp 28800 2010-04-27 08:22:32Z vboxsync $ */ +/* $Id: DevIchAc97.cpp $ */ /** @file * DevIchAc97 - VBox ICH AC97 Audio Controller. */ diff --git a/src/VBox/Devices/Audio/DevSB16.cpp b/src/VBox/Devices/Audio/DevSB16.cpp index 81a3fe7c4..607b54431 100644 --- a/src/VBox/Devices/Audio/DevSB16.cpp +++ b/src/VBox/Devices/Audio/DevSB16.cpp @@ -1,4 +1,4 @@ -/* $Id: DevSB16.cpp 26165 2010-02-02 19:50:31Z vboxsync $ */ +/* $Id: DevSB16.cpp $ */ /** @file * DevSB16 - VBox SB16 Audio Controller. * diff --git a/src/VBox/Devices/Audio/alsa_stubs.c b/src/VBox/Devices/Audio/alsa_stubs.c index ef370107a..493c3f835 100644 --- a/src/VBox/Devices/Audio/alsa_stubs.c +++ b/src/VBox/Devices/Audio/alsa_stubs.c @@ -1,4 +1,4 @@ -/* $Id: alsa_stubs.c 28800 2010-04-27 08:22:32Z vboxsync $ */ +/* $Id: alsa_stubs.c $ */ /** @file * Stubs for libasound. */ diff --git a/src/VBox/Devices/Audio/audiosniffer.c b/src/VBox/Devices/Audio/audiosniffer.c index 44e100218..5e0c5af3d 100644 --- a/src/VBox/Devices/Audio/audiosniffer.c +++ b/src/VBox/Devices/Audio/audiosniffer.c @@ -1,4 +1,4 @@ -/* $Id: audiosniffer.c 28800 2010-04-27 08:22:32Z vboxsync $ */ +/* $Id: audiosniffer.c $ */ /** @file * VBox audio device: Audio sniffer device */ diff --git a/src/VBox/Devices/Audio/coreaudio.c b/src/VBox/Devices/Audio/coreaudio.c index 964cc1900..17e6ea968 100644 --- a/src/VBox/Devices/Audio/coreaudio.c +++ b/src/VBox/Devices/Audio/coreaudio.c @@ -1,4 +1,4 @@ -/* $Id: coreaudio.c 29256 2010-05-09 18:13:03Z vboxsync $ */ +/* $Id: coreaudio.c $ */ /** @file * VBox audio devices: Mac OS X CoreAudio audio driver */ diff --git a/src/VBox/Devices/Audio/pulse_stubs.c b/src/VBox/Devices/Audio/pulse_stubs.c index bbd757bad..4fdb2bdcc 100644 --- a/src/VBox/Devices/Audio/pulse_stubs.c +++ b/src/VBox/Devices/Audio/pulse_stubs.c @@ -1,4 +1,4 @@ -/* $Id: pulse_stubs.c 28800 2010-04-27 08:22:32Z vboxsync $ */ +/* $Id: pulse_stubs.c $ */ /** @file * Stubs for libpulse. */ diff --git a/src/VBox/Devices/Audio/solaudio.c b/src/VBox/Devices/Audio/solaudio.c index 2b8225f94..d72f0c090 100644 --- a/src/VBox/Devices/Audio/solaudio.c +++ b/src/VBox/Devices/Audio/solaudio.c @@ -1,4 +1,4 @@ -/* $Id: solaudio.c 28800 2010-04-27 08:22:32Z vboxsync $ */ +/* $Id: solaudio.c $ */ /** @file * VirtualBox Audio Driver - Solaris host. */ diff --git a/src/VBox/Devices/Builtins.cpp b/src/VBox/Devices/Builtins.cpp index 24a433d15..d5b75ac66 100644 --- a/src/VBox/Devices/Builtins.cpp +++ b/src/VBox/Devices/Builtins.cpp @@ -1,4 +1,4 @@ -/* $Id: Builtins.cpp 29522 2010-05-17 10:15:48Z vboxsync $ */ +/* $Id: Builtins.cpp $ */ /** @file * Built-in drivers & devices (part 1) */ diff --git a/src/VBox/Devices/Builtins.h b/src/VBox/Devices/Builtins.h index 0b9a23cbe..409db50fe 100644 --- a/src/VBox/Devices/Builtins.h +++ b/src/VBox/Devices/Builtins.h @@ -1,4 +1,4 @@ -/* $Id: Builtins.h 29522 2010-05-17 10:15:48Z vboxsync $ */ +/* $Id: Builtins.h $ */ /** @file * Built-in drivers & devices (part 1) header. */ diff --git a/src/VBox/Devices/Builtins2.h b/src/VBox/Devices/Builtins2.h index 584816f11..c5a009c43 100644 --- a/src/VBox/Devices/Builtins2.h +++ b/src/VBox/Devices/Builtins2.h @@ -1,4 +1,4 @@ -/* $Id: Builtins2.h 29563 2010-05-17 15:15:02Z vboxsync $ */ +/* $Id: Builtins2.h $ */ /** @file * Built-in drivers & devices part 2 header. * diff --git a/src/VBox/Devices/Bus/DevPCI.cpp b/src/VBox/Devices/Bus/DevPCI.cpp index d3caa8da8..b9fad47b2 100644 --- a/src/VBox/Devices/Bus/DevPCI.cpp +++ b/src/VBox/Devices/Bus/DevPCI.cpp @@ -1,4 +1,4 @@ -/* $Id: DevPCI.cpp 29250 2010-05-09 17:53:58Z vboxsync $ */ +/* $Id: DevPCI.cpp $ */ /** @file * DevPCI - PCI BUS Device. */ diff --git a/src/VBox/Devices/Bus/PCIInternal.h b/src/VBox/Devices/Bus/PCIInternal.h index 8492b66b7..306586091 100644 --- a/src/VBox/Devices/Bus/PCIInternal.h +++ b/src/VBox/Devices/Bus/PCIInternal.h @@ -1,4 +1,4 @@ -/* $Id: PCIInternal.h 28800 2010-04-27 08:22:32Z vboxsync $ */ +/* $Id: PCIInternal.h $ */ /** @file * DevPCI - PCI Internal header - Only for hiding bits of PCIDEVICE. */ diff --git a/src/VBox/Devices/EFI/DevEFI.cpp b/src/VBox/Devices/EFI/DevEFI.cpp index f1e54ff26..85f285c69 100644 --- a/src/VBox/Devices/EFI/DevEFI.cpp +++ b/src/VBox/Devices/EFI/DevEFI.cpp @@ -1,4 +1,4 @@ -/* $Id: DevEFI.cpp 29250 2010-05-09 17:53:58Z vboxsync $ */ +/* $Id: DevEFI.cpp $ */ /** @file * DevEFI - EFI <-> VirtualBox Integration Framework. */ diff --git a/src/VBox/Devices/EFI/Firmware2/VBoxPkg/Include/DevEFI.h b/src/VBox/Devices/EFI/Firmware2/VBoxPkg/Include/DevEFI.h index 65da57739..6d1b4bd3e 100644 --- a/src/VBox/Devices/EFI/Firmware2/VBoxPkg/Include/DevEFI.h +++ b/src/VBox/Devices/EFI/Firmware2/VBoxPkg/Include/DevEFI.h @@ -1,4 +1,4 @@ -/* $Id: DevEFI.h 28800 2010-04-27 08:22:32Z vboxsync $ */ +/* $Id: DevEFI.h $ */ /** @file * EFI for VirtualBox Common Definitions. * diff --git a/src/VBox/Devices/EFI/Firmware2/VBoxPkg/Include/DevEFI.mac b/src/VBox/Devices/EFI/Firmware2/VBoxPkg/Include/DevEFI.mac index 6a02b9fb8..bf21d4d8b 100644 --- a/src/VBox/Devices/EFI/Firmware2/VBoxPkg/Include/DevEFI.mac +++ b/src/VBox/Devices/EFI/Firmware2/VBoxPkg/Include/DevEFI.mac @@ -1,4 +1,4 @@ -; $Id: DevEFI.mac 28800 2010-04-27 08:22:32Z vboxsync $ +; $Id: DevEFI.mac $ ;; @file ; DevEFI Interface Definitions, Assembly (Yasm) Variant. ; diff --git a/src/VBox/Devices/EFI/Firmware2/VBoxPkg/Include/VBoxDebugLib.h b/src/VBox/Devices/EFI/Firmware2/VBoxPkg/Include/VBoxDebugLib.h index b754141d6..4cb9cb4dd 100644 --- a/src/VBox/Devices/EFI/Firmware2/VBoxPkg/Include/VBoxDebugLib.h +++ b/src/VBox/Devices/EFI/Firmware2/VBoxPkg/Include/VBoxDebugLib.h @@ -1,4 +1,4 @@ -/* $Id: VBoxDebugLib.h 28800 2010-04-27 08:22:32Z vboxsync $ */ +/* $Id: VBoxDebugLib.h $ */ /** @file * VBoxDebugLib.h - Debug and logging routines implemented by VBoxDebugLib. */ diff --git a/src/VBox/Devices/EFI/Firmware2/VBoxPkg/Include/VBoxMemLayout.h b/src/VBox/Devices/EFI/Firmware2/VBoxPkg/Include/VBoxMemLayout.h index ad1f10e8c..0afd4c3bf 100644 --- a/src/VBox/Devices/EFI/Firmware2/VBoxPkg/Include/VBoxMemLayout.h +++ b/src/VBox/Devices/EFI/Firmware2/VBoxPkg/Include/VBoxMemLayout.h @@ -1,4 +1,4 @@ -/* $Id: VBoxMemLayout.h 28800 2010-04-27 08:22:32Z vboxsync $ */ +/* $Id: VBoxMemLayout.h $ */ /** @file * VBoxMemLayou.h - Constants defining the memory layout. (Merge with DevEFI?) */ diff --git a/src/VBox/Devices/EFI/Firmware2/VBoxPkg/Include/VBoxPkg.h b/src/VBox/Devices/EFI/Firmware2/VBoxPkg/Include/VBoxPkg.h index bee8d90da..58f6743ad 100644 --- a/src/VBox/Devices/EFI/Firmware2/VBoxPkg/Include/VBoxPkg.h +++ b/src/VBox/Devices/EFI/Firmware2/VBoxPkg/Include/VBoxPkg.h @@ -1,4 +1,4 @@ -/* $Id: VBoxPkg.h 29252 2010-05-09 17:58:53Z vboxsync $ */ +/* $Id: VBoxPkg.h $ */ /** @file * VBoxPkg.h - Common header, must be include before IPRT and VBox headers. */ diff --git a/src/VBox/Devices/EFI/Firmware2/VBoxPkg/Library/VBoxDebugLib/VBoxDebugLib.c b/src/VBox/Devices/EFI/Firmware2/VBoxPkg/Library/VBoxDebugLib/VBoxDebugLib.c index 51c4a34fc..9652c44e4 100644 --- a/src/VBox/Devices/EFI/Firmware2/VBoxPkg/Library/VBoxDebugLib/VBoxDebugLib.c +++ b/src/VBox/Devices/EFI/Firmware2/VBoxPkg/Library/VBoxDebugLib/VBoxDebugLib.c @@ -1,4 +1,4 @@ -/* $Id: VBoxDebugLib.c 28800 2010-04-27 08:22:32Z vboxsync $ */ +/* $Id: VBoxDebugLib.c $ */ /** @file * VBoxDebugLib.c - Debug logging and assertions support routines using DevEFI. */ diff --git a/src/VBox/Devices/EFI/Firmware2/VBoxPkg/Library/VBoxDebugLib/VBoxDebugLib.inf b/src/VBox/Devices/EFI/Firmware2/VBoxPkg/Library/VBoxDebugLib/VBoxDebugLib.inf index e4dc33786..8f3b1707f 100644 --- a/src/VBox/Devices/EFI/Firmware2/VBoxPkg/Library/VBoxDebugLib/VBoxDebugLib.inf +++ b/src/VBox/Devices/EFI/Firmware2/VBoxPkg/Library/VBoxDebugLib/VBoxDebugLib.inf @@ -1,4 +1,4 @@ -# $Id: VBoxDebugLib.inf 28800 2010-04-27 08:22:32Z vboxsync $ +# $Id: VBoxDebugLib.inf $ ## @file # VBoxDebugLib - Debug logging and assertions support routines using DevEFI. # diff --git a/src/VBox/Devices/EFI/Firmware2/VBoxPkg/Library/VBoxDebugLib/VBoxPrintChar.c b/src/VBox/Devices/EFI/Firmware2/VBoxPkg/Library/VBoxDebugLib/VBoxPrintChar.c index c622bdadd..d73dc1d83 100644 --- a/src/VBox/Devices/EFI/Firmware2/VBoxPkg/Library/VBoxDebugLib/VBoxPrintChar.c +++ b/src/VBox/Devices/EFI/Firmware2/VBoxPkg/Library/VBoxDebugLib/VBoxPrintChar.c @@ -1,4 +1,4 @@ -/* $Id: VBoxPrintChar.c 28800 2010-04-27 08:22:32Z vboxsync $ */ +/* $Id: VBoxPrintChar.c $ */ /** @file * VBoxPrintChar.c - Implementation of the VBoxPrintChar() debug logging routine. */ diff --git a/src/VBox/Devices/EFI/Firmware2/VBoxPkg/Library/VBoxDebugLib/VBoxPrintGuid.c b/src/VBox/Devices/EFI/Firmware2/VBoxPkg/Library/VBoxDebugLib/VBoxPrintGuid.c index 0fa49d6de..6f3e21666 100644 --- a/src/VBox/Devices/EFI/Firmware2/VBoxPkg/Library/VBoxDebugLib/VBoxPrintGuid.c +++ b/src/VBox/Devices/EFI/Firmware2/VBoxPkg/Library/VBoxDebugLib/VBoxPrintGuid.c @@ -1,4 +1,4 @@ -/* $Id: VBoxPrintGuid.c 28800 2010-04-27 08:22:32Z vboxsync $ */ +/* $Id: VBoxPrintGuid.c $ */ /** @file * VBoxPrintGuid.c - Implementation of the VBoxPrintGuid() debug logging routine. */ diff --git a/src/VBox/Devices/EFI/Firmware2/VBoxPkg/Library/VBoxDebugLib/VBoxPrintHex.c b/src/VBox/Devices/EFI/Firmware2/VBoxPkg/Library/VBoxDebugLib/VBoxPrintHex.c index 6fa88dda0..532dea079 100644 --- a/src/VBox/Devices/EFI/Firmware2/VBoxPkg/Library/VBoxDebugLib/VBoxPrintHex.c +++ b/src/VBox/Devices/EFI/Firmware2/VBoxPkg/Library/VBoxDebugLib/VBoxPrintHex.c @@ -1,4 +1,4 @@ -/* $Id: VBoxPrintHex.c 28800 2010-04-27 08:22:32Z vboxsync $ */ +/* $Id: VBoxPrintHex.c $ */ /** @file * VBoxPrintHex.c - Implementation of the VBoxPrintHex() debug logging routine. */ diff --git a/src/VBox/Devices/EFI/Firmware2/VBoxPkg/Library/VBoxDebugLib/VBoxPrintHexDump.c b/src/VBox/Devices/EFI/Firmware2/VBoxPkg/Library/VBoxDebugLib/VBoxPrintHexDump.c index 25ed77639..c1e2074a5 100644 --- a/src/VBox/Devices/EFI/Firmware2/VBoxPkg/Library/VBoxDebugLib/VBoxPrintHexDump.c +++ b/src/VBox/Devices/EFI/Firmware2/VBoxPkg/Library/VBoxDebugLib/VBoxPrintHexDump.c @@ -1,4 +1,4 @@ -/* $Id: VBoxPrintHexDump.c 28800 2010-04-27 08:22:32Z vboxsync $ */ +/* $Id: VBoxPrintHexDump.c $ */ /** @file * VBoxPrintHex.c - Implementation of the VBoxPrintHex() debug logging routine. */ diff --git a/src/VBox/Devices/EFI/Firmware2/VBoxPkg/Library/VBoxDebugLib/VBoxPrintString.c b/src/VBox/Devices/EFI/Firmware2/VBoxPkg/Library/VBoxDebugLib/VBoxPrintString.c index 723939124..8d789563b 100644 --- a/src/VBox/Devices/EFI/Firmware2/VBoxPkg/Library/VBoxDebugLib/VBoxPrintString.c +++ b/src/VBox/Devices/EFI/Firmware2/VBoxPkg/Library/VBoxDebugLib/VBoxPrintString.c @@ -1,4 +1,4 @@ -/* $Id: VBoxPrintString.c 29085 2010-05-05 14:03:59Z vboxsync $ */ +/* $Id: VBoxPrintString.c $ */ /** @file * VBoxPrintString.c - Implementation of the VBoxPrintString() debug logging routine. */ diff --git a/src/VBox/Devices/EFI/Firmware2/VBoxPkg/Library/VBoxGenericBdsLib/BdsBoot.c b/src/VBox/Devices/EFI/Firmware2/VBoxPkg/Library/VBoxGenericBdsLib/BdsBoot.c index f0ea78287..d2e067e2f 100644 --- a/src/VBox/Devices/EFI/Firmware2/VBoxPkg/Library/VBoxGenericBdsLib/BdsBoot.c +++ b/src/VBox/Devices/EFI/Firmware2/VBoxPkg/Library/VBoxGenericBdsLib/BdsBoot.c @@ -1,4 +1,4 @@ -/* $Id: BdsBoot.c 29125 2010-05-06 09:43:05Z vboxsync $ */ +/* $Id: BdsBoot.c $ */ /** @file * BdsBoot.c */ diff --git a/src/VBox/Devices/EFI/Firmware2/VBoxPkg/Library/VBoxGenericBdsLib/BdsConnect.c b/src/VBox/Devices/EFI/Firmware2/VBoxPkg/Library/VBoxGenericBdsLib/BdsConnect.c index b191593be..506b1491f 100644 --- a/src/VBox/Devices/EFI/Firmware2/VBoxPkg/Library/VBoxGenericBdsLib/BdsConnect.c +++ b/src/VBox/Devices/EFI/Firmware2/VBoxPkg/Library/VBoxGenericBdsLib/BdsConnect.c @@ -1,4 +1,4 @@ -/* $Id: BdsConnect.c 29125 2010-05-06 09:43:05Z vboxsync $ */ +/* $Id: BdsConnect.c $ */ /** @file * BdsConnect.c - BDS Lib functions which relate with connect the device */ diff --git a/src/VBox/Devices/EFI/Firmware2/VBoxPkg/Library/VBoxGenericBdsLib/BdsConsole.c b/src/VBox/Devices/EFI/Firmware2/VBoxPkg/Library/VBoxGenericBdsLib/BdsConsole.c index dbb33caaa..846e89943 100644 --- a/src/VBox/Devices/EFI/Firmware2/VBoxPkg/Library/VBoxGenericBdsLib/BdsConsole.c +++ b/src/VBox/Devices/EFI/Firmware2/VBoxPkg/Library/VBoxGenericBdsLib/BdsConsole.c @@ -1,4 +1,4 @@ -/* $Id: BdsConsole.c 29125 2010-05-06 09:43:05Z vboxsync $ */ +/* $Id: BdsConsole.c $ */ /** @file * BdsConsole.c - BDS Lib functions which contain all the code to connect console device. */ diff --git a/src/VBox/Devices/EFI/Firmware2/VBoxPkg/Library/VBoxGenericBdsLib/BdsMisc.c b/src/VBox/Devices/EFI/Firmware2/VBoxPkg/Library/VBoxGenericBdsLib/BdsMisc.c index d00296a00..6d68e78a5 100644 --- a/src/VBox/Devices/EFI/Firmware2/VBoxPkg/Library/VBoxGenericBdsLib/BdsMisc.c +++ b/src/VBox/Devices/EFI/Firmware2/VBoxPkg/Library/VBoxGenericBdsLib/BdsMisc.c @@ -1,4 +1,4 @@ -/* $Id: BdsMisc.c 29125 2010-05-06 09:43:05Z vboxsync $ */ +/* $Id: BdsMisc.c $ */ /** @file * BdsMisc.c - Misc BDS library function. */ diff --git a/src/VBox/Devices/EFI/Firmware2/VBoxPkg/Library/VBoxGenericBdsLib/Bmp.h b/src/VBox/Devices/EFI/Firmware2/VBoxPkg/Library/VBoxGenericBdsLib/Bmp.h index de2fbf8b3..62cb75d9b 100644 --- a/src/VBox/Devices/EFI/Firmware2/VBoxPkg/Library/VBoxGenericBdsLib/Bmp.h +++ b/src/VBox/Devices/EFI/Firmware2/VBoxPkg/Library/VBoxGenericBdsLib/Bmp.h @@ -1,4 +1,4 @@ -/* $Id: Bmp.h 29125 2010-05-06 09:43:05Z vboxsync $ */ +/* $Id: Bmp.h $ */ /** @file * Bmp.h - This file defines BMP file header data structures. */ diff --git a/src/VBox/Devices/EFI/Firmware2/VBoxPkg/Library/VBoxGenericBdsLib/DevicePath.c b/src/VBox/Devices/EFI/Firmware2/VBoxPkg/Library/VBoxGenericBdsLib/DevicePath.c index 7e5365c0d..9081f6e76 100644 --- a/src/VBox/Devices/EFI/Firmware2/VBoxPkg/Library/VBoxGenericBdsLib/DevicePath.c +++ b/src/VBox/Devices/EFI/Firmware2/VBoxPkg/Library/VBoxGenericBdsLib/DevicePath.c @@ -1,4 +1,4 @@ -/* $Id: DevicePath.c 29125 2010-05-06 09:43:05Z vboxsync $ */ +/* $Id: DevicePath.c $ */ /** @file * DevicePath.c - BDS internal function define the default device path string, * it can be replaced by platform device path. diff --git a/src/VBox/Devices/EFI/Firmware2/VBoxPkg/Library/VBoxGenericBdsLib/InternalBdsLib.h b/src/VBox/Devices/EFI/Firmware2/VBoxPkg/Library/VBoxGenericBdsLib/InternalBdsLib.h index 606499c22..49f91d177 100644 --- a/src/VBox/Devices/EFI/Firmware2/VBoxPkg/Library/VBoxGenericBdsLib/InternalBdsLib.h +++ b/src/VBox/Devices/EFI/Firmware2/VBoxPkg/Library/VBoxGenericBdsLib/InternalBdsLib.h @@ -1,4 +1,4 @@ -/* $Id: InternalBdsLib.h 29125 2010-05-06 09:43:05Z vboxsync $ */ +/* $Id: InternalBdsLib.h $ */ /** @file * InternalBdsLib.h - BDS library definition, include the file and data structure */ diff --git a/src/VBox/Devices/EFI/Firmware2/VBoxPkg/Library/VBoxGenericBdsLib/Performance.c b/src/VBox/Devices/EFI/Firmware2/VBoxPkg/Library/VBoxGenericBdsLib/Performance.c index b5dd56019..b9e6f22cb 100644 --- a/src/VBox/Devices/EFI/Firmware2/VBoxPkg/Library/VBoxGenericBdsLib/Performance.c +++ b/src/VBox/Devices/EFI/Firmware2/VBoxPkg/Library/VBoxGenericBdsLib/Performance.c @@ -1,4 +1,4 @@ -/* $Id: Performance.c 29125 2010-05-06 09:43:05Z vboxsync $ */ +/* $Id: Performance.c $ */ /** @file * Performance.c - This file include the file which can help to get the * system performance, all the function will only include if the performance diff --git a/src/VBox/Devices/EFI/Firmware2/VBoxPkg/Library/VBoxGenericBdsLib/VBoxGenericBdsLib.inf b/src/VBox/Devices/EFI/Firmware2/VBoxPkg/Library/VBoxGenericBdsLib/VBoxGenericBdsLib.inf index 755717896..921d5312b 100644 --- a/src/VBox/Devices/EFI/Firmware2/VBoxPkg/Library/VBoxGenericBdsLib/VBoxGenericBdsLib.inf +++ b/src/VBox/Devices/EFI/Firmware2/VBoxPkg/Library/VBoxGenericBdsLib/VBoxGenericBdsLib.inf @@ -1,4 +1,4 @@ -# $Id: VBoxGenericBdsLib.inf 29125 2010-05-06 09:43:05Z vboxsync $ +# $Id: VBoxGenericBdsLib.inf $ #/** @file # diff --git a/src/VBox/Devices/EFI/Firmware2/VBoxPkg/Library/VBoxOemHookStatusCodeLib/VBoxOemHookStatusCodeLib.c b/src/VBox/Devices/EFI/Firmware2/VBoxPkg/Library/VBoxOemHookStatusCodeLib/VBoxOemHookStatusCodeLib.c index 14e475f98..53a1967c8 100644 --- a/src/VBox/Devices/EFI/Firmware2/VBoxPkg/Library/VBoxOemHookStatusCodeLib/VBoxOemHookStatusCodeLib.c +++ b/src/VBox/Devices/EFI/Firmware2/VBoxPkg/Library/VBoxOemHookStatusCodeLib/VBoxOemHookStatusCodeLib.c @@ -1,4 +1,4 @@ -/* $Id: VBoxOemHookStatusCodeLib.c 28800 2010-04-27 08:22:32Z vboxsync $ */ +/* $Id: VBoxOemHookStatusCodeLib.c $ */ /** @file * DxeVBoxOemHookStatusCodeLib.c - Logging. */ diff --git a/src/VBox/Devices/EFI/Firmware2/VBoxPkg/Library/VBoxOemHookStatusCodeLib/VBoxOemHookStatusCodeLib.inf b/src/VBox/Devices/EFI/Firmware2/VBoxPkg/Library/VBoxOemHookStatusCodeLib/VBoxOemHookStatusCodeLib.inf index a15f5aad7..a282c5a85 100644 --- a/src/VBox/Devices/EFI/Firmware2/VBoxPkg/Library/VBoxOemHookStatusCodeLib/VBoxOemHookStatusCodeLib.inf +++ b/src/VBox/Devices/EFI/Firmware2/VBoxPkg/Library/VBoxOemHookStatusCodeLib/VBoxOemHookStatusCodeLib.inf @@ -1,4 +1,4 @@ -# $Id: VBoxOemHookStatusCodeLib.inf 28800 2010-04-27 08:22:32Z vboxsync $ +# $Id: VBoxOemHookStatusCodeLib.inf $ ## @file # VBoxOemHookStatusCodeLib - Logging. # diff --git a/src/VBox/Devices/EFI/Firmware2/VBoxPkg/Library/VBoxPeCoffLib/BasePeCoff.c b/src/VBox/Devices/EFI/Firmware2/VBoxPkg/Library/VBoxPeCoffLib/BasePeCoff.c index e3b123468..1f05989a8 100644 --- a/src/VBox/Devices/EFI/Firmware2/VBoxPkg/Library/VBoxPeCoffLib/BasePeCoff.c +++ b/src/VBox/Devices/EFI/Firmware2/VBoxPkg/Library/VBoxPeCoffLib/BasePeCoff.c @@ -1,4 +1,4 @@ -/* $Id: BasePeCoff.c 29081 2010-05-05 13:32:04Z vboxsync $ */ +/* $Id: BasePeCoff.c $ */ /** @file * BasePeCoff.c */ diff --git a/src/VBox/Devices/EFI/Firmware2/VBoxPkg/Library/VBoxPeCoffLib/BasePeCoffLibInternals.h b/src/VBox/Devices/EFI/Firmware2/VBoxPkg/Library/VBoxPeCoffLib/BasePeCoffLibInternals.h index 665a123e6..f04fc314d 100644 --- a/src/VBox/Devices/EFI/Firmware2/VBoxPkg/Library/VBoxPeCoffLib/BasePeCoffLibInternals.h +++ b/src/VBox/Devices/EFI/Firmware2/VBoxPkg/Library/VBoxPeCoffLib/BasePeCoffLibInternals.h @@ -1,4 +1,4 @@ -/* $Id: BasePeCoffLibInternals.h 29081 2010-05-05 13:32:04Z vboxsync $ */ +/* $Id: BasePeCoffLibInternals.h $ */ /** @file * BasePeCoffLibInternals.h */ diff --git a/src/VBox/Devices/EFI/Firmware2/VBoxPkg/Library/VBoxPeCoffLib/PeCoffLoaderEx.c b/src/VBox/Devices/EFI/Firmware2/VBoxPkg/Library/VBoxPeCoffLib/PeCoffLoaderEx.c index 7bbab5610..ab1ab7c39 100644 --- a/src/VBox/Devices/EFI/Firmware2/VBoxPkg/Library/VBoxPeCoffLib/PeCoffLoaderEx.c +++ b/src/VBox/Devices/EFI/Firmware2/VBoxPkg/Library/VBoxPeCoffLib/PeCoffLoaderEx.c @@ -1,4 +1,4 @@ -/* $Id: PeCoffLoaderEx.c 29081 2010-05-05 13:32:04Z vboxsync $ */ +/* $Id: PeCoffLoaderEx.c $ */ /** @file * PeCoffLoaderEx.c */ diff --git a/src/VBox/Devices/EFI/Firmware2/VBoxPkg/Library/VBoxPeCoffLib/VBoxPeCoffLib.inf b/src/VBox/Devices/EFI/Firmware2/VBoxPkg/Library/VBoxPeCoffLib/VBoxPeCoffLib.inf index 48572d525..ad441bf88 100644 --- a/src/VBox/Devices/EFI/Firmware2/VBoxPkg/Library/VBoxPeCoffLib/VBoxPeCoffLib.inf +++ b/src/VBox/Devices/EFI/Firmware2/VBoxPkg/Library/VBoxPeCoffLib/VBoxPeCoffLib.inf @@ -1,4 +1,4 @@ -# $Id: VBoxPeCoffLib.inf 29081 2010-05-05 13:32:04Z vboxsync $ +# $Id: VBoxPeCoffLib.inf $ ## @file # VBoxPeCoffLib.inf # diff --git a/src/VBox/Devices/EFI/Firmware2/VBoxPkg/ReadMe.txt b/src/VBox/Devices/EFI/Firmware2/VBoxPkg/ReadMe.txt index 85f0d42a2..80c2f601d 100644 --- a/src/VBox/Devices/EFI/Firmware2/VBoxPkg/ReadMe.txt +++ b/src/VBox/Devices/EFI/Firmware2/VBoxPkg/ReadMe.txt @@ -1,4 +1,4 @@ -$Id: ReadMe.txt 29156 2010-05-06 13:50:07Z vboxsync $ +$Id: ReadMe.txt $ Setting up the source trees =========================== diff --git a/src/VBox/Devices/EFI/Firmware2/VBoxPkg/VBoxAppleSim/Console.c b/src/VBox/Devices/EFI/Firmware2/VBoxPkg/VBoxAppleSim/Console.c index 2563f9b7c..a2a755225 100644 --- a/src/VBox/Devices/EFI/Firmware2/VBoxPkg/VBoxAppleSim/Console.c +++ b/src/VBox/Devices/EFI/Firmware2/VBoxPkg/VBoxAppleSim/Console.c @@ -1,4 +1,4 @@ -/* $Id: Console.c 29070 2010-05-05 12:32:52Z vboxsync $ */ +/* $Id: Console.c $ */ /** @file * Console.c - VirtualBox Console control emulation */ diff --git a/src/VBox/Devices/EFI/Firmware2/VBoxPkg/VBoxAppleSim/ConsoleControl.h b/src/VBox/Devices/EFI/Firmware2/VBoxPkg/VBoxAppleSim/ConsoleControl.h index 80f0c0c7e..b59dc2b07 100644 --- a/src/VBox/Devices/EFI/Firmware2/VBoxPkg/VBoxAppleSim/ConsoleControl.h +++ b/src/VBox/Devices/EFI/Firmware2/VBoxPkg/VBoxAppleSim/ConsoleControl.h @@ -1,4 +1,4 @@ -/* $Id: ConsoleControl.h 29085 2010-05-05 14:03:59Z vboxsync $ */ +/* $Id: ConsoleControl.h $ */ /** @file * ConsonleControl.h */ @@ -26,7 +26,7 @@ * * THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS, * WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED. - * + * * Module Name: * * ConsoleControl.h diff --git a/src/VBox/Devices/EFI/Firmware2/VBoxPkg/VBoxAppleSim/Cpu.c b/src/VBox/Devices/EFI/Firmware2/VBoxPkg/VBoxAppleSim/Cpu.c index ed0598510..7f8579bd3 100644 --- a/src/VBox/Devices/EFI/Firmware2/VBoxPkg/VBoxAppleSim/Cpu.c +++ b/src/VBox/Devices/EFI/Firmware2/VBoxPkg/VBoxAppleSim/Cpu.c @@ -1,4 +1,4 @@ -/* $Id: Cpu.c 29070 2010-05-05 12:32:52Z vboxsync $ */ +/* $Id: Cpu.c $ */ /** @file * Cpu.c - VirtualBox CPU descriptors */ diff --git a/src/VBox/Devices/EFI/Firmware2/VBoxPkg/VBoxAppleSim/VBoxAppleSim.c b/src/VBox/Devices/EFI/Firmware2/VBoxPkg/VBoxAppleSim/VBoxAppleSim.c index a422be948..601d698f2 100644 --- a/src/VBox/Devices/EFI/Firmware2/VBoxPkg/VBoxAppleSim/VBoxAppleSim.c +++ b/src/VBox/Devices/EFI/Firmware2/VBoxPkg/VBoxAppleSim/VBoxAppleSim.c @@ -1,4 +1,4 @@ -/* $Id: VBoxAppleSim.c 29070 2010-05-05 12:32:52Z vboxsync $ */ +/* $Id: VBoxAppleSim.c $ */ /** @file * VBoxAppleSim.c - VirtualBox Apple Firmware simulation support */ diff --git a/src/VBox/Devices/EFI/Firmware2/VBoxPkg/VBoxAppleSim/VBoxAppleSim.inf b/src/VBox/Devices/EFI/Firmware2/VBoxPkg/VBoxAppleSim/VBoxAppleSim.inf index 375d70bb9..7f2861a58 100644 --- a/src/VBox/Devices/EFI/Firmware2/VBoxPkg/VBoxAppleSim/VBoxAppleSim.inf +++ b/src/VBox/Devices/EFI/Firmware2/VBoxPkg/VBoxAppleSim/VBoxAppleSim.inf @@ -1,4 +1,4 @@ -# $Id: VBoxAppleSim.inf 29070 2010-05-05 12:32:52Z vboxsync $ +# $Id: VBoxAppleSim.inf $ ## @file # VBoxAppleSim - VBox Apple intrefaces simulation support. # diff --git a/src/VBox/Devices/EFI/Firmware2/VBoxPkg/VBoxConsoleDxe/VBoxConsole.c b/src/VBox/Devices/EFI/Firmware2/VBoxPkg/VBoxConsoleDxe/VBoxConsole.c index a05e7aeb8..1ee7d6087 100644 --- a/src/VBox/Devices/EFI/Firmware2/VBoxPkg/VBoxConsoleDxe/VBoxConsole.c +++ b/src/VBox/Devices/EFI/Firmware2/VBoxPkg/VBoxConsoleDxe/VBoxConsole.c @@ -1,4 +1,4 @@ -/* $Id: VBoxConsole.c 28800 2010-04-27 08:22:32Z vboxsync $ */ +/* $Id: VBoxConsole.c $ */ /** @file * VBoxConsole.c - Helper driver waiting for Ready to Boot event to switch graphic mode into user-defined one. */ diff --git a/src/VBox/Devices/EFI/Firmware2/VBoxPkg/VBoxConsoleDxe/VBoxConsole.h b/src/VBox/Devices/EFI/Firmware2/VBoxPkg/VBoxConsoleDxe/VBoxConsole.h index eabcc79f3..564c4d50e 100644 --- a/src/VBox/Devices/EFI/Firmware2/VBoxPkg/VBoxConsoleDxe/VBoxConsole.h +++ b/src/VBox/Devices/EFI/Firmware2/VBoxPkg/VBoxConsoleDxe/VBoxConsole.h @@ -1,4 +1,4 @@ -/* $Id: VBoxConsole.h 28800 2010-04-27 08:22:32Z vboxsync $ */ +/* $Id: VBoxConsole.h $ */ /** @file * VBoxConsole.h - Some declarations. */ diff --git a/src/VBox/Devices/EFI/Firmware2/VBoxPkg/VBoxConsoleDxe/VBoxConsoleDxe.inf b/src/VBox/Devices/EFI/Firmware2/VBoxPkg/VBoxConsoleDxe/VBoxConsoleDxe.inf index e5bb3dd4a..643e16701 100644 --- a/src/VBox/Devices/EFI/Firmware2/VBoxPkg/VBoxConsoleDxe/VBoxConsoleDxe.inf +++ b/src/VBox/Devices/EFI/Firmware2/VBoxPkg/VBoxConsoleDxe/VBoxConsoleDxe.inf @@ -1,4 +1,4 @@ -# $Id: VBoxConsoleDxe.inf 28800 2010-04-27 08:22:32Z vboxsync $ +# $Id: VBoxConsoleDxe.inf $ ## @file # VBoxConsole.inf - VBoxConsoleDxe module declarations. # diff --git a/src/VBox/Devices/EFI/Firmware2/VBoxPkg/VBoxFsDxe/VBoxFsDxe.c b/src/VBox/Devices/EFI/Firmware2/VBoxPkg/VBoxFsDxe/VBoxFsDxe.c index 2f962a07e..af2922e94 100644 --- a/src/VBox/Devices/EFI/Firmware2/VBoxPkg/VBoxFsDxe/VBoxFsDxe.c +++ b/src/VBox/Devices/EFI/Firmware2/VBoxPkg/VBoxFsDxe/VBoxFsDxe.c @@ -1,4 +1,4 @@ -/* $Id: VBoxFsDxe.c 29125 2010-05-06 09:43:05Z vboxsync $ */ +/* $Id: VBoxFsDxe.c $ */ /** @file * VBoxFsDxe.c - VirtualBox FS wrapper */ diff --git a/src/VBox/Devices/EFI/Firmware2/VBoxPkg/VBoxFsDxe/VBoxFsDxe.inf b/src/VBox/Devices/EFI/Firmware2/VBoxPkg/VBoxFsDxe/VBoxFsDxe.inf index dfcdfe194..fe075809c 100644 --- a/src/VBox/Devices/EFI/Firmware2/VBoxPkg/VBoxFsDxe/VBoxFsDxe.inf +++ b/src/VBox/Devices/EFI/Firmware2/VBoxPkg/VBoxFsDxe/VBoxFsDxe.inf @@ -1,4 +1,4 @@ -# $Id: VBoxFsDxe.inf 29125 2010-05-06 09:43:05Z vboxsync $ +# $Id: VBoxFsDxe.inf $ ## @file # VBoxFsDxe - VBox filesystem wrapper. # diff --git a/src/VBox/Devices/EFI/Firmware2/VBoxPkg/VBoxFsDxe/VBoxFswParam.h b/src/VBox/Devices/EFI/Firmware2/VBoxPkg/VBoxFsDxe/VBoxFswParam.h index 4edefd155..c9209fb03 100644 --- a/src/VBox/Devices/EFI/Firmware2/VBoxPkg/VBoxFsDxe/VBoxFswParam.h +++ b/src/VBox/Devices/EFI/Firmware2/VBoxPkg/VBoxFsDxe/VBoxFswParam.h @@ -1,4 +1,4 @@ -/* $Id: VBoxFswParam.h 29125 2010-05-06 09:43:05Z vboxsync $ */ +/* $Id: VBoxFswParam.h $ */ /** @file * VBoxFswParam.h */ diff --git a/src/VBox/Devices/EFI/Firmware2/VBoxPkg/VBoxFsDxe/VBoxHfs.inf b/src/VBox/Devices/EFI/Firmware2/VBoxPkg/VBoxFsDxe/VBoxHfs.inf index 631dd1bb2..6bae40576 100644 --- a/src/VBox/Devices/EFI/Firmware2/VBoxPkg/VBoxFsDxe/VBoxHfs.inf +++ b/src/VBox/Devices/EFI/Firmware2/VBoxPkg/VBoxFsDxe/VBoxHfs.inf @@ -1,4 +1,4 @@ -# $Id: VBoxHfs.inf 29125 2010-05-06 09:43:05Z vboxsync $ +# $Id: VBoxHfs.inf $ ## @file # VBoxHfs - VBox HFS FS driver. # diff --git a/src/VBox/Devices/EFI/Firmware2/VBoxPkg/VBoxFsDxe/VBoxIso9660.inf b/src/VBox/Devices/EFI/Firmware2/VBoxPkg/VBoxFsDxe/VBoxIso9660.inf index 7f8033ba1..038ee85a9 100644 --- a/src/VBox/Devices/EFI/Firmware2/VBoxPkg/VBoxFsDxe/VBoxIso9660.inf +++ b/src/VBox/Devices/EFI/Firmware2/VBoxPkg/VBoxFsDxe/VBoxIso9660.inf @@ -1,4 +1,4 @@ -# $Id: VBoxIso9660.inf 29125 2010-05-06 09:43:05Z vboxsync $ +# $Id: VBoxIso9660.inf $ ## @file # VBox ISO9660 FS driver diff --git a/src/VBox/Devices/EFI/Firmware2/VBoxPkg/VBoxFsDxe/fsw_base.h b/src/VBox/Devices/EFI/Firmware2/VBoxPkg/VBoxFsDxe/fsw_base.h index 03253f523..01caaee13 100644 --- a/src/VBox/Devices/EFI/Firmware2/VBoxPkg/VBoxFsDxe/fsw_base.h +++ b/src/VBox/Devices/EFI/Firmware2/VBoxPkg/VBoxFsDxe/fsw_base.h @@ -1,4 +1,4 @@ -/* $Id: fsw_base.h 29125 2010-05-06 09:43:05Z vboxsync $ */ +/* $Id: fsw_base.h $ */ /** @file * fsw_base.h - Base definitions switch. */ diff --git a/src/VBox/Devices/EFI/Firmware2/VBoxPkg/VBoxFsDxe/fsw_core.c b/src/VBox/Devices/EFI/Firmware2/VBoxPkg/VBoxFsDxe/fsw_core.c index 3bf13e135..84fca4e33 100644 --- a/src/VBox/Devices/EFI/Firmware2/VBoxPkg/VBoxFsDxe/fsw_core.c +++ b/src/VBox/Devices/EFI/Firmware2/VBoxPkg/VBoxFsDxe/fsw_core.c @@ -1,4 +1,4 @@ -/* $Id: fsw_core.c 29125 2010-05-06 09:43:05Z vboxsync $ */ +/* $Id: fsw_core.c $ */ /** @file * fsw_core.c - Core file system wrapper abstraction layer code. */ diff --git a/src/VBox/Devices/EFI/Firmware2/VBoxPkg/VBoxFsDxe/fsw_core.h b/src/VBox/Devices/EFI/Firmware2/VBoxPkg/VBoxFsDxe/fsw_core.h index 131524451..1bf98c16e 100644 --- a/src/VBox/Devices/EFI/Firmware2/VBoxPkg/VBoxFsDxe/fsw_core.h +++ b/src/VBox/Devices/EFI/Firmware2/VBoxPkg/VBoxFsDxe/fsw_core.h @@ -1,4 +1,4 @@ -/* $Id: fsw_core.h 29125 2010-05-06 09:43:05Z vboxsync $ */ +/* $Id: fsw_core.h $ */ /** @file * fsw_core.h - Core file system wrapper abstraction layer header. */ diff --git a/src/VBox/Devices/EFI/Firmware2/VBoxPkg/VBoxFsDxe/fsw_efi.c b/src/VBox/Devices/EFI/Firmware2/VBoxPkg/VBoxFsDxe/fsw_efi.c index 9305d35ef..16c452763 100644 --- a/src/VBox/Devices/EFI/Firmware2/VBoxPkg/VBoxFsDxe/fsw_efi.c +++ b/src/VBox/Devices/EFI/Firmware2/VBoxPkg/VBoxFsDxe/fsw_efi.c @@ -1,4 +1,4 @@ -/* $Id: fsw_efi.c 29125 2010-05-06 09:43:05Z vboxsync $ */ +/* $Id: fsw_efi.c $ */ /** @file * fsw_efi.c - EFI host environment code. */ diff --git a/src/VBox/Devices/EFI/Firmware2/VBoxPkg/VBoxFsDxe/fsw_efi.h b/src/VBox/Devices/EFI/Firmware2/VBoxPkg/VBoxFsDxe/fsw_efi.h index a89c452a7..16b47f79b 100644 --- a/src/VBox/Devices/EFI/Firmware2/VBoxPkg/VBoxFsDxe/fsw_efi.h +++ b/src/VBox/Devices/EFI/Firmware2/VBoxPkg/VBoxFsDxe/fsw_efi.h @@ -1,4 +1,4 @@ -/* $Id: fsw_efi.h 29125 2010-05-06 09:43:05Z vboxsync $ */ +/* $Id: fsw_efi.h $ */ /** @file * fsw_efi.h - EFI host environment header. */ diff --git a/src/VBox/Devices/EFI/Firmware2/VBoxPkg/VBoxFsDxe/fsw_efi_base.h b/src/VBox/Devices/EFI/Firmware2/VBoxPkg/VBoxFsDxe/fsw_efi_base.h index 7c7af7507..6b55243ba 100644 --- a/src/VBox/Devices/EFI/Firmware2/VBoxPkg/VBoxFsDxe/fsw_efi_base.h +++ b/src/VBox/Devices/EFI/Firmware2/VBoxPkg/VBoxFsDxe/fsw_efi_base.h @@ -1,4 +1,4 @@ -/* $Id: fsw_efi_base.h 29125 2010-05-06 09:43:05Z vboxsync $ */ +/* $Id: fsw_efi_base.h $ */ /** @file * fsw_efi_base.h - Base definitions for the EFI host environment. */ diff --git a/src/VBox/Devices/EFI/Firmware2/VBoxPkg/VBoxFsDxe/fsw_efi_lib.c b/src/VBox/Devices/EFI/Firmware2/VBoxPkg/VBoxFsDxe/fsw_efi_lib.c index 956e9ee40..b2143f016 100644 --- a/src/VBox/Devices/EFI/Firmware2/VBoxPkg/VBoxFsDxe/fsw_efi_lib.c +++ b/src/VBox/Devices/EFI/Firmware2/VBoxPkg/VBoxFsDxe/fsw_efi_lib.c @@ -1,4 +1,4 @@ -/* $Id: fsw_efi_lib.c 29125 2010-05-06 09:43:05Z vboxsync $ */ +/* $Id: fsw_efi_lib.c $ */ /** @file * fsw_efi_lib.c - EFI host environment library functions. */ diff --git a/src/VBox/Devices/EFI/Firmware2/VBoxPkg/VBoxFsDxe/fsw_hfs.c b/src/VBox/Devices/EFI/Firmware2/VBoxPkg/VBoxFsDxe/fsw_hfs.c index d3c29ec4b..d51e73b9c 100644 --- a/src/VBox/Devices/EFI/Firmware2/VBoxPkg/VBoxFsDxe/fsw_hfs.c +++ b/src/VBox/Devices/EFI/Firmware2/VBoxPkg/VBoxFsDxe/fsw_hfs.c @@ -1,4 +1,4 @@ -/* $Id: fsw_hfs.c 29125 2010-05-06 09:43:05Z vboxsync $ */ +/* $Id: fsw_hfs.c $ */ /** @file * fsw_hfs.c - HFS file system driver code, see * diff --git a/src/VBox/Devices/EFI/Firmware2/VBoxPkg/VBoxFsDxe/fsw_hfs.h b/src/VBox/Devices/EFI/Firmware2/VBoxPkg/VBoxFsDxe/fsw_hfs.h index 53600cba5..78e0f2e03 100644 --- a/src/VBox/Devices/EFI/Firmware2/VBoxPkg/VBoxFsDxe/fsw_hfs.h +++ b/src/VBox/Devices/EFI/Firmware2/VBoxPkg/VBoxFsDxe/fsw_hfs.h @@ -1,4 +1,4 @@ -/* $Id: fsw_hfs.h 29125 2010-05-06 09:43:05Z vboxsync $ */ +/* $Id: fsw_hfs.h $ */ /** @file * fsw_hfs.h - HFS file system driver header. */ diff --git a/src/VBox/Devices/EFI/Firmware2/VBoxPkg/VBoxFsDxe/fsw_iso9660.c b/src/VBox/Devices/EFI/Firmware2/VBoxPkg/VBoxFsDxe/fsw_iso9660.c index 3a23d3d37..eeac5231d 100644 --- a/src/VBox/Devices/EFI/Firmware2/VBoxPkg/VBoxFsDxe/fsw_iso9660.c +++ b/src/VBox/Devices/EFI/Firmware2/VBoxPkg/VBoxFsDxe/fsw_iso9660.c @@ -1,4 +1,4 @@ -/* $Id: fsw_iso9660.c 29125 2010-05-06 09:43:05Z vboxsync $ */ +/* $Id: fsw_iso9660.c $ */ /** @file * fsw_iso9660.c - ISO9660 file system driver code. * diff --git a/src/VBox/Devices/EFI/Firmware2/VBoxPkg/VBoxFsDxe/fsw_iso9660.h b/src/VBox/Devices/EFI/Firmware2/VBoxPkg/VBoxFsDxe/fsw_iso9660.h index 87138dd40..7a7518607 100644 --- a/src/VBox/Devices/EFI/Firmware2/VBoxPkg/VBoxFsDxe/fsw_iso9660.h +++ b/src/VBox/Devices/EFI/Firmware2/VBoxPkg/VBoxFsDxe/fsw_iso9660.h @@ -1,4 +1,4 @@ -/* $Id: fsw_iso9660.h 29125 2010-05-06 09:43:05Z vboxsync $ */ +/* $Id: fsw_iso9660.h $ */ /** @file * fsw_iso9660.h - ISO9660 file system driver header. */ diff --git a/src/VBox/Devices/EFI/Firmware2/VBoxPkg/VBoxFsDxe/fsw_lib.c b/src/VBox/Devices/EFI/Firmware2/VBoxPkg/VBoxFsDxe/fsw_lib.c index 30afc95d3..2023d1e8e 100644 --- a/src/VBox/Devices/EFI/Firmware2/VBoxPkg/VBoxFsDxe/fsw_lib.c +++ b/src/VBox/Devices/EFI/Firmware2/VBoxPkg/VBoxFsDxe/fsw_lib.c @@ -1,4 +1,4 @@ -/* $Id: fsw_lib.c 29125 2010-05-06 09:43:05Z vboxsync $ */ +/* $Id: fsw_lib.c $ */ /** @file * fsw_lib.c - Core file system wrapper library functions. */ diff --git a/src/VBox/Devices/EFI/Firmware2/VBoxPkg/VBoxFsDxe/fsw_strfunc.h b/src/VBox/Devices/EFI/Firmware2/VBoxPkg/VBoxFsDxe/fsw_strfunc.h index 61cf25d87..e803634a6 100644 --- a/src/VBox/Devices/EFI/Firmware2/VBoxPkg/VBoxFsDxe/fsw_strfunc.h +++ b/src/VBox/Devices/EFI/Firmware2/VBoxPkg/VBoxFsDxe/fsw_strfunc.h @@ -1,4 +1,4 @@ -/* $Id: fsw_strfunc.h 29125 2010-05-06 09:43:05Z vboxsync $ */ +/* $Id: fsw_strfunc.h $ */ /** @file * fsw_strfunc.h */ diff --git a/src/VBox/Devices/EFI/Firmware2/VBoxPkg/VBoxFsDxe/hfs_format.h b/src/VBox/Devices/EFI/Firmware2/VBoxPkg/VBoxFsDxe/hfs_format.h index c3e4b31cc..d297683ae 100644 --- a/src/VBox/Devices/EFI/Firmware2/VBoxPkg/VBoxFsDxe/hfs_format.h +++ b/src/VBox/Devices/EFI/Firmware2/VBoxPkg/VBoxFsDxe/hfs_format.h @@ -1,4 +1,4 @@ -/* $Id: hfs_format.h 29125 2010-05-06 09:43:05Z vboxsync $ */ +/* $Id: hfs_format.h $ */ /** @file * hfs_format.h */ diff --git a/src/VBox/Devices/EFI/Firmware2/VBoxPkg/VBoxPkg.dec b/src/VBox/Devices/EFI/Firmware2/VBoxPkg/VBoxPkg.dec index 9bddd2eee..97df20b6f 100644 --- a/src/VBox/Devices/EFI/Firmware2/VBoxPkg/VBoxPkg.dec +++ b/src/VBox/Devices/EFI/Firmware2/VBoxPkg/VBoxPkg.dec @@ -1,4 +1,4 @@ -# $Id: VBoxPkg.dec 26441 2010-02-11 16:20:14Z vboxsync $ +# $Id: VBoxPkg.dec $ ## @file # VBoxPkg.dec - VirtualBox Package description. # diff --git a/src/VBox/Devices/EFI/Firmware2/VBoxPkg/VBoxPkg.dsc b/src/VBox/Devices/EFI/Firmware2/VBoxPkg/VBoxPkg.dsc index 15a168268..831c952e6 100644 --- a/src/VBox/Devices/EFI/Firmware2/VBoxPkg/VBoxPkg.dsc +++ b/src/VBox/Devices/EFI/Firmware2/VBoxPkg/VBoxPkg.dsc @@ -1,4 +1,4 @@ -# $Id: VBoxPkg.dsc 26453 2010-02-11 19:11:02Z vboxsync $ +# $Id: VBoxPkg.dsc $ ## @file # VBoxPkg.dsc - VirtualBox Flash Device. # diff --git a/src/VBox/Devices/EFI/Firmware2/VBoxPkg/VBoxPkg.fdf b/src/VBox/Devices/EFI/Firmware2/VBoxPkg/VBoxPkg.fdf index a4954b49c..0205022da 100644 --- a/src/VBox/Devices/EFI/Firmware2/VBoxPkg/VBoxPkg.fdf +++ b/src/VBox/Devices/EFI/Firmware2/VBoxPkg/VBoxPkg.fdf @@ -1,4 +1,4 @@ -# $Id: VBoxPkg.fdf 27353 2010-03-15 07:52:06Z vboxsync $ +# $Id: VBoxPkg.fdf $ ## @file # VBoxPkg.fdf - VirtualBox Flash Device. # diff --git a/src/VBox/Devices/EFI/Firmware2/VBoxPkg/VBoxPkgOSE.dsc b/src/VBox/Devices/EFI/Firmware2/VBoxPkg/VBoxPkgOSE.dsc index b671c19cf..2afd4345b 100644 --- a/src/VBox/Devices/EFI/Firmware2/VBoxPkg/VBoxPkgOSE.dsc +++ b/src/VBox/Devices/EFI/Firmware2/VBoxPkg/VBoxPkgOSE.dsc @@ -1,4 +1,4 @@ -# $Id: VBoxPkgOSE.dsc 29123 2010-05-06 09:15:44Z vboxsync $ +# $Id: VBoxPkgOSE.dsc $ ## @file # VBoxPkg.dsc - VirtualBox Flash Device. # diff --git a/src/VBox/Devices/EFI/Firmware2/VBoxPkg/VBoxPkgOSE.fdf b/src/VBox/Devices/EFI/Firmware2/VBoxPkg/VBoxPkgOSE.fdf index 8c2c6e692..9923d6a9d 100644 --- a/src/VBox/Devices/EFI/Firmware2/VBoxPkg/VBoxPkgOSE.fdf +++ b/src/VBox/Devices/EFI/Firmware2/VBoxPkg/VBoxPkgOSE.fdf @@ -1,4 +1,4 @@ -# $Id: VBoxPkgOSE.fdf 29123 2010-05-06 09:15:44Z vboxsync $ +# $Id: VBoxPkgOSE.fdf $ ## @file # VBoxPkg.fdf - VirtualBox Flash Device. # diff --git a/src/VBox/Devices/EFI/Firmware2/VBoxPkg/VBoxPkgOSEX64.dsc b/src/VBox/Devices/EFI/Firmware2/VBoxPkg/VBoxPkgOSEX64.dsc index 0b8697183..ccbac355b 100644 --- a/src/VBox/Devices/EFI/Firmware2/VBoxPkg/VBoxPkgOSEX64.dsc +++ b/src/VBox/Devices/EFI/Firmware2/VBoxPkg/VBoxPkgOSEX64.dsc @@ -1,4 +1,4 @@ -# $Id: VBoxPkgOSEX64.dsc 29132 2010-05-06 11:10:01Z vboxsync $ +# $Id: VBoxPkgOSEX64.dsc $ # # Copyright (C) 2009-2010 Sun Microsystems, Inc. diff --git a/src/VBox/Devices/EFI/Firmware2/VBoxPkg/VBoxPkgX64.dsc b/src/VBox/Devices/EFI/Firmware2/VBoxPkg/VBoxPkgX64.dsc index a8cc38d2a..b24758de2 100644 --- a/src/VBox/Devices/EFI/Firmware2/VBoxPkg/VBoxPkgX64.dsc +++ b/src/VBox/Devices/EFI/Firmware2/VBoxPkg/VBoxPkgX64.dsc @@ -1,4 +1,4 @@ -# $Id: VBoxPkgX64.dsc 26451 2010-02-11 18:40:00Z vboxsync $ +# $Id: VBoxPkgX64.dsc $ # # Copyright (C) 2009-2010 Sun Microsystems, Inc. diff --git a/src/VBox/Devices/EFI/Firmware2/VBoxPkg/VBoxSysTables/LegacyBiosMpTable.h b/src/VBox/Devices/EFI/Firmware2/VBoxPkg/VBoxSysTables/LegacyBiosMpTable.h index 5c1744caf..234a580cc 100644 --- a/src/VBox/Devices/EFI/Firmware2/VBoxPkg/VBoxSysTables/LegacyBiosMpTable.h +++ b/src/VBox/Devices/EFI/Firmware2/VBoxPkg/VBoxSysTables/LegacyBiosMpTable.h @@ -1,4 +1,4 @@ -/* $Id: LegacyBiosMpTable.h 29081 2010-05-05 13:32:04Z vboxsync $ */ +/* $Id: LegacyBiosMpTable.h $ */ /** @file * LegacyBiosMpTable.h */ diff --git a/src/VBox/Devices/EFI/Firmware2/VBoxPkg/VBoxSysTables/TableConversion.c b/src/VBox/Devices/EFI/Firmware2/VBoxPkg/VBoxSysTables/TableConversion.c index 82153a891..a95b05fb6 100644 --- a/src/VBox/Devices/EFI/Firmware2/VBoxPkg/VBoxSysTables/TableConversion.c +++ b/src/VBox/Devices/EFI/Firmware2/VBoxPkg/VBoxSysTables/TableConversion.c @@ -1,4 +1,4 @@ -/* $Id: TableConversion.c 29081 2010-05-05 13:32:04Z vboxsync $ */ +/* $Id: TableConversion.c $ */ /** @file * TableConversion.c */ diff --git a/src/VBox/Devices/EFI/Firmware2/VBoxPkg/VBoxSysTables/VBoxSysTables.c b/src/VBox/Devices/EFI/Firmware2/VBoxPkg/VBoxSysTables/VBoxSysTables.c index 5f5732feb..47331e5ef 100644 --- a/src/VBox/Devices/EFI/Firmware2/VBoxPkg/VBoxSysTables/VBoxSysTables.c +++ b/src/VBox/Devices/EFI/Firmware2/VBoxPkg/VBoxSysTables/VBoxSysTables.c @@ -1,4 +1,4 @@ -/* $Id: VBoxSysTables.c 29081 2010-05-05 13:32:04Z vboxsync $ */ +/* $Id: VBoxSysTables.c $ */ /** @file * VBoxSysTables.c - VirtualBox system tables */ diff --git a/src/VBox/Devices/EFI/Firmware2/VBoxPkg/VBoxSysTables/VBoxSysTables.inf b/src/VBox/Devices/EFI/Firmware2/VBoxPkg/VBoxSysTables/VBoxSysTables.inf index b37637fa0..e0d544f1d 100644 --- a/src/VBox/Devices/EFI/Firmware2/VBoxPkg/VBoxSysTables/VBoxSysTables.inf +++ b/src/VBox/Devices/EFI/Firmware2/VBoxPkg/VBoxSysTables/VBoxSysTables.inf @@ -1,4 +1,4 @@ -# $Id: VBoxSysTables.inf 29081 2010-05-05 13:32:04Z vboxsync $ +# $Id: VBoxSysTables.inf $ ## @file # VBoxSysTables - VBox system tables. # diff --git a/src/VBox/Devices/EFI/Firmware2/VBoxPkg/VBoxVgaDxe/ComponentName.c b/src/VBox/Devices/EFI/Firmware2/VBoxPkg/VBoxVgaDxe/ComponentName.c index e810c05a6..b6cce90ae 100644 --- a/src/VBox/Devices/EFI/Firmware2/VBoxPkg/VBoxVgaDxe/ComponentName.c +++ b/src/VBox/Devices/EFI/Firmware2/VBoxPkg/VBoxVgaDxe/ComponentName.c @@ -1,4 +1,4 @@ -/* $Id: ComponentName.c 29081 2010-05-05 13:32:04Z vboxsync $ */ +/* $Id: ComponentName.c $ */ /** @file * ComponentName.c */ diff --git a/src/VBox/Devices/EFI/Firmware2/VBoxPkg/VBoxVgaDxe/DriverSupportedEfiVersion.c b/src/VBox/Devices/EFI/Firmware2/VBoxPkg/VBoxVgaDxe/DriverSupportedEfiVersion.c index da6a85486..fbd3c9ac9 100644 --- a/src/VBox/Devices/EFI/Firmware2/VBoxPkg/VBoxVgaDxe/DriverSupportedEfiVersion.c +++ b/src/VBox/Devices/EFI/Firmware2/VBoxPkg/VBoxVgaDxe/DriverSupportedEfiVersion.c @@ -1,4 +1,4 @@ -/* $Id: DriverSupportedEfiVersion.c 29081 2010-05-05 13:32:04Z vboxsync $ */ +/* $Id: DriverSupportedEfiVersion.c $ */ /** @file * DriverSupportedEfiVersion.c */ diff --git a/src/VBox/Devices/EFI/Firmware2/VBoxPkg/VBoxVgaDxe/Edid.c b/src/VBox/Devices/EFI/Firmware2/VBoxPkg/VBoxVgaDxe/Edid.c index 7b2215a9b..5b2488aa9 100644 --- a/src/VBox/Devices/EFI/Firmware2/VBoxPkg/VBoxVgaDxe/Edid.c +++ b/src/VBox/Devices/EFI/Firmware2/VBoxPkg/VBoxVgaDxe/Edid.c @@ -1,4 +1,4 @@ -/* $Id: Edid.c 29081 2010-05-05 13:32:04Z vboxsync $ */ +/* $Id: Edid.c $ */ /** @file * Edid.c */ diff --git a/src/VBox/Devices/EFI/Firmware2/VBoxPkg/VBoxVgaDxe/VBoxVga.c b/src/VBox/Devices/EFI/Firmware2/VBoxPkg/VBoxVgaDxe/VBoxVga.c index 3074d5d71..5baa61848 100644 --- a/src/VBox/Devices/EFI/Firmware2/VBoxPkg/VBoxVgaDxe/VBoxVga.c +++ b/src/VBox/Devices/EFI/Firmware2/VBoxPkg/VBoxVgaDxe/VBoxVga.c @@ -1,4 +1,4 @@ -/* $Id: VBoxVga.c 29081 2010-05-05 13:32:04Z vboxsync $ */ +/* $Id: VBoxVga.c $ */ /** @file * VBoxVga.c */ diff --git a/src/VBox/Devices/EFI/Firmware2/VBoxPkg/VBoxVgaDxe/VBoxVga.h b/src/VBox/Devices/EFI/Firmware2/VBoxPkg/VBoxVgaDxe/VBoxVga.h index 5b0bb93d7..aac08e0b6 100644 --- a/src/VBox/Devices/EFI/Firmware2/VBoxPkg/VBoxVgaDxe/VBoxVga.h +++ b/src/VBox/Devices/EFI/Firmware2/VBoxPkg/VBoxVgaDxe/VBoxVga.h @@ -1,4 +1,4 @@ -/* $Id: VBoxVga.h 29081 2010-05-05 13:32:04Z vboxsync $ */ +/* $Id: VBoxVga.h $ */ /** @file * VBoxVga.h */ diff --git a/src/VBox/Devices/EFI/Firmware2/VBoxPkg/VBoxVgaDxe/VBoxVgaDxe.inf b/src/VBox/Devices/EFI/Firmware2/VBoxPkg/VBoxVgaDxe/VBoxVgaDxe.inf index 51e1272fc..1f3057bc7 100644 --- a/src/VBox/Devices/EFI/Firmware2/VBoxPkg/VBoxVgaDxe/VBoxVgaDxe.inf +++ b/src/VBox/Devices/EFI/Firmware2/VBoxPkg/VBoxVgaDxe/VBoxVgaDxe.inf @@ -1,4 +1,4 @@ -# $Id: VBoxVgaDxe.inf 29081 2010-05-05 13:32:04Z vboxsync $ +# $Id: VBoxVgaDxe.inf $ ## @file # VBoxVgaDxe.inf # diff --git a/src/VBox/Devices/EFI/Firmware2/VBoxPkg/VBoxVgaDxe/VBoxVgaGraphicsOutput.c b/src/VBox/Devices/EFI/Firmware2/VBoxPkg/VBoxVgaDxe/VBoxVgaGraphicsOutput.c index 880e2fba8..201b57198 100644 --- a/src/VBox/Devices/EFI/Firmware2/VBoxPkg/VBoxVgaDxe/VBoxVgaGraphicsOutput.c +++ b/src/VBox/Devices/EFI/Firmware2/VBoxPkg/VBoxVgaDxe/VBoxVgaGraphicsOutput.c @@ -1,4 +1,4 @@ -/* $Id: VBoxVgaGraphicsOutput.c 29081 2010-05-05 13:32:04Z vboxsync $ */ +/* $Id: VBoxVgaGraphicsOutput.c $ */ /** @file * LegacyBiosMpTable.h */ diff --git a/src/VBox/Devices/EFI/Firmware2/VBoxPkg/VBoxVgaDxe/VBoxVgaI2c.c b/src/VBox/Devices/EFI/Firmware2/VBoxPkg/VBoxVgaDxe/VBoxVgaI2c.c index ee7f687c3..da2343dce 100644 --- a/src/VBox/Devices/EFI/Firmware2/VBoxPkg/VBoxVgaDxe/VBoxVgaI2c.c +++ b/src/VBox/Devices/EFI/Firmware2/VBoxPkg/VBoxVgaDxe/VBoxVgaI2c.c @@ -1,4 +1,4 @@ -/* $Id: VBoxVgaI2c.c 29081 2010-05-05 13:32:04Z vboxsync $ */ +/* $Id: VBoxVgaI2c.c $ */ /** @file * VBoxVgaI2c.c */ diff --git a/src/VBox/Devices/EFI/Firmware2/VBoxPkg/VBoxVgaDxe/VBoxVgaI2c.h b/src/VBox/Devices/EFI/Firmware2/VBoxPkg/VBoxVgaDxe/VBoxVgaI2c.h index 0e37e7bf3..d89aa7274 100644 --- a/src/VBox/Devices/EFI/Firmware2/VBoxPkg/VBoxVgaDxe/VBoxVgaI2c.h +++ b/src/VBox/Devices/EFI/Firmware2/VBoxPkg/VBoxVgaDxe/VBoxVgaI2c.h @@ -1,4 +1,4 @@ -/* $Id: VBoxVgaI2c.h 29081 2010-05-05 13:32:04Z vboxsync $ */ +/* $Id: VBoxVgaI2c.h $ */ /** @file * VBoxVgaI2c.h */ diff --git a/src/VBox/Devices/EFI/Firmware2/VBoxPkg/VBoxVgaDxe/VBoxVgaUgaDraw.c b/src/VBox/Devices/EFI/Firmware2/VBoxPkg/VBoxVgaDxe/VBoxVgaUgaDraw.c index 1df57f741..323bb6a4c 100644 --- a/src/VBox/Devices/EFI/Firmware2/VBoxPkg/VBoxVgaDxe/VBoxVgaUgaDraw.c +++ b/src/VBox/Devices/EFI/Firmware2/VBoxPkg/VBoxVgaDxe/VBoxVgaUgaDraw.c @@ -1,4 +1,4 @@ -/* $Id: VBoxVgaUgaDraw.c 29081 2010-05-05 13:32:04Z vboxsync $ */ +/* $Id: VBoxVgaUgaDraw.c $ */ /** @file * VBoxVgaUgaDraw.c */ diff --git a/src/VBox/Devices/EFI/Firmware2/VBoxPkg/VBoxVgaMiniPortDxe/VBoxVgaFont-8x14.h b/src/VBox/Devices/EFI/Firmware2/VBoxPkg/VBoxVgaMiniPortDxe/VBoxVgaFont-8x14.h index b81fcf363..2342f4a50 100644 --- a/src/VBox/Devices/EFI/Firmware2/VBoxPkg/VBoxVgaMiniPortDxe/VBoxVgaFont-8x14.h +++ b/src/VBox/Devices/EFI/Firmware2/VBoxPkg/VBoxVgaMiniPortDxe/VBoxVgaFont-8x14.h @@ -1,4 +1,4 @@ -/* $Id: VBoxVgaFont-8x14.h 29104 2010-05-05 19:06:09Z vboxsync $ */ +/* $Id: VBoxVgaFont-8x14.h $ */ /** @file * VGA-ROM.F14 from ftp://ftp.simtel.net/pub/simtelnet/msdos/screen/fntcol16.zip . * The package is (C) Joseph (Yossi) Gil. diff --git a/src/VBox/Devices/EFI/Firmware2/VBoxPkg/VBoxVgaMiniPortDxe/VBoxVgaFont-8x16.h b/src/VBox/Devices/EFI/Firmware2/VBoxPkg/VBoxVgaMiniPortDxe/VBoxVgaFont-8x16.h index 358b6b730..bb8b6b46a 100644 --- a/src/VBox/Devices/EFI/Firmware2/VBoxPkg/VBoxVgaMiniPortDxe/VBoxVgaFont-8x16.h +++ b/src/VBox/Devices/EFI/Firmware2/VBoxPkg/VBoxVgaMiniPortDxe/VBoxVgaFont-8x16.h @@ -1,4 +1,4 @@ -/* $Id: VBoxVgaFont-8x16.h 29104 2010-05-05 19:06:09Z vboxsync $ */ +/* $Id: VBoxVgaFont-8x16.h $ */ /** @file * VGA-ROM.F16 from ftp://ftp.simtel.net/pub/simtelnet/msdos/screen/fntcol16.zip . * The package is (C) Joseph (Yossi) Gil. diff --git a/src/VBox/Devices/EFI/Firmware2/VBoxPkg/VBoxVgaMiniPortDxe/VBoxVgaFont-8x8.h b/src/VBox/Devices/EFI/Firmware2/VBoxPkg/VBoxVgaMiniPortDxe/VBoxVgaFont-8x8.h index 6d491ced0..369fbb118 100644 --- a/src/VBox/Devices/EFI/Firmware2/VBoxPkg/VBoxVgaMiniPortDxe/VBoxVgaFont-8x8.h +++ b/src/VBox/Devices/EFI/Firmware2/VBoxPkg/VBoxVgaMiniPortDxe/VBoxVgaFont-8x8.h @@ -1,4 +1,4 @@ -/* $Id: VBoxVgaFont-8x8.h 29104 2010-05-05 19:06:09Z vboxsync $ */ +/* $Id: VBoxVgaFont-8x8.h $ */ /** @file * VGA-ROM.F8 from ftp://ftp.simtel.net/pub/simtelnet/msdos/screen/fntcol16.zip . * The package is (C) Joseph (Yossi) Gil. diff --git a/src/VBox/Devices/EFI/Firmware2/VBoxPkg/VBoxVgaMiniPortDxe/VBoxVgaFonts.h b/src/VBox/Devices/EFI/Firmware2/VBoxPkg/VBoxVgaMiniPortDxe/VBoxVgaFonts.h index df78da1b5..ef94497de 100644 --- a/src/VBox/Devices/EFI/Firmware2/VBoxPkg/VBoxVgaMiniPortDxe/VBoxVgaFonts.h +++ b/src/VBox/Devices/EFI/Firmware2/VBoxPkg/VBoxVgaMiniPortDxe/VBoxVgaFonts.h @@ -1,4 +1,4 @@ -/* $Id: VBoxVgaFonts.h 29104 2010-05-05 19:06:09Z vboxsync $ */ +/* $Id: VBoxVgaFonts.h $ */ /** @file * Some of the VGA-ROM fonts from ftp://ftp.simtel.net/pub/simtelnet/msdos/screen/fntcol16.zip . * The package is (C) Joseph (Yossi) Gil. diff --git a/src/VBox/Devices/EFI/Firmware2/VBoxPkg/VBoxVgaMiniPortDxe/VBoxVgaMiniPortDxe.c b/src/VBox/Devices/EFI/Firmware2/VBoxPkg/VBoxVgaMiniPortDxe/VBoxVgaMiniPortDxe.c index 519579fb4..393d15939 100644 --- a/src/VBox/Devices/EFI/Firmware2/VBoxPkg/VBoxVgaMiniPortDxe/VBoxVgaMiniPortDxe.c +++ b/src/VBox/Devices/EFI/Firmware2/VBoxPkg/VBoxVgaMiniPortDxe/VBoxVgaMiniPortDxe.c @@ -1,4 +1,4 @@ -/* $Id: VBoxVgaMiniPortDxe.c 28800 2010-04-27 08:22:32Z vboxsync $ */ +/* $Id: VBoxVgaMiniPortDxe.c $ */ /** @file * VBoxVgaMiniPortDxe.c - VgaMiniPort Protocol Implementation. */ diff --git a/src/VBox/Devices/EFI/Firmware2/VBoxPkg/VBoxVgaMiniPortDxe/VBoxVgaMiniPortDxe.inf b/src/VBox/Devices/EFI/Firmware2/VBoxPkg/VBoxVgaMiniPortDxe/VBoxVgaMiniPortDxe.inf index 26132aa2a..7987c5126 100644 --- a/src/VBox/Devices/EFI/Firmware2/VBoxPkg/VBoxVgaMiniPortDxe/VBoxVgaMiniPortDxe.inf +++ b/src/VBox/Devices/EFI/Firmware2/VBoxPkg/VBoxVgaMiniPortDxe/VBoxVgaMiniPortDxe.inf @@ -1,4 +1,4 @@ -# $Id: VBoxVgaMiniPortDxe.inf 28800 2010-04-27 08:22:32Z vboxsync $ +# $Id: VBoxVgaMiniPortDxe.inf $ ## @file # VBoxVgaMiniPortDxe.inf - VgaMiniPort Protocol module declaration. # diff --git a/src/VBox/Devices/EFI/Firmware2/VBoxPkg/env.sh b/src/VBox/Devices/EFI/Firmware2/VBoxPkg/env.sh index 252a970fe..e08706b0e 100755 --- a/src/VBox/Devices/EFI/Firmware2/VBoxPkg/env.sh +++ b/src/VBox/Devices/EFI/Firmware2/VBoxPkg/env.sh @@ -1,5 +1,5 @@ #!/bin/bash -# $Id: env.sh 29159 2010-05-06 14:15:38Z vboxsync $ +# $Id: env.sh $ # @file # Environmental Setup Script for VBoxPkg + EDK2. diff --git a/src/VBox/Devices/EFI/FirmwareBin/VBoxEFI32.fd b/src/VBox/Devices/EFI/FirmwareBin/VBoxEFI32.fd Binary files differindex 800a04e0b..3d6a3cd28 100644 --- a/src/VBox/Devices/EFI/FirmwareBin/VBoxEFI32.fd +++ b/src/VBox/Devices/EFI/FirmwareBin/VBoxEFI32.fd diff --git a/src/VBox/Devices/EFI/FirmwareBin/VBoxEFI64.fd b/src/VBox/Devices/EFI/FirmwareBin/VBoxEFI64.fd Binary files differindex 39f9cb0bb..d0be5139a 100644 --- a/src/VBox/Devices/EFI/FirmwareBin/VBoxEFI64.fd +++ b/src/VBox/Devices/EFI/FirmwareBin/VBoxEFI64.fd diff --git a/src/VBox/Devices/EFI/Thunk/EfiThunk.asm b/src/VBox/Devices/EFI/Thunk/EfiThunk.asm index 63c473500..5fdfff423 100644 --- a/src/VBox/Devices/EFI/Thunk/EfiThunk.asm +++ b/src/VBox/Devices/EFI/Thunk/EfiThunk.asm @@ -1,4 +1,4 @@ -; $Id: EfiThunk.asm 28800 2010-04-27 08:22:32Z vboxsync $ +; $Id: EfiThunk.asm $ ;; @file ; 16-bit EFI Thunk - 16-bit code executed immediately after CPU startup/reset, ; performs minimal setup, switches CPU to 32-bit mode diff --git a/src/VBox/Devices/EFI/Thunk/Makefile.kmk b/src/VBox/Devices/EFI/Thunk/Makefile.kmk index 77b9bb3ac..e49574211 100644 --- a/src/VBox/Devices/EFI/Thunk/Makefile.kmk +++ b/src/VBox/Devices/EFI/Thunk/Makefile.kmk @@ -1,4 +1,4 @@ -# $Id: Makefile.kmk 28800 2010-04-27 08:22:32Z vboxsync $ +# $Id: Makefile.kmk $ ## @file # Sub-Makefile for EFI thunking ROM image. # diff --git a/src/VBox/Devices/Graphics/BIOS/Makefile.kmk b/src/VBox/Devices/Graphics/BIOS/Makefile.kmk index 9b5b53105..0dee87bc9 100644 --- a/src/VBox/Devices/Graphics/BIOS/Makefile.kmk +++ b/src/VBox/Devices/Graphics/BIOS/Makefile.kmk @@ -1,4 +1,4 @@ -# $Id: Makefile.kmk 28800 2010-04-27 08:22:32Z vboxsync $ +# $Id: Makefile.kmk $ ## @file # VGA BIOS Sub-Makefile # diff --git a/src/VBox/Devices/Graphics/BIOS/dataseghack b/src/VBox/Devices/Graphics/BIOS/dataseghack index 02a2d4c52..02a2d4c52 100644..100755 --- a/src/VBox/Devices/Graphics/BIOS/dataseghack +++ b/src/VBox/Devices/Graphics/BIOS/dataseghack diff --git a/src/VBox/Devices/Graphics/DevVGA.cpp b/src/VBox/Devices/Graphics/DevVGA.cpp index 6da9add20..a24a33ff3 100644 --- a/src/VBox/Devices/Graphics/DevVGA.cpp +++ b/src/VBox/Devices/Graphics/DevVGA.cpp @@ -1,5 +1,5 @@ #ifdef VBOX -/* $Id: DevVGA.cpp 28951 2010-05-01 07:49:36Z vboxsync $ */ +/* $Id: DevVGA.cpp $ */ /** @file * DevVGA - VBox VGA/VESA device. */ diff --git a/src/VBox/Devices/Graphics/DevVGA.h b/src/VBox/Devices/Graphics/DevVGA.h index d572e5b1b..44673cebc 100644 --- a/src/VBox/Devices/Graphics/DevVGA.h +++ b/src/VBox/Devices/Graphics/DevVGA.h @@ -1,4 +1,4 @@ -/* $Id: DevVGA.h 29742 2010-05-21 15:58:56Z vboxsync $ */ +/* $Id: DevVGA.h $ */ /** @file * DevVGA - VBox VGA/VESA device, internal header. */ diff --git a/src/VBox/Devices/Graphics/DevVGAModes.h b/src/VBox/Devices/Graphics/DevVGAModes.h index 8032e0cd4..79cb62c66 100644 --- a/src/VBox/Devices/Graphics/DevVGAModes.h +++ b/src/VBox/Devices/Graphics/DevVGAModes.h @@ -1,4 +1,4 @@ -/* $Id: DevVGAModes.h 28800 2010-04-27 08:22:32Z vboxsync $ */ +/* $Id: DevVGAModes.h $ */ /** @file * DevVGA - VBox VGA/VESA device, VBE modes. * diff --git a/src/VBox/Devices/Graphics/DevVGASavedState.h b/src/VBox/Devices/Graphics/DevVGASavedState.h index 953c35cfc..02c06f9fa 100644 --- a/src/VBox/Devices/Graphics/DevVGASavedState.h +++ b/src/VBox/Devices/Graphics/DevVGASavedState.h @@ -1,4 +1,4 @@ -/* $Id: DevVGASavedState.h 28800 2010-04-27 08:22:32Z vboxsync $ */ +/* $Id: DevVGASavedState.h $ */ /** @file * DevVGA - Saved state versions. * diff --git a/src/VBox/Devices/Graphics/DevVGATmpl.h b/src/VBox/Devices/Graphics/DevVGATmpl.h index 6ab95815f..64dbca1d5 100644 --- a/src/VBox/Devices/Graphics/DevVGATmpl.h +++ b/src/VBox/Devices/Graphics/DevVGATmpl.h @@ -1,4 +1,4 @@ -/* $Id: $ */ +/* $Id: $ */ /** @file * DevVGA - VBox VGA/VESA device, code templates. */ diff --git a/src/VBox/Devices/Input/DevPS2.cpp b/src/VBox/Devices/Input/DevPS2.cpp index 1319317dc..dece77661 100644 --- a/src/VBox/Devices/Input/DevPS2.cpp +++ b/src/VBox/Devices/Input/DevPS2.cpp @@ -1,4 +1,4 @@ -/* $Id: DevPS2.cpp 28909 2010-04-29 16:34:17Z vboxsync $ */ +/* $Id: DevPS2.cpp $ */ /** @file * DevPS2 - PS/2 keyboard & mouse controller device. */ @@ -292,7 +292,7 @@ static void kbd_update_irq(KBDState *s) irq1_level = 0; irq12_level = 0; - + /* Determine new OBF state, but only if OBF is clear. If OBF was already * set, we cannot risk changing the event type after an ISR potentially * started executing! Only kbd_read_data() clears the OBF bits. @@ -315,8 +315,8 @@ static void kbd_update_irq(KBDState *s) { if (s->mode & KBD_MODE_MOUSE_INT) irq12_level = 1; - } - else + } + else { /* KBD_STAT_OBF set but KBD_STAT_MOUSE_OBF isn't. */ if ((s->mode & KBD_MODE_KBD_INT) && !(s->mode & KBD_MODE_DISABLE_KBD)) irq1_level = 1; diff --git a/src/VBox/Devices/Input/DrvKeyboardQueue.cpp b/src/VBox/Devices/Input/DrvKeyboardQueue.cpp index 92794d0c0..810caa741 100644 --- a/src/VBox/Devices/Input/DrvKeyboardQueue.cpp +++ b/src/VBox/Devices/Input/DrvKeyboardQueue.cpp @@ -1,4 +1,4 @@ -/* $Id: DrvKeyboardQueue.cpp 28909 2010-04-29 16:34:17Z vboxsync $ */ +/* $Id: DrvKeyboardQueue.cpp $ */ /** @file * VBox input devices: Keyboard queue driver */ diff --git a/src/VBox/Devices/Input/DrvMouseQueue.cpp b/src/VBox/Devices/Input/DrvMouseQueue.cpp index 988a94c2c..9cbeec178 100644 --- a/src/VBox/Devices/Input/DrvMouseQueue.cpp +++ b/src/VBox/Devices/Input/DrvMouseQueue.cpp @@ -1,4 +1,4 @@ -/* $Id: DrvMouseQueue.cpp 28800 2010-04-27 08:22:32Z vboxsync $ */ +/* $Id: DrvMouseQueue.cpp $ */ /** @file * VBox input devices: Mouse queue driver */ diff --git a/src/VBox/Devices/Input/UsbKbd.cpp b/src/VBox/Devices/Input/UsbKbd.cpp index f2b5c4d2b..c638e1260 100644 --- a/src/VBox/Devices/Input/UsbKbd.cpp +++ b/src/VBox/Devices/Input/UsbKbd.cpp @@ -1,4 +1,4 @@ -/* $Id: UsbKbd.cpp 29749 2010-05-21 21:55:12Z vboxsync $ */ +/* $Id: UsbKbd.cpp $ */ /** @file * UsbKbd - USB Human Interface Device Emulation, Keyboard. */ diff --git a/src/VBox/Devices/Makefile.kmk b/src/VBox/Devices/Makefile.kmk index edca28921..a7707cd42 100644 --- a/src/VBox/Devices/Makefile.kmk +++ b/src/VBox/Devices/Makefile.kmk @@ -1,4 +1,4 @@ -# $Id: Makefile.kmk 29590 2010-05-18 07:02:17Z vboxsync $ +# $Id: Makefile.kmk $ ## @file # Top-level sub-makefile for the devices, drivers and services. # diff --git a/src/VBox/Devices/Network/DevE1000.cpp b/src/VBox/Devices/Network/DevE1000.cpp index 2f3b9f679..a7cc34bb0 100644 --- a/src/VBox/Devices/Network/DevE1000.cpp +++ b/src/VBox/Devices/Network/DevE1000.cpp @@ -1,4 +1,4 @@ -/* $Id: DevE1000.cpp 29685 2010-05-20 11:36:28Z vboxsync $ */ +/* $Id: DevE1000.cpp $ */ /** @file * DevE1000 - Intel 82540EM Ethernet Controller Emulation. * @@ -2648,7 +2648,7 @@ static int e1kRegWriteRDT(E1KSTATE* pState, uint32_t offset, uint32_t index, uin * wait condition before bothering to queue the item as we're currently * queuing thousands of items per second here in a normal transmit * scenario. Expect performance changes when fixing this! */ -#ifdef IN_RING3 +#ifdef IN_RING3 /* Signal that we have more receive descriptors avalable. */ e1kWakeupReceive(pState->CTX_SUFF(pDevIns)); #else diff --git a/src/VBox/Devices/Network/DevE1000Phy.cpp b/src/VBox/Devices/Network/DevE1000Phy.cpp index 6da172e74..6bd8f8fd8 100644 --- a/src/VBox/Devices/Network/DevE1000Phy.cpp +++ b/src/VBox/Devices/Network/DevE1000Phy.cpp @@ -1,4 +1,4 @@ -/** $Id: DevE1000Phy.cpp 28800 2010-04-27 08:22:32Z vboxsync $ */ +/** $Id: DevE1000Phy.cpp $ */ /** @file * DevE1000Phy - Intel 82540EM Ethernet Controller Internal PHY Emulation. * diff --git a/src/VBox/Devices/Network/DevE1000Phy.h b/src/VBox/Devices/Network/DevE1000Phy.h index 8fcdee246..a4e6e2aa0 100644 --- a/src/VBox/Devices/Network/DevE1000Phy.h +++ b/src/VBox/Devices/Network/DevE1000Phy.h @@ -1,4 +1,4 @@ -/** $Id: DevE1000Phy.h 28800 2010-04-27 08:22:32Z vboxsync $ */ +/** $Id: DevE1000Phy.h $ */ /** @file * DevE1000Phy - Intel 82540EM Ethernet Controller Internal PHY Emulation, Header. */ diff --git a/src/VBox/Devices/Network/DevEEPROM.cpp b/src/VBox/Devices/Network/DevEEPROM.cpp index c2db34eb7..672d638f5 100644 --- a/src/VBox/Devices/Network/DevEEPROM.cpp +++ b/src/VBox/Devices/Network/DevEEPROM.cpp @@ -1,4 +1,4 @@ -/* $Id: DevEEPROM.cpp 28800 2010-04-27 08:22:32Z vboxsync $ */ +/* $Id: DevEEPROM.cpp $ */ /** @file * DevEEPROM - Microware-compatible 64x16-bit 93C46 EEPROM Emulation. */ diff --git a/src/VBox/Devices/Network/DevEEPROM.h b/src/VBox/Devices/Network/DevEEPROM.h index 3dbb6bad5..20e829406 100644 --- a/src/VBox/Devices/Network/DevEEPROM.h +++ b/src/VBox/Devices/Network/DevEEPROM.h @@ -1,4 +1,4 @@ -/* $Id: DevEEPROM.h 28800 2010-04-27 08:22:32Z vboxsync $ */ +/* $Id: DevEEPROM.h $ */ /** @file * DevEEPROM - Microware-compatible 64x16-bit 93C46 EEPROM Emulation, Header. */ diff --git a/src/VBox/Devices/Network/DevINIP.cpp b/src/VBox/Devices/Network/DevINIP.cpp index 38e3fa4e1..fa9ed628b 100644 --- a/src/VBox/Devices/Network/DevINIP.cpp +++ b/src/VBox/Devices/Network/DevINIP.cpp @@ -1,4 +1,4 @@ -/* $Id: DevINIP.cpp 28800 2010-04-27 08:22:32Z vboxsync $ */ +/* $Id: DevINIP.cpp $ */ /** @file * DevINIP - Internal Network IP stack device/service. */ diff --git a/src/VBox/Devices/Network/DevPCNet.cpp b/src/VBox/Devices/Network/DevPCNet.cpp index 6deff1f48..1a663c652 100644 --- a/src/VBox/Devices/Network/DevPCNet.cpp +++ b/src/VBox/Devices/Network/DevPCNet.cpp @@ -1,4 +1,4 @@ -/* $Id: DevPCNet.cpp 29435 2010-05-12 20:55:39Z vboxsync $ */ +/* $Id: DevPCNet.cpp $ */ /** @file * DevPCNet - AMD PCnet-PCI II / PCnet-FAST III (Am79C970A / Am79C973) Ethernet Controller Emulation. * diff --git a/src/VBox/Devices/Network/DevVirtioNet.cpp b/src/VBox/Devices/Network/DevVirtioNet.cpp index 81015c235..418d15b7e 100644 --- a/src/VBox/Devices/Network/DevVirtioNet.cpp +++ b/src/VBox/Devices/Network/DevVirtioNet.cpp @@ -1,4 +1,4 @@ -/* $Id: DevVirtioNet.cpp 29250 2010-05-09 17:53:58Z vboxsync $ */ +/* $Id: DevVirtioNet.cpp $ */ /** @file * DevVirtioNet - Virtio Network Device */ diff --git a/src/VBox/Devices/Network/DrvDedicatedNic.cpp b/src/VBox/Devices/Network/DrvDedicatedNic.cpp index e0b98abdc..dbe8ee062 100644 --- a/src/VBox/Devices/Network/DrvDedicatedNic.cpp +++ b/src/VBox/Devices/Network/DrvDedicatedNic.cpp @@ -1,4 +1,4 @@ -/* $Id: DrvDedicatedNic.cpp 28800 2010-04-27 08:22:32Z vboxsync $ */ +/* $Id: DrvDedicatedNic.cpp $ */ /** @file * DrvDedicatedNic - Experimental network driver for using a dedicated (V)NIC. */ diff --git a/src/VBox/Devices/Network/DrvIntNet.cpp b/src/VBox/Devices/Network/DrvIntNet.cpp index 29d66c4db..f965115d8 100644 --- a/src/VBox/Devices/Network/DrvIntNet.cpp +++ b/src/VBox/Devices/Network/DrvIntNet.cpp @@ -1,4 +1,4 @@ -/* $Id: DrvIntNet.cpp 29669 2010-05-19 17:42:48Z vboxsync $ */ +/* $Id: DrvIntNet.cpp $ */ /** @file * DrvIntNet - Internal network transport driver. */ diff --git a/src/VBox/Devices/Network/DrvNAT.cpp b/src/VBox/Devices/Network/DrvNAT.cpp index 876ea16b1..48891ff4b 100644 --- a/src/VBox/Devices/Network/DrvNAT.cpp +++ b/src/VBox/Devices/Network/DrvNAT.cpp @@ -1,4 +1,4 @@ -/* $Id: DrvNAT.cpp 28800 2010-04-27 08:22:32Z vboxsync $ */ +/* $Id: DrvNAT.cpp $ */ /** @file * DrvNAT - NAT network transport driver. */ diff --git a/src/VBox/Devices/Network/DrvNetSniffer.cpp b/src/VBox/Devices/Network/DrvNetSniffer.cpp index 1a1fe453b..b8916df83 100644 --- a/src/VBox/Devices/Network/DrvNetSniffer.cpp +++ b/src/VBox/Devices/Network/DrvNetSniffer.cpp @@ -1,4 +1,4 @@ -/* $Id: DrvNetSniffer.cpp 28800 2010-04-27 08:22:32Z vboxsync $ */ +/* $Id: DrvNetSniffer.cpp $ */ /** @file * DrvNetSniffer - Network sniffer filter driver. */ diff --git a/src/VBox/Devices/Network/DrvTAP.cpp b/src/VBox/Devices/Network/DrvTAP.cpp index 8755a59f7..3cd66a8b2 100644 --- a/src/VBox/Devices/Network/DrvTAP.cpp +++ b/src/VBox/Devices/Network/DrvTAP.cpp @@ -1,4 +1,4 @@ -/* $Id: DrvTAP.cpp 28800 2010-04-27 08:22:32Z vboxsync $ */ +/* $Id: DrvTAP.cpp $ */ /** @file * DrvTAP - Universial TAP network transport driver. */ diff --git a/src/VBox/Devices/Network/DrvVDE.cpp b/src/VBox/Devices/Network/DrvVDE.cpp index e79cf7702..a920800cb 100644 --- a/src/VBox/Devices/Network/DrvVDE.cpp +++ b/src/VBox/Devices/Network/DrvVDE.cpp @@ -1,4 +1,4 @@ -/* $Id: DrvVDE.cpp 29461 2010-05-14 11:10:33Z vboxsync $ */ +/* $Id: DrvVDE.cpp $ */ /** @file * VDE network transport driver. */ diff --git a/src/VBox/Devices/Network/Pcap.cpp b/src/VBox/Devices/Network/Pcap.cpp index f6f9a7645..db4706581 100644 --- a/src/VBox/Devices/Network/Pcap.cpp +++ b/src/VBox/Devices/Network/Pcap.cpp @@ -1,4 +1,4 @@ -/* $Id: Pcap.cpp 28800 2010-04-27 08:22:32Z vboxsync $ */ +/* $Id: Pcap.cpp $ */ /** @file * Helpers for writing libpcap files. */ diff --git a/src/VBox/Devices/Network/Pcap.h b/src/VBox/Devices/Network/Pcap.h index dab0cd2eb..c05b39030 100644 --- a/src/VBox/Devices/Network/Pcap.h +++ b/src/VBox/Devices/Network/Pcap.h @@ -1,4 +1,4 @@ -/* $Id: Pcap.h 28800 2010-04-27 08:22:32Z vboxsync $ */ +/* $Id: Pcap.h $ */ /** @file * Helpers for writing libpcap files. */ diff --git a/src/VBox/Devices/Network/SrvIntNetR0.cpp b/src/VBox/Devices/Network/SrvIntNetR0.cpp index 9fd7e40e7..e41d1cf50 100644 --- a/src/VBox/Devices/Network/SrvIntNetR0.cpp +++ b/src/VBox/Devices/Network/SrvIntNetR0.cpp @@ -1,4 +1,4 @@ -/* $Id: SrvIntNetR0.cpp 29707 2010-05-20 16:49:16Z vboxsync $ */ +/* $Id: SrvIntNetR0.cpp $ */ /** @file * Internal networking - The ring 0 service. */ @@ -3105,7 +3105,22 @@ static void intnetR0NetworkReleaseDstTab(PINTNETNETWORK pNetwork, PINTNETDSTTAB static void intnetR0NetworkDeliver(PINTNETNETWORK pNetwork, PINTNETDSTTAB pDstTab, PINTNETSG pSG, PINTNETIF pIfSender) { /* - * Trunk first so we don't wast any more time before hitting the wire. + * Do the interfaces first before sending it to the wire and risk having to + * modify it. + */ + uint32_t iIf = pDstTab->cIfs; + while (iIf-- > 0) + { + PINTNETIF pIf = pDstTab->aIfs[iIf].pIf; + intnetR0IfSend(pIf, pIfSender, pSG, + pDstTab->aIfs[iIf].fReplaceDstMac ? &pIf->MacAddr: NULL); + intnetR0BusyDecIf(pIf); + pDstTab->aIfs[iIf].pIf = NULL; + } + pDstTab->cIfs = 0; + + /* + * Send to the trunk. * * Note! The switching functions will include the trunk even when the frame * source is the trunk. This is because we need it to figure out @@ -3124,20 +3139,6 @@ static void intnetR0NetworkDeliver(PINTNETNETWORK pNetwork, PINTNETDSTTAB pDstTa pDstTab->pTrunk = NULL; pDstTab->fTrunkDst = 0; } - - /* - * Do the interfaces. - */ - uint32_t iIf = pDstTab->cIfs; - while (iIf-- > 0) - { - PINTNETIF pIf = pDstTab->aIfs[iIf].pIf; - intnetR0IfSend(pIf, pIfSender, pSG, - pDstTab->aIfs[iIf].fReplaceDstMac ? &pIf->MacAddr: NULL); - intnetR0BusyDecIf(pIf); - pDstTab->aIfs[iIf].pIf = NULL; - } - pDstTab->cIfs = 0; } @@ -3944,8 +3945,8 @@ INTNETR0DECL(int) IntNetR0IfAbortWait(INTNETIFHANDLE hIf, PSUPDRVSESSION pSessio } /* - * Set fDestroying if requested to do so and then wake up all the sleeping - * threads (usually just one). We leave the semaphore in the signalled + * Set fDestroying if requested to do so and then wake up all the sleeping + * threads (usually just one). We leave the semaphore in the signalled * state so the next caller will return immediately. */ if (fNoMoreWaits) diff --git a/src/VBox/Devices/Network/lwip/src/netif/ppp/chap.h b/src/VBox/Devices/Network/lwip/src/netif/ppp/chap.h index 6fd972752..06d1b15f8 100644 --- a/src/VBox/Devices/Network/lwip/src/netif/ppp/chap.h +++ b/src/VBox/Devices/Network/lwip/src/netif/ppp/chap.h @@ -62,7 +62,7 @@ * IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED * WARRANTIES OF MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE. * - * $Id: chap.h,v 1.1 2003/05/27 14:37:56 jani Exp $ + * $Id: chap.h $ */ #ifndef CHAP_H diff --git a/src/VBox/Devices/Network/lwip/src/netif/ppp/chpms.h b/src/VBox/Devices/Network/lwip/src/netif/ppp/chpms.h index c58447215..cfb20471c 100644 --- a/src/VBox/Devices/Network/lwip/src/netif/ppp/chpms.h +++ b/src/VBox/Devices/Network/lwip/src/netif/ppp/chpms.h @@ -51,7 +51,7 @@ * IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED * WARRANTIES OF MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE. * - * $Id: chpms.h,v 1.3 2004/02/07 00:30:03 likewise Exp $ + * $Id: chpms.h $ */ #ifndef CHPMS_H diff --git a/src/VBox/Devices/Network/lwip/src/netif/ppp/fsm.h b/src/VBox/Devices/Network/lwip/src/netif/ppp/fsm.h index 0e1d9f61a..17bdd4a21 100644 --- a/src/VBox/Devices/Network/lwip/src/netif/ppp/fsm.h +++ b/src/VBox/Devices/Network/lwip/src/netif/ppp/fsm.h @@ -48,7 +48,7 @@ * IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED * WARRANTIES OF MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE. * - * $Id: fsm.h,v 1.1 2003/05/27 14:37:56 jani Exp $ + * $Id: fsm.h $ */ #ifndef FSM_H diff --git a/src/VBox/Devices/Network/lwip/src/netif/ppp/ipcp.h b/src/VBox/Devices/Network/lwip/src/netif/ppp/ipcp.h index 416aa79a2..d96c02ec8 100644 --- a/src/VBox/Devices/Network/lwip/src/netif/ppp/ipcp.h +++ b/src/VBox/Devices/Network/lwip/src/netif/ppp/ipcp.h @@ -48,7 +48,7 @@ * IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED * WARRANTIES OF MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE. * - * $Id: ipcp.h,v 1.1 2003/05/27 14:37:56 jani Exp $ + * $Id: ipcp.h $ */ #ifndef IPCP_H diff --git a/src/VBox/Devices/Network/lwip/src/netif/ppp/lcp.h b/src/VBox/Devices/Network/lwip/src/netif/ppp/lcp.h index 3876d39ae..1decc386b 100644 --- a/src/VBox/Devices/Network/lwip/src/netif/ppp/lcp.h +++ b/src/VBox/Devices/Network/lwip/src/netif/ppp/lcp.h @@ -48,7 +48,7 @@ * IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED * WARRANTIES OF MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE. * - * $Id: lcp.h,v 1.1 2003/05/27 14:37:56 jani Exp $ + * $Id: lcp.h $ */ #ifndef LCP_H diff --git a/src/VBox/Devices/Network/lwip/src/netif/ppp/magic.h b/src/VBox/Devices/Network/lwip/src/netif/ppp/magic.h index 7574f32b9..54619b7b8 100644 --- a/src/VBox/Devices/Network/lwip/src/netif/ppp/magic.h +++ b/src/VBox/Devices/Network/lwip/src/netif/ppp/magic.h @@ -48,7 +48,7 @@ * IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED * WARRANTIES OF MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE. * - * $Id: magic.h,v 1.1 2003/05/27 14:37:56 jani Exp $ + * $Id: magic.h $ */ #ifndef MAGIC_H diff --git a/src/VBox/Devices/Network/lwip/src/netif/ppp/vj.h b/src/VBox/Devices/Network/lwip/src/netif/ppp/vj.h index 717208145..b7374b3f0 100644 --- a/src/VBox/Devices/Network/lwip/src/netif/ppp/vj.h +++ b/src/VBox/Devices/Network/lwip/src/netif/ppp/vj.h @@ -1,7 +1,7 @@ /* * Definitions for tcp compression routines. * - * $Id: vj.h,v 1.4 2004/02/07 00:30:03 likewise Exp $ + * $Id: vj.h $ * * Copyright (c) 1989 Regents of the University of California. * All rights reserved. diff --git a/src/VBox/Devices/Network/lwip/vbox/sys_arch.c b/src/VBox/Devices/Network/lwip/vbox/sys_arch.c index c35e1939f..51b5e62bd 100644 --- a/src/VBox/Devices/Network/lwip/vbox/sys_arch.c +++ b/src/VBox/Devices/Network/lwip/vbox/sys_arch.c @@ -1,4 +1,4 @@ -/** $Id: sys_arch.c 28800 2010-04-27 08:22:32Z vboxsync $ */ +/** $Id: sys_arch.c $ */ /** @file * System dependent parts of lwIP, implemented with IPRT. */ diff --git a/src/VBox/Devices/Network/scripts/VBoxConvertNATStats.sh b/src/VBox/Devices/Network/scripts/VBoxConvertNATStats.sh index 5c871dae9..5c871dae9 100644..100755 --- a/src/VBox/Devices/Network/scripts/VBoxConvertNATStats.sh +++ b/src/VBox/Devices/Network/scripts/VBoxConvertNATStats.sh diff --git a/src/VBox/Devices/Network/scripts/VBoxPortForwarding.py b/src/VBox/Devices/Network/scripts/VBoxPortForwarding.py index 513b1d608..513b1d608 100644..100755 --- a/src/VBox/Devices/Network/scripts/VBoxPortForwarding.py +++ b/src/VBox/Devices/Network/scripts/VBoxPortForwarding.py diff --git a/src/VBox/Devices/Network/slirp/bootp.c b/src/VBox/Devices/Network/slirp/bootp.c index 26bbda60d..a5620cf8f 100644 --- a/src/VBox/Devices/Network/slirp/bootp.c +++ b/src/VBox/Devices/Network/slirp/bootp.c @@ -1,4 +1,4 @@ -/* $Id: bootp.c 29656 2010-05-19 06:05:09Z vboxsync $ */ +/* $Id: bootp.c $ */ /** @file * NAT - BOOTP/DHCP server emulation. */ @@ -656,7 +656,7 @@ static void dhcp_decode(PNATState pData, struct bootp_t *bp, const uint8_t *buf, * within transaction), assuming that transaction can't be longer than 1 min. */ if ( !pData->fUseHostResolver - && ( pData->dnsLastUpdate == 0 + && ( pData->dnsLastUpdate == 0 || curtime - pData->dnsLastUpdate > 60 * 1000)) /* one minute*/ { uint8_t i = 2; /* i = 0 - tag, i == 1 - length */ diff --git a/src/VBox/Devices/Network/slirp/bootp.h b/src/VBox/Devices/Network/slirp/bootp.h index 7c2e3b869..1ffa3a5dd 100644 --- a/src/VBox/Devices/Network/slirp/bootp.h +++ b/src/VBox/Devices/Network/slirp/bootp.h @@ -1,4 +1,4 @@ -/* $Id: bootp.h 28800 2010-04-27 08:22:32Z vboxsync $ */ +/* $Id: bootp.h $ */ /** @file * NAT - BOOTP/DHCP server emulation (declarations/defines). */ diff --git a/src/VBox/Devices/Network/slirp/cksum.c b/src/VBox/Devices/Network/slirp/cksum.c index 4b08ab42e..54602fb80 100644 --- a/src/VBox/Devices/Network/slirp/cksum.c +++ b/src/VBox/Devices/Network/slirp/cksum.c @@ -1,4 +1,4 @@ -/* $Id: cksum.c 28800 2010-04-27 08:22:32Z vboxsync $ */ +/* $Id: cksum.c $ */ /** @file * NAT - IP checksum generation. */ diff --git a/src/VBox/Devices/Network/slirp/counters.h b/src/VBox/Devices/Network/slirp/counters.h index 9f0f9a169..14f353b41 100644 --- a/src/VBox/Devices/Network/slirp/counters.h +++ b/src/VBox/Devices/Network/slirp/counters.h @@ -1,4 +1,4 @@ -/** $Id: counters.h 28800 2010-04-27 08:22:32Z vboxsync $ */ +/** $Id: counters.h $ */ /** @file * Counters macro invocation template. * diff --git a/src/VBox/Devices/Network/slirp/ctl.h b/src/VBox/Devices/Network/slirp/ctl.h index fae638af7..172b0c075 100644 --- a/src/VBox/Devices/Network/slirp/ctl.h +++ b/src/VBox/Devices/Network/slirp/ctl.h @@ -1,4 +1,4 @@ -/* $Id: ctl.h 28800 2010-04-27 08:22:32Z vboxsync $ */ +/* $Id: ctl.h $ */ /** @file * NAT - IP subnet constants. */ diff --git a/src/VBox/Devices/Network/slirp/debug.c b/src/VBox/Devices/Network/slirp/debug.c index 27acbf3d2..bab9a5699 100644 --- a/src/VBox/Devices/Network/slirp/debug.c +++ b/src/VBox/Devices/Network/slirp/debug.c @@ -1,4 +1,4 @@ -/* $Id: debug.c 28800 2010-04-27 08:22:32Z vboxsync $ */ +/* $Id: debug.c $ */ /** @file * NAT - debug helpers. */ diff --git a/src/VBox/Devices/Network/slirp/debug.h b/src/VBox/Devices/Network/slirp/debug.h index b58be4c81..4339a87a6 100644 --- a/src/VBox/Devices/Network/slirp/debug.h +++ b/src/VBox/Devices/Network/slirp/debug.h @@ -1,4 +1,4 @@ -/* $Id: debug.h 28800 2010-04-27 08:22:32Z vboxsync $ */ +/* $Id: debug.h $ */ /** @file * NAT - debug helpers (declarations/defines). */ diff --git a/src/VBox/Devices/Network/slirp/dnsproxy/dnsproxy.c b/src/VBox/Devices/Network/slirp/dnsproxy/dnsproxy.c index 249ce0e79..b41a47da4 100644 --- a/src/VBox/Devices/Network/slirp/dnsproxy/dnsproxy.c +++ b/src/VBox/Devices/Network/slirp/dnsproxy/dnsproxy.c @@ -1,4 +1,4 @@ -/* $Id: dnsproxy.c 26495 2010-02-14 07:59:48Z vboxsync $ */ +/* $Id: dnsproxy.c $ */ /* * Copyright (c) 2003,2004,2005 Armin Wolfermann * diff --git a/src/VBox/Devices/Network/slirp/dnsproxy/dnsproxy.h b/src/VBox/Devices/Network/slirp/dnsproxy/dnsproxy.h index 24a3b3aa9..9d9df8515 100644 --- a/src/VBox/Devices/Network/slirp/dnsproxy/dnsproxy.h +++ b/src/VBox/Devices/Network/slirp/dnsproxy/dnsproxy.h @@ -1,4 +1,4 @@ -/* $Id: dnsproxy.h 26495 2010-02-14 07:59:48Z vboxsync $ */ +/* $Id: dnsproxy.h $ */ /* * Copyright (c) 2003,2004,2005 Armin Wolfermann * diff --git a/src/VBox/Devices/Network/slirp/dnsproxy/hash.c b/src/VBox/Devices/Network/slirp/dnsproxy/hash.c index f22ad1f9e..0d007d05a 100644 --- a/src/VBox/Devices/Network/slirp/dnsproxy/hash.c +++ b/src/VBox/Devices/Network/slirp/dnsproxy/hash.c @@ -1,4 +1,4 @@ -/* $Id: hash.c 18815 2009-04-07 12:34:27Z vboxsync $ */ +/* $Id: hash.c $ */ /* * Copyright (c) 2003,2004 Armin Wolfermann * diff --git a/src/VBox/Devices/Network/slirp/ext.h b/src/VBox/Devices/Network/slirp/ext.h index d0aa3d5e9..cc64678f0 100644 --- a/src/VBox/Devices/Network/slirp/ext.h +++ b/src/VBox/Devices/Network/slirp/ext.h @@ -1,4 +1,4 @@ -/** $Id: ext.h 28800 2010-04-27 08:22:32Z vboxsync $ */ +/** $Id: ext.h $ */ /** @file * NAT - some externals helpers */ diff --git a/src/VBox/Devices/Network/slirp/icmp_var.h b/src/VBox/Devices/Network/slirp/icmp_var.h index adfc45d56..829182bec 100644 --- a/src/VBox/Devices/Network/slirp/icmp_var.h +++ b/src/VBox/Devices/Network/slirp/icmp_var.h @@ -1,4 +1,4 @@ -/* $Id: icmp_var.h 28800 2010-04-27 08:22:32Z vboxsync $ */ +/* $Id: icmp_var.h $ */ /** @file * NAT - ICMP handling (declarations/defines). */ diff --git a/src/VBox/Devices/Network/slirp/if.c b/src/VBox/Devices/Network/slirp/if.c index 2528b4b39..4ff3dba95 100644 --- a/src/VBox/Devices/Network/slirp/if.c +++ b/src/VBox/Devices/Network/slirp/if.c @@ -1,4 +1,4 @@ -/* $Id: if.c 28800 2010-04-27 08:22:32Z vboxsync $ */ +/* $Id: if.c $ */ /** @file * NAT - if_*. */ diff --git a/src/VBox/Devices/Network/slirp/if.h b/src/VBox/Devices/Network/slirp/if.h index 9129eee1d..38936abde 100644 --- a/src/VBox/Devices/Network/slirp/if.h +++ b/src/VBox/Devices/Network/slirp/if.h @@ -1,4 +1,4 @@ -/* $Id: if.h 28800 2010-04-27 08:22:32Z vboxsync $ */ +/* $Id: if.h $ */ /** @file * NAT - if_*. */ diff --git a/src/VBox/Devices/Network/slirp/ip.h b/src/VBox/Devices/Network/slirp/ip.h index 985df9d92..1d1880296 100644 --- a/src/VBox/Devices/Network/slirp/ip.h +++ b/src/VBox/Devices/Network/slirp/ip.h @@ -1,4 +1,4 @@ -/* $Id: ip.h 28800 2010-04-27 08:22:32Z vboxsync $ */ +/* $Id: ip.h $ */ /** @file * NAT - IP handling (declarations/defines). */ diff --git a/src/VBox/Devices/Network/slirp/ip_icmp.c b/src/VBox/Devices/Network/slirp/ip_icmp.c index 3a851c10b..9816293df 100644 --- a/src/VBox/Devices/Network/slirp/ip_icmp.c +++ b/src/VBox/Devices/Network/slirp/ip_icmp.c @@ -1,4 +1,4 @@ -/* $Id: ip_icmp.c 28800 2010-04-27 08:22:32Z vboxsync $ */ +/* $Id: ip_icmp.c $ */ /** @file * NAT - IP/ICMP handling. */ diff --git a/src/VBox/Devices/Network/slirp/ip_icmp.h b/src/VBox/Devices/Network/slirp/ip_icmp.h index 46bb2c8b9..b165ba5b5 100644 --- a/src/VBox/Devices/Network/slirp/ip_icmp.h +++ b/src/VBox/Devices/Network/slirp/ip_icmp.h @@ -1,4 +1,4 @@ -/* $Id: ip_icmp.h 28800 2010-04-27 08:22:32Z vboxsync $ */ +/* $Id: ip_icmp.h $ */ /** @file * NAT - IP/ICMP handling (declarations/defines). */ diff --git a/src/VBox/Devices/Network/slirp/ip_input.c b/src/VBox/Devices/Network/slirp/ip_input.c index ff5f8054b..8415ea844 100644 --- a/src/VBox/Devices/Network/slirp/ip_input.c +++ b/src/VBox/Devices/Network/slirp/ip_input.c @@ -1,4 +1,4 @@ -/* $Id: ip_input.c 28800 2010-04-27 08:22:32Z vboxsync $ */ +/* $Id: ip_input.c $ */ /** @file * NAT - IP input. */ diff --git a/src/VBox/Devices/Network/slirp/ip_output.c b/src/VBox/Devices/Network/slirp/ip_output.c index 4e35a5b29..87006940f 100644 --- a/src/VBox/Devices/Network/slirp/ip_output.c +++ b/src/VBox/Devices/Network/slirp/ip_output.c @@ -1,4 +1,4 @@ -/* $Id: ip_output.c 28800 2010-04-27 08:22:32Z vboxsync $ */ +/* $Id: ip_output.c $ */ /** @file * NAT - IP output. */ diff --git a/src/VBox/Devices/Network/slirp/libalias/alias_dns.c b/src/VBox/Devices/Network/slirp/libalias/alias_dns.c index 2087e190d..67c338a2c 100644 --- a/src/VBox/Devices/Network/slirp/libalias/alias_dns.c +++ b/src/VBox/Devices/Network/slirp/libalias/alias_dns.c @@ -1,4 +1,4 @@ -/* $Id: alias_dns.c 28800 2010-04-27 08:22:32Z vboxsync $ */ +/* $Id: alias_dns.c $ */ /** @file * libalias helper for using the host resolver instead of dnsproxy. */ diff --git a/src/VBox/Devices/Network/slirp/libslirp.h b/src/VBox/Devices/Network/slirp/libslirp.h index e76dfcefa..7b2858eb2 100644 --- a/src/VBox/Devices/Network/slirp/libslirp.h +++ b/src/VBox/Devices/Network/slirp/libslirp.h @@ -1,4 +1,4 @@ -/* $Id: libslirp.h 28800 2010-04-27 08:22:32Z vboxsync $ */ +/* $Id: libslirp.h $ */ /** @file * NAT - slirp interface. */ diff --git a/src/VBox/Devices/Network/slirp/main.h b/src/VBox/Devices/Network/slirp/main.h index e1f72a91b..52f292462 100644 --- a/src/VBox/Devices/Network/slirp/main.h +++ b/src/VBox/Devices/Network/slirp/main.h @@ -1,4 +1,4 @@ -/* $Id: main.h 28800 2010-04-27 08:22:32Z vboxsync $ */ +/* $Id: main.h $ */ /** @file * NAT - main. */ diff --git a/src/VBox/Devices/Network/slirp/mbuf.c b/src/VBox/Devices/Network/slirp/mbuf.c index afa3f6eb9..5f2dc68c6 100644 --- a/src/VBox/Devices/Network/slirp/mbuf.c +++ b/src/VBox/Devices/Network/slirp/mbuf.c @@ -1,4 +1,4 @@ -/* $Id: mbuf.c 28800 2010-04-27 08:22:32Z vboxsync $ */ +/* $Id: mbuf.c $ */ /** @file * NAT - mbuf handling. */ diff --git a/src/VBox/Devices/Network/slirp/mbuf.h b/src/VBox/Devices/Network/slirp/mbuf.h index 576c79e5c..61ed3f403 100644 --- a/src/VBox/Devices/Network/slirp/mbuf.h +++ b/src/VBox/Devices/Network/slirp/mbuf.h @@ -1,4 +1,4 @@ -/* $Id: mbuf.h 28800 2010-04-27 08:22:32Z vboxsync $ */ +/* $Id: mbuf.h $ */ /** @file * NAT - mbuf handling (declarations/defines). */ diff --git a/src/VBox/Devices/Network/slirp/misc.c b/src/VBox/Devices/Network/slirp/misc.c index 40d97abe5..b65aa9ada 100644 --- a/src/VBox/Devices/Network/slirp/misc.c +++ b/src/VBox/Devices/Network/slirp/misc.c @@ -1,4 +1,4 @@ -/* $Id: misc.c 28800 2010-04-27 08:22:32Z vboxsync $ */ +/* $Id: misc.c $ */ /** @file * NAT - helpers. */ @@ -351,7 +351,7 @@ int uma_zone_exhausted_nolock(uma_zone_t zone) { int fExhausted; RTCritSectEnter(&zone->csZone); - fExhausted = (zone->cur_items == zone->max_items); + fExhausted = (zone->cur_items == zone->max_items); RTCritSectLeave(&zone->csZone); return fExhausted; } diff --git a/src/VBox/Devices/Network/slirp/misc.h b/src/VBox/Devices/Network/slirp/misc.h index ebf98aaa5..fdd54d372 100644 --- a/src/VBox/Devices/Network/slirp/misc.h +++ b/src/VBox/Devices/Network/slirp/misc.h @@ -1,4 +1,4 @@ -/* $Id: misc.h 28800 2010-04-27 08:22:32Z vboxsync $ */ +/* $Id: misc.h $ */ /** @file * NAT - helpers (declarations/defines). */ diff --git a/src/VBox/Devices/Network/slirp/queue.h b/src/VBox/Devices/Network/slirp/queue.h index 7f99f7a31..20535faba 100644 --- a/src/VBox/Devices/Network/slirp/queue.h +++ b/src/VBox/Devices/Network/slirp/queue.h @@ -1,4 +1,4 @@ -/* $Id: queue.h 28800 2010-04-27 08:22:32Z vboxsync $ */ +/* $Id: queue.h $ */ /** @file * NAT - Queue handling. */ diff --git a/src/VBox/Devices/Network/slirp/sbuf.c b/src/VBox/Devices/Network/slirp/sbuf.c index 1f7824d61..e11c21f8f 100644 --- a/src/VBox/Devices/Network/slirp/sbuf.c +++ b/src/VBox/Devices/Network/slirp/sbuf.c @@ -1,4 +1,4 @@ -/* $Id: sbuf.c 28800 2010-04-27 08:22:32Z vboxsync $ */ +/* $Id: sbuf.c $ */ /** @file * NAT - sbuf implemenation. */ diff --git a/src/VBox/Devices/Network/slirp/sbuf.h b/src/VBox/Devices/Network/slirp/sbuf.h index 24d00d7cc..2be16c154 100644 --- a/src/VBox/Devices/Network/slirp/sbuf.h +++ b/src/VBox/Devices/Network/slirp/sbuf.h @@ -1,4 +1,4 @@ -/* $Id: sbuf.h 28800 2010-04-27 08:22:32Z vboxsync $ */ +/* $Id: sbuf.h $ */ /** @file * NAT - sbuf declarations/defines. */ diff --git a/src/VBox/Devices/Network/slirp/slirp.c b/src/VBox/Devices/Network/slirp/slirp.c index e8f855045..a07515669 100644 --- a/src/VBox/Devices/Network/slirp/slirp.c +++ b/src/VBox/Devices/Network/slirp/slirp.c @@ -1,4 +1,4 @@ -/* $Id: slirp.c 29946 2010-06-01 12:53:39Z vboxsync $ */ +/* $Id: slirp.c $ */ /** @file * NAT - slirp glue. */ diff --git a/src/VBox/Devices/Network/slirp/slirp.h b/src/VBox/Devices/Network/slirp/slirp.h index 044815ab0..e6f4ef5c0 100644 --- a/src/VBox/Devices/Network/slirp/slirp.h +++ b/src/VBox/Devices/Network/slirp/slirp.h @@ -1,4 +1,4 @@ -/* $Id: slirp.h 29656 2010-05-19 06:05:09Z vboxsync $ */ +/* $Id: slirp.h $ */ /** @file * NAT - slirp (declarations/defines). */ diff --git a/src/VBox/Devices/Network/slirp/slirp_config.h b/src/VBox/Devices/Network/slirp/slirp_config.h index 390eed449..481bc87db 100644 --- a/src/VBox/Devices/Network/slirp/slirp_config.h +++ b/src/VBox/Devices/Network/slirp/slirp_config.h @@ -1,4 +1,4 @@ -/* $Id: slirp_config.h 28800 2010-04-27 08:22:32Z vboxsync $ */ +/* $Id: slirp_config.h $ */ /** @file * NAT - compile-time configuration. */ diff --git a/src/VBox/Devices/Network/slirp/socket.c b/src/VBox/Devices/Network/slirp/socket.c index 3366b9729..21d1e3041 100644 --- a/src/VBox/Devices/Network/slirp/socket.c +++ b/src/VBox/Devices/Network/slirp/socket.c @@ -1,4 +1,4 @@ -/* $Id: socket.c 29968 2010-06-02 04:44:43Z vboxsync $ */ +/* $Id: socket.c $ */ /** @file * NAT - socket handling. */ @@ -728,7 +728,7 @@ sorecvfrom(PNATState pData, struct socket *so) * last argument should be changed if Slirp will inject IP attributes * Note: Here we can't check if dnsproxy's sent initial request */ - if ( pData->fUseDnsProxy + if ( pData->fUseDnsProxy && so->so_fport == RT_H2N_U16_C(53)) dnsproxy_answer(pData, so, m); diff --git a/src/VBox/Devices/Network/slirp/socket.h b/src/VBox/Devices/Network/slirp/socket.h index 3631ec4d5..15bea049f 100644 --- a/src/VBox/Devices/Network/slirp/socket.h +++ b/src/VBox/Devices/Network/slirp/socket.h @@ -1,4 +1,4 @@ -/* $Id: socket.h 28800 2010-04-27 08:22:32Z vboxsync $ */ +/* $Id: socket.h $ */ /** @file * NAT - socket handling (declarations/defines). */ diff --git a/src/VBox/Devices/Network/slirp/tcp.h b/src/VBox/Devices/Network/slirp/tcp.h index 417dcf124..02f519d05 100644 --- a/src/VBox/Devices/Network/slirp/tcp.h +++ b/src/VBox/Devices/Network/slirp/tcp.h @@ -1,4 +1,4 @@ -/* $Id: tcp.h 28800 2010-04-27 08:22:32Z vboxsync $ */ +/* $Id: tcp.h $ */ /** @file * NAT - TCP. */ diff --git a/src/VBox/Devices/Network/slirp/tcp_input.c b/src/VBox/Devices/Network/slirp/tcp_input.c index da7032ce5..298b01e55 100644 --- a/src/VBox/Devices/Network/slirp/tcp_input.c +++ b/src/VBox/Devices/Network/slirp/tcp_input.c @@ -1,4 +1,4 @@ -/* $Id: tcp_input.c 28800 2010-04-27 08:22:32Z vboxsync $ */ +/* $Id: tcp_input.c $ */ /** @file * NAT - TCP input. */ diff --git a/src/VBox/Devices/Network/slirp/tcp_output.c b/src/VBox/Devices/Network/slirp/tcp_output.c index a3e57a646..48b65b38d 100644 --- a/src/VBox/Devices/Network/slirp/tcp_output.c +++ b/src/VBox/Devices/Network/slirp/tcp_output.c @@ -1,4 +1,4 @@ -/* $Id: tcp_output.c 28800 2010-04-27 08:22:32Z vboxsync $ */ +/* $Id: tcp_output.c $ */ /** @file * NAT - TCP output. */ diff --git a/src/VBox/Devices/Network/slirp/tcp_subr.c b/src/VBox/Devices/Network/slirp/tcp_subr.c index e70d283ec..7c15bf45e 100644 --- a/src/VBox/Devices/Network/slirp/tcp_subr.c +++ b/src/VBox/Devices/Network/slirp/tcp_subr.c @@ -1,4 +1,4 @@ -/* $Id: tcp_subr.c 28800 2010-04-27 08:22:32Z vboxsync $ */ +/* $Id: tcp_subr.c $ */ /** @file * NAT - TCP support. */ diff --git a/src/VBox/Devices/Network/slirp/tcp_timer.c b/src/VBox/Devices/Network/slirp/tcp_timer.c index 84f0b84c2..791b288d1 100644 --- a/src/VBox/Devices/Network/slirp/tcp_timer.c +++ b/src/VBox/Devices/Network/slirp/tcp_timer.c @@ -1,4 +1,4 @@ -/* $Id: tcp_timer.c 28800 2010-04-27 08:22:32Z vboxsync $ */ +/* $Id: tcp_timer.c $ */ /** @file * NAT - TCP timers. */ diff --git a/src/VBox/Devices/Network/slirp/tcp_timer.h b/src/VBox/Devices/Network/slirp/tcp_timer.h index 91aab640d..8e162325f 100644 --- a/src/VBox/Devices/Network/slirp/tcp_timer.h +++ b/src/VBox/Devices/Network/slirp/tcp_timer.h @@ -1,4 +1,4 @@ -/* $Id: tcp_timer.h 28800 2010-04-27 08:22:32Z vboxsync $ */ +/* $Id: tcp_timer.h $ */ /** @file * NAT - TCP timer (declarations/defines). */ diff --git a/src/VBox/Devices/Network/slirp/tcp_var.h b/src/VBox/Devices/Network/slirp/tcp_var.h index c3d19ca41..5c24ad1e5 100644 --- a/src/VBox/Devices/Network/slirp/tcp_var.h +++ b/src/VBox/Devices/Network/slirp/tcp_var.h @@ -1,4 +1,4 @@ -/* $Id: tcp_var.h 28800 2010-04-27 08:22:32Z vboxsync $ */ +/* $Id: tcp_var.h $ */ /** @file * NAT - TCP (declarations). */ diff --git a/src/VBox/Devices/Network/slirp/tcpip.h b/src/VBox/Devices/Network/slirp/tcpip.h index d73942b60..e9b8e1680 100644 --- a/src/VBox/Devices/Network/slirp/tcpip.h +++ b/src/VBox/Devices/Network/slirp/tcpip.h @@ -1,4 +1,4 @@ -/* $Id: tcpip.h 28800 2010-04-27 08:22:32Z vboxsync $ */ +/* $Id: tcpip.h $ */ /** @file * NAT - TCP/IP (declarations/defines). */ diff --git a/src/VBox/Devices/Network/slirp/tftp.c b/src/VBox/Devices/Network/slirp/tftp.c index e9be2969d..5527c25ce 100644 --- a/src/VBox/Devices/Network/slirp/tftp.c +++ b/src/VBox/Devices/Network/slirp/tftp.c @@ -1,4 +1,4 @@ -/* $Id: tftp.c 29050 2010-05-05 02:26:10Z vboxsync $ */ +/* $Id: tftp.c $ */ /** @file * NAT - TFTP server. */ diff --git a/src/VBox/Devices/Network/slirp/tftp.h b/src/VBox/Devices/Network/slirp/tftp.h index 44889624c..6fb0ef7a1 100644 --- a/src/VBox/Devices/Network/slirp/tftp.h +++ b/src/VBox/Devices/Network/slirp/tftp.h @@ -1,4 +1,4 @@ -/* $Id: tftp.h 28800 2010-04-27 08:22:32Z vboxsync $ */ +/* $Id: tftp.h $ */ /** @file * NAT - TFTP server (declarations/defines). */ diff --git a/src/VBox/Devices/Network/slirp/udp.c b/src/VBox/Devices/Network/slirp/udp.c index 02219f45f..a17b92a87 100644 --- a/src/VBox/Devices/Network/slirp/udp.c +++ b/src/VBox/Devices/Network/slirp/udp.c @@ -1,4 +1,4 @@ -/* $Id: udp.c 28800 2010-04-27 08:22:32Z vboxsync $ */ +/* $Id: udp.c $ */ /** @file * NAT - UDP protocol. */ diff --git a/src/VBox/Devices/Network/slirp/udp.h b/src/VBox/Devices/Network/slirp/udp.h index 66ad62eea..fb1c76a37 100644 --- a/src/VBox/Devices/Network/slirp/udp.h +++ b/src/VBox/Devices/Network/slirp/udp.h @@ -1,4 +1,4 @@ -/* $Id: udp.h 28800 2010-04-27 08:22:32Z vboxsync $ */ +/* $Id: udp.h $ */ /** @file * NAT - UDP protocol (declarations/defines). */ diff --git a/src/VBox/Devices/Network/solaris/vbox-libdlpi.cpp b/src/VBox/Devices/Network/solaris/vbox-libdlpi.cpp index 2b47a4b97..568dfeead 100644 --- a/src/VBox/Devices/Network/solaris/vbox-libdlpi.cpp +++ b/src/VBox/Devices/Network/solaris/vbox-libdlpi.cpp @@ -1,4 +1,4 @@ -/** $Id: vbox-libdlpi.cpp 28800 2010-04-27 08:22:32Z vboxsync $ */ +/** $Id: vbox-libdlpi.cpp $ */ /** @file * Dynamically load libdpli & symbols on Solaris hosts, Internal header. */ diff --git a/src/VBox/Devices/Network/solaris/vbox-libdlpi.h b/src/VBox/Devices/Network/solaris/vbox-libdlpi.h index 0d8ca42bb..1707605b8 100644 --- a/src/VBox/Devices/Network/solaris/vbox-libdlpi.h +++ b/src/VBox/Devices/Network/solaris/vbox-libdlpi.h @@ -1,4 +1,4 @@ -/** $Id: vbox-libdlpi.h 28800 2010-04-27 08:22:32Z vboxsync $ */ +/** $Id: vbox-libdlpi.h $ */ /** @file * Dynamically load libdpli & symbols on Solaris hosts, Internal header. */ diff --git a/src/VBox/Devices/Network/testcase/tstIntNet-1.cpp b/src/VBox/Devices/Network/testcase/tstIntNet-1.cpp index f9cacf655..d2f4e4b2b 100644 --- a/src/VBox/Devices/Network/testcase/tstIntNet-1.cpp +++ b/src/VBox/Devices/Network/testcase/tstIntNet-1.cpp @@ -1,4 +1,4 @@ -/* $Id: tstIntNet-1.cpp 28800 2010-04-27 08:22:32Z vboxsync $ */ +/* $Id: tstIntNet-1.cpp $ */ /** @file * VBox - Testcase for internal networking, simple NetFlt trunk creation. */ @@ -749,7 +749,7 @@ int main(int argc, char **argv) return 1; case 'V': - RTPrintf("$Revision: 28800 $\n"); + RTPrintf("$Revision: 60692 $\n"); return 0; default: diff --git a/src/VBox/Devices/Network/testcase/tstIntNetR0.cpp b/src/VBox/Devices/Network/testcase/tstIntNetR0.cpp index 70b188ab4..62f8512d1 100644 --- a/src/VBox/Devices/Network/testcase/tstIntNetR0.cpp +++ b/src/VBox/Devices/Network/testcase/tstIntNetR0.cpp @@ -1,4 +1,4 @@ -/* $Id: tstIntNetR0.cpp 29234 2010-05-08 08:26:29Z vboxsync $ */ +/* $Id: tstIntNetR0.cpp $ */ /** @file * Internal networking - Usermode testcase for the kernel mode bits. * diff --git a/src/VBox/Devices/PC/ACPI/VBoxAcpi.cpp b/src/VBox/Devices/PC/ACPI/VBoxAcpi.cpp index 4798a6aa8..2a1753a23 100644 --- a/src/VBox/Devices/PC/ACPI/VBoxAcpi.cpp +++ b/src/VBox/Devices/PC/ACPI/VBoxAcpi.cpp @@ -1,4 +1,4 @@ -/* $Id: VBoxAcpi.cpp 28800 2010-04-27 08:22:32Z vboxsync $ */ +/* $Id: VBoxAcpi.cpp $ */ /** @file * VBoxAcpi - VirtualBox ACPI maniputation functionality. */ diff --git a/src/VBox/Devices/PC/BIOS/Makefile.kmk b/src/VBox/Devices/PC/BIOS/Makefile.kmk index 540bd37c5..cf4af8120 100644 --- a/src/VBox/Devices/PC/BIOS/Makefile.kmk +++ b/src/VBox/Devices/PC/BIOS/Makefile.kmk @@ -1,4 +1,4 @@ -# $Id: Makefile.kmk 28800 2010-04-27 08:22:32Z vboxsync $ +# $Id: Makefile.kmk $ ## @file # PC BIOS Sub-Makefile. # diff --git a/src/VBox/Devices/PC/BIOS/logo.c b/src/VBox/Devices/PC/BIOS/logo.c index afc1bdd15..1bace9174 100644 --- a/src/VBox/Devices/PC/BIOS/logo.c +++ b/src/VBox/Devices/PC/BIOS/logo.c @@ -1,4 +1,4 @@ -/* $Id: logo.c 28800 2010-04-27 08:22:32Z vboxsync $ */ +/* $Id: logo.c $ */ /** @file * Stuff for drawing the BIOS logo. */ diff --git a/src/VBox/Devices/PC/BIOS/rombios.c b/src/VBox/Devices/PC/BIOS/rombios.c index be0c6a3a1..925c944b0 100644 --- a/src/VBox/Devices/PC/BIOS/rombios.c +++ b/src/VBox/Devices/PC/BIOS/rombios.c @@ -1,5 +1,5 @@ ///////////////////////////////////////////////////////////////////////// -// $Id: rombios.c,v 1.176 2006/12/30 17:13:17 vruppert Exp $ +// $Id: rombios.c $ ///////////////////////////////////////////////////////////////////////// // // Copyright (C) 2002 MandrakeSoft S.A. diff --git a/src/VBox/Devices/PC/BIOS/scsi.c b/src/VBox/Devices/PC/BIOS/scsi.c index cfab6b54f..c32dc07af 100644 --- a/src/VBox/Devices/PC/BIOS/scsi.c +++ b/src/VBox/Devices/PC/BIOS/scsi.c @@ -1,4 +1,4 @@ -/* $Id: scsi.c 29326 2010-05-11 10:08:13Z vboxsync $ */ +/* $Id: scsi.c $ */ /** @file * SCSI host adapter driver to boot from SCSI disks */ diff --git a/src/VBox/Devices/PC/DevACPI.cpp b/src/VBox/Devices/PC/DevACPI.cpp index 1edac2575..dc742ce1c 100644 --- a/src/VBox/Devices/PC/DevACPI.cpp +++ b/src/VBox/Devices/PC/DevACPI.cpp @@ -1,4 +1,4 @@ -/* $Id: DevACPI.cpp 29250 2010-05-09 17:53:58Z vboxsync $ */ +/* $Id: DevACPI.cpp $ */ /** @file * DevACPI - Advanced Configuration and Power Interface (ACPI) Device. */ diff --git a/src/VBox/Devices/PC/DevAPIC.cpp b/src/VBox/Devices/PC/DevAPIC.cpp index 077fed364..435434764 100644 --- a/src/VBox/Devices/PC/DevAPIC.cpp +++ b/src/VBox/Devices/PC/DevAPIC.cpp @@ -1,5 +1,5 @@ #ifdef VBOX -/* $Id: DevAPIC.cpp 28954 2010-05-02 07:30:18Z vboxsync $ */ +/* $Id: DevAPIC.cpp $ */ /** @file * Advanced Programmable Interrupt Controller (APIC) Device and * I/O Advanced Programmable Interrupt Controller (IO-APIC) Device. diff --git a/src/VBox/Devices/PC/DevDMA.cpp b/src/VBox/Devices/PC/DevDMA.cpp index 47515e70b..be37c7f70 100644 --- a/src/VBox/Devices/PC/DevDMA.cpp +++ b/src/VBox/Devices/PC/DevDMA.cpp @@ -1,4 +1,4 @@ -/* $Id: DevDMA.cpp 28800 2010-04-27 08:22:32Z vboxsync $ */ +/* $Id: DevDMA.cpp $ */ /** @file * DevDMA - DMA Controller Device. */ diff --git a/src/VBox/Devices/PC/DevFwCommon.cpp b/src/VBox/Devices/PC/DevFwCommon.cpp index f9adee5a1..1ee18e560 100644 --- a/src/VBox/Devices/PC/DevFwCommon.cpp +++ b/src/VBox/Devices/PC/DevFwCommon.cpp @@ -1,4 +1,4 @@ -/* $Id: DevFwCommon.cpp 29250 2010-05-09 17:53:58Z vboxsync $ */ +/* $Id: DevFwCommon.cpp $ */ /** @file * FwCommon - Shared firmware code (used by DevPcBios & DevEFI). */ diff --git a/src/VBox/Devices/PC/DevFwCommon.h b/src/VBox/Devices/PC/DevFwCommon.h index 2cf33094c..239310702 100644 --- a/src/VBox/Devices/PC/DevFwCommon.h +++ b/src/VBox/Devices/PC/DevFwCommon.h @@ -1,4 +1,4 @@ -/* $Id: DevFwCommon.h 28800 2010-04-27 08:22:32Z vboxsync $ */ +/* $Id: DevFwCommon.h $ */ /** @file * FwCommon - Shared firmware code, header. */ diff --git a/src/VBox/Devices/PC/DevHPET.cpp b/src/VBox/Devices/PC/DevHPET.cpp index 3b97eef86..1b454aeca 100644 --- a/src/VBox/Devices/PC/DevHPET.cpp +++ b/src/VBox/Devices/PC/DevHPET.cpp @@ -1,4 +1,4 @@ -/* $Id: DevHPET.cpp 29250 2010-05-09 17:53:58Z vboxsync $ */ +/* $Id: DevHPET.cpp $ */ /** @file * HPET virtual device - high precision event timer emulation */ diff --git a/src/VBox/Devices/PC/DevLPC.cpp b/src/VBox/Devices/PC/DevLPC.cpp index 1c2675c36..db127b306 100644 --- a/src/VBox/Devices/PC/DevLPC.cpp +++ b/src/VBox/Devices/PC/DevLPC.cpp @@ -1,4 +1,4 @@ -/* $Id: DevLPC.cpp 29522 2010-05-17 10:15:48Z vboxsync $ */ +/* $Id: DevLPC.cpp $ */ /** @file * DevLPC - LPC device emulation */ diff --git a/src/VBox/Devices/PC/DevPIC.cpp b/src/VBox/Devices/PC/DevPIC.cpp index 191c764b7..bcd570a6a 100644 --- a/src/VBox/Devices/PC/DevPIC.cpp +++ b/src/VBox/Devices/PC/DevPIC.cpp @@ -1,4 +1,4 @@ -/* $Id: DevPIC.cpp 28800 2010-04-27 08:22:32Z vboxsync $ */ +/* $Id: DevPIC.cpp $ */ /** @file * DevPIC - Intel 8259 Programmable Interrupt Controller (PIC) Device. */ diff --git a/src/VBox/Devices/PC/DevPcArch.c b/src/VBox/Devices/PC/DevPcArch.c index a8723821c..79f7f0477 100644 --- a/src/VBox/Devices/PC/DevPcArch.c +++ b/src/VBox/Devices/PC/DevPcArch.c @@ -1,4 +1,4 @@ -/* $Id: DevPcArch.c 28800 2010-04-27 08:22:32Z vboxsync $ */ +/* $Id: DevPcArch.c $ */ /** @file * DevPcArch - PC Architechture Device. */ diff --git a/src/VBox/Devices/PC/DevPcBios.cpp b/src/VBox/Devices/PC/DevPcBios.cpp index 476002323..8236fd25b 100644 --- a/src/VBox/Devices/PC/DevPcBios.cpp +++ b/src/VBox/Devices/PC/DevPcBios.cpp @@ -1,4 +1,4 @@ -/* $Id: DevPcBios.cpp 29332 2010-05-11 10:22:27Z vboxsync $ */ +/* $Id: DevPcBios.cpp $ */ /** @file * PC BIOS Device. */ diff --git a/src/VBox/Devices/PC/DevPcBios.h b/src/VBox/Devices/PC/DevPcBios.h index 185b98814..b7910b260 100644 --- a/src/VBox/Devices/PC/DevPcBios.h +++ b/src/VBox/Devices/PC/DevPcBios.h @@ -1,4 +1,4 @@ -/* $Id: DevPcBios.h 28800 2010-04-27 08:22:32Z vboxsync $ */ +/* $Id: DevPcBios.h $ */ /** @file * DevPcBios - PC BIOS Device, header shared with the BIOS code. */ diff --git a/src/VBox/Devices/PC/DevPit-i8254.cpp b/src/VBox/Devices/PC/DevPit-i8254.cpp index 090548311..f8e184880 100644 --- a/src/VBox/Devices/PC/DevPit-i8254.cpp +++ b/src/VBox/Devices/PC/DevPit-i8254.cpp @@ -1,4 +1,4 @@ -/* $Id: DevPit-i8254.cpp 29250 2010-05-09 17:53:58Z vboxsync $ */ +/* $Id: DevPit-i8254.cpp $ */ /** @file * DevPIT-i8254 - Intel 8254 Programmable Interval Timer (PIT) And Dummy Speaker Device. */ diff --git a/src/VBox/Devices/PC/DevRTC.cpp b/src/VBox/Devices/PC/DevRTC.cpp index fb4a5e35e..03bf0511a 100644 --- a/src/VBox/Devices/PC/DevRTC.cpp +++ b/src/VBox/Devices/PC/DevRTC.cpp @@ -1,4 +1,4 @@ -/* $Id: DevRTC.cpp 29250 2010-05-09 17:53:58Z vboxsync $ */ +/* $Id: DevRTC.cpp $ */ /** @file * Motorola MC146818 RTC/CMOS Device with PIIX4 extensions. */ diff --git a/src/VBox/Devices/PC/DevSMC.cpp b/src/VBox/Devices/PC/DevSMC.cpp index 99ca2d70e..e92d0f0ad 100644 --- a/src/VBox/Devices/PC/DevSMC.cpp +++ b/src/VBox/Devices/PC/DevSMC.cpp @@ -1,4 +1,4 @@ -/* $Id: DevSMC.cpp 29569 2010-05-17 15:37:01Z vboxsync $ */ +/* $Id: DevSMC.cpp $ */ /** @file * DevSMC - SMC device emulation. */ diff --git a/src/VBox/Devices/PC/DrvACPI.cpp b/src/VBox/Devices/PC/DrvACPI.cpp index f0eb02fbe..049a2c8bd 100644 --- a/src/VBox/Devices/PC/DrvACPI.cpp +++ b/src/VBox/Devices/PC/DrvACPI.cpp @@ -1,4 +1,4 @@ -/* $Id: DrvACPI.cpp 29250 2010-05-09 17:53:58Z vboxsync $ */ +/* $Id: DrvACPI.cpp $ */ /** @file * DrvACPI - ACPI Host Driver. */ diff --git a/src/VBox/Devices/PC/DrvAcpiCpu.cpp b/src/VBox/Devices/PC/DrvAcpiCpu.cpp index 828a34e13..2607c8677 100644 --- a/src/VBox/Devices/PC/DrvAcpiCpu.cpp +++ b/src/VBox/Devices/PC/DrvAcpiCpu.cpp @@ -1,4 +1,4 @@ -/* $Id: DrvAcpiCpu.cpp 28800 2010-04-27 08:22:32Z vboxsync $ */ +/* $Id: DrvAcpiCpu.cpp $ */ /** @file * DrvAcpiCpu - ACPI CPU dummy driver for hotplugging. */ diff --git a/src/VBox/Devices/PC/Etherboot-src/Makefile.kmk b/src/VBox/Devices/PC/Etherboot-src/Makefile.kmk index c1aaf711b..0cb1d1aa7 100644 --- a/src/VBox/Devices/PC/Etherboot-src/Makefile.kmk +++ b/src/VBox/Devices/PC/Etherboot-src/Makefile.kmk @@ -1,4 +1,4 @@ -# $Id: Makefile.kmk 28800 2010-04-27 08:22:32Z vboxsync $ +# $Id: Makefile.kmk $ ## @file # VBox Etherboot Network boot ROM makefile. # diff --git a/src/VBox/Devices/PC/Etherboot-src/arch/i386/drivers/net/undi.c b/src/VBox/Devices/PC/Etherboot-src/arch/i386/drivers/net/undi.c index ec7c2816f..26786ab29 100644 --- a/src/VBox/Devices/PC/Etherboot-src/arch/i386/drivers/net/undi.c +++ b/src/VBox/Devices/PC/Etherboot-src/arch/i386/drivers/net/undi.c @@ -6,7 +6,7 @@ This file Copyright (C) 2003 Michael Brown <mbrown@fensystems.co.uk> of Fen Systems Ltd. (http://www.fensystems.co.uk/). All rights reserved. -$Id: undi.c 11982 2008-09-02 13:09:44Z vboxsync $ +$Id: undi.c $ ***************************************************************************/ /* diff --git a/src/VBox/Devices/PC/Etherboot-src/arch/i386/drivers/net/undi.h b/src/VBox/Devices/PC/Etherboot-src/arch/i386/drivers/net/undi.h index 470617a29..c20689e0e 100644 --- a/src/VBox/Devices/PC/Etherboot-src/arch/i386/drivers/net/undi.h +++ b/src/VBox/Devices/PC/Etherboot-src/arch/i386/drivers/net/undi.h @@ -6,7 +6,7 @@ This file Copyright (C) 2003 Michael Brown <mbrown@fensystems.co.uk> of Fen Systems Ltd. (http://www.fensystems.co.uk/). All rights reserved. -$Id: undi.h 11982 2008-09-02 13:09:44Z vboxsync $ +$Id: undi.h $ ***************************************************************************/ /* diff --git a/src/VBox/Devices/PC/Etherboot-src/arch/i386/firmware/pcbios/basemem.c b/src/VBox/Devices/PC/Etherboot-src/arch/i386/firmware/pcbios/basemem.c index 8339ee020..5ba665960 100644 --- a/src/VBox/Devices/PC/Etherboot-src/arch/i386/firmware/pcbios/basemem.c +++ b/src/VBox/Devices/PC/Etherboot-src/arch/i386/firmware/pcbios/basemem.c @@ -7,7 +7,7 @@ * updating the Free Base Memory Size counter at 40:13h. * * Michael Brown <mbrown@fensystems.co.uk> (mcb30) - * $Id: basemem.c 1 vboxsync $ + * $Id: basemem.c $ */ #define fbms ( ( uint16_t * ) phys_to_virt ( 0x413 ) ) diff --git a/src/VBox/Devices/PC/Etherboot-src/arch/i386/include/callbacks_arch.h b/src/VBox/Devices/PC/Etherboot-src/arch/i386/include/callbacks_arch.h index 47dbe33c2..1deef4253 100644 --- a/src/VBox/Devices/PC/Etherboot-src/arch/i386/include/callbacks_arch.h +++ b/src/VBox/Devices/PC/Etherboot-src/arch/i386/include/callbacks_arch.h @@ -5,7 +5,7 @@ * * Initial version by Michael Brown <mbrown@fensystems.co.uk>, January 2004. * - * $Id: callbacks_arch.h 1 vboxsync $ + * $Id: callbacks_arch.h $ */ #ifndef CALLBACKS_ARCH_H diff --git a/src/VBox/Devices/PC/Etherboot-src/core/dns_resolver.c b/src/VBox/Devices/PC/Etherboot-src/core/dns_resolver.c index 638308dbf..99676ae9f 100644 --- a/src/VBox/Devices/PC/Etherboot-src/core/dns_resolver.c +++ b/src/VBox/Devices/PC/Etherboot-src/core/dns_resolver.c @@ -22,8 +22,8 @@ * This code is using nuts and bolts from throughout etherboot. * It is a fresh implementation according to the DNS RFC, #1035 * -* $Revision: 11982 $ -* $Author: vboxsync $ +* $Revision: 35885 $ +* $Author: umoeller $ * $Date: 2008-09-02 15:09:44 +0200 (Tue, 02 Sep 2008) $ * * REVISION HISTORY: diff --git a/src/VBox/Devices/PC/Etherboot-src/genrules.pl b/src/VBox/Devices/PC/Etherboot-src/genrules.pl index 3cf9c6d84..3cf9c6d84 100644..100755 --- a/src/VBox/Devices/PC/Etherboot-src/genrules.pl +++ b/src/VBox/Devices/PC/Etherboot-src/genrules.pl diff --git a/src/VBox/Devices/PC/Etherboot-src/include/callbacks.h b/src/VBox/Devices/PC/Etherboot-src/include/callbacks.h index 2f635f27f..95ba2af9b 100644 --- a/src/VBox/Devices/PC/Etherboot-src/include/callbacks.h +++ b/src/VBox/Devices/PC/Etherboot-src/include/callbacks.h @@ -5,7 +5,7 @@ * * Initial version by Michael Brown <mbrown@fensystems.co.uk>, January 2004. * - * $Id: callbacks.h 1 vboxsync $ + * $Id: callbacks.h $ */ #ifndef CALLBACKS_H diff --git a/src/VBox/Devices/PC/Etherboot-src/include/pxe.h b/src/VBox/Devices/PC/Etherboot-src/include/pxe.h index 396891864..ec12cddce 100644 --- a/src/VBox/Devices/PC/Etherboot-src/include/pxe.h +++ b/src/VBox/Devices/PC/Etherboot-src/include/pxe.h @@ -632,7 +632,7 @@ typedef struct { * along with this program; if not, write to the Free Software * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. * - * $Id: pxe.h 1 vboxsync $ + * $Id: pxe.h $ */ /* diff --git a/src/VBox/Devices/PC/Etherboot-src/util/catrom.pl b/src/VBox/Devices/PC/Etherboot-src/util/catrom.pl index fe37e6b6e..fe37e6b6e 100644..100755 --- a/src/VBox/Devices/PC/Etherboot-src/util/catrom.pl +++ b/src/VBox/Devices/PC/Etherboot-src/util/catrom.pl diff --git a/src/VBox/Devices/PC/Etherboot-src/util/disrom.pl b/src/VBox/Devices/PC/Etherboot-src/util/disrom.pl index 64128698c..64128698c 100644..100755 --- a/src/VBox/Devices/PC/Etherboot-src/util/disrom.pl +++ b/src/VBox/Devices/PC/Etherboot-src/util/disrom.pl diff --git a/src/VBox/Devices/PC/Etherboot-src/util/geniso b/src/VBox/Devices/PC/Etherboot-src/util/geniso index cf0469902..cf0469902 100644..100755 --- a/src/VBox/Devices/PC/Etherboot-src/util/geniso +++ b/src/VBox/Devices/PC/Etherboot-src/util/geniso diff --git a/src/VBox/Devices/PC/Etherboot-src/util/genliso b/src/VBox/Devices/PC/Etherboot-src/util/genliso index b8d9a11df..b8d9a11df 100644..100755 --- a/src/VBox/Devices/PC/Etherboot-src/util/genliso +++ b/src/VBox/Devices/PC/Etherboot-src/util/genliso diff --git a/src/VBox/Devices/PC/Etherboot-src/util/get-pci-ids b/src/VBox/Devices/PC/Etherboot-src/util/get-pci-ids index 6501a7f7c..6501a7f7c 100644..100755 --- a/src/VBox/Devices/PC/Etherboot-src/util/get-pci-ids +++ b/src/VBox/Devices/PC/Etherboot-src/util/get-pci-ids diff --git a/src/VBox/Devices/PC/Etherboot-src/util/makelilo.pl b/src/VBox/Devices/PC/Etherboot-src/util/makelilo.pl index 8f995bc46..8f995bc46 100644..100755 --- a/src/VBox/Devices/PC/Etherboot-src/util/makelilo.pl +++ b/src/VBox/Devices/PC/Etherboot-src/util/makelilo.pl diff --git a/src/VBox/Devices/PC/Etherboot-src/util/makerom.pl b/src/VBox/Devices/PC/Etherboot-src/util/makerom.pl index 9d751e190..9d751e190 100644..100755 --- a/src/VBox/Devices/PC/Etherboot-src/util/makerom.pl +++ b/src/VBox/Devices/PC/Etherboot-src/util/makerom.pl diff --git a/src/VBox/Devices/PC/Etherboot-src/util/modrom.pl b/src/VBox/Devices/PC/Etherboot-src/util/modrom.pl index 695468c26..695468c26 100644..100755 --- a/src/VBox/Devices/PC/Etherboot-src/util/modrom.pl +++ b/src/VBox/Devices/PC/Etherboot-src/util/modrom.pl diff --git a/src/VBox/Devices/PC/Etherboot-src/util/swapdevids.pl b/src/VBox/Devices/PC/Etherboot-src/util/swapdevids.pl index c6255ae73..c6255ae73 100644..100755 --- a/src/VBox/Devices/PC/Etherboot-src/util/swapdevids.pl +++ b/src/VBox/Devices/PC/Etherboot-src/util/swapdevids.pl diff --git a/src/VBox/Devices/PC/Etherboot-src/util/zfilelen.pl b/src/VBox/Devices/PC/Etherboot-src/util/zfilelen.pl index 1f58ff9ee..1f58ff9ee 100644..100755 --- a/src/VBox/Devices/PC/Etherboot-src/util/zfilelen.pl +++ b/src/VBox/Devices/PC/Etherboot-src/util/zfilelen.pl diff --git a/src/VBox/Devices/PC/vbox-cpuhotplug.dsl b/src/VBox/Devices/PC/vbox-cpuhotplug.dsl index e66a03693..9db8b1f8f 100644 --- a/src/VBox/Devices/PC/vbox-cpuhotplug.dsl +++ b/src/VBox/Devices/PC/vbox-cpuhotplug.dsl @@ -1,4 +1,4 @@ -// $Id: vbox-cpuhotplug.dsl 29243 2010-05-08 16:24:43Z vboxsync $ +// $Id: vbox-cpuhotplug.dsl $ /// @file // // VirtualBox ACPI diff --git a/src/VBox/Devices/PC/vbox-standard.dsl b/src/VBox/Devices/PC/vbox-standard.dsl index 52372876a..a7bec34c7 100644 --- a/src/VBox/Devices/PC/vbox-standard.dsl +++ b/src/VBox/Devices/PC/vbox-standard.dsl @@ -1,4 +1,4 @@ -// $Id: vbox-standard.dsl 28800 2010-04-27 08:22:32Z vboxsync $ +// $Id: vbox-standard.dsl $ /// @file // // VirtualBox ACPI diff --git a/src/VBox/Devices/PC/vbox.dsl b/src/VBox/Devices/PC/vbox.dsl index 23453a512..0b2a40478 100644 --- a/src/VBox/Devices/PC/vbox.dsl +++ b/src/VBox/Devices/PC/vbox.dsl @@ -1,4 +1,4 @@ -// $Id: vbox.dsl 28800 2010-04-27 08:22:32Z vboxsync $ +// $Id: vbox.dsl $ /// @file // // VirtualBox ACPI diff --git a/src/VBox/Devices/Parallel/DevParallel.cpp b/src/VBox/Devices/Parallel/DevParallel.cpp index f6bc79f52..78f02ada9 100644 --- a/src/VBox/Devices/Parallel/DevParallel.cpp +++ b/src/VBox/Devices/Parallel/DevParallel.cpp @@ -1,4 +1,4 @@ -/* $Id: DevParallel.cpp 28800 2010-04-27 08:22:32Z vboxsync $ */ +/* $Id: DevParallel.cpp $ */ /** @file * DevParallel - Parallel (Port) Device Emulation. * diff --git a/src/VBox/Devices/Parallel/DrvHostParallel.cpp b/src/VBox/Devices/Parallel/DrvHostParallel.cpp index a0addb9d8..e061ff537 100644 --- a/src/VBox/Devices/Parallel/DrvHostParallel.cpp +++ b/src/VBox/Devices/Parallel/DrvHostParallel.cpp @@ -1,4 +1,4 @@ -/* $Id: DrvHostParallel.cpp 28800 2010-04-27 08:22:32Z vboxsync $ */ +/* $Id: DrvHostParallel.cpp $ */ /** @file * VirtualBox Host Parallel Port Driver. * diff --git a/src/VBox/Devices/Samples/Makefile.kmk b/src/VBox/Devices/Samples/Makefile.kmk index 1a1a8d71c..3d68ec672 100644 --- a/src/VBox/Devices/Samples/Makefile.kmk +++ b/src/VBox/Devices/Samples/Makefile.kmk @@ -1,4 +1,4 @@ -# $Id: Makefile.kmk 28800 2010-04-27 08:22:32Z vboxsync $ +# $Id: Makefile.kmk $ ## @file # Makefile for the device and driver samples. # diff --git a/src/VBox/Devices/Samples/VBoxSampleDevice.cpp b/src/VBox/Devices/Samples/VBoxSampleDevice.cpp index 9d01a6d54..b92a79246 100644 --- a/src/VBox/Devices/Samples/VBoxSampleDevice.cpp +++ b/src/VBox/Devices/Samples/VBoxSampleDevice.cpp @@ -1,4 +1,4 @@ -/* $Id: VBoxSampleDevice.cpp 28800 2010-04-27 08:22:32Z vboxsync $ */ +/* $Id: VBoxSampleDevice.cpp $ */ /** @file * VBox Sample Device. */ diff --git a/src/VBox/Devices/Serial/DevSerial.cpp b/src/VBox/Devices/Serial/DevSerial.cpp index e35b8e90c..625ce210e 100644 --- a/src/VBox/Devices/Serial/DevSerial.cpp +++ b/src/VBox/Devices/Serial/DevSerial.cpp @@ -1,4 +1,4 @@ -/* $Id: DevSerial.cpp 29892 2010-05-31 10:33:53Z vboxsync $ */ +/* $Id: DevSerial.cpp $ */ /** @file * DevSerial - 16550A UART emulation. * (taken from hw/serial.c 2010/05/15 with modifications) @@ -306,7 +306,7 @@ static void serial_update_irq(SerialState *s) * this is not in the specification but is observed on existing * hardware. */ tmp_iir = UART_IIR_CTI; - } else if ( (s->ier & UART_IER_RDI) + } else if ( (s->ier & UART_IER_RDI) && (s->lsr & UART_LSR_DR) && ( !(s->fcr & UART_FCR_FE) || s->recv_fifo.count >= s->recv_fifo.itl)) { diff --git a/src/VBox/Devices/Serial/DrvChar.cpp b/src/VBox/Devices/Serial/DrvChar.cpp index 2a77dde49..94cf748fb 100644 --- a/src/VBox/Devices/Serial/DrvChar.cpp +++ b/src/VBox/Devices/Serial/DrvChar.cpp @@ -1,4 +1,4 @@ -/* $Id: DrvChar.cpp 29846 2010-05-27 16:25:28Z vboxsync $ */ +/* $Id: DrvChar.cpp $ */ /** @file * Driver that adapts PDMISTREAM into PDMICHARCONNECTOR / PDMICHARPORT. * diff --git a/src/VBox/Devices/Serial/DrvHostSerial.cpp b/src/VBox/Devices/Serial/DrvHostSerial.cpp index 35cc89e51..2f4a1da53 100644 --- a/src/VBox/Devices/Serial/DrvHostSerial.cpp +++ b/src/VBox/Devices/Serial/DrvHostSerial.cpp @@ -1,4 +1,4 @@ -/* $Id: DrvHostSerial.cpp 28800 2010-04-27 08:22:32Z vboxsync $ */ +/* $Id: DrvHostSerial.cpp $ */ /** @file * VBox stream I/O devices: Host serial driver */ diff --git a/src/VBox/Devices/Serial/DrvNamedPipe.cpp b/src/VBox/Devices/Serial/DrvNamedPipe.cpp index 7506c0da6..f80477812 100644 --- a/src/VBox/Devices/Serial/DrvNamedPipe.cpp +++ b/src/VBox/Devices/Serial/DrvNamedPipe.cpp @@ -1,4 +1,4 @@ -/* $Id: DrvNamedPipe.cpp 28800 2010-04-27 08:22:32Z vboxsync $ */ +/* $Id: DrvNamedPipe.cpp $ */ /** @file * Named pipe / local socket stream driver. */ diff --git a/src/VBox/Devices/Serial/DrvRawFile.cpp b/src/VBox/Devices/Serial/DrvRawFile.cpp index b686ad618..d4902a885 100644 --- a/src/VBox/Devices/Serial/DrvRawFile.cpp +++ b/src/VBox/Devices/Serial/DrvRawFile.cpp @@ -1,4 +1,4 @@ -/* $Id: DrvRawFile.cpp 28800 2010-04-27 08:22:32Z vboxsync $ */ +/* $Id: DrvRawFile.cpp $ */ /** @file * VBox stream drivers - Raw file output. */ diff --git a/src/VBox/Devices/Storage/ATAController.cpp b/src/VBox/Devices/Storage/ATAController.cpp index 2ccda9c2d..d1777efba 100644 --- a/src/VBox/Devices/Storage/ATAController.cpp +++ b/src/VBox/Devices/Storage/ATAController.cpp @@ -1,4 +1,4 @@ -/* $Id: ATAController.cpp 29941 2010-06-01 11:49:49Z vboxsync $ */ +/* $Id: ATAController.cpp $ */ /** @file * DevATA, DevAHCI - Shared ATA/ATAPI controller code (disk and cdrom). * @@ -5148,7 +5148,7 @@ int ataControllerAttach(PAHCIATACONTROLLER pCtl, PPDMIBASE pDrvBase, bool fMast * Try attach the block device and get the interfaces, * required as well as optional. */ - + pIf->pDrvBase = pDrvBase; if (pDrvBase) { diff --git a/src/VBox/Devices/Storage/ATAController.h b/src/VBox/Devices/Storage/ATAController.h index 55b3841ef..68ac40b8b 100644 --- a/src/VBox/Devices/Storage/ATAController.h +++ b/src/VBox/Devices/Storage/ATAController.h @@ -1,4 +1,4 @@ -/* $Id: ATAController.h 29758 2010-05-24 08:38:48Z vboxsync $ */ +/* $Id: ATAController.h $ */ /** @file * DevATA, DevAHCI - Shared ATA/ATAPI controller types. */ diff --git a/src/VBox/Devices/Storage/Debug.cpp b/src/VBox/Devices/Storage/Debug.cpp index f73d32d7c..774722734 100644 --- a/src/VBox/Devices/Storage/Debug.cpp +++ b/src/VBox/Devices/Storage/Debug.cpp @@ -1,4 +1,4 @@ -/* $Id: Debug.cpp 28800 2010-04-27 08:22:32Z vboxsync $ */ +/* $Id: Debug.cpp $ */ /** @file * VBox storage devices: debug helpers */ diff --git a/src/VBox/Devices/Storage/DevAHCI.cpp b/src/VBox/Devices/Storage/DevAHCI.cpp index eb81d7fa6..7c6ebd3b1 100644 --- a/src/VBox/Devices/Storage/DevAHCI.cpp +++ b/src/VBox/Devices/Storage/DevAHCI.cpp @@ -1,4 +1,4 @@ -/* $Id: DevAHCI.cpp 29879 2010-05-30 10:55:03Z vboxsync $ */ +/* $Id: DevAHCI.cpp $ */ /** @file * VBox storage devices: AHCI controller device (disk and cdrom). * Implements the AHCI standard 1.1 diff --git a/src/VBox/Devices/Storage/DevATA.cpp b/src/VBox/Devices/Storage/DevATA.cpp index 7f91300f4..445b41cea 100644 --- a/src/VBox/Devices/Storage/DevATA.cpp +++ b/src/VBox/Devices/Storage/DevATA.cpp @@ -1,4 +1,4 @@ -/* $Id: DevATA.cpp 28980 2010-05-03 14:45:14Z vboxsync $ */ +/* $Id: DevATA.cpp $ */ /** @file * VBox storage devices: ATA/ATAPI controller device (disk and cdrom). */ diff --git a/src/VBox/Devices/Storage/DevBusLogic.cpp b/src/VBox/Devices/Storage/DevBusLogic.cpp index 1d7ec97bd..242ab744e 100644 --- a/src/VBox/Devices/Storage/DevBusLogic.cpp +++ b/src/VBox/Devices/Storage/DevBusLogic.cpp @@ -1,4 +1,4 @@ -/* $Id: DevBusLogic.cpp 29614 2010-05-18 11:48:31Z vboxsync $ */ +/* $Id: DevBusLogic.cpp $ */ /** @file * VBox storage devices: BusLogic SCSI host adapter BT-958. */ diff --git a/src/VBox/Devices/Storage/DevLsiLogicSCSI.cpp b/src/VBox/Devices/Storage/DevLsiLogicSCSI.cpp index ccc5f4d24..e37c6cd21 100644 --- a/src/VBox/Devices/Storage/DevLsiLogicSCSI.cpp +++ b/src/VBox/Devices/Storage/DevLsiLogicSCSI.cpp @@ -1,4 +1,4 @@ -/* $Id: DevLsiLogicSCSI.cpp 29913 2010-05-31 14:51:38Z vboxsync $ */ +/* $Id: DevLsiLogicSCSI.cpp $ */ /** @file * VBox storage devices: LsiLogic LSI53c1030 SCSI controller. */ diff --git a/src/VBox/Devices/Storage/DevLsiLogicSCSI.h b/src/VBox/Devices/Storage/DevLsiLogicSCSI.h index 55b1f0299..fd0be737b 100644 --- a/src/VBox/Devices/Storage/DevLsiLogicSCSI.h +++ b/src/VBox/Devices/Storage/DevLsiLogicSCSI.h @@ -1,4 +1,4 @@ -/* $Id: DevLsiLogicSCSI.h 29588 2010-05-17 22:32:29Z vboxsync $ */ +/* $Id: DevLsiLogicSCSI.h $ */ /** @file * VBox storage devices: LsiLogic LSI53c1030 SCSI controller - Defines and structures. */ diff --git a/src/VBox/Devices/Storage/DrvBlock.cpp b/src/VBox/Devices/Storage/DrvBlock.cpp index a71012915..9a26ca64e 100644 --- a/src/VBox/Devices/Storage/DrvBlock.cpp +++ b/src/VBox/Devices/Storage/DrvBlock.cpp @@ -1,4 +1,4 @@ -/* $Id: DrvBlock.cpp 29341 2010-05-11 11:15:22Z vboxsync $ */ +/* $Id: DrvBlock.cpp $ */ /** @file * VBox storage devices: Generic block driver */ diff --git a/src/VBox/Devices/Storage/DrvDiskIntegrity.cpp b/src/VBox/Devices/Storage/DrvDiskIntegrity.cpp index 2b4de7bbe..a9dfdd7e9 100644 --- a/src/VBox/Devices/Storage/DrvDiskIntegrity.cpp +++ b/src/VBox/Devices/Storage/DrvDiskIntegrity.cpp @@ -1,4 +1,4 @@ -/* $Id: DrvDiskIntegrity.cpp 29495 2010-05-14 19:01:41Z vboxsync $ */ +/* $Id: DrvDiskIntegrity.cpp $ */ /** @file * VBox storage devices: Disk integrity check. */ diff --git a/src/VBox/Devices/Storage/DrvHostBase.cpp b/src/VBox/Devices/Storage/DrvHostBase.cpp index dfaa32aaa..86bb492bf 100644 --- a/src/VBox/Devices/Storage/DrvHostBase.cpp +++ b/src/VBox/Devices/Storage/DrvHostBase.cpp @@ -1,4 +1,4 @@ -/* $Id: DrvHostBase.cpp 28800 2010-04-27 08:22:32Z vboxsync $ */ +/* $Id: DrvHostBase.cpp $ */ /** @file * DrvHostBase - Host base drive access driver. */ diff --git a/src/VBox/Devices/Storage/DrvHostBase.h b/src/VBox/Devices/Storage/DrvHostBase.h index 829de2129..3cce2068d 100644 --- a/src/VBox/Devices/Storage/DrvHostBase.h +++ b/src/VBox/Devices/Storage/DrvHostBase.h @@ -1,4 +1,4 @@ -/* $Id: DrvHostBase.h 28800 2010-04-27 08:22:32Z vboxsync $ */ +/* $Id: DrvHostBase.h $ */ /** @file * DrvHostBase - Host base drive access driver. */ diff --git a/src/VBox/Devices/Storage/DrvHostDVD.cpp b/src/VBox/Devices/Storage/DrvHostDVD.cpp index 369c85e17..fa818d58b 100644 --- a/src/VBox/Devices/Storage/DrvHostDVD.cpp +++ b/src/VBox/Devices/Storage/DrvHostDVD.cpp @@ -1,4 +1,4 @@ -/* $Id: DrvHostDVD.cpp 29250 2010-05-09 17:53:58Z vboxsync $ */ +/* $Id: DrvHostDVD.cpp $ */ /** @file * DrvHostDVD - Host DVD block driver. */ diff --git a/src/VBox/Devices/Storage/DrvMediaISO.cpp b/src/VBox/Devices/Storage/DrvMediaISO.cpp index 8e298e8ec..67dd4d8f8 100644 --- a/src/VBox/Devices/Storage/DrvMediaISO.cpp +++ b/src/VBox/Devices/Storage/DrvMediaISO.cpp @@ -1,4 +1,4 @@ -/* $Id: DrvMediaISO.cpp 28800 2010-04-27 08:22:32Z vboxsync $ */ +/* $Id: DrvMediaISO.cpp $ */ /** @file * VBox storage devices: ISO image media driver */ diff --git a/src/VBox/Devices/Storage/DrvRawImage.cpp b/src/VBox/Devices/Storage/DrvRawImage.cpp index 3d39f5b42..daa8f4cf3 100644 --- a/src/VBox/Devices/Storage/DrvRawImage.cpp +++ b/src/VBox/Devices/Storage/DrvRawImage.cpp @@ -1,4 +1,4 @@ -/* $Id: DrvRawImage.cpp 28800 2010-04-27 08:22:32Z vboxsync $ */ +/* $Id: DrvRawImage.cpp $ */ /** @file * VBox storage devices: Raw image driver */ diff --git a/src/VBox/Devices/Storage/DrvSCSI.cpp b/src/VBox/Devices/Storage/DrvSCSI.cpp index 666ea05cb..4660398eb 100644 --- a/src/VBox/Devices/Storage/DrvSCSI.cpp +++ b/src/VBox/Devices/Storage/DrvSCSI.cpp @@ -1,4 +1,4 @@ -/* $Id: DrvSCSI.cpp 29586 2010-05-17 21:25:30Z vboxsync $ */ +/* $Id: DrvSCSI.cpp $ */ /** @file * VBox storage drivers: Generic SCSI command parser and execution driver */ diff --git a/src/VBox/Devices/Storage/DrvSCSIHost.cpp b/src/VBox/Devices/Storage/DrvSCSIHost.cpp index 588d6f16c..4a4e897ee 100644 --- a/src/VBox/Devices/Storage/DrvSCSIHost.cpp +++ b/src/VBox/Devices/Storage/DrvSCSIHost.cpp @@ -1,4 +1,4 @@ -/* $Id: DrvSCSIHost.cpp 28800 2010-04-27 08:22:32Z vboxsync $ */ +/* $Id: DrvSCSIHost.cpp $ */ /** @file * VBox storage drivers: Host SCSI access driver. */ diff --git a/src/VBox/Devices/Storage/DrvVD.cpp b/src/VBox/Devices/Storage/DrvVD.cpp index b9f9e66a3..07b928e68 100644 --- a/src/VBox/Devices/Storage/DrvVD.cpp +++ b/src/VBox/Devices/Storage/DrvVD.cpp @@ -1,4 +1,4 @@ -/* $Id: DrvVD.cpp 29135 2010-05-06 11:28:04Z vboxsync $ */ +/* $Id: DrvVD.cpp $ */ /** @file * DrvVD - Generic VBox disk media driver. */ diff --git a/src/VBox/Devices/Storage/ISCSIHDDCore.cpp b/src/VBox/Devices/Storage/ISCSIHDDCore.cpp index cf3c667df..1c96f7387 100644 --- a/src/VBox/Devices/Storage/ISCSIHDDCore.cpp +++ b/src/VBox/Devices/Storage/ISCSIHDDCore.cpp @@ -1,4 +1,4 @@ -/* $Id: ISCSIHDDCore.cpp 29498 2010-05-14 21:05:14Z vboxsync $ */ +/* $Id: ISCSIHDDCore.cpp $ */ /** @file * iSCSI initiator driver, VD backend. */ diff --git a/src/VBox/Devices/Storage/ParallelsHDDCore.cpp b/src/VBox/Devices/Storage/ParallelsHDDCore.cpp index d72a56992..093f11075 100644 --- a/src/VBox/Devices/Storage/ParallelsHDDCore.cpp +++ b/src/VBox/Devices/Storage/ParallelsHDDCore.cpp @@ -1,4 +1,4 @@ -/* $Id: ParallelsHDDCore.cpp 28800 2010-04-27 08:22:32Z vboxsync $ */ +/* $Id: ParallelsHDDCore.cpp $ */ /** @file * * Parallels hdd disk image, core code. diff --git a/src/VBox/Devices/Storage/RawHDDCore.cpp b/src/VBox/Devices/Storage/RawHDDCore.cpp index f78ec0a7c..d3625970c 100644 --- a/src/VBox/Devices/Storage/RawHDDCore.cpp +++ b/src/VBox/Devices/Storage/RawHDDCore.cpp @@ -1,4 +1,4 @@ -/* $Id: RawHDDCore.cpp 28800 2010-04-27 08:22:32Z vboxsync $ */ +/* $Id: RawHDDCore.cpp $ */ /** @file * RawHDDCore - Raw Disk image, Core Code. */ diff --git a/src/VBox/Devices/Storage/UsbMsd.cpp b/src/VBox/Devices/Storage/UsbMsd.cpp index c7f8d4fa3..1cbd43e33 100644 --- a/src/VBox/Devices/Storage/UsbMsd.cpp +++ b/src/VBox/Devices/Storage/UsbMsd.cpp @@ -1,4 +1,4 @@ -/* $Id: UsbMsd.cpp 28800 2010-04-27 08:22:32Z vboxsync $ */ +/* $Id: UsbMsd.cpp $ */ /** @file * UsbMSD - USB Mass Stoage Device Emulation. */ diff --git a/src/VBox/Devices/Storage/VBoxHDD.cpp b/src/VBox/Devices/Storage/VBoxHDD.cpp index 87246bb94..6a0648b6b 100644 --- a/src/VBox/Devices/Storage/VBoxHDD.cpp +++ b/src/VBox/Devices/Storage/VBoxHDD.cpp @@ -1,4 +1,4 @@ -/* $Id: VBoxHDD.cpp 29497 2010-05-14 19:45:44Z vboxsync $ */ +/* $Id: VBoxHDD.cpp $ */ /** @file * VBoxHDD - VBox HDD Container implementation. */ @@ -268,6 +268,8 @@ typedef struct VDIOCTX size_t cbPreRead; /** Number of bytes to post read. */ size_t cbPostRead; + /** Number of bytes to write left in the parent. */ + size_t cbWriteParent; /** Write type dependent data. */ union { @@ -280,8 +282,6 @@ typedef struct VDIOCTX size_t cbWriteCopy; /** Bytes to read from the image. */ size_t cbReadImage; - /** Number of bytes to wite left. */ - size_t cbWrite; } Optimized; } Write; } Child; @@ -642,7 +642,7 @@ DECLINLINE(PVDIOCTX) vdIoCtxChildAlloc(PVBOXHDD pDisk, VDIOCTXTXDIR enmTxDir, uint64_t uOffset, size_t cbTransfer, PCRTSGSEG paSeg, unsigned cSeg, PVDIOCTX pIoCtxParent, size_t cbTransferParent, - void *pvAllocation, + size_t cbWriteParent, void *pvAllocation, PFNVDIOCTXTRANSFER pfnIoCtxTransfer) { PVDIOCTX pIoCtx = vdIoCtxAlloc(pDisk, enmTxDir, uOffset, cbTransfer, @@ -654,6 +654,7 @@ DECLINLINE(PVDIOCTX) vdIoCtxChildAlloc(PVBOXHDD pDisk, VDIOCTXTXDIR enmTxDir, pIoCtx->Type.Child.uOffsetSaved = uOffset; pIoCtx->Type.Child.cbTransferLeftSaved = cbTransfer; pIoCtx->Type.Child.cbTransferParent = cbTransferParent; + pIoCtx->Type.Child.cbWriteParent = cbWriteParent; } return pIoCtx; @@ -1298,7 +1299,17 @@ static int vdWriteHelperOptimizedCmpAndWriteAsync(PVDIOCTX pIoCtx) { /* Now assemble the remaining data. */ if (cbWriteCopy) - vdIoCtxCopy(pIoCtx, pIoCtxParent, cbWriteCopy); + { + /* + * The S/G buffer of the parent needs to be cloned because + * it is not allowed to modify the state. + */ + RTSGBUF SgBufParentTmp; + + RTSgBufClone(&SgBufParentTmp, &pIoCtxParent->SgBuf); + RTSgBufCopy(&pIoCtx->SgBuf, &SgBufParentTmp, cbWriteCopy); + } + /* Zero out the remainder of this block. Will never be visible, as this * is beyond the limit of the image. */ if (cbFill) @@ -1312,7 +1323,7 @@ static int vdWriteHelperOptimizedCmpAndWriteAsync(PVDIOCTX pIoCtx) RTSgBufReset(&pIoCtx->SgBuf); rc = pImage->Backend->pfnAsyncWrite(pImage->pvBackendData, pIoCtx->uOffset - cbPreRead, - cbPreRead + pIoCtx->cbTransferLeft + cbPostRead, + cbPreRead + cbThisWrite + cbPostRead, pIoCtx, NULL, &cbPreRead, &cbPostRead, 0); Assert(rc != VERR_VD_BLOCK_FREE); Assert(cbPreRead == 0); @@ -1353,7 +1364,7 @@ static int vdWriteHelperOptimizedAsync(PVDIOCTX pIoCtx) size_t cbThisWrite = pIoCtx->Type.Child.cbTransferParent; size_t cbPreRead = pIoCtx->Type.Child.cbPreRead; size_t cbPostRead = pIoCtx->Type.Child.cbPostRead; - size_t cbWrite = pIoCtx->Type.Child.Write.Optimized.cbWrite; + size_t cbWrite = pIoCtx->Type.Child.cbWriteParent; size_t cbFill = 0; size_t cbWriteCopy = 0; size_t cbReadImage = 0; @@ -1388,7 +1399,7 @@ static int vdWriteHelperOptimizedAsync(PVDIOCTX pIoCtx) * be modified by the write or not. */ pIoCtx->cbTransferLeft = cbPreRead + cbThisWrite + cbPostRead - cbFill; pIoCtx->cbTransfer = pIoCtx->cbTransferLeft; - pIoCtx->uOffset -= cbPreRead; + pIoCtx->uOffset -= cbPreRead; /* Next step */ pIoCtx->pfnIoCtxTransferNext = vdWriteHelperOptimizedPreReadAsync; @@ -1438,7 +1449,7 @@ static int vdWriteHelperAsync(PVDIOCTX pIoCtx) RTListAppend(&pDisk->ListWriteGrowing, &pIoCtx->NodeWriteGrowing); pIoCtx->fBlocked = true; Assert(pIoCtx->NodeWriteGrowing.pNext == &pDisk->ListWriteGrowing); - Assert(pDisk->ListWriteGrowing.pPrev == & pIoCtx->NodeWriteGrowing); + Assert(pDisk->ListWriteGrowing.pPrev == &pIoCtx->NodeWriteGrowing); rc = VERR_VD_ASYNC_IO_IN_PROGRESS; break; } @@ -1458,6 +1469,7 @@ static int vdWriteHelperAsync(PVDIOCTX pIoCtx) uOffset, pTmp->cbSeg, pTmp, 1, pIoCtx, cbThisWrite, + cbWrite, pTmp, (pImage->uOpenFlags & VD_OPEN_FLAGS_HONOR_SAME) ? vdWriteHelperStandardAsync diff --git a/src/VBox/Devices/Storage/VBoxHDDFormats/AppleDiskImage/Makefile.kmk b/src/VBox/Devices/Storage/VBoxHDDFormats/AppleDiskImage/Makefile.kmk index 7a7cbac0c..67ca0ece7 100644 --- a/src/VBox/Devices/Storage/VBoxHDDFormats/AppleDiskImage/Makefile.kmk +++ b/src/VBox/Devices/Storage/VBoxHDDFormats/AppleDiskImage/Makefile.kmk @@ -1,4 +1,4 @@ -# $Id: Makefile.kmk 28800 2010-04-27 08:22:32Z vboxsync $ +# $Id: Makefile.kmk $ ## @file # VBoxHDDAppleDMG - Apple Disk Image. # diff --git a/src/VBox/Devices/Storage/VBoxHDDFormats/AppleDiskImage/VBoxDMG.cpp b/src/VBox/Devices/Storage/VBoxHDDFormats/AppleDiskImage/VBoxDMG.cpp index fdc93ab67..692586fec 100644 --- a/src/VBox/Devices/Storage/VBoxHDDFormats/AppleDiskImage/VBoxDMG.cpp +++ b/src/VBox/Devices/Storage/VBoxHDDFormats/AppleDiskImage/VBoxDMG.cpp @@ -1,4 +1,4 @@ -/* $Id: VBoxDMG.cpp 28800 2010-04-27 08:22:32Z vboxsync $ */ +/* $Id: VBoxDMG.cpp $ */ /** @file * VBoxDMG - Intepreter for Apple Disk Images (DMG). */ diff --git a/src/VBox/Devices/Storage/VBoxSCSI.cpp b/src/VBox/Devices/Storage/VBoxSCSI.cpp index 3255b7158..f01c1a47d 100644 --- a/src/VBox/Devices/Storage/VBoxSCSI.cpp +++ b/src/VBox/Devices/Storage/VBoxSCSI.cpp @@ -1,4 +1,4 @@ -/* $Id: VBoxSCSI.cpp 28800 2010-04-27 08:22:32Z vboxsync $ */ +/* $Id: VBoxSCSI.cpp $ */ /** @file * * VBox storage devices: diff --git a/src/VBox/Devices/Storage/VBoxSCSI.h b/src/VBox/Devices/Storage/VBoxSCSI.h index 6b13f303e..5b83586d3 100644 --- a/src/VBox/Devices/Storage/VBoxSCSI.h +++ b/src/VBox/Devices/Storage/VBoxSCSI.h @@ -1,4 +1,4 @@ -/* $Id: VBoxSCSI.h 28800 2010-04-27 08:22:32Z vboxsync $ */ +/* $Id: VBoxSCSI.h $ */ /** @file * * VBox storage devices: diff --git a/src/VBox/Devices/Storage/VDICore.h b/src/VBox/Devices/Storage/VDICore.h index 16ecfa967..f663ee57a 100644 --- a/src/VBox/Devices/Storage/VDICore.h +++ b/src/VBox/Devices/Storage/VDICore.h @@ -1,4 +1,4 @@ -/* $Id: VDICore.h 28800 2010-04-27 08:22:32Z vboxsync $ */ +/* $Id: VDICore.h $ */ /** @file * Virtual Disk Image (VDI), Core Code Header (internal). */ diff --git a/src/VBox/Devices/Storage/VHDHDDCore.cpp b/src/VBox/Devices/Storage/VHDHDDCore.cpp index 4b9cd1ac1..c9928ee33 100644 --- a/src/VBox/Devices/Storage/VHDHDDCore.cpp +++ b/src/VBox/Devices/Storage/VHDHDDCore.cpp @@ -1,4 +1,4 @@ -/* $Id: VHDHDDCore.cpp 29250 2010-05-09 17:53:58Z vboxsync $ */ +/* $Id: VHDHDDCore.cpp $ */ /** @file * VHD Disk image, Core Code. */ diff --git a/src/VBox/Devices/Storage/VSCSI/VSCSIDevice.cpp b/src/VBox/Devices/Storage/VSCSI/VSCSIDevice.cpp index aa1683a19..965d017ca 100644 --- a/src/VBox/Devices/Storage/VSCSI/VSCSIDevice.cpp +++ b/src/VBox/Devices/Storage/VSCSI/VSCSIDevice.cpp @@ -1,4 +1,4 @@ -/* $Id: VSCSIDevice.cpp 28800 2010-04-27 08:22:32Z vboxsync $ */ +/* $Id: VSCSIDevice.cpp $ */ /** @file * Virtual SCSI driver: Device handling */ diff --git a/src/VBox/Devices/Storage/VSCSI/VSCSIInline.h b/src/VBox/Devices/Storage/VSCSI/VSCSIInline.h index 67bcc6458..d897a21eb 100644 --- a/src/VBox/Devices/Storage/VSCSI/VSCSIInline.h +++ b/src/VBox/Devices/Storage/VSCSI/VSCSIInline.h @@ -1,4 +1,4 @@ -/* $Id: VSCSIInline.h 28800 2010-04-27 08:22:32Z vboxsync $ */ +/* $Id: VSCSIInline.h $ */ /** @file * Virtual SCSI driver: Inline helpers */ diff --git a/src/VBox/Devices/Storage/VSCSI/VSCSIInternal.h b/src/VBox/Devices/Storage/VSCSI/VSCSIInternal.h index c2d863df7..0997b4da6 100644 --- a/src/VBox/Devices/Storage/VSCSI/VSCSIInternal.h +++ b/src/VBox/Devices/Storage/VSCSI/VSCSIInternal.h @@ -1,4 +1,4 @@ -/* $Id: VSCSIInternal.h 28800 2010-04-27 08:22:32Z vboxsync $ */ +/* $Id: VSCSIInternal.h $ */ /** @file * Virtual SCSI driver: Internal defines */ diff --git a/src/VBox/Devices/Storage/VSCSI/VSCSIIoReq.cpp b/src/VBox/Devices/Storage/VSCSI/VSCSIIoReq.cpp index 571b2d6b4..c4e8c8928 100644 --- a/src/VBox/Devices/Storage/VSCSI/VSCSIIoReq.cpp +++ b/src/VBox/Devices/Storage/VSCSI/VSCSIIoReq.cpp @@ -1,4 +1,4 @@ -/* $Id: VSCSIIoReq.cpp 28800 2010-04-27 08:22:32Z vboxsync $ */ +/* $Id: VSCSIIoReq.cpp $ */ /** @file * Virtual SCSI driver: I/O request handling. */ diff --git a/src/VBox/Devices/Storage/VSCSI/VSCSILun.cpp b/src/VBox/Devices/Storage/VSCSI/VSCSILun.cpp index f90ceff55..c8f5538b4 100644 --- a/src/VBox/Devices/Storage/VSCSI/VSCSILun.cpp +++ b/src/VBox/Devices/Storage/VSCSI/VSCSILun.cpp @@ -1,4 +1,4 @@ -/* $Id: VSCSILun.cpp 28800 2010-04-27 08:22:32Z vboxsync $ */ +/* $Id: VSCSILun.cpp $ */ /** @file * Virtual SCSI driver: LUN handling */ diff --git a/src/VBox/Devices/Storage/VSCSI/VSCSILunSbc.cpp b/src/VBox/Devices/Storage/VSCSI/VSCSILunSbc.cpp index 3c0e36c2a..96e932d49 100644 --- a/src/VBox/Devices/Storage/VSCSI/VSCSILunSbc.cpp +++ b/src/VBox/Devices/Storage/VSCSI/VSCSILunSbc.cpp @@ -1,4 +1,4 @@ -/* $Id: VSCSILunSbc.cpp 28800 2010-04-27 08:22:32Z vboxsync $ */ +/* $Id: VSCSILunSbc.cpp $ */ /** @file * Virtual SCSI driver: SBC LUN implementation (hard disks) */ diff --git a/src/VBox/Devices/Storage/VSCSI/VSCSISense.cpp b/src/VBox/Devices/Storage/VSCSI/VSCSISense.cpp index 48a84d986..6c981dca5 100644 --- a/src/VBox/Devices/Storage/VSCSI/VSCSISense.cpp +++ b/src/VBox/Devices/Storage/VSCSI/VSCSISense.cpp @@ -1,4 +1,4 @@ -/* $Id: VSCSISense.cpp 28800 2010-04-27 08:22:32Z vboxsync $ */ +/* $Id: VSCSISense.cpp $ */ /** @file * Virtual SCSI driver: Sense handling */ diff --git a/src/VBox/Devices/Storage/VSCSI/VSCSISgBuf.cpp b/src/VBox/Devices/Storage/VSCSI/VSCSISgBuf.cpp index a3dc1b1ee..d0b3ef746 100644 --- a/src/VBox/Devices/Storage/VSCSI/VSCSISgBuf.cpp +++ b/src/VBox/Devices/Storage/VSCSI/VSCSISgBuf.cpp @@ -1,4 +1,4 @@ -/* $Id: VSCSISgBuf.cpp 28800 2010-04-27 08:22:32Z vboxsync $ */ +/* $Id: VSCSISgBuf.cpp $ */ /** @file * Virtual SCSI driver: S/G list handling */ diff --git a/src/VBox/Devices/Storage/VmdkHDDCore.cpp b/src/VBox/Devices/Storage/VmdkHDDCore.cpp index a764df3e5..d55a4cbd8 100644 --- a/src/VBox/Devices/Storage/VmdkHDDCore.cpp +++ b/src/VBox/Devices/Storage/VmdkHDDCore.cpp @@ -1,4 +1,4 @@ -/* $Id: VmdkHDDCore.cpp 29649 2010-05-18 16:29:31Z vboxsync $ */ +/* $Id: VmdkHDDCore.cpp $ */ /** @file * VMDK Disk image, Core Code. */ diff --git a/src/VBox/Devices/Storage/fdc.c b/src/VBox/Devices/Storage/fdc.c index e5fa3e516..958633e5c 100644 --- a/src/VBox/Devices/Storage/fdc.c +++ b/src/VBox/Devices/Storage/fdc.c @@ -1,5 +1,5 @@ #ifdef VBOX -/* $Id: fdc.c 28800 2010-04-27 08:22:32Z vboxsync $ */ +/* $Id: fdc.c $ */ /** @file * VBox storage devices: Floppy disk controller */ diff --git a/src/VBox/Devices/Storage/ide.h b/src/VBox/Devices/Storage/ide.h index 0fc270c8c..d9e839cc1 100644 --- a/src/VBox/Devices/Storage/ide.h +++ b/src/VBox/Devices/Storage/ide.h @@ -1,4 +1,4 @@ -/* $Id: ide.h 28800 2010-04-27 08:22:32Z vboxsync $ */ +/* $Id: ide.h $ */ /** @file * VBox storage devices: ATA/ATAPI declarations */ diff --git a/src/VBox/Devices/Storage/testcase/Makefile.kmk b/src/VBox/Devices/Storage/testcase/Makefile.kmk index e5f39389f..339e18ec9 100644 --- a/src/VBox/Devices/Storage/testcase/Makefile.kmk +++ b/src/VBox/Devices/Storage/testcase/Makefile.kmk @@ -1,4 +1,4 @@ -# $Id: Makefile.kmk 28800 2010-04-27 08:22:32Z vboxsync $ +# $Id: Makefile.kmk $ ## @file # Sub-Makefile for the storage device & driver testcases. # diff --git a/src/VBox/Devices/Storage/testcase/tstVD.cpp b/src/VBox/Devices/Storage/testcase/tstVD.cpp index 4e9aee549..8de6b6308 100644 --- a/src/VBox/Devices/Storage/testcase/tstVD.cpp +++ b/src/VBox/Devices/Storage/testcase/tstVD.cpp @@ -1,4 +1,4 @@ -/* $Id: tstVD.cpp 29250 2010-05-09 17:53:58Z vboxsync $ */ +/* $Id: tstVD.cpp $ */ /** @file * Simple VBox HDD container test utility. */ diff --git a/src/VBox/Devices/USB/DevOHCI.cpp b/src/VBox/Devices/USB/DevOHCI.cpp index eb43e9e5f..8814fa8b3 100644 --- a/src/VBox/Devices/USB/DevOHCI.cpp +++ b/src/VBox/Devices/USB/DevOHCI.cpp @@ -1,4 +1,4 @@ -/* $Id: DevOHCI.cpp 29250 2010-05-09 17:53:58Z vboxsync $ */ +/* $Id: DevOHCI.cpp $ */ /** @file * DevOHCI - Open Host Controller Interface for USB. */ diff --git a/src/VBox/Devices/USB/DrvVUSBRootHub.cpp b/src/VBox/Devices/USB/DrvVUSBRootHub.cpp index 1a7872be0..d8ac2516d 100644 --- a/src/VBox/Devices/USB/DrvVUSBRootHub.cpp +++ b/src/VBox/Devices/USB/DrvVUSBRootHub.cpp @@ -1,4 +1,4 @@ -/* $Id: DrvVUSBRootHub.cpp 28800 2010-04-27 08:22:32Z vboxsync $ */ +/* $Id: DrvVUSBRootHub.cpp $ */ /** @file * Virtual USB - Root Hub Driver. */ diff --git a/src/VBox/Devices/USB/VUSBDevice.cpp b/src/VBox/Devices/USB/VUSBDevice.cpp index 630551e2c..ee194f1e3 100644 --- a/src/VBox/Devices/USB/VUSBDevice.cpp +++ b/src/VBox/Devices/USB/VUSBDevice.cpp @@ -1,4 +1,4 @@ -/* $Id: VUSBDevice.cpp 28800 2010-04-27 08:22:32Z vboxsync $ */ +/* $Id: VUSBDevice.cpp $ */ /** @file * Virtual USB - Device. */ diff --git a/src/VBox/Devices/USB/VUSBInternal.h b/src/VBox/Devices/USB/VUSBInternal.h index ee5a57fee..c2fc06ca7 100644 --- a/src/VBox/Devices/USB/VUSBInternal.h +++ b/src/VBox/Devices/USB/VUSBInternal.h @@ -1,4 +1,4 @@ -/* $Id: VUSBInternal.h 28800 2010-04-27 08:22:32Z vboxsync $ */ +/* $Id: VUSBInternal.h $ */ /** @file * Virtual USB - Internal header. * diff --git a/src/VBox/Devices/USB/VUSBReadAhead.cpp b/src/VBox/Devices/USB/VUSBReadAhead.cpp index 628abe214..4e6761dfa 100644 --- a/src/VBox/Devices/USB/VUSBReadAhead.cpp +++ b/src/VBox/Devices/USB/VUSBReadAhead.cpp @@ -1,4 +1,4 @@ -/* $Id: VUSBReadAhead.cpp 28800 2010-04-27 08:22:32Z vboxsync $ */ +/* $Id: VUSBReadAhead.cpp $ */ /** @file * Virtual USB - Read-ahead buffering for periodic endpoints. */ diff --git a/src/VBox/Devices/USB/VUSBUrb.cpp b/src/VBox/Devices/USB/VUSBUrb.cpp index e26025819..e066c41d8 100644 --- a/src/VBox/Devices/USB/VUSBUrb.cpp +++ b/src/VBox/Devices/USB/VUSBUrb.cpp @@ -1,4 +1,4 @@ -/* $Id: VUSBUrb.cpp 28800 2010-04-27 08:22:32Z vboxsync $ */ +/* $Id: VUSBUrb.cpp $ */ /** @file * Virtual USB - URBs. */ diff --git a/src/VBox/Devices/VBoxDDUDeps.cpp b/src/VBox/Devices/VBoxDDUDeps.cpp index ad341c9e5..89c4a17e1 100644 --- a/src/VBox/Devices/VBoxDDUDeps.cpp +++ b/src/VBox/Devices/VBoxDDUDeps.cpp @@ -1,4 +1,4 @@ -/* $Id: VBoxDDUDeps.cpp 28800 2010-04-27 08:22:32Z vboxsync $ */ +/* $Id: VBoxDDUDeps.cpp $ */ /** @file * VBoxDDU - For dragging in library objects. */ diff --git a/src/VBox/Devices/VMMDev/VMMDev.cpp b/src/VBox/Devices/VMMDev/VMMDev.cpp index d700883be..aafbeda21 100644 --- a/src/VBox/Devices/VMMDev/VMMDev.cpp +++ b/src/VBox/Devices/VMMDev/VMMDev.cpp @@ -1,4 +1,4 @@ -/* $Id: VMMDev.cpp 29751 2010-05-21 23:32:23Z vboxsync $ */ +/* $Id: VMMDev.cpp $ */ /** @file * VMMDev - Guest <-> VMM/Host communication device. */ @@ -470,22 +470,22 @@ static DECLCALLBACK(int) vmmdevRequestHandler(PPDMDEVINS pDevIns, void *pvUser, { if (pRequestHeader->size < sizeof(VMMDevReportGuestInfo)) { - AssertMsgFailed(("VMMDev guest information structure has invalid size!\n")); + AssertMsgFailed(("VMMDev guest information structure has an invalid size!\n")); pRequestHeader->rc = VERR_INVALID_PARAMETER; } else { - VMMDevReportGuestInfo *guestInfo = (VMMDevReportGuestInfo*)pRequestHeader; + VBoxGuestInfo *guestInfo = &((VMMDevReportGuestInfo*)pRequestHeader)->guestInfo; - if (memcmp (&pThis->guestInfo, &guestInfo->guestInfo, sizeof (guestInfo->guestInfo)) != 0) + if (memcmp (&pThis->guestInfo, guestInfo, sizeof(*guestInfo)) != 0) { /* make a copy of supplied information */ - pThis->guestInfo = guestInfo->guestInfo; + pThis->guestInfo = *guestInfo; /* Check additions version */ pThis->fu32AdditionsOk = VBOX_GUEST_ADDITIONS_VERSION_OK(pThis->guestInfo.additionsVersion); - LogRel(("Guest Additions information report: additionsVersion = 0x%08X osType = 0x%08X\n", + LogRel(("Guest Additions information report: Interface = 0x%08X osType = 0x%08X\n", pThis->guestInfo.additionsVersion, pThis->guestInfo.osType)); pThis->pDrv->pfnUpdateGuestVersion(pThis->pDrv, &pThis->guestInfo); @@ -503,6 +503,24 @@ static DECLCALLBACK(int) vmmdevRequestHandler(PPDMDEVINS pDevIns, void *pvUser, break; } + case VMMDevReq_ReportGuestInfo2: + { + if (pRequestHeader->size < sizeof(VMMDevReportGuestInfo2)) + { + AssertMsgFailed(("VMMDev guest information 2 structure has an invalid size!\n")); + pRequestHeader->rc = VERR_INVALID_PARAMETER; + } + else + { + VBoxGuestInfo2 *guestInfo2 = &((VMMDevReportGuestInfo2*)pRequestHeader)->guestInfo; + LogRel(("Guest Additions information report: Version %d.%d.%d r%d %.*s\n", + guestInfo2->additionsMajor, guestInfo2->additionsMinor, guestInfo2->additionsBuild, + guestInfo2->additionsRevision, guestInfo2->szName, sizeof(guestInfo2->szName))); + pRequestHeader->rc = VINF_SUCCESS; + } + break; + } + /* Report guest capabilities */ case VMMDevReq_ReportGuestCapabilities: { @@ -1772,7 +1790,7 @@ static DECLCALLBACK(int) vmmdevRequestHandler(PPDMDEVINS pDevIns, void *pvUser, else { pRequestHeader->rc = PGMR3SharedModuleRegister(PDMDevHlpGetVM(pDevIns), pReqModule->enmGuestOS, pReqModule->szName, pReqModule->szVersion, - pReqModule->GCBaseAddr, pReqModule->cbModule, + pReqModule->GCBaseAddr, pReqModule->cbModule, pReqModule->cRegions, pReqModule->aRegions); } break; @@ -1788,7 +1806,7 @@ static DECLCALLBACK(int) vmmdevRequestHandler(PPDMDEVINS pDevIns, void *pvUser, } else { - pRequestHeader->rc = PGMR3SharedModuleUnregister(PDMDevHlpGetVM(pDevIns), pReqModule->szName, pReqModule->szVersion, + pRequestHeader->rc = PGMR3SharedModuleUnregister(PDMDevHlpGetVM(pDevIns), pReqModule->szName, pReqModule->szVersion, pReqModule->GCBaseAddr, pReqModule->cbModule); } break; diff --git a/src/VBox/Devices/VMMDev/VMMDevHGCM.cpp b/src/VBox/Devices/VMMDev/VMMDevHGCM.cpp index bca441b9f..27d2de78d 100644 --- a/src/VBox/Devices/VMMDev/VMMDevHGCM.cpp +++ b/src/VBox/Devices/VMMDev/VMMDevHGCM.cpp @@ -1,4 +1,4 @@ -/* $Id: VMMDevHGCM.cpp 29743 2010-05-21 16:00:02Z vboxsync $ */ +/* $Id: VMMDevHGCM.cpp $ */ /** @file * VMMDev - HGCM - Host-Guest Communication Manager Device. */ diff --git a/src/VBox/Devices/VMMDev/VMMDevState.h b/src/VBox/Devices/VMMDev/VMMDevState.h index 1e67392aa..259572f5d 100644 --- a/src/VBox/Devices/VMMDev/VMMDevState.h +++ b/src/VBox/Devices/VMMDev/VMMDevState.h @@ -1,4 +1,4 @@ -/* $Id: VMMDevState.h 29590 2010-05-18 07:02:17Z vboxsync $ */ +/* $Id: VMMDevState.h $ */ /** @file * VMMDev - Guest <-> VMM/Host communication device, internal header. */ diff --git a/src/VBox/Devices/VirtIO/Virtio.cpp b/src/VBox/Devices/VirtIO/Virtio.cpp index 0b319c9f9..b587bfede 100644 --- a/src/VBox/Devices/VirtIO/Virtio.cpp +++ b/src/VBox/Devices/VirtIO/Virtio.cpp @@ -1,4 +1,4 @@ -/* $Id: Virtio.cpp 29917 2010-05-31 16:05:25Z vboxsync $ */ +/* $Id: Virtio.cpp $ */ /** @file * Virtio - Virtio Common Functions (VRing, VQueue, Virtio PCI) */ diff --git a/src/VBox/Devices/VirtIO/Virtio.h b/src/VBox/Devices/VirtIO/Virtio.h index 93331ee1e..90ae047f0 100644 --- a/src/VBox/Devices/VirtIO/Virtio.h +++ b/src/VBox/Devices/VirtIO/Virtio.h @@ -1,4 +1,4 @@ -/* $Id: Virtio.h 28800 2010-04-27 08:22:32Z vboxsync $ */ +/* $Id: Virtio.h $ */ /** @file * Virtio.h - Virtio Declarations */ diff --git a/src/VBox/Devices/testcase/Makefile.kmk b/src/VBox/Devices/testcase/Makefile.kmk index 5b46a7e17..0c3da11ab 100644 --- a/src/VBox/Devices/testcase/Makefile.kmk +++ b/src/VBox/Devices/testcase/Makefile.kmk @@ -1,4 +1,4 @@ -# $Id: Makefile.kmk 28800 2010-04-27 08:22:32Z vboxsync $ +# $Id: Makefile.kmk $ ## @file # Sub-Makefile for the device testcases. # diff --git a/src/VBox/Devices/testcase/tstDeviceStructSize.cpp b/src/VBox/Devices/testcase/tstDeviceStructSize.cpp index 401542752..87ea473d6 100644 --- a/src/VBox/Devices/testcase/tstDeviceStructSize.cpp +++ b/src/VBox/Devices/testcase/tstDeviceStructSize.cpp @@ -1,4 +1,4 @@ -/* $Id: tstDeviceStructSize.cpp 29435 2010-05-12 20:55:39Z vboxsync $ */ +/* $Id: tstDeviceStructSize.cpp $ */ /** @file * tstDeviceStructSize - testcase for check structure sizes/alignment * and to verify that HC and RC uses the same diff --git a/src/VBox/Devices/testcase/tstDeviceStructSizeRC.cpp b/src/VBox/Devices/testcase/tstDeviceStructSizeRC.cpp index 5a68e20d2..b59a4627b 100644 --- a/src/VBox/Devices/testcase/tstDeviceStructSizeRC.cpp +++ b/src/VBox/Devices/testcase/tstDeviceStructSizeRC.cpp @@ -1,4 +1,4 @@ -/* $Id: tstDeviceStructSizeRC.cpp 29847 2010-05-27 16:44:31Z vboxsync $ */ +/* $Id: tstDeviceStructSizeRC.cpp $ */ /** @file * tstDeviceStructSizeGC - Generate structure member and size checks from the GC perspective. * diff --git a/src/VBox/Devices/vl_vbox.h b/src/VBox/Devices/vl_vbox.h index 77279af58..c7b1dc201 100644 --- a/src/VBox/Devices/vl_vbox.h +++ b/src/VBox/Devices/vl_vbox.h @@ -1,4 +1,4 @@ -/* $Id: vl_vbox.h 28800 2010-04-27 08:22:32Z vboxsync $ */ +/* $Id: vl_vbox.h $ */ /** @file * VBox vl.h Replacement. * diff --git a/src/VBox/Disassembler/DisasmFormatBytes.cpp b/src/VBox/Disassembler/DisasmFormatBytes.cpp index f7c1ed70e..2046fe0d3 100644 --- a/src/VBox/Disassembler/DisasmFormatBytes.cpp +++ b/src/VBox/Disassembler/DisasmFormatBytes.cpp @@ -1,4 +1,4 @@ -/* $Id: DisasmFormatBytes.cpp 28800 2010-04-27 08:22:32Z vboxsync $ */ +/* $Id: DisasmFormatBytes.cpp $ */ /** @file * VBox Disassembler - Helper for formatting the opcode bytes. */ diff --git a/src/VBox/Disassembler/DisasmFormatYasm.cpp b/src/VBox/Disassembler/DisasmFormatYasm.cpp index 792f55795..4ad0a153d 100644 --- a/src/VBox/Disassembler/DisasmFormatYasm.cpp +++ b/src/VBox/Disassembler/DisasmFormatYasm.cpp @@ -1,4 +1,4 @@ -/* $Id: DisasmFormatYasm.cpp 28800 2010-04-27 08:22:32Z vboxsync $ */ +/* $Id: DisasmFormatYasm.cpp $ */ /** @file * VBox Disassembler - Yasm(/Nasm) Style Formatter. */ diff --git a/src/VBox/Disassembler/Makefile.kmk b/src/VBox/Disassembler/Makefile.kmk index 50635311e..e69ed588f 100644 --- a/src/VBox/Disassembler/Makefile.kmk +++ b/src/VBox/Disassembler/Makefile.kmk @@ -1,4 +1,4 @@ -# $Id: Makefile.kmk 28800 2010-04-27 08:22:32Z vboxsync $ +# $Id: Makefile.kmk $ ## @file # Sub-Makefile for the VBox Disassembler. # diff --git a/src/VBox/Disassembler/testcase/Makefile.kmk b/src/VBox/Disassembler/testcase/Makefile.kmk index f5eaffd27..83d53e42d 100644 --- a/src/VBox/Disassembler/testcase/Makefile.kmk +++ b/src/VBox/Disassembler/testcase/Makefile.kmk @@ -1,4 +1,4 @@ -# $Id: Makefile.kmk 28800 2010-04-27 08:22:32Z vboxsync $ +# $Id: Makefile.kmk $ ## @file # Sub-Makefile for the VBox Disassembler. # diff --git a/src/VBox/Disassembler/testcase/tstAsm.mac b/src/VBox/Disassembler/testcase/tstAsm.mac index ad135c9bb..0854d8615 100644 --- a/src/VBox/Disassembler/testcase/tstAsm.mac +++ b/src/VBox/Disassembler/testcase/tstAsm.mac @@ -1,4 +1,4 @@ -; $Id: tstAsm.mac 28800 2010-04-27 08:22:32Z vboxsync $ +; $Id: tstAsm.mac $ ;; @file ; Disassembly testcase - Common header for the xREG macros. ; diff --git a/src/VBox/Disassembler/testcase/tstAsmLock-1.asm b/src/VBox/Disassembler/testcase/tstAsmLock-1.asm index 7826591b7..533592011 100644 --- a/src/VBox/Disassembler/testcase/tstAsmLock-1.asm +++ b/src/VBox/Disassembler/testcase/tstAsmLock-1.asm @@ -1,4 +1,4 @@ -; $Id: tstAsmLock-1.asm 28800 2010-04-27 08:22:32Z vboxsync $ +; $Id: tstAsmLock-1.asm $ ;; @file ; Disassembly testcase - Valid lock sequences and related instructions. ; diff --git a/src/VBox/Disassembler/testcase/tstAsmLock-2.asm b/src/VBox/Disassembler/testcase/tstAsmLock-2.asm index b050a6e5d..f692b7e14 100644 --- a/src/VBox/Disassembler/testcase/tstAsmLock-2.asm +++ b/src/VBox/Disassembler/testcase/tstAsmLock-2.asm @@ -1,4 +1,4 @@ -; $Id: tstAsmLock-2.asm 28800 2010-04-27 08:22:32Z vboxsync $ +; $Id: tstAsmLock-2.asm $ ;; @file ; Disassembly testcase - Invalid invariants. ; diff --git a/src/VBox/Disassembler/testcase/tstAsmLock-3.asm b/src/VBox/Disassembler/testcase/tstAsmLock-3.asm index c52573945..ece8485a4 100644 --- a/src/VBox/Disassembler/testcase/tstAsmLock-3.asm +++ b/src/VBox/Disassembler/testcase/tstAsmLock-3.asm @@ -1,4 +1,4 @@ -; $Id: tstAsmLock-3.asm 28800 2010-04-27 08:22:32Z vboxsync $ +; $Id: tstAsmLock-3.asm $ ;; @file ; Disassembly testcase - Invalid lock sequences for non-locking instructions. ; diff --git a/src/VBox/Disassembler/testcase/tstAsmRegs-1.asm b/src/VBox/Disassembler/testcase/tstAsmRegs-1.asm index bb4543266..daba0fadb 100644 --- a/src/VBox/Disassembler/testcase/tstAsmRegs-1.asm +++ b/src/VBox/Disassembler/testcase/tstAsmRegs-1.asm @@ -1,4 +1,4 @@ -; $Id: tstAsmRegs-1.asm 28800 2010-04-27 08:22:32Z vboxsync $ +; $Id: tstAsmRegs-1.asm $ ;; @file ; Disassembly testcase - Accessing all the registers ; diff --git a/src/VBox/Disassembler/testcase/tstDisasm-2.cpp b/src/VBox/Disassembler/testcase/tstDisasm-2.cpp index d48898179..1fccdd723 100644 --- a/src/VBox/Disassembler/testcase/tstDisasm-2.cpp +++ b/src/VBox/Disassembler/testcase/tstDisasm-2.cpp @@ -1,4 +1,4 @@ -/* $Id: tstDisasm-2.cpp 28800 2010-04-27 08:22:32Z vboxsync $ */ +/* $Id: tstDisasm-2.cpp $ */ /** @file * Testcase - Generic Disassembler Tool. */ diff --git a/src/VBox/Frontends/Common/Makefile.kmk b/src/VBox/Frontends/Common/Makefile.kmk index a5c9a9693..204889576 100644 --- a/src/VBox/Frontends/Common/Makefile.kmk +++ b/src/VBox/Frontends/Common/Makefile.kmk @@ -1,4 +1,4 @@ -# $Id: Makefile.kmk 29654 2010-05-18 21:37:32Z vboxsync $ +# $Id: Makefile.kmk $ ## @file # Top-level makefile for VBox frontends shared bits # @@ -19,8 +19,10 @@ SUB_DEPTH = ../../../.. include $(KBUILD_PATH)/subheader.kmk # Include Sub-Makefiles -ifeq ($(filter-out freebsd linux openbsd netbsd solaris,$(KBUILD_TARGET)),) # X11 - include $(PATH_SUB_CURRENT)/VBoxKeyboard/Makefile.kmk +ifneq ($(VBOX_WITH_QTGUI)$(VBOX_WITH_VBOXSDL),) + ifeq ($(filter-out freebsd linux openbsd netbsd solaris,$(KBUILD_TARGET)),) # X11 + include $(PATH_SUB_CURRENT)/VBoxKeyboard/Makefile.kmk + endif endif include $(KBUILD_PATH)/subfooter.kmk diff --git a/src/VBox/Frontends/Common/VBoxKeyboard/Makefile.kmk b/src/VBox/Frontends/Common/VBoxKeyboard/Makefile.kmk index 72ead9a14..b88b1c11f 100644 --- a/src/VBox/Frontends/Common/VBoxKeyboard/Makefile.kmk +++ b/src/VBox/Frontends/Common/VBoxKeyboard/Makefile.kmk @@ -1,4 +1,4 @@ -# $Id: Makefile.kmk 29774 2010-05-25 11:31:58Z vboxsync $ +# $Id: Makefile.kmk $ ## @file # Makefile for the VirtualBox X11 keyboard library # diff --git a/src/VBox/Frontends/Common/VBoxKeyboard/keyboard.c b/src/VBox/Frontends/Common/VBoxKeyboard/keyboard.c index 49e766f41..3bcd355dc 100644 --- a/src/VBox/Frontends/Common/VBoxKeyboard/keyboard.c +++ b/src/VBox/Frontends/Common/VBoxKeyboard/keyboard.c @@ -1,4 +1,4 @@ -/* $Id: keyboard.c 29654 2010-05-18 21:37:32Z vboxsync $ */ +/* $Id: keyboard.c $ */ /** @file * * VBox frontends: Qt GUI ("VirtualBox"): diff --git a/src/VBox/Frontends/Makefile.kmk b/src/VBox/Frontends/Makefile.kmk index cc007cd38..215c0826d 100644 --- a/src/VBox/Frontends/Makefile.kmk +++ b/src/VBox/Frontends/Makefile.kmk @@ -1,4 +1,4 @@ -# $Id: Makefile.kmk 29654 2010-05-18 21:37:32Z vboxsync $ +# $Id: Makefile.kmk $ ## @file # Top-level makefile for the VBox frontends. # diff --git a/src/VBox/Frontends/VBoxBFE/DisplayImpl.cpp b/src/VBox/Frontends/VBoxBFE/DisplayImpl.cpp index 890e45685..2155bd35f 100644 --- a/src/VBox/Frontends/VBoxBFE/DisplayImpl.cpp +++ b/src/VBox/Frontends/VBoxBFE/DisplayImpl.cpp @@ -1,4 +1,4 @@ -/* $Id: DisplayImpl.cpp 28800 2010-04-27 08:22:32Z vboxsync $ */ +/* $Id: DisplayImpl.cpp $ */ /** @file * VBox frontends: Basic Frontend (BFE): * Implementation of Display class diff --git a/src/VBox/Frontends/VBoxBFE/DisplayImpl.h b/src/VBox/Frontends/VBoxBFE/DisplayImpl.h index 5e03a7f4f..7fb0fdeff 100644 --- a/src/VBox/Frontends/VBoxBFE/DisplayImpl.h +++ b/src/VBox/Frontends/VBoxBFE/DisplayImpl.h @@ -1,4 +1,4 @@ -/* $Id: DisplayImpl.h 28800 2010-04-27 08:22:32Z vboxsync $ */ +/* $Id: DisplayImpl.h $ */ /** @file * VBox frontends: Basic Frontend (BFE): * Declaration of Display class diff --git a/src/VBox/Frontends/VBoxBFE/KeyboardImpl.cpp b/src/VBox/Frontends/VBoxBFE/KeyboardImpl.cpp index 023a7cae6..cd46af199 100644 --- a/src/VBox/Frontends/VBoxBFE/KeyboardImpl.cpp +++ b/src/VBox/Frontends/VBoxBFE/KeyboardImpl.cpp @@ -1,4 +1,4 @@ -/* $Id: KeyboardImpl.cpp 28800 2010-04-27 08:22:32Z vboxsync $ */ +/* $Id: KeyboardImpl.cpp $ */ /** @file * VBox frontends: Basic Frontend (BFE): * Implementation of Keyboard class and related things diff --git a/src/VBox/Frontends/VBoxBFE/KeyboardImpl.h b/src/VBox/Frontends/VBoxBFE/KeyboardImpl.h index 3869306b6..90cb515c1 100644 --- a/src/VBox/Frontends/VBoxBFE/KeyboardImpl.h +++ b/src/VBox/Frontends/VBoxBFE/KeyboardImpl.h @@ -1,4 +1,4 @@ -/* $Id: KeyboardImpl.h 28800 2010-04-27 08:22:32Z vboxsync $ */ +/* $Id: KeyboardImpl.h $ */ /** @file * VBox frontends: Basic Frontend (BFE): * Declaration of Keyboard class and related things diff --git a/src/VBox/Frontends/VBoxBFE/Makefile.kmk b/src/VBox/Frontends/VBoxBFE/Makefile.kmk index 10cbbfab8..7afdcd56f 100644 --- a/src/VBox/Frontends/VBoxBFE/Makefile.kmk +++ b/src/VBox/Frontends/VBoxBFE/Makefile.kmk @@ -1,4 +1,4 @@ -# $Id: Makefile.kmk 28800 2010-04-27 08:22:32Z vboxsync $ +# $Id: Makefile.kmk $ ## @file # Sub-Makefile for VBoxBFE (a basic frontend which doesn't make use of Main). # diff --git a/src/VBox/Frontends/VBoxBFE/StatusImpl.cpp b/src/VBox/Frontends/VBoxBFE/StatusImpl.cpp index 82725c038..d46b4c808 100644 --- a/src/VBox/Frontends/VBoxBFE/StatusImpl.cpp +++ b/src/VBox/Frontends/VBoxBFE/StatusImpl.cpp @@ -1,4 +1,4 @@ -/* $Id: StatusImpl.cpp 28800 2010-04-27 08:22:32Z vboxsync $ */ +/* $Id: StatusImpl.cpp $ */ /** @file * VBox frontends: Basic Frontend (BFE): * Implementation of VMStatus class diff --git a/src/VBox/Frontends/VBoxBFE/StatusImpl.h b/src/VBox/Frontends/VBoxBFE/StatusImpl.h index 250677fab..7f0a00799 100644 --- a/src/VBox/Frontends/VBoxBFE/StatusImpl.h +++ b/src/VBox/Frontends/VBoxBFE/StatusImpl.h @@ -1,4 +1,4 @@ -/* $Id: StatusImpl.h 28800 2010-04-27 08:22:32Z vboxsync $ */ +/* $Id: StatusImpl.h $ */ /** @file * VBox frontends: Basic Frontend (BFE): * Declaration of VMStatus class diff --git a/src/VBox/Frontends/VBoxBFE/USBProxyServiceLinux.cpp b/src/VBox/Frontends/VBoxBFE/USBProxyServiceLinux.cpp index 166e28992..9796d094d 100644 --- a/src/VBox/Frontends/VBoxBFE/USBProxyServiceLinux.cpp +++ b/src/VBox/Frontends/VBoxBFE/USBProxyServiceLinux.cpp @@ -1,4 +1,4 @@ -/* $Id: USBProxyServiceLinux.cpp 28800 2010-04-27 08:22:32Z vboxsync $ */ +/* $Id: USBProxyServiceLinux.cpp $ */ /** @file * VBox frontends: Basic Frontend (BFE): * Implementation of USBProxyServiceLinux class diff --git a/src/VBox/Frontends/VBoxBFE/VBoxBFE.cpp b/src/VBox/Frontends/VBoxBFE/VBoxBFE.cpp index f1c10543f..a49add1ac 100644 --- a/src/VBox/Frontends/VBoxBFE/VBoxBFE.cpp +++ b/src/VBox/Frontends/VBoxBFE/VBoxBFE.cpp @@ -1,4 +1,4 @@ -/* $Id: VBoxBFE.cpp 28800 2010-04-27 08:22:32Z vboxsync $ */ +/* $Id: VBoxBFE.cpp $ */ /** @file * Basic Frontend (BFE): VBoxBFE main routines. * diff --git a/src/VBox/Frontends/VBoxBFE/VBoxBFEHardened.cpp b/src/VBox/Frontends/VBoxBFE/VBoxBFEHardened.cpp index 16646741c..62635e487 100644 --- a/src/VBox/Frontends/VBoxBFE/VBoxBFEHardened.cpp +++ b/src/VBox/Frontends/VBoxBFE/VBoxBFEHardened.cpp @@ -1,4 +1,4 @@ -/* $Id: VBoxBFEHardened.cpp 28800 2010-04-27 08:22:32Z vboxsync $ */ +/* $Id: VBoxBFEHardened.cpp $ */ /** @file * VBoxSDL - Hardened main(). */ diff --git a/src/VBox/Frontends/VBoxBFE/VMMDev.h b/src/VBox/Frontends/VBoxBFE/VMMDev.h index f23b49f28..a5081e0e0 100644 --- a/src/VBox/Frontends/VBoxBFE/VMMDev.h +++ b/src/VBox/Frontends/VBoxBFE/VMMDev.h @@ -1,4 +1,4 @@ -/* $Id: VMMDev.h 28800 2010-04-27 08:22:32Z vboxsync $ */ +/* $Id: VMMDev.h $ */ /** @file * VBox frontends: Basic Frontend (BFE): * Declaration of VMMDev: driver interface to VMM device diff --git a/src/VBox/Frontends/VBoxBFE/VMMDevInterface.cpp b/src/VBox/Frontends/VBoxBFE/VMMDevInterface.cpp index 32a908328..577a24e4c 100644 --- a/src/VBox/Frontends/VBoxBFE/VMMDevInterface.cpp +++ b/src/VBox/Frontends/VBoxBFE/VMMDevInterface.cpp @@ -1,4 +1,4 @@ -/* $Id: VMMDevInterface.cpp 28800 2010-04-27 08:22:32Z vboxsync $ */ +/* $Id: VMMDevInterface.cpp $ */ /** @file * VBox frontends: Basic Frontend (BFE): * Implementation of VMMDev: driver interface to VMM device diff --git a/src/VBox/Frontends/VBoxFB/Makefile.kmk b/src/VBox/Frontends/VBoxFB/Makefile.kmk index b02d4dcea..cc5d5d71d 100644 --- a/src/VBox/Frontends/VBoxFB/Makefile.kmk +++ b/src/VBox/Frontends/VBoxFB/Makefile.kmk @@ -1,4 +1,4 @@ -# $Id: Makefile.kmk 28800 2010-04-27 08:22:32Z vboxsync $ +# $Id: Makefile.kmk $ ## @file # Sub-Makefile for VBoxFB. # diff --git a/src/VBox/Frontends/VBoxHeadless/FramebufferVNC.cpp b/src/VBox/Frontends/VBoxHeadless/FramebufferVNC.cpp index 607ca70d7..c0f26ecd1 100644 --- a/src/VBox/Frontends/VBoxHeadless/FramebufferVNC.cpp +++ b/src/VBox/Frontends/VBoxHeadless/FramebufferVNC.cpp @@ -1,4 +1,4 @@ -/* $Id: FramebufferVNC.cpp 28800 2010-04-27 08:22:32Z vboxsync $ */ +/* $Id: FramebufferVNC.cpp $ */ /** @file * VBoxHeadless - VNC server implementation for VirtualBox. * diff --git a/src/VBox/Frontends/VBoxHeadless/FramebufferVNC.h b/src/VBox/Frontends/VBoxHeadless/FramebufferVNC.h index 9dd529203..5fad5702c 100644 --- a/src/VBox/Frontends/VBoxHeadless/FramebufferVNC.h +++ b/src/VBox/Frontends/VBoxHeadless/FramebufferVNC.h @@ -1,4 +1,4 @@ -/* $Id: FramebufferVNC.h 28800 2010-04-27 08:22:32Z vboxsync $ */ +/* $Id: FramebufferVNC.h $ */ /** @file * VBox Remote Desktop Protocol - VNC server interface. */ diff --git a/src/VBox/Frontends/VBoxHeadless/Makefile.kmk b/src/VBox/Frontends/VBoxHeadless/Makefile.kmk index 0e1d1419b..89265a0ce 100644 --- a/src/VBox/Frontends/VBoxHeadless/Makefile.kmk +++ b/src/VBox/Frontends/VBoxHeadless/Makefile.kmk @@ -1,4 +1,4 @@ -# $Id: Makefile.kmk 28800 2010-04-27 08:22:32Z vboxsync $ +# $Id: Makefile.kmk $ ## @file # Sub-Makefile for the headless frontend. # diff --git a/src/VBox/Frontends/VBoxHeadless/VBoxHeadless.cpp b/src/VBox/Frontends/VBoxHeadless/VBoxHeadless.cpp index e749a785d..960834f2e 100644 --- a/src/VBox/Frontends/VBoxHeadless/VBoxHeadless.cpp +++ b/src/VBox/Frontends/VBoxHeadless/VBoxHeadless.cpp @@ -1,4 +1,4 @@ -/* $Id: VBoxHeadless.cpp 29518 2010-05-17 10:06:22Z vboxsync $ */ +/* $Id: VBoxHeadless.cpp $ */ /** @file * VBoxHeadless - The VirtualBox Headless frontend for running VMs on servers. */ diff --git a/src/VBox/Frontends/VBoxHeadless/VBoxHeadlessHardened.cpp b/src/VBox/Frontends/VBoxHeadless/VBoxHeadlessHardened.cpp index 543f4a3c2..abb18eea8 100644 --- a/src/VBox/Frontends/VBoxHeadless/VBoxHeadlessHardened.cpp +++ b/src/VBox/Frontends/VBoxHeadless/VBoxHeadlessHardened.cpp @@ -1,4 +1,4 @@ -/* $Id: VBoxHeadlessHardened.cpp 28800 2010-04-27 08:22:32Z vboxsync $ */ +/* $Id: VBoxHeadlessHardened.cpp $ */ /** @file * VBoxHeadless - Hardened main(). */ diff --git a/src/VBox/Frontends/VBoxHeadless/VideoCapture/Makefile.kmk b/src/VBox/Frontends/VBoxHeadless/VideoCapture/Makefile.kmk index 8a4e5f056..885e755b7 100644 --- a/src/VBox/Frontends/VBoxHeadless/VideoCapture/Makefile.kmk +++ b/src/VBox/Frontends/VBoxHeadless/VideoCapture/Makefile.kmk @@ -1,4 +1,4 @@ -# $Id: Makefile.kmk 28800 2010-04-27 08:22:32Z vboxsync $ +# $Id: Makefile.kmk $ ## @file # Sub-Makefile for the ffmpeg frame buffer module. # diff --git a/src/VBox/Frontends/VBoxHeadless/testcase/Makefile.kmk b/src/VBox/Frontends/VBoxHeadless/testcase/Makefile.kmk index e7c97b8cb..ed7ab74f1 100644 --- a/src/VBox/Frontends/VBoxHeadless/testcase/Makefile.kmk +++ b/src/VBox/Frontends/VBoxHeadless/testcase/Makefile.kmk @@ -1,4 +1,4 @@ -# $Id: Makefile.kmk 28800 2010-04-27 08:22:32Z vboxsync $ +# $Id: Makefile.kmk $ ## @file # Sub-Makefile for the VRDP (headless RDP server) frontend testcase. # diff --git a/src/VBox/Frontends/VBoxManage/Makefile.kmk b/src/VBox/Frontends/VBoxManage/Makefile.kmk index 8c25968f4..6c19cd66c 100644 --- a/src/VBox/Frontends/VBoxManage/Makefile.kmk +++ b/src/VBox/Frontends/VBoxManage/Makefile.kmk @@ -1,4 +1,4 @@ -# $Id: Makefile.kmk 29555 2010-05-17 14:37:48Z vboxsync $ +# $Id: Makefile.kmk $ ## @file # Sub-Makefile for VBoxManage (the cli frontend). # diff --git a/src/VBox/Frontends/VBoxManage/VBoxInternalManage.cpp b/src/VBox/Frontends/VBoxManage/VBoxInternalManage.cpp index 019b59247..74d367bb9 100644 --- a/src/VBox/Frontends/VBoxManage/VBoxInternalManage.cpp +++ b/src/VBox/Frontends/VBoxManage/VBoxInternalManage.cpp @@ -1,4 +1,4 @@ -/* $Id: VBoxInternalManage.cpp 29651 2010-05-18 17:11:18Z vboxsync $ */ +/* $Id: VBoxInternalManage.cpp $ */ /** @file * VBoxManage - The 'internalcommands' command. * diff --git a/src/VBox/Frontends/VBoxManage/VBoxManage.cpp b/src/VBox/Frontends/VBoxManage/VBoxManage.cpp index 8469841a0..e3185164d 100644 --- a/src/VBox/Frontends/VBoxManage/VBoxManage.cpp +++ b/src/VBox/Frontends/VBoxManage/VBoxManage.cpp @@ -1,4 +1,4 @@ -/* $Id: VBoxManage.cpp 28800 2010-04-27 08:22:32Z vboxsync $ */ +/* $Id: VBoxManage.cpp $ */ /** @file * VBoxManage - VirtualBox's command-line interface. */ diff --git a/src/VBox/Frontends/VBoxManage/VBoxManage.h b/src/VBox/Frontends/VBoxManage/VBoxManage.h index 9527c8f5c..c624df2be 100644 --- a/src/VBox/Frontends/VBoxManage/VBoxManage.h +++ b/src/VBox/Frontends/VBoxManage/VBoxManage.h @@ -1,4 +1,4 @@ -/* $Id: VBoxManage.h 28800 2010-04-27 08:22:32Z vboxsync $ */ +/* $Id: VBoxManage.h $ */ /** @file * VBoxManage - VirtualBox command-line interface, internal header file. */ diff --git a/src/VBox/Frontends/VBoxManage/VBoxManageControlVM.cpp b/src/VBox/Frontends/VBoxManage/VBoxManageControlVM.cpp index 8e9c7437c..737d61a79 100644 --- a/src/VBox/Frontends/VBoxManage/VBoxManageControlVM.cpp +++ b/src/VBox/Frontends/VBoxManage/VBoxManageControlVM.cpp @@ -1,4 +1,4 @@ -/* $Id: VBoxManageControlVM.cpp 29979 2010-06-02 11:41:49Z vboxsync $ */ +/* $Id: VBoxManageControlVM.cpp $ */ /** @file * VBoxManage - VirtualBox's command-line interface. */ diff --git a/src/VBox/Frontends/VBoxManage/VBoxManageDHCPServer.cpp b/src/VBox/Frontends/VBoxManage/VBoxManageDHCPServer.cpp index c6a2044c9..6aae5ec79 100644 --- a/src/VBox/Frontends/VBoxManage/VBoxManageDHCPServer.cpp +++ b/src/VBox/Frontends/VBoxManage/VBoxManageDHCPServer.cpp @@ -1,4 +1,4 @@ -/* $Id: VBoxManageDHCPServer.cpp 28800 2010-04-27 08:22:32Z vboxsync $ */ +/* $Id: VBoxManageDHCPServer.cpp $ */ /** @file * VBoxManage - Implementation of dhcpserver command. */ diff --git a/src/VBox/Frontends/VBoxManage/VBoxManageDisk.cpp b/src/VBox/Frontends/VBoxManage/VBoxManageDisk.cpp index c05cb4ead..8030f2902 100644 --- a/src/VBox/Frontends/VBoxManage/VBoxManageDisk.cpp +++ b/src/VBox/Frontends/VBoxManage/VBoxManageDisk.cpp @@ -1,4 +1,4 @@ -/* $Id: VBoxManageDisk.cpp 28888 2010-04-29 11:50:05Z vboxsync $ */ +/* $Id: VBoxManageDisk.cpp $ */ /** @file * VBoxManage - The disk delated commands. */ diff --git a/src/VBox/Frontends/VBoxManage/VBoxManageGuestCtrl.cpp b/src/VBox/Frontends/VBoxManage/VBoxManageGuestCtrl.cpp index c446f946d..df10aa6e7 100644 --- a/src/VBox/Frontends/VBoxManage/VBoxManageGuestCtrl.cpp +++ b/src/VBox/Frontends/VBoxManage/VBoxManageGuestCtrl.cpp @@ -1,4 +1,4 @@ -/* $Id: VBoxManageGuestCtrl.cpp 29807 2010-05-26 10:13:20Z vboxsync $ */ +/* $Id: VBoxManageGuestCtrl.cpp $ */ /** @file * VBoxManage - The 'guestcontrol' command. */ @@ -69,7 +69,7 @@ void usageGuestControl(void) " --username <name> --password <password>\n" " [--arguments \"<arguments>\"]\n" " [--environment \"<NAME>=<VALUE> [<NAME>=<VALUE>]\"]\n" - " [--flags <flags>] [--timeout <msec>]\n" + " [--flags <flags>] [--timeout <msec>]\n" " [--verbose] [--wait-for exit,stdout,stderr||]\n" "\n"); } diff --git a/src/VBox/Frontends/VBoxManage/VBoxManageGuestProp.cpp b/src/VBox/Frontends/VBoxManage/VBoxManageGuestProp.cpp index 4f2455323..941672903 100644 --- a/src/VBox/Frontends/VBoxManage/VBoxManageGuestProp.cpp +++ b/src/VBox/Frontends/VBoxManage/VBoxManageGuestProp.cpp @@ -1,4 +1,4 @@ -/* $Id: VBoxManageGuestProp.cpp 28931 2010-04-30 12:04:06Z vboxsync $ */ +/* $Id: VBoxManageGuestProp.cpp $ */ /** @file * VBoxManage - The 'guestproperty' command. */ diff --git a/src/VBox/Frontends/VBoxManage/VBoxManageHelp.cpp b/src/VBox/Frontends/VBoxManage/VBoxManageHelp.cpp index 2e5e75192..d6d36ab83 100644 --- a/src/VBox/Frontends/VBoxManage/VBoxManageHelp.cpp +++ b/src/VBox/Frontends/VBoxManage/VBoxManageHelp.cpp @@ -1,4 +1,4 @@ -/* $Id: VBoxManageHelp.cpp 29865 2010-05-28 14:53:07Z vboxsync $ */ +/* $Id: VBoxManageHelp.cpp $ */ /** @file * VBoxManage - help and other message output. */ diff --git a/src/VBox/Frontends/VBoxManage/VBoxManageHostonly.cpp b/src/VBox/Frontends/VBoxManage/VBoxManageHostonly.cpp index 62ee03e59..074dd6637 100644 --- a/src/VBox/Frontends/VBoxManage/VBoxManageHostonly.cpp +++ b/src/VBox/Frontends/VBoxManage/VBoxManageHostonly.cpp @@ -1,4 +1,4 @@ -/* $Id: VBoxManageHostonly.cpp 28800 2010-04-27 08:22:32Z vboxsync $ */ +/* $Id: VBoxManageHostonly.cpp $ */ /** @file * VBoxManage - Implementation of hostonlyif command. */ diff --git a/src/VBox/Frontends/VBoxManage/VBoxManageImport.cpp b/src/VBox/Frontends/VBoxManage/VBoxManageImport.cpp index 8c4c49f38..6f1406118 100644 --- a/src/VBox/Frontends/VBoxManage/VBoxManageImport.cpp +++ b/src/VBox/Frontends/VBoxManage/VBoxManageImport.cpp @@ -1,4 +1,4 @@ -/* $Id: VBoxManageImport.cpp 29994 2010-06-02 13:04:36Z vboxsync $ */ +/* $Id: VBoxManageImport.cpp $ */ /** @file * VBoxManage - The appliance-related commands. */ diff --git a/src/VBox/Frontends/VBoxManage/VBoxManageInfo.cpp b/src/VBox/Frontends/VBoxManage/VBoxManageInfo.cpp index ecb74fa8e..39882b908 100644 --- a/src/VBox/Frontends/VBoxManage/VBoxManageInfo.cpp +++ b/src/VBox/Frontends/VBoxManage/VBoxManageInfo.cpp @@ -1,4 +1,4 @@ -/* $Id: VBoxManageInfo.cpp 29465 2010-05-14 11:59:31Z vboxsync $ */ +/* $Id: VBoxManageInfo.cpp $ */ /** @file * VBoxManage - The 'showvminfo' command and helper routines. */ diff --git a/src/VBox/Frontends/VBoxManage/VBoxManageList.cpp b/src/VBox/Frontends/VBoxManage/VBoxManageList.cpp index 06d279e7c..dc9cc7f5f 100644 --- a/src/VBox/Frontends/VBoxManage/VBoxManageList.cpp +++ b/src/VBox/Frontends/VBoxManage/VBoxManageList.cpp @@ -1,4 +1,4 @@ -/* $Id: VBoxManageList.cpp 29356 2010-05-11 14:03:35Z vboxsync $ */ +/* $Id: VBoxManageList.cpp $ */ /** @file * VBoxManage - The 'list' command. */ diff --git a/src/VBox/Frontends/VBoxManage/VBoxManageMetrics.cpp b/src/VBox/Frontends/VBoxManage/VBoxManageMetrics.cpp index 127f67a05..6ec317f3a 100644 --- a/src/VBox/Frontends/VBoxManage/VBoxManageMetrics.cpp +++ b/src/VBox/Frontends/VBoxManage/VBoxManageMetrics.cpp @@ -1,4 +1,4 @@ -/* $Id: VBoxManageMetrics.cpp 28800 2010-04-27 08:22:32Z vboxsync $ */ +/* $Id: VBoxManageMetrics.cpp $ */ /** @file * VBoxManage - The 'metrics' command. */ diff --git a/src/VBox/Frontends/VBoxManage/VBoxManageMisc.cpp b/src/VBox/Frontends/VBoxManage/VBoxManageMisc.cpp index 4c67f5413..2ba5908c9 100644 --- a/src/VBox/Frontends/VBoxManage/VBoxManageMisc.cpp +++ b/src/VBox/Frontends/VBoxManage/VBoxManageMisc.cpp @@ -1,4 +1,4 @@ -/* $Id: VBoxManageMisc.cpp 28800 2010-04-27 08:22:32Z vboxsync $ */ +/* $Id: VBoxManageMisc.cpp $ */ /** @file * VBoxManage - VirtualBox's command-line interface. */ diff --git a/src/VBox/Frontends/VBoxManage/VBoxManageModifyVM.cpp b/src/VBox/Frontends/VBoxManage/VBoxManageModifyVM.cpp index ec5623668..d02d6af5e 100644 --- a/src/VBox/Frontends/VBoxManage/VBoxManageModifyVM.cpp +++ b/src/VBox/Frontends/VBoxManage/VBoxManageModifyVM.cpp @@ -1,4 +1,4 @@ -/* $Id: VBoxManageModifyVM.cpp 29465 2010-05-14 11:59:31Z vboxsync $ */ +/* $Id: VBoxManageModifyVM.cpp $ */ /** @file * VBoxManage - Implementation of modifyvm command. */ diff --git a/src/VBox/Frontends/VBoxManage/VBoxManageSnapshot.cpp b/src/VBox/Frontends/VBoxManage/VBoxManageSnapshot.cpp index 6754856c2..433d23e94 100644 --- a/src/VBox/Frontends/VBoxManage/VBoxManageSnapshot.cpp +++ b/src/VBox/Frontends/VBoxManage/VBoxManageSnapshot.cpp @@ -1,4 +1,4 @@ -/* $Id: VBoxManageSnapshot.cpp 28870 2010-04-28 14:33:11Z vboxsync $ */ +/* $Id: VBoxManageSnapshot.cpp $ */ /** @file * VBoxManage - The 'snapshot' command. */ diff --git a/src/VBox/Frontends/VBoxManage/VBoxManageStorageController.cpp b/src/VBox/Frontends/VBoxManage/VBoxManageStorageController.cpp index 2f96a148d..1f89420dc 100644 --- a/src/VBox/Frontends/VBoxManage/VBoxManageStorageController.cpp +++ b/src/VBox/Frontends/VBoxManage/VBoxManageStorageController.cpp @@ -1,4 +1,4 @@ -/* $Id: VBoxManageStorageController.cpp 29480 2010-05-14 15:24:19Z vboxsync $ */ +/* $Id: VBoxManageStorageController.cpp $ */ /** @file * VBoxManage - The storage controller related commands. */ diff --git a/src/VBox/Frontends/VBoxManage/VBoxManageUSB.cpp b/src/VBox/Frontends/VBoxManage/VBoxManageUSB.cpp index 7e4f9d1d7..9fa430857 100644 --- a/src/VBox/Frontends/VBoxManage/VBoxManageUSB.cpp +++ b/src/VBox/Frontends/VBoxManage/VBoxManageUSB.cpp @@ -1,4 +1,4 @@ -/* $Id: VBoxManageUSB.cpp 28800 2010-04-27 08:22:32Z vboxsync $ */ +/* $Id: VBoxManageUSB.cpp $ */ /** @file * VBoxManage - VirtualBox's command-line interface. */ diff --git a/src/VBox/Frontends/VBoxSDL/Makefile.kmk b/src/VBox/Frontends/VBoxSDL/Makefile.kmk index 12c848e39..675db976c 100644 --- a/src/VBox/Frontends/VBoxSDL/Makefile.kmk +++ b/src/VBox/Frontends/VBoxSDL/Makefile.kmk @@ -1,4 +1,4 @@ -# $Id: Makefile.kmk 29655 2010-05-18 21:38:28Z vboxsync $ +# $Id: Makefile.kmk $ ## @file # Sub-Makefile for VBoxSDL (a simple frontend based on SDL). # diff --git a/src/VBox/Frontends/VBoxSDL/VBoxSDLHardened.cpp b/src/VBox/Frontends/VBoxSDL/VBoxSDLHardened.cpp index 45ea2aa8b..f2ae76400 100644 --- a/src/VBox/Frontends/VBoxSDL/VBoxSDLHardened.cpp +++ b/src/VBox/Frontends/VBoxSDL/VBoxSDLHardened.cpp @@ -1,4 +1,4 @@ -/* $Id: VBoxSDLHardened.cpp 28800 2010-04-27 08:22:32Z vboxsync $ */ +/* $Id: VBoxSDLHardened.cpp $ */ /** @file * VBoxSDL - Hardened main(). */ diff --git a/src/VBox/Frontends/VBoxSDL/VBoxSDLMain-darwin.m b/src/VBox/Frontends/VBoxSDL/VBoxSDLMain-darwin.m index 62206c348..62206c348 100755..100644 --- a/src/VBox/Frontends/VBoxSDL/VBoxSDLMain-darwin.m +++ b/src/VBox/Frontends/VBoxSDL/VBoxSDLMain-darwin.m diff --git a/src/VBox/Frontends/VBoxShell/Makefile.kmk b/src/VBox/Frontends/VBoxShell/Makefile.kmk index e8b8b1ae5..797906b60 100644 --- a/src/VBox/Frontends/VBoxShell/Makefile.kmk +++ b/src/VBox/Frontends/VBoxShell/Makefile.kmk @@ -1,4 +1,4 @@ -# $Id: Makefile.kmk 28800 2010-04-27 08:22:32Z vboxsync $ +# $Id: Makefile.kmk $ ## @file # Sub-Makefile for the shell frontend. # diff --git a/src/VBox/Frontends/VBoxShell/vboxshell.py b/src/VBox/Frontends/VBoxShell/vboxshell.py index f158e2aad..0a2f56ca0 100644..100755 --- a/src/VBox/Frontends/VBoxShell/vboxshell.py +++ b/src/VBox/Frontends/VBoxShell/vboxshell.py @@ -2825,7 +2825,7 @@ def checkUserExtensions(ctx, cmds, folder): def getHomeFolder(ctx): if ctx['remote'] or ctx['vb'] is None: - if 'VBOX_USER_HOME' is os.environ: + if 'VBOX_USER_HOME' in os.environ: return os.path.join(os.environ['VBOX_USER_HOME']) return os.path.join(os.path.expanduser("~"), ".VirtualBox") else: diff --git a/src/VBox/Frontends/VirtualBox/Makefile.kmk b/src/VBox/Frontends/VirtualBox/Makefile.kmk index 9317499ab..340ca5fdb 100644 --- a/src/VBox/Frontends/VirtualBox/Makefile.kmk +++ b/src/VBox/Frontends/VirtualBox/Makefile.kmk @@ -1,4 +1,4 @@ -# $Id: Makefile.kmk 29972 2010-06-02 09:03:45Z vboxsync $ +# $Id: Makefile.kmk $ ## @file # Makefile for the VirtualBox Qt GUI. # diff --git a/src/VBox/Frontends/VirtualBox/nls/ApprovedLanguages.kmk b/src/VBox/Frontends/VirtualBox/nls/ApprovedLanguages.kmk index 2783dc4cd..ad0a37da3 100644 --- a/src/VBox/Frontends/VirtualBox/nls/ApprovedLanguages.kmk +++ b/src/VBox/Frontends/VirtualBox/nls/ApprovedLanguages.kmk @@ -1,4 +1,4 @@ -# $Id: ApprovedLanguages.kmk 28800 2010-04-27 08:22:32Z vboxsync $ +# $Id: ApprovedLanguages.kmk $ ## @file # ApprovedLanguages.kmk - List of approved GUI translations # diff --git a/src/VBox/Frontends/VirtualBox/nls/VirtualBox_de.ts b/src/VBox/Frontends/VirtualBox/nls/VirtualBox_de.ts index 90512911c..9e81e1fd5 100644 --- a/src/VBox/Frontends/VirtualBox/nls/VirtualBox_de.ts +++ b/src/VBox/Frontends/VirtualBox/nls/VirtualBox_de.ts @@ -352,7 +352,7 @@ </message> <message> <source><qt>The value of the <b>%1</b> field on the <b>%2</b> page is %3.</qt></source> - <translation><qt>Der Wert des Feldes <b>%1</b> auf der Seite <b>%2</b> beträgt %3.</qt></translation> + <translation><qt>Der Wert des Feldes <b>%1</b> auf der Seite <b>%2</b> ist %3.</qt></translation> </message> <message> <source><qt>One of the values on the <b>%1</b> page is %2.</qt></source> diff --git a/src/VBox/Frontends/VirtualBox/nls/VirtualBox_nl.ts b/src/VBox/Frontends/VirtualBox/nls/VirtualBox_nl.ts index 761ffce98..e2d8560a8 100644 --- a/src/VBox/Frontends/VirtualBox/nls/VirtualBox_nl.ts +++ b/src/VBox/Frontends/VirtualBox/nls/VirtualBox_nl.ts @@ -620,61 +620,61 @@ </message> <message> <source>Enter &Fullscreen Mode</source> - <translation type="unfinished"></translation> + <translation>Begin &schermvullende modus</translation> </message> <message> <source>Exit &Fullscreen Mode</source> - <translation type="unfinished"></translation> + <translation>&Schermvullende modus verlaten</translation> </message> <message> <source>Switch to normal mode</source> - <translation type="unfinished"></translation> + <translation>Schakel over naar normale modus</translation> </message> <message> <source>Enter Seam&less Mode</source> - <translation type="unfinished"></translation> + <translation>Begin naad&lose modus</translation> </message> <message> <source>Exit Seam&less Mode</source> - <translation type="unfinished"></translation> + <translation>Verlaat naad&lose modus</translation> </message> <message> <source>Enable &Guest Display Auto-resize</source> - <translation type="unfinished"></translation> + <translation>Activeer automatisch aanpassen &gast scherm</translation> </message> <message> <source>Disable &Guest Display Auto-resize</source> - <translation type="unfinished"></translation> + <translation>Deactiveer automatisch aanpassen &gast scherm</translation> </message> <message> <source>Disable automatic resize of the guest display when the window is resized</source> - <translation type="unfinished"></translation> + <translation>De-activeer automatische aanpassing van het gast scherm als het venster veranderd van grote</translation> </message> <message> <source>&Enable Remote Display</source> - <translation type="unfinished"></translation> + <translation>&Activeer beeldscherm op afstand</translation> </message> <message> <source>Enable remote desktop (RDP) connections to this machine</source> - <translation type="unfinished"></translation> + <translation>Activeer beeldscherm op afstand (remote desktop protocol, RDP) verbindingen naar deze machine</translation> </message> <message> <source>&Disable Remote Display</source> - <translation type="unfinished"></translation> + <translation>&Deactiveer beeldscherm op afstand</translation> </message> <message> <source>Disable remote desktop (RDP) connections to this machine</source> - <translation type="unfinished"></translation> + <translation>Deactiveer beeldscherm op afstand (remote desktop protocol, RDP) verbindingen naar deze machine</translation> </message> <message> <source>Enable &Logging...</source> <comment>debug action</comment> - <translation type="unfinished"></translation> + <translation>Activeer &loggen...</translation> </message> <message> <source>Disable &Logging...</source> <comment>debug action</comment> - <translation type="unfinished"></translation> + <translation>Deactiveer &loggen...</translation> </message> </context> <context> @@ -1932,7 +1932,7 @@ p, li { white-space: pre-wrap; } </message> <message> <source>Boot Hard &Disk</source> - <translation type="unfinished"></translation> + <translation>Opstart harde &schijf</translation> </message> </context> <context> @@ -2109,7 +2109,7 @@ p, li { white-space: pre-wrap; } </message> <message> <source>Hard Disk Controller (SAS)</source> - <translation type="unfinished"></translation> + <translation>Harde schijf controller (SAS)</translation> </message> </context> <context> @@ -4395,12 +4395,12 @@ p, li { white-space: pre-wrap; } <message> <source>Unknown device</source> <comment>USB device details</comment> - <translation type="unfinished"></translation> + <translation>Onbekend apparaat</translation> </message> <message> <source>SAS Port %1</source> <comment>New Storage UI : Slot Name</comment> - <translation type="unfinished"></translation> + <translation>SAS poort %1</translation> </message> </context> <context> @@ -6021,12 +6021,12 @@ p, li { white-space: pre-wrap; } <message> <source>&File</source> <comment>Mac OS X version</comment> - <translation type="unfinished">&Bestand</translation> + <translation>&Bestand</translation> </message> <message> <source>&File</source> <comment>Non Mac OS X version</comment> - <translation type="unfinished">&Bestand</translation> + <translation>&Bestand</translation> </message> </context> <context> diff --git a/src/VBox/Frontends/VirtualBox/nls/VirtualBox_pl.ts b/src/VBox/Frontends/VirtualBox/nls/VirtualBox_pl.ts index 12f5e848a..4b14d3223 100644 --- a/src/VBox/Frontends/VirtualBox/nls/VirtualBox_pl.ts +++ b/src/VBox/Frontends/VirtualBox/nls/VirtualBox_pl.ts @@ -666,61 +666,61 @@ </message> <message> <source>Enter &Fullscreen Mode</source> - <translation type="unfinished"></translation> + <translation>Włącz &tryb pełnoekranowy</translation> </message> <message> <source>Exit &Fullscreen Mode</source> - <translation type="unfinished"></translation> + <translation>Opuść &tryb pełnoekranowy</translation> </message> <message> <source>Switch to normal mode</source> - <translation type="unfinished"></translation> + <translation>Przełącza do trybu normalnego</translation> </message> <message> <source>Enter Seam&less Mode</source> - <translation type="unfinished"></translation> + <translation>Włącz t&ryb zintegrowany</translation> </message> <message> <source>Exit Seam&less Mode</source> - <translation type="unfinished"></translation> + <translation>Opuść t&ryb zintegrowany</translation> </message> <message> <source>Enable &Guest Display Auto-resize</source> - <translation type="unfinished"></translation> + <translation>Włącz automatyczne skalowanie ekranu &gościa</translation> </message> <message> <source>Disable &Guest Display Auto-resize</source> - <translation type="unfinished"></translation> + <translation>Wyłącz automatyczne skalowanie ekranu &gościa</translation> </message> <message> <source>Disable automatic resize of the guest display when the window is resized</source> - <translation type="unfinished"></translation> + <translation>Wyłącza skalowanie ekranu gościa przy zmianie rozmiaru okna</translation> </message> <message> <source>&Enable Remote Display</source> - <translation type="unfinished"></translation> + <translation>Włącz &zdalny pulpit</translation> </message> <message> <source>Enable remote desktop (RDP) connections to this machine</source> - <translation type="unfinished"></translation> + <translation>Włącza zdalne połączenia RDP do tej maszyny</translation> </message> <message> <source>&Disable Remote Display</source> - <translation type="unfinished"></translation> + <translation>Wyłącz &zdalny pulpit</translation> </message> <message> <source>Disable remote desktop (RDP) connections to this machine</source> - <translation type="unfinished"></translation> + <translation>Wyłącza zdalne połączenia RDP do tej maszyny</translation> </message> <message> <source>Enable &Logging...</source> <comment>debug action</comment> - <translation type="unfinished"></translation> + <translation>Włącz &logowanie...</translation> </message> <message> <source>Disable &Logging...</source> <comment>debug action</comment> - <translation type="unfinished"></translation> + <translation>Wyłącz &logowanie...</translation> </message> </context> <context> @@ -2274,7 +2274,7 @@ Będzie ona używana przez wszystkie moduły VirtualBox, aby móc rozróżnić t </message> <message> <source>Boot Hard &Disk</source> - <translation type="unfinished"></translation> + <translation>Startowy &dysk twardy</translation> </message> </context> <context> @@ -2551,7 +2551,7 @@ Wersja %1</translation> </message> <message> <source>Hard Disk Controller (SAS)</source> - <translation type="unfinished"></translation> + <translation>Kontroler dysków SAS</translation> </message> </context> <context> @@ -5478,12 +5478,12 @@ Wersja %1</translation> <message> <source>Unknown device</source> <comment>USB device details</comment> - <translation type="unfinished"></translation> + <translation>Nieznane urządzenie</translation> </message> <message> <source>SAS Port %1</source> <comment>New Storage UI : Slot Name</comment> - <translation type="unfinished"></translation> + <translation>Port SAS %1</translation> </message> </context> <context> @@ -7922,12 +7922,12 @@ języka ustawiony jako domyślny dla systemu.</qt> <message> <source>&File</source> <comment>Mac OS X version</comment> - <translation type="unfinished">&Plik</translation> + <translation>&Plik</translation> </message> <message> <source>&File</source> <comment>Non Mac OS X version</comment> - <translation type="unfinished">&Plik</translation> + <translation>&Plik</translation> </message> </context> <context> diff --git a/src/VBox/Frontends/VirtualBox/nls/qt_pl.ts b/src/VBox/Frontends/VirtualBox/nls/qt_pl.ts index 15307eaab..81c2fd02d 100644 --- a/src/VBox/Frontends/VirtualBox/nls/qt_pl.ts +++ b/src/VBox/Frontends/VirtualBox/nls/qt_pl.ts @@ -9,7 +9,7 @@ </message> <message> <source><html>Switching to the audio playback device <b>%1</b><br/>which just became available and has higher preference.</html></source> - <translation><html>Przełączanie na urządzenie dźwiękowe <b>%1</b><br/>które właśnie stało się dostępne i ma większy priorytet.</html></translation> + <translation><html>Przełączanie na urządzenie dźwiękowe <b>%1</b><br/>które właśnie stało się dostępne i ma wyższy priorytet.</html></translation> </message> <message> <source>Revert back to device '%1'</source> @@ -48,13 +48,13 @@ <message> <source>Warning: You do not seem to have the package gstreamer0.10-plugins-good installed. Some video features have been disabled.</source> - <translation>Ostrzeżenie: Pakietu gstreamer0.10-plugins-good nie został zainstalowany. -Niektóre cechy wideo stały się niedostępne.</translation> + <translation>Ostrzeżenie: Wygląda na to, że pakiet gstreamer0.10-plugins-good nie jest zainstalowany w tym systemie. +Niektóre możliwości wideo zostały wyłączone.</translation> </message> <message> <source>Warning: You do not seem to have the base GStreamer plugins installed. All audio and video support has been disabled</source> - <translation>Ostrzeżenie: Podstawowe wtyczki GStreamer nie zostały zainstalowane. + <translation>Ostrzeżenie: Wygląda na to, że podstawowe wtyczki GStreamer nie są zainstalowane w tym systemie. Obsługa dźwięku i wideo została wyłączona</translation> </message> </context> @@ -73,9 +73,9 @@ zainstalowałeś libgstreamer-plugins-base.</translation> <message numerus="yes"> <source>A required codec is missing. You need to install the following codec(s) to play this content: %0</source> <translation> - <numerusform>Brak wymaganego kodera. Aby odtworzyć zawartość musisz zainstalować poniższy koder: %0</numerusform> - <numerusform>Brak wymaganego kodera. Aby odtworzyć zawartość musisz zainstalować poniższe kodery: %0</numerusform> - <numerusform>Brak wymaganego kodera. Aby odtworzyć zawartość musisz zainstalować poniższe kodery: %0</numerusform> + <numerusform>Brak wymaganego kodeka. Aby odtworzyć zawartość musisz zainstalować poniższy kodek: %0</numerusform> + <numerusform>Brak wymaganego kodeka. Aby odtworzyć zawartość musisz zainstalować poniższe kodeki: %0</numerusform> + <numerusform>Brak wymaganego kodeka. Aby odtworzyć zawartość musisz zainstalować poniższe kodeki: %0</numerusform> </translation> </message> <message> @@ -352,7 +352,7 @@ Sprawdź ścieżkę i nazwę pliku.</translation> </message> <message> <source>Symlink to Special</source> - <translation>Specjalny dowiązanie symboliczne</translation> + <translation>Dowiązanie symboliczne do pliku specjalnego</translation> </message> <message> <source>the directory</source> @@ -545,7 +545,7 @@ na </message> <message> <source>Puts a maximized window back to normal</source> - <translation>Przywraca normalny rozmiar poprzednio zmaksymalizowanego okna</translation> + <translation>Przywraca normalny rozmiar uprzednio zmaksymalizowanego okna</translation> </message> <message> <source>Puts a minimized back to normal</source> @@ -777,7 +777,7 @@ na <message> <source>%1: permission denied</source> <comment>QSystemSemaphore</comment> - <translation>%1: brak dostępu</translation> + <translation>%1: brak uprawnień</translation> </message> <message> <source>%1: already exists</source> @@ -827,7 +827,7 @@ na </message> <message> <source>Unable to rollback transaction</source> - <translation>Nie można cofnąć transakcji</translation> + <translation>Nie można wycofać transakcji</translation> </message> <message> <source>Unable to set autocommit</source> @@ -903,7 +903,7 @@ na </message> <message> <source>Done</source> - <translation>Wykonano</translation> + <translation>Zrobione</translation> </message> </context> <context> @@ -1242,7 +1242,7 @@ Proszę o sprawdzenie podanej nazwy pliku.</translation> </message> <message> <source>%1 bytes</source> - <translation>%1 b</translation> + <translation>%1 bajtów</translation> </message> <message> <source>Invalid filename</source> @@ -1299,7 +1299,7 @@ Proszę o sprawdzenie podanej nazwy pliku.</translation> </message> <message> <source>Black</source> - <translation>Czarny</translation> + <translation>Bardzo gruby</translation> </message> <message> <source>Demi</source> @@ -1307,7 +1307,7 @@ Proszę o sprawdzenie podanej nazwy pliku.</translation> </message> <message> <source>Light</source> - <translation>Jasny</translation> + <translation>Cienki</translation> </message> <message> <source>Italic</source> @@ -1499,11 +1499,11 @@ Proszę o sprawdzenie podanej nazwy pliku.</translation> </message> <message> <source>Connected to host</source> - <translation>Podłączony do host'a</translation> + <translation>Podłączony do hosta</translation> </message> <message> <source>Connected to host %1</source> - <translation>Podłączony do host'a %1</translation> + <translation>Podłączony do hosta %1</translation> </message> <message> <source>Connecting to host failed: @@ -1560,7 +1560,7 @@ Proszę o sprawdzenie podanej nazwy pliku.</translation> <message> <source>Login failed: %1</source> - <translation>Logowanie nie powiodło się: + <translation>Logowanie zakończone błędem: %1</translation> </message> <message> @@ -1616,15 +1616,15 @@ Proszę o sprawdzenie podanej nazwy pliku.</translation> <name>QHttp</name> <message> <source>Connected to host</source> - <translation>Podłączony do host'a</translation> + <translation>Podłączony do hosta</translation> </message> <message> <source>Connected to host %1</source> - <translation>Podłączony do host'a %1</translation> + <translation>Podłączony do hosta %1</translation> </message> <message> <source>Connection closed</source> - <translation>Połączenie zakończone</translation> + <translation>Połączenie zamknięte</translation> </message> <message> <source>Connection refused</source> @@ -1632,7 +1632,7 @@ Proszę o sprawdzenie podanej nazwy pliku.</translation> </message> <message> <source>Connection to %1 closed</source> - <translation>Połączenie do %1 zamknięte</translation> + <translation>Połączenie do %1 zakończone</translation> </message> <message> <source>Host %1 found</source> @@ -1668,7 +1668,7 @@ Proszę o sprawdzenie podanej nazwy pliku.</translation> </message> <message> <source>Server closed connection unexpectedly</source> - <translation>Serwer niespodziewanie zakończył połączenie</translation> + <translation>Serwer nieoczekiwanie zakończył połączenie</translation> </message> <message> <source>Unknown error</source> @@ -1684,7 +1684,7 @@ Proszę o sprawdzenie podanej nazwy pliku.</translation> </message> <message> <source>Authentication required</source> - <translation>Autoryzacja wymagana</translation> + <translation>Wymagana autoryzacja</translation> </message> <message> <source>Proxy requires authentication</source> @@ -1704,7 +1704,7 @@ Proszę o sprawdzenie podanej nazwy pliku.</translation> </message> <message> <source>SSL handshake failed</source> - <translation>Nawiązanie sesji SSL nie powiodło się</translation> + <translation>Nawiązanie sesji SSL zakończone błędem</translation> </message> <message> <source>Connection refused (or timed out)</source> @@ -1712,14 +1712,14 @@ Proszę o sprawdzenie podanej nazwy pliku.</translation> </message> <message> <source>HTTPS connection requested but SSL support not compiled in</source> - <translation type="unfinished"></translation> + <translation>Zażądano połączenia HTTPS lecz obsługa SSL nie jest wkompilowana</translation> </message> </context> <context> <name>QHttpSocketEngine</name> <message> <source>Authentication required</source> - <translation>Autoryzacja wymagana</translation> + <translation>Wymagana autoryzacja</translation> </message> </context> <context> @@ -1738,7 +1738,7 @@ Proszę o sprawdzenie podanej nazwy pliku.</translation> </message> <message> <source>Unable to rollback transaction</source> - <translation>Nie można cofnąć transakcji</translation> + <translation>Nie można wycofać transakcji</translation> </message> </context> <context> @@ -1824,7 +1824,7 @@ Proszę o sprawdzenie podanej nazwy pliku.</translation> </message> <message> <source>Permission denied</source> - <translation>Brak dostępu</translation> + <translation>Brak uprawnień</translation> </message> <message> <source>Too many open files</source> @@ -1866,7 +1866,7 @@ Proszę o sprawdzenie podanej nazwy pliku.</translation> </message> <message> <source>Plugin verification data mismatch in '%1'</source> - <translation>Błąd podczas weryfikacji danych we wtyczce '%1'</translation> + <translation>Niezgodność podczas weryfikacji danych we wtyczce "%1"</translation> </message> <message> <source>QLibrary::load_sys: Cannot load %1 (%2)</source> @@ -1917,7 +1917,7 @@ Proszę o sprawdzenie podanej nazwy pliku.</translation> </message> <message> <source>Delete</source> - <translation>Usuń</translation> + <translation>Skasuj</translation> </message> <message> <source>&Paste</source> @@ -1944,7 +1944,7 @@ Proszę o sprawdzenie podanej nazwy pliku.</translation> </message> <message> <source>%1: Permission denied</source> - <translation>%1: Brak dostępu</translation> + <translation>%1: Brak uprawnień</translation> </message> <message> <source>%1: Address in use</source> @@ -1963,7 +1963,7 @@ Proszę o sprawdzenie podanej nazwy pliku.</translation> </message> <message> <source>%1: Remote closed</source> - <translation>%1: Zdalny odłączony</translation> + <translation>%1: Drugi koniec odłączony</translation> </message> <message> <source>%1: Invalid name</source> @@ -1983,7 +1983,7 @@ Proszę o sprawdzenie podanej nazwy pliku.</translation> </message> <message> <source>%1: Datagram too large</source> - <translation>%1: Za duży pakiet</translation> + <translation>%1: Za duży datagram</translation> </message> <message> <source>%1: Connection error</source> @@ -2006,7 +2006,7 @@ Proszę o sprawdzenie podanej nazwy pliku.</translation> </message> <message> <source>Unable to commit transaction</source> - <translation>Nie można potwierdzić transakcji</translation> + <translation>Nie można dokonać transakcji</translation> </message> <message> <source>Unable to connect</source> @@ -2018,7 +2018,7 @@ Proszę o sprawdzenie podanej nazwy pliku.</translation> </message> <message> <source>Unable to rollback transaction</source> - <translation>Nie można cofnąć transakcji</translation> + <translation>Nie można wycofać transakcji</translation> </message> </context> <context> @@ -2197,7 +2197,7 @@ Proszę o sprawdzenie podanej nazwy pliku.</translation> </message> <message> <source><h3>About Qt</h3>%1<p>Qt is a C++ toolkit for cross-platform application development.</p><p>Qt provides single-source portability across MS&nbsp;Windows, Mac&nbsp;OS&nbsp;X, Linux, and all major commercial Unix variants. Qt is also available for embedded devices as Qt for Embedded Linux and Qt for Windows CE.</p><p>Qt is a Nokia product. See <a href="http://www.trolltech.com/qt/">www.trolltech.com/qt/</a> for more information.</p></source> - <translation type="unfinished"></translation> + <translation><h3>Informacje o Qt</h3>%1<p>Qt jest to toolkit C++ przeznaczony do tworzenia aplikacji wieloplatformowych.</p><p>Qt zapewnia przenośność jednego kodu źródłowego pomiędzy MS&nbsp;Windows, Mac&nbsp;OS&nbsp;X, Linux i głównymi komercyjnymi wariantami systemów Unix. Qt jest również dostępny dla urządzeń wbudowanych jako Qt for Embedded Linux oraz Qt for Windows CE.</p><p>Qt jest produktem firmy Nokia. Więcej informacji można znaleźć pod adresem: <a href="http://www.trolltech.com/qt/">www.trolltech.com/qt/</a></p></translation> </message> </context> <context> @@ -2215,7 +2215,7 @@ Proszę o sprawdzenie podanej nazwy pliku.</translation> </message> <message> <source>Multiple input method switcher that uses the context menu of the text widgets</source> - <translation>Przełącznik metody wprowadzania, który używa podręcznego menu w widżetach tekstowych</translation> + <translation>Przełącznik metody wprowadzania, który w widżetach tekstowych używa podręcznego menu</translation> </message> </context> <context> @@ -2238,7 +2238,7 @@ Proszę o sprawdzenie podanej nazwy pliku.</translation> </message> <message> <source>Datagram was too large to send</source> - <translation>Pakiet za długi do wysłania</translation> + <translation>Datagram za długi do wysłania</translation> </message> <message> <source>Host unreachable</source> @@ -2270,7 +2270,7 @@ Proszę o sprawdzenie podanej nazwy pliku.</translation> </message> <message> <source>Permission denied</source> - <translation>Brak dostępu</translation> + <translation>Brak uprawnień</translation> </message> <message> <source>Protocol type not supported</source> @@ -2406,7 +2406,7 @@ Proszę o sprawdzenie podanej nazwy pliku.</translation> </message> <message> <source>Unable to rollback transaction</source> - <translation>Nie można cofnąć transakcji</translation> + <translation>Nie można wycofać transakcji</translation> </message> </context> <context> @@ -2448,7 +2448,7 @@ Proszę o sprawdzenie podanej nazwy pliku.</translation> <name>QODBCDriver</name> <message> <source>Unable to commit transaction</source> - <translation>Nie można potwierdzić transakcji</translation> + <translation>Nie można dokonać transakcji</translation> </message> <message> <source>Unable to connect</source> @@ -2468,7 +2468,7 @@ Proszę o sprawdzenie podanej nazwy pliku.</translation> </message> <message> <source>Unable to rollback transaction</source> - <translation>Nie można cofnąć transakcji</translation> + <translation>Nie można wycofać transakcji</translation> </message> </context> <context> @@ -2487,7 +2487,7 @@ Proszę o sprawdzenie podanej nazwy pliku.</translation> </message> <message> <source>Unable to fetch next</source> - <translation>Nie można pobrać kolejnych danych</translation> + <translation>Nie można pobrać kolejnego wiersza danych</translation> </message> <message> <source>Unable to prepare statement</source> @@ -2503,7 +2503,7 @@ Proszę o sprawdzenie podanej nazwy pliku.</translation> </message> <message> <source>Unable to fetch first</source> - <translation>Nie można pobrać pierwszych danych</translation> + <translation>Nie można pobrać pierwszego wiersza danych</translation> </message> <message> <source>Unable to fetch previous</source> @@ -2564,7 +2564,7 @@ Proszę o sprawdzenie podanej nazwy pliku.</translation> </message> <message> <source>Could not rollback transaction</source> - <translation>Nie można cofnąć transakcji</translation> + <translation>Nie można wycofać transakcji</translation> </message> <message> <source>Unable to connect</source> @@ -2587,7 +2587,7 @@ Proszę o sprawdzenie podanej nazwy pliku.</translation> </message> <message> <source>Unable to prepare statement</source> - <translation>Nie można przygotować wyrażenia</translation> + <translation>Nie można przygotować polecenia</translation> </message> </context> <context> @@ -2700,7 +2700,7 @@ Proszę o sprawdzenie podanej nazwy pliku.</translation> </message> <message> <source>Print To File ...</source> - <translation>Wydrukuj do pliku ...</translation> + <translation>Drukuj do pliku ...</translation> </message> <message> <source>File %1 is not writable. @@ -2858,11 +2858,11 @@ Proszę wybrać inną nazwę pliku.</translation> </message> <message> <source>Print to File (PDF)</source> - <translation>Wydrukuj do pliku (PDF)</translation> + <translation>Drukuj do pliku (PDF)</translation> </message> <message> <source>Print to File (Postscript)</source> - <translation>Wydrukuj do pliku (Postscript)</translation> + <translation>Drukuj do pliku (Postscript)</translation> </message> <message> <source>Local file</source> @@ -2877,7 +2877,7 @@ Proszę wybrać inną nazwę pliku.</translation> <name>QPrintPreviewDialog</name> <message> <source>Print Preview</source> - <translation>Wydrukuj podgląd</translation> + <translation>Podgląd wydruku</translation> </message> <message> <source>Next page</source> @@ -2933,7 +2933,7 @@ Proszę wybrać inną nazwę pliku.</translation> </message> <message> <source>Print</source> - <translation>Wydrukuj</translation> + <translation>Drukowanie</translation> </message> <message> <source>Page setup</source> @@ -2952,7 +2952,7 @@ Proszę wybrać inną nazwę pliku.</translation> <name>QPrintPropertiesWidget</name> <message> <source>Form</source> - <translation>Forma</translation> + <translation>Formularz</translation> </message> <message> <source>Page</source> @@ -2967,7 +2967,7 @@ Proszę wybrać inną nazwę pliku.</translation> <name>QPrintSettingsOutput</name> <message> <source>Form</source> - <translation>Forma</translation> + <translation>Formularz</translation> </message> <message> <source>Copies</source> @@ -2975,11 +2975,11 @@ Proszę wybrać inną nazwę pliku.</translation> </message> <message> <source>Print range</source> - <translation>Wydrukuj zakres</translation> + <translation>Drukuj zakres</translation> </message> <message> <source>Print all</source> - <translation>Wydrukuj wszystko</translation> + <translation>Drukuj wszystko</translation> </message> <message> <source>Pages from</source> @@ -2991,7 +2991,7 @@ Proszę wybrać inną nazwę pliku.</translation> </message> <message> <source>Selection</source> - <translation>Wybór</translation> + <translation>Wybrane strony</translation> </message> <message> <source>Output Settings</source> @@ -3046,7 +3046,7 @@ Proszę wybrać inną nazwę pliku.</translation> <name>QPrintWidget</name> <message> <source>Form</source> - <translation>Forma</translation> + <translation>Formularz</translation> </message> <message> <source>Printer</source> @@ -3062,7 +3062,7 @@ Proszę wybrać inną nazwę pliku.</translation> </message> <message> <source>Location:</source> - <translation>Lokalizacja:</translation> + <translation>Położenie:</translation> </message> <message> <source>Preview</source> @@ -3191,7 +3191,7 @@ Proszę wybrać inną nazwę pliku.</translation> </message> <message> <source>Unable to rollback transaction</source> - <translation>Nie można cofnąć transakcji</translation> + <translation>Nie można wycofać transakcji</translation> </message> </context> <context> @@ -3237,7 +3237,7 @@ Proszę wybrać inną nazwę pliku.</translation> </message> <message> <source>Line up</source> - <translation>Linia w górę</translation> + <translation>Wyrównaj położenie</translation> </message> <message> <source>Page down</source> @@ -3304,7 +3304,7 @@ Proszę wybrać inną nazwę pliku.</translation> </message> <message> <source>%1: permission denied</source> - <translation>%1: brak dostępu</translation> + <translation>%1: brak uprawnień</translation> </message> <message> <source>%1: already exists</source> @@ -3348,7 +3348,7 @@ Proszę wybrać inną nazwę pliku.</translation> </message> <message> <source>%1: unable to set key on lock</source> - <translation>%1: nie można ustawić klucza na blokadzie</translation> + <translation>%1: nie można ustawić klucza na zablokowanym segmencie pamięci współdzielonej</translation> </message> </context> <context> @@ -3363,7 +3363,7 @@ Proszę wybrać inną nazwę pliku.</translation> </message> <message> <source>Back</source> - <translation>Back</translation> + <translation>Powrót</translation> </message> <message> <source>Backspace</source> @@ -3423,7 +3423,7 @@ Proszę wybrać inną nazwę pliku.</translation> </message> <message> <source>Delete</source> - <translation>Delete</translation> + <translation>Skasuj</translation> </message> <message> <source>Down</source> @@ -3483,7 +3483,7 @@ Proszę wybrać inną nazwę pliku.</translation> </message> <message> <source>Insert</source> - <translation>Insert</translation> + <translation>Wstaw</translation> </message> <message> <source>Launch (0)</source> @@ -3563,7 +3563,7 @@ Proszę wybrać inną nazwę pliku.</translation> </message> <message> <source>Media Next</source> - <translation>Następna ścieżka </translation> + <translation>Następna ścieżka</translation> </message> <message> <source>Media Play</source> @@ -3631,7 +3631,7 @@ Proszę wybrać inną nazwę pliku.</translation> </message> <message> <source>Print</source> - <translation>Print</translation> + <translation>Drukowanie</translation> </message> <message> <source>Print Screen</source> @@ -3742,7 +3742,7 @@ Proszę wybrać inną nazwę pliku.</translation> </message> <message> <source>Position</source> - <translation>Położenie</translation> + <translation>Pozycja</translation> </message> </context> <context> @@ -3891,7 +3891,7 @@ Proszę wybrać inną nazwę pliku.</translation> </message> <message> <source>Cu&t</source> - <translation>&Wytnij</translation> + <translation>W&ytnij</translation> </message> <message> <source>Delete</source> @@ -3965,7 +3965,7 @@ Proszę wybrać inną nazwę pliku.</translation> <name>QUnicodeControlCharacterMenu</name> <message> <source>Insert Unicode control character</source> - <translation>Wstaw znak </translation> + <translation>Wstaw znak kontrolny Unicode</translation> </message> <message> <source>LRE Start of left-to-right embedding</source> @@ -4050,7 +4050,7 @@ Proszę wybrać inną nazwę pliku.</translation> <message> <source>Reset</source> <comment>default label for Reset buttons in forms on web pages</comment> - <translation>Wyczyść</translation> + <translation>Resetuj</translation> </message> <message> <source>Choose File</source> @@ -4110,7 +4110,7 @@ Proszę wybrać inną nazwę pliku.</translation> <message> <source>Go Forward</source> <comment>Forward context menu item</comment> - <translation>Idź dalej</translation> + <translation>Przejdź dalej</translation> </message> <message> <source>Stop</source> @@ -4135,7 +4135,7 @@ Proszę wybrać inną nazwę pliku.</translation> <message> <source>No Guesses Found</source> <comment>No Guesses Found context menu item</comment> - <translation>Nie znaleziono podpowiedzi</translation> + <translation>Nie odnaleziono podpowiedzi</translation> </message> <message> <source>Ignore</source> @@ -4316,7 +4316,7 @@ Proszę wybrać inną nazwę pliku.</translation> </message> <message> <source>Done</source> - <translation>Wykonano</translation> + <translation>Zrobione</translation> </message> <message> <source>Quit</source> @@ -4379,7 +4379,7 @@ Proszę wybrać inną nazwę pliku.</translation> </message> <message> <source>&Move</source> - <translation>&Przenieś</translation> + <translation>Prze&nieś</translation> </message> <message> <source>&Restore</source> @@ -4478,7 +4478,7 @@ Proszę wybrać inną nazwę pliku.</translation> </message> <message> <source>tag mismatch</source> - <translation>niepoprawny tag</translation> + <translation>niezgodny tag</translation> </message> <message> <source>unexpected character</source> @@ -4494,7 +4494,7 @@ Proszę wybrać inną nazwę pliku.</translation> </message> <message> <source>version expected while reading the XML declaration</source> - <translation>oczekiwana wersja podczas czytania deklaracji XML</translation> + <translation>oczekiwano wersji podczas czytania deklaracji XML</translation> </message> <message> <source>wrong value for standalone declaration</source> @@ -4585,7 +4585,7 @@ Proszę wybrać inną nazwę pliku.</translation> </message> <message> <source>Start tag expected.</source> - <translation>Oczekiwano tagu start.</translation> + <translation>Oczekiwano rozpoczęcia tagu.</translation> </message> <message> <source>XML declaration not at start of document.</source> @@ -4637,7 +4637,7 @@ Proszę wybrać inną nazwę pliku.</translation> </message> <message> <source>The standalone pseudo attribute must appear after the encoding.</source> - <translation>Pseudo atrybut "standalone" musi pojawić sie po "encoding".</translation> + <translation>Pseudo atrybut "standalone" musi pojawić się po "encoding".</translation> </message> <message> <source>%1 is an invalid PUBLIC identifier.</source> @@ -4756,15 +4756,15 @@ Proszę wybrać inną nazwę pliku.</translation> </message> <message> <source>The name for a computed attribute cannot have the namespace URI %1 with the local name %2.</source> - <translation>Nazwa dla wyliczonego atrybutu nie może mieć przestrzeni nazw URI %1 z lokalną nazwą %2.</translation> + <translation>Nazwa dla wyliczonego atrybutu nie może zawierać przestrzeni nazw URI %1 z lokalną nazwą %2.</translation> </message> <message> <source>Type error in cast, expected %1, received %2.</source> - <translation>Błąd typów w rzutowaniu: spodziewano się %1, otrzymano %2.</translation> + <translation>Błąd typów w rzutowaniu: oczekiwano %1, otrzymano %2.</translation> </message> <message> <source>When casting to %1 or types derived from it, the source value must be of the same type, or it must be a string literal. Type %2 is not allowed.</source> - <translation>Podczas rzutowania na %1 lub na typ pochodny, wartość źródłowa musi być tego samego typu lub musi być zapisem tekstowym. Typ %2 nie jest dozwolony.</translation> + <translation>Podczas rzutowania na %1 lub na typ pochodny, wartość źródłowa musi być tego samego typu lub musi być stałą znakową. Typ %2 nie jest dozwolony.</translation> </message> <message> <source>It is not possible to cast from %1 to %2.</source> @@ -4800,7 +4800,7 @@ Proszę wybrać inną nazwę pliku.</translation> </message> <message> <source>An attribute node cannot be a child of a document node. Therefore, the attribute %1 is out of place.</source> - <translation>Węzeł "attribute" nie może być dzieckiem węzła "document". Dlatego atrybut %1 jest w złym miejscu.</translation> + <translation>Węzeł "attribute" nie może być podelementem węzła "document". Dlatego atrybut %1 jest w złym miejscu.</translation> </message> <message> <source>A library module cannot be evaluated directly. It must be imported from a main module.</source> @@ -4808,11 +4808,11 @@ Proszę wybrać inną nazwę pliku.</translation> </message> <message> <source>A value of type %1 cannot be a predicate. A predicate must have either a numeric type or an Effective Boolean Value type.</source> - <translation type="unfinished"></translation> + <translation>Wartość typu %1 nie może być predykatem. Predykat musi być typu liczbowego lub Efektywną Wartość Logiczną.</translation> </message> <message> <source>A positional predicate must evaluate to a single numeric value.</source> - <translation type="unfinished"></translation> + <translation>Wynikiem predykatu pozycyjnego musi być pojedyncza wartość liczbowa.</translation> </message> <message> <source>%1 is not a valid target name in a processing instruction. It must be a %2 value, e.g. %3.</source> @@ -4820,7 +4820,7 @@ Proszę wybrać inną nazwę pliku.</translation> </message> <message> <source>The last step in a path must contain either nodes or atomic values. It cannot be a mixture between the two.</source> - <translation>Ostatni krok w ścieżce musi zawierać albo wezły albo wartości atomowe. Nie może zawierać obu jednocześnie.</translation> + <translation>Ostatni krok w ścieżce musi zawierać albo węzły albo wartości atomowe. Nie może zawierać obu jednocześnie.</translation> </message> <message> <source>The data of a processing instruction cannot contain the string %1</source> @@ -4868,15 +4868,15 @@ Proszę wybrać inną nazwę pliku.</translation> </message> <message> <source>%1 must be followed by %2 or %3, not at the end of the replacement string.</source> - <translation type="unfinished"></translation> + <translation>Po %1 musi następować %2 lub %3, lecz nie na końcu zastępczego ciągu.</translation> </message> <message> <source>In the replacement string, %1 must be followed by at least one digit when not escaped.</source> - <translation type="unfinished"></translation> + <translation>W ciągu zastępczym, po %1 musi następować przynajmniej jedna cyfra</translation> </message> <message> <source>In the replacement string, %1 can only be used to escape itself or %2, not %3</source> - <translation type="unfinished"></translation> + <translation>W ciągu zastępczym, %1 może być użyte tylko do zabezpieczenia samej siebie lub %2, nigdy %3</translation> </message> <message> <source>%1 matches newline characters</source> @@ -4904,7 +4904,7 @@ Proszę wybrać inną nazwę pliku.</translation> </message> <message> <source>If the first argument is the empty sequence or a zero-length string (no namespace), a prefix cannot be specified. Prefix %1 was specified.</source> - <translation>Jeśli pierwszy argument jest pustą sekwencją lub zerowej długości ciągiem (przy braku przestrzeni nazw), przedrostek nie może wystąpić. Wystąpił przedrostek %1.</translation> + <translation>Jeśli pierwszy argument jest pustą sekwencją lub zerowej długości ciągiem (przy braku przestrzeni nazw), przedrostek nie może wystąpić. Podano przedrostek %1.</translation> </message> <message> <source>It will not be possible to retrieve %1.</source> @@ -4920,7 +4920,7 @@ Proszę wybrać inną nazwę pliku.</translation> </message> <message> <source>The normalization form %1 is unsupported. The supported forms are %2, %3, %4, and %5, and none, i.e. the empty string (no normalization).</source> - <translation type="unfinished"></translation> + <translation>Znormalizowana forma %1 nie jest obsługiwana. Obsługiwanymi formami są: %2, %3, %4 i %5 oraz pusta forma (brak normalizacji).</translation> </message> <message> <source>A zone offset must be in the range %1..%2 inclusive. %3 is out of range.</source> @@ -5024,7 +5024,7 @@ Proszę wybrać inną nazwę pliku.</translation> </message> <message> <source>None of the pragma expressions are supported. Therefore, a fallback expression must be present</source> - <translation type="unfinished"></translation> + <translation>Wyrażenia "pragma" nie są obsługiwane. Dlatego musi wystąpić wyrażenie zastępcze</translation> </message> <message> <source>The %1-axis is unsupported in XQuery</source> @@ -5032,7 +5032,7 @@ Proszę wybrać inną nazwę pliku.</translation> </message> <message> <source>%1 is not a valid numeric literal.</source> - <translation>%1 nie jest poprawnym zapisem liczbowym.</translation> + <translation>%1 nie jest poprawną stałą liczbową.</translation> </message> <message> <source>No variable by name %1 exists</source> @@ -5096,7 +5096,7 @@ Proszę wybrać inną nazwę pliku.</translation> </message> <message> <source>%1 is not in the in-scope attribute declarations. Note that the schema import feature is not supported.</source> - <translation type="unfinished"></translation> + <translation>%1 nie jest wewnątrz zakresu deklaracji atrybutów. Zwróć uwagę że importowanie schematów nie jest obsługiwane.</translation> </message> <message> <source>The name of an extension expression must be in a namespace.</source> @@ -5124,7 +5124,7 @@ Proszę wybrać inną nazwę pliku.</translation> </message> <message> <source>Required type is %1, but %2 was found.</source> - <translation>Znaleziono typ %2, lecz wymaganym typem jest %1.</translation> + <translation>Odnaleziono typ %2, lecz wymaganym typem jest %1.</translation> </message> <message> <source>Promoting %1 to %2 may cause loss of precision.</source> @@ -5132,7 +5132,7 @@ Proszę wybrać inną nazwę pliku.</translation> </message> <message> <source>The focus is undefined.</source> - <translation>Focus jest niezdefiniowany.</translation> + <translation>Fokus jest niezdefiniowany.</translation> </message> <message> <source>It's not possible to add attributes after any other kind of node.</source> @@ -5224,11 +5224,11 @@ Proszę wybrać inną nazwę pliku.</translation> </message> <message> <source>Attribute %1 can't be serialized because it appears at the top level.</source> - <translation type="unfinished"></translation> + <translation>Atrybut %1 nie może być zserializowany ponieważ pojawił się na najwyższym poziomie.</translation> </message> <message> <source>The namespace for a user defined function cannot be empty (try the predefined prefix %1 which exists for cases like this)</source> - <translation type="unfinished"></translation> + <translation>Przestrzeń nazw dla funkcji zdefiniowanej przez użytkownika nie może być pusta (spróbuj predefiniowany przedrostek %1, który stworzono specjalnie do takich sytuacji)</translation> </message> </context> <context> @@ -5246,55 +5246,55 @@ Proszę wybrać inną nazwę pliku.</translation> <name>WebCore::PlatformScrollbar</name> <message> <source>Scroll here</source> - <translation type="unfinished">Przewiń tutaj</translation> + <translation>Przewiń tutaj</translation> </message> <message> <source>Left edge</source> - <translation type="unfinished">Lewa krawędź</translation> + <translation>Lewa krawędź</translation> </message> <message> <source>Top</source> - <translation type="unfinished">Do góry</translation> + <translation>Do góry</translation> </message> <message> <source>Right edge</source> - <translation type="unfinished">Prawa krawędź</translation> + <translation>Prawa krawędź</translation> </message> <message> <source>Bottom</source> - <translation type="unfinished">W dół</translation> + <translation>W dół</translation> </message> <message> <source>Page left</source> - <translation type="unfinished">Strona w lewo</translation> + <translation>Strona w lewo</translation> </message> <message> <source>Page up</source> - <translation type="unfinished">Strona do góry</translation> + <translation>Strona do góry</translation> </message> <message> <source>Page right</source> - <translation type="unfinished">Strona w prawo</translation> + <translation>Strona w prawo</translation> </message> <message> <source>Page down</source> - <translation type="unfinished">Strona w dół</translation> + <translation>Strona w dół</translation> </message> <message> <source>Scroll left</source> - <translation type="unfinished">Przewiń w lewo</translation> + <translation>Przewiń w lewo</translation> </message> <message> <source>Scroll up</source> - <translation type="unfinished">Przewiń do góry</translation> + <translation>Przewiń do góry</translation> </message> <message> <source>Scroll right</source> - <translation type="unfinished">Przewiń w prawo</translation> + <translation>Przewiń w prawo</translation> </message> <message> <source>Scroll down</source> - <translation type="unfinished">Przewiń w dół</translation> + <translation>Przewiń w dół</translation> </message> </context> </TS> diff --git a/src/VBox/Frontends/VirtualBox/src/VBoxAboutDlg.cpp b/src/VBox/Frontends/VirtualBox/src/VBoxAboutDlg.cpp index d86d042c3..6f3b5476a 100644 --- a/src/VBox/Frontends/VirtualBox/src/VBoxAboutDlg.cpp +++ b/src/VBox/Frontends/VirtualBox/src/VBoxAboutDlg.cpp @@ -1,4 +1,4 @@ -/* $Id: VBoxAboutDlg.cpp 28800 2010-04-27 08:22:32Z vboxsync $ */ +/* $Id: VBoxAboutDlg.cpp $ */ /** @file * * VBox frontends: Qt GUI ("VirtualBox"): diff --git a/src/VBox/Frontends/VirtualBox/src/VBoxCloseVMDlg.cpp b/src/VBox/Frontends/VirtualBox/src/VBoxCloseVMDlg.cpp index 0161f8ca1..60f3f01f8 100644 --- a/src/VBox/Frontends/VirtualBox/src/VBoxCloseVMDlg.cpp +++ b/src/VBox/Frontends/VirtualBox/src/VBoxCloseVMDlg.cpp @@ -1,4 +1,4 @@ -/* $Id: VBoxCloseVMDlg.cpp 29794 2010-05-25 16:06:59Z vboxsync $ */ +/* $Id: VBoxCloseVMDlg.cpp $ */ /** @file * * VBox frontends: Qt4 GUI ("VirtualBox"): diff --git a/src/VBox/Frontends/VirtualBox/src/VBoxFBOverlay.cpp b/src/VBox/Frontends/VirtualBox/src/VBoxFBOverlay.cpp index faeebe659..f7c820980 100644 --- a/src/VBox/Frontends/VirtualBox/src/VBoxFBOverlay.cpp +++ b/src/VBox/Frontends/VirtualBox/src/VBoxFBOverlay.cpp @@ -1,4 +1,4 @@ -/* $Id: VBoxFBOverlay.cpp 29974 2010-06-02 10:33:16Z vboxsync $ */ +/* $Id: VBoxFBOverlay.cpp $ */ /** @file * VBoxFBOverlay implementaion */ diff --git a/src/VBox/Frontends/VirtualBox/src/VBoxFBQGL.cpp b/src/VBox/Frontends/VirtualBox/src/VBoxFBQGL.cpp index d449a70b9..793e3854e 100644 --- a/src/VBox/Frontends/VirtualBox/src/VBoxFBQGL.cpp +++ b/src/VBox/Frontends/VirtualBox/src/VBoxFBQGL.cpp @@ -1,4 +1,4 @@ -/* $Id: VBoxFBQGL.cpp 29794 2010-05-25 16:06:59Z vboxsync $ */ +/* $Id: VBoxFBQGL.cpp $ */ /** @file * VBoxFBQGL Opengl-based FrameBuffer implementation */ diff --git a/src/VBox/Frontends/VirtualBox/src/VBoxGLSupportInfo.cpp b/src/VBox/Frontends/VirtualBox/src/VBoxGLSupportInfo.cpp index 04f33581a..2500536c5 100644 --- a/src/VBox/Frontends/VirtualBox/src/VBoxGLSupportInfo.cpp +++ b/src/VBox/Frontends/VirtualBox/src/VBoxGLSupportInfo.cpp @@ -1,4 +1,4 @@ -/* $Id: VBoxGLSupportInfo.cpp 29206 2010-05-07 12:59:29Z vboxsync $ */ +/* $Id: VBoxGLSupportInfo.cpp $ */ /** @file * * VBox frontends: Qt GUI ("VirtualBox"): diff --git a/src/VBox/Frontends/VirtualBox/src/VBoxGlobalSettings.cpp b/src/VBox/Frontends/VirtualBox/src/VBoxGlobalSettings.cpp index d2bf5e547..aa79e84aa 100644 --- a/src/VBox/Frontends/VirtualBox/src/VBoxGlobalSettings.cpp +++ b/src/VBox/Frontends/VirtualBox/src/VBoxGlobalSettings.cpp @@ -1,4 +1,4 @@ -/* $Id: VBoxGlobalSettings.cpp 28800 2010-04-27 08:22:32Z vboxsync $ */ +/* $Id: VBoxGlobalSettings.cpp $ */ /** @file * * VBox frontends: Qt GUI ("VirtualBox"): diff --git a/src/VBox/Frontends/VirtualBox/src/VBoxHelpActions.cpp b/src/VBox/Frontends/VirtualBox/src/VBoxHelpActions.cpp index dc04d9b15..cdf02af24 100644 --- a/src/VBox/Frontends/VirtualBox/src/VBoxHelpActions.cpp +++ b/src/VBox/Frontends/VirtualBox/src/VBoxHelpActions.cpp @@ -1,4 +1,4 @@ -/* $Id: VBoxHelpActions.cpp 28800 2010-04-27 08:22:32Z vboxsync $ */ +/* $Id: VBoxHelpActions.cpp $ */ /** @file * * VBox frontends: Qt GUI ("VirtualBox"): diff --git a/src/VBox/Frontends/VirtualBox/src/VBoxMediaManagerDlg.cpp b/src/VBox/Frontends/VirtualBox/src/VBoxMediaManagerDlg.cpp index c23394279..a9d56e8a3 100644 --- a/src/VBox/Frontends/VirtualBox/src/VBoxMediaManagerDlg.cpp +++ b/src/VBox/Frontends/VirtualBox/src/VBoxMediaManagerDlg.cpp @@ -1,4 +1,4 @@ -/* $Id: VBoxMediaManagerDlg.cpp 29975 2010-06-02 11:17:10Z vboxsync $ */ +/* $Id: VBoxMediaManagerDlg.cpp $ */ /** @file * * VBox frontends: Qt4 GUI ("VirtualBox"): diff --git a/src/VBox/Frontends/VirtualBox/src/VBoxMedium.cpp b/src/VBox/Frontends/VirtualBox/src/VBoxMedium.cpp index 7e2438453..402d2ac75 100644 --- a/src/VBox/Frontends/VirtualBox/src/VBoxMedium.cpp +++ b/src/VBox/Frontends/VirtualBox/src/VBoxMedium.cpp @@ -1,4 +1,4 @@ -/* $Id: VBoxMedium.cpp 28800 2010-04-27 08:22:32Z vboxsync $ */ +/* $Id: VBoxMedium.cpp $ */ /** @file * * VBox frontends: Qt GUI ("VirtualBox"): diff --git a/src/VBox/Frontends/VirtualBox/src/VBoxSnapshotDetailsDlg.cpp b/src/VBox/Frontends/VirtualBox/src/VBoxSnapshotDetailsDlg.cpp index e4de8ddd8..291e61c7a 100644 --- a/src/VBox/Frontends/VirtualBox/src/VBoxSnapshotDetailsDlg.cpp +++ b/src/VBox/Frontends/VirtualBox/src/VBoxSnapshotDetailsDlg.cpp @@ -1,4 +1,4 @@ -/* $Id: VBoxSnapshotDetailsDlg.cpp 29354 2010-05-11 13:44:25Z vboxsync $ */ +/* $Id: VBoxSnapshotDetailsDlg.cpp $ */ /** @file * * VBox frontends: Qt4 GUI ("VirtualBox"): diff --git a/src/VBox/Frontends/VirtualBox/src/VBoxSnapshotsWgt.cpp b/src/VBox/Frontends/VirtualBox/src/VBoxSnapshotsWgt.cpp index 544b45a4b..da03574a3 100644 --- a/src/VBox/Frontends/VirtualBox/src/VBoxSnapshotsWgt.cpp +++ b/src/VBox/Frontends/VirtualBox/src/VBoxSnapshotsWgt.cpp @@ -1,4 +1,4 @@ -/* $Id: VBoxSnapshotsWgt.cpp 29031 2010-05-04 14:40:21Z vboxsync $ */ +/* $Id: VBoxSnapshotsWgt.cpp $ */ /** @file * * VBox frontends: Qt4 GUI ("VirtualBox"): diff --git a/src/VBox/Frontends/VirtualBox/src/VBoxTakeSnapshotDlg.cpp b/src/VBox/Frontends/VirtualBox/src/VBoxTakeSnapshotDlg.cpp index 81f89dbd1..676ce50b6 100644 --- a/src/VBox/Frontends/VirtualBox/src/VBoxTakeSnapshotDlg.cpp +++ b/src/VBox/Frontends/VirtualBox/src/VBoxTakeSnapshotDlg.cpp @@ -1,4 +1,4 @@ -/* $Id: VBoxTakeSnapshotDlg.cpp 29794 2010-05-25 16:06:59Z vboxsync $ */ +/* $Id: VBoxTakeSnapshotDlg.cpp $ */ /** @file * * VBox frontends: Qt4 GUI ("VirtualBox"): diff --git a/src/VBox/Frontends/VirtualBox/src/VBoxVMInformationDlg.cpp b/src/VBox/Frontends/VirtualBox/src/VBoxVMInformationDlg.cpp index 8e33db347..099ed737b 100644 --- a/src/VBox/Frontends/VirtualBox/src/VBoxVMInformationDlg.cpp +++ b/src/VBox/Frontends/VirtualBox/src/VBoxVMInformationDlg.cpp @@ -1,4 +1,4 @@ -/* $Id: VBoxVMInformationDlg.cpp 29794 2010-05-25 16:06:59Z vboxsync $ */ +/* $Id: VBoxVMInformationDlg.cpp $ */ /** @file * * VBox frontends: Qt4 GUI ("VirtualBox"): diff --git a/src/VBox/Frontends/VirtualBox/src/VBoxVMLogViewer.cpp b/src/VBox/Frontends/VirtualBox/src/VBoxVMLogViewer.cpp index 01eef24de..464d5d872 100644 --- a/src/VBox/Frontends/VirtualBox/src/VBoxVMLogViewer.cpp +++ b/src/VBox/Frontends/VirtualBox/src/VBoxVMLogViewer.cpp @@ -1,4 +1,4 @@ -/* $Id: VBoxVMLogViewer.cpp 29972 2010-06-02 09:03:45Z vboxsync $ */ +/* $Id: VBoxVMLogViewer.cpp $ */ /** @file * * VBox frontends: Qt4 GUI ("VirtualBox"): diff --git a/src/VBox/Frontends/VirtualBox/src/X11/VBoxX11Helper.cpp b/src/VBox/Frontends/VirtualBox/src/X11/VBoxX11Helper.cpp index 9d70cb657..45b2e5c85 100644 --- a/src/VBox/Frontends/VirtualBox/src/X11/VBoxX11Helper.cpp +++ b/src/VBox/Frontends/VirtualBox/src/X11/VBoxX11Helper.cpp @@ -1,4 +1,4 @@ -/* $Id: VBoxX11Helper.cpp 28800 2010-04-27 08:22:32Z vboxsync $ */ +/* $Id: VBoxX11Helper.cpp $ */ /** @file * * VBox frontends: Qt GUI ("VirtualBox"): diff --git a/src/VBox/Frontends/VirtualBox/src/X11/XKeyboard-new.cpp b/src/VBox/Frontends/VirtualBox/src/X11/XKeyboard-new.cpp index c04ef831d..e838d97f7 100644 --- a/src/VBox/Frontends/VirtualBox/src/X11/XKeyboard-new.cpp +++ b/src/VBox/Frontends/VirtualBox/src/X11/XKeyboard-new.cpp @@ -1,4 +1,4 @@ -/* $Id: XKeyboard-new.cpp 29654 2010-05-18 21:37:32Z vboxsync $ */ +/* $Id: XKeyboard-new.cpp $ */ /** @file * * VBox frontends: Qt GUI ("VirtualBox"): diff --git a/src/VBox/Frontends/VirtualBox/src/darwin/DockIconPreview.h b/src/VBox/Frontends/VirtualBox/src/darwin/DockIconPreview.h index 8a4f86abc..c4ffaef4f 100644 --- a/src/VBox/Frontends/VirtualBox/src/darwin/DockIconPreview.h +++ b/src/VBox/Frontends/VirtualBox/src/darwin/DockIconPreview.h @@ -1,4 +1,4 @@ -/* $Id: DockIconPreview.h 29812 2010-05-26 11:46:22Z vboxsync $ */ +/* $Id: DockIconPreview.h $ */ /** @file * * VBox frontends: Qt GUI ("VirtualBox"): diff --git a/src/VBox/Frontends/VirtualBox/src/darwin/UIAbstractDockIconPreview.cpp b/src/VBox/Frontends/VirtualBox/src/darwin/UIAbstractDockIconPreview.cpp index fe6c17fc7..f2391f87f 100644 --- a/src/VBox/Frontends/VirtualBox/src/darwin/UIAbstractDockIconPreview.cpp +++ b/src/VBox/Frontends/VirtualBox/src/darwin/UIAbstractDockIconPreview.cpp @@ -1,4 +1,4 @@ -/* $Id: UIAbstractDockIconPreview.cpp 28800 2010-04-27 08:22:32Z vboxsync $ */ +/* $Id: UIAbstractDockIconPreview.cpp $ */ /** @file * Qt GUI - Realtime Dock Icon Preview */ diff --git a/src/VBox/Frontends/VirtualBox/src/darwin/UIAbstractDockIconPreview.h b/src/VBox/Frontends/VirtualBox/src/darwin/UIAbstractDockIconPreview.h index ec6c4b262..8c4c46fd2 100644 --- a/src/VBox/Frontends/VirtualBox/src/darwin/UIAbstractDockIconPreview.h +++ b/src/VBox/Frontends/VirtualBox/src/darwin/UIAbstractDockIconPreview.h @@ -1,4 +1,4 @@ -/* $Id: UIAbstractDockIconPreview.h 29823 2010-05-26 14:49:27Z vboxsync $ */ +/* $Id: UIAbstractDockIconPreview.h $ */ /** @file * * VBox frontends: Qt GUI ("VirtualBox"): diff --git a/src/VBox/Frontends/VirtualBox/src/darwin/UICocoaDockIconPreview.h b/src/VBox/Frontends/VirtualBox/src/darwin/UICocoaDockIconPreview.h index c20088f9f..7bfe2d76a 100644 --- a/src/VBox/Frontends/VirtualBox/src/darwin/UICocoaDockIconPreview.h +++ b/src/VBox/Frontends/VirtualBox/src/darwin/UICocoaDockIconPreview.h @@ -1,4 +1,4 @@ -/* $Id: UICocoaDockIconPreview.h 28800 2010-04-27 08:22:32Z vboxsync $ */ +/* $Id: UICocoaDockIconPreview.h $ */ /** @file * * VBox frontends: Qt GUI ("VirtualBox"): diff --git a/src/VBox/Frontends/VirtualBox/src/darwin/UICocoaDockIconPreview.mm b/src/VBox/Frontends/VirtualBox/src/darwin/UICocoaDockIconPreview.mm index 1c2fc8b1f..851361d8d 100644 --- a/src/VBox/Frontends/VirtualBox/src/darwin/UICocoaDockIconPreview.mm +++ b/src/VBox/Frontends/VirtualBox/src/darwin/UICocoaDockIconPreview.mm @@ -1,4 +1,4 @@ -/* $Id: UICocoaDockIconPreview.mm 29200 2010-05-07 12:14:18Z vboxsync $ */ +/* $Id: UICocoaDockIconPreview.mm $ */ /** @file * * VBox frontends: Qt GUI ("VirtualBox"): diff --git a/src/VBox/Frontends/VirtualBox/src/darwin/VBoxCocoaApplication.h b/src/VBox/Frontends/VirtualBox/src/darwin/VBoxCocoaApplication.h index 0e66afe77..d508b97a5 100644 --- a/src/VBox/Frontends/VirtualBox/src/darwin/VBoxCocoaApplication.h +++ b/src/VBox/Frontends/VirtualBox/src/darwin/VBoxCocoaApplication.h @@ -1,4 +1,4 @@ -/* $Id: VBoxCocoaApplication.h 29816 2010-05-26 13:52:52Z vboxsync $ */ +/* $Id: VBoxCocoaApplication.h $ */ /** @file * VBoxCocoaApplication - NSApplication subclass for handling -sendEvent. */ diff --git a/src/VBox/Frontends/VirtualBox/src/darwin/VBoxCocoaApplication.m b/src/VBox/Frontends/VirtualBox/src/darwin/VBoxCocoaApplication.m index ee17fdf19..727e1e5da 100644 --- a/src/VBox/Frontends/VirtualBox/src/darwin/VBoxCocoaApplication.m +++ b/src/VBox/Frontends/VirtualBox/src/darwin/VBoxCocoaApplication.m @@ -1,4 +1,4 @@ -/* $Id: VBoxCocoaApplication.m 29816 2010-05-26 13:52:52Z vboxsync $ */ +/* $Id: VBoxCocoaApplication.m $ */ /** @file * VBoxCocoaApplication - NSApplication subclass for handling -sendEvent. */ @@ -40,7 +40,7 @@ VBoxCocoaApplication *g_pVBoxCocoaApp = NULL; @implementation VBoxCocoaApplication --(id) init; +-(id) init { self = [super init]; self->m_cCallbacks = 0; @@ -48,7 +48,7 @@ VBoxCocoaApplication *g_pVBoxCocoaApp = NULL; } --(void) sendEvent:(NSEvent *)pEvent; +-(void) sendEvent:(NSEvent *)pEvent { /* * Check if the type matches any of the registered callbacks. @@ -128,7 +128,7 @@ VBoxCocoaApplication *g_pVBoxCocoaApp = NULL; { uint32_t fNewMask; - if (i + 1 != self->m_cCallbacks) + if (i + 1 != (int)self->m_cCallbacks) self->m_aCallbacks[i] = self->m_aCallbacks[self->m_cCallbacks - 1]; self->m_cCallbacks--; @@ -275,14 +275,16 @@ uint32_t VBoxCocoaApplication_getEventModifierFlagsXlated(const void *pvEvent) fCarbon |= cmdKey; } - //if (fCocoa & NSNumericPadKeyMask) - // fCarbon |= ???; + /* + if (fCocoa & NSNumericPadKeyMask) + fCarbon |= ???; - //if (fCocoa & NSHelpKeyMask) - // fCarbon |= ???; + if (fCocoa & NSHelpKeyMask) + fCarbon |= ???; - //if (fCocoa & NSFunctionKeyMask) - // fCarbon |= ???; + if (fCocoa & NSFunctionKeyMask) + fCarbon |= ???; + */ } return fCarbon; @@ -357,17 +359,17 @@ bool VBoxCocoaApplication_isApplicationCommand(const void *pvEvent) { NSUInteger fEvtMask = [pEvent modifierFlags]; unsigned short KeyCode = [pEvent keyCode]; - if ( ((fEvtMask & (NX_NONCOALSESCEDMASK | NX_COMMANDMASK | NX_DEVICELCMDKEYMASK)) == (NX_NONCOALSESCEDMASK | NX_COMMANDMASK | NX_DEVICELCMDKEYMASK)) // L+CMD - || ((fEvtMask & (NX_NONCOALSESCEDMASK | NX_COMMANDMASK | NX_DEVICERCMDKEYMASK)) == (NX_NONCOALSESCEDMASK | NX_COMMANDMASK | NX_DEVICERCMDKEYMASK))) // R+CMD + if ( ((fEvtMask & (NX_NONCOALSESCEDMASK | NX_COMMANDMASK | NX_DEVICELCMDKEYMASK)) == (NX_NONCOALSESCEDMASK | NX_COMMANDMASK | NX_DEVICELCMDKEYMASK)) /* L+CMD */ + || ((fEvtMask & (NX_NONCOALSESCEDMASK | NX_COMMANDMASK | NX_DEVICERCMDKEYMASK)) == (NX_NONCOALSESCEDMASK | NX_COMMANDMASK | NX_DEVICERCMDKEYMASK))) /* R+CMD */ { - if ( KeyCode == 0x0c // CMD+Q (Quit) - || KeyCode == 0x04) // CMD+H (Hide) + if ( KeyCode == 0x0c /* CMD+Q (Quit) */ + || KeyCode == 0x04) /* CMD+H (Hide) */ fGlobalHotkey = true; } - else if ( ((fEvtMask & (NX_NONCOALSESCEDMASK | NX_ALTERNATEMASK | NX_DEVICELALTKEYMASK | NX_COMMANDMASK | NX_DEVICELCMDKEYMASK)) == (NX_NONCOALSESCEDMASK | NX_ALTERNATEMASK | NX_DEVICELALTKEYMASK | NX_COMMANDMASK | NX_DEVICELCMDKEYMASK)) // L+ALT+CMD - || ((fEvtMask & (NX_NONCOALSESCEDMASK | NX_ALTERNATEMASK | NX_DEVICERCMDKEYMASK | NX_COMMANDMASK | NX_DEVICERCMDKEYMASK)) == (NX_NONCOALSESCEDMASK | NX_ALTERNATEMASK | NX_DEVICERCMDKEYMASK | NX_COMMANDMASK | NX_DEVICERCMDKEYMASK))) // R+ALT+CMD + else if ( ((fEvtMask & (NX_NONCOALSESCEDMASK | NX_ALTERNATEMASK | NX_DEVICELALTKEYMASK | NX_COMMANDMASK | NX_DEVICELCMDKEYMASK)) == (NX_NONCOALSESCEDMASK | NX_ALTERNATEMASK | NX_DEVICELALTKEYMASK | NX_COMMANDMASK | NX_DEVICELCMDKEYMASK)) /* L+ALT+CMD */ + || ((fEvtMask & (NX_NONCOALSESCEDMASK | NX_ALTERNATEMASK | NX_DEVICERCMDKEYMASK | NX_COMMANDMASK | NX_DEVICERCMDKEYMASK)) == (NX_NONCOALSESCEDMASK | NX_ALTERNATEMASK | NX_DEVICERCMDKEYMASK | NX_COMMANDMASK | NX_DEVICERCMDKEYMASK))) /* R+ALT+CMD */ { - if (KeyCode == 0x04) // ALT+CMD+H (Hide-Others) + if (KeyCode == 0x04) /* ALT+CMD+H (Hide-Others) */ fGlobalHotkey = true; } break; @@ -393,8 +395,8 @@ void VBoxCocoaApplication_printEvent(const char *pszPrefix, const void *pvEvent) NSGraphicsContext *pEvtGraphCtx = [pEvent context]; printf("%s%p: Type=%lu Modifiers=%08lx pWindow=%p #Wnd=%ld pGraphCtx=%p %s\n", - pszPrefix, pvEvent, (unsigned long)eEvtType, (unsigned long)fEvtMask, pEvtWindow, - (long)iEvtWindow, pEvtGraphCtx, VBoxCocoaApplication_eventTypeName(eEvtType)); + pszPrefix, pvEvent, (unsigned long)eEvtType, (unsigned long)fEvtMask, (void*)pEvtWindow, + (long)iEvtWindow, (void*)pEvtGraphCtx, VBoxCocoaApplication_eventTypeName(eEvtType)); /* dump type specific into. */ switch (eEvtType) diff --git a/src/VBox/Frontends/VirtualBox/src/darwin/VBoxCocoaSpecialControls.mm b/src/VBox/Frontends/VirtualBox/src/darwin/VBoxCocoaSpecialControls.mm index ad31c02b5..8101fb349 100644 --- a/src/VBox/Frontends/VirtualBox/src/darwin/VBoxCocoaSpecialControls.mm +++ b/src/VBox/Frontends/VirtualBox/src/darwin/VBoxCocoaSpecialControls.mm @@ -1,4 +1,4 @@ -/* $Id: VBoxCocoaSpecialControls.mm 29377 2010-05-11 16:40:49Z vboxsync $ */ +/* $Id: VBoxCocoaSpecialControls.mm $ */ /** @file * * VBox frontends: Qt GUI ("VirtualBox"): diff --git a/src/VBox/Frontends/VirtualBox/src/darwin/VBoxIChatTheaterWrapper.h b/src/VBox/Frontends/VirtualBox/src/darwin/VBoxIChatTheaterWrapper.h index d1e86f996..235bc0a29 100644 --- a/src/VBox/Frontends/VirtualBox/src/darwin/VBoxIChatTheaterWrapper.h +++ b/src/VBox/Frontends/VirtualBox/src/darwin/VBoxIChatTheaterWrapper.h @@ -1,4 +1,4 @@ -/* $Id: VBoxIChatTheaterWrapper.h 28800 2010-04-27 08:22:32Z vboxsync $ */ +/* $Id: VBoxIChatTheaterWrapper.h $ */ /** @file * Qt GUI - iChat Theater cocoa wrapper. */ diff --git a/src/VBox/Frontends/VirtualBox/src/darwin/VBoxIChatTheaterWrapper.m b/src/VBox/Frontends/VirtualBox/src/darwin/VBoxIChatTheaterWrapper.m index d5f5de91a..1fd2792e8 100644 --- a/src/VBox/Frontends/VirtualBox/src/darwin/VBoxIChatTheaterWrapper.m +++ b/src/VBox/Frontends/VirtualBox/src/darwin/VBoxIChatTheaterWrapper.m @@ -1,4 +1,4 @@ -/* $Id: VBoxIChatTheaterWrapper.m 28800 2010-04-27 08:22:32Z vboxsync $ */ +/* $Id: VBoxIChatTheaterWrapper.m $ */ /** @file * Qt GUI - iChat Theater cocoa wrapper. */ diff --git a/src/VBox/Frontends/VirtualBox/src/darwin/VBoxUtils-darwin-cocoa.mm b/src/VBox/Frontends/VirtualBox/src/darwin/VBoxUtils-darwin-cocoa.mm index f5f19b462..61bb00a3d 100644 --- a/src/VBox/Frontends/VirtualBox/src/darwin/VBoxUtils-darwin-cocoa.mm +++ b/src/VBox/Frontends/VirtualBox/src/darwin/VBoxUtils-darwin-cocoa.mm @@ -1,4 +1,4 @@ -/* $Id: VBoxUtils-darwin-cocoa.mm 29200 2010-05-07 12:14:18Z vboxsync $ */ +/* $Id: VBoxUtils-darwin-cocoa.mm $ */ /** @file * * VBox frontends: Qt GUI ("VirtualBox"): @@ -19,6 +19,9 @@ */ #include "VBoxUtils-darwin.h" +#include "VBoxCocoaHelper.h" + +#include <QMenu> #include <iprt/assert.h> @@ -28,49 +31,43 @@ NativeWindowRef darwinToNativeWindowImpl (NativeViewRef aView) { - NSAutoreleasePool *pool = [[NSAutoreleasePool alloc] init]; + CocoaAutoreleasePool pool; NativeWindowRef window = NULL; if (aView) window = [aView window]; - [pool release]; return window; } NativeViewRef darwinToNativeViewImpl (NativeWindowRef aWindow) { - NSAutoreleasePool *pool = [[NSAutoreleasePool alloc] init]; + CocoaAutoreleasePool pool; NativeViewRef view = NULL; if (aWindow) view = [aWindow contentView]; - [pool release]; return view; } void darwinSetShowsToolbarButtonImpl (NativeWindowRef aWindow, bool aEnabled) { - NSAutoreleasePool *pool = [[NSAutoreleasePool alloc] init]; + CocoaAutoreleasePool pool; [aWindow setShowsToolbarButton:aEnabled]; - - [pool release]; } void darwinSetShowsResizeIndicatorImpl (NativeWindowRef aWindow, bool aEnabled) { - NSAutoreleasePool *pool = [[NSAutoreleasePool alloc] init]; + CocoaAutoreleasePool pool; [aWindow setShowsResizeIndicator:aEnabled]; - - [pool release]; } void darwinSetHidesAllTitleButtonsImpl (NativeWindowRef aWindow) { - NSAutoreleasePool *pool = [[NSAutoreleasePool alloc] init]; + CocoaAutoreleasePool pool; /* Remove all title buttons by changing the style mask. This method is available from 10.6 on only. */ @@ -94,13 +91,11 @@ void darwinSetHidesAllTitleButtonsImpl (NativeWindowRef aWindow) if (pButton != Nil) [pButton setEnabled: NO]; } - - [pool release]; } void darwinSetShowsWindowTransparentImpl (NativeWindowRef aWindow, bool aEnabled) { - NSAutoreleasePool *pool = [[NSAutoreleasePool alloc] init]; + CocoaAutoreleasePool pool; if (aEnabled) { @@ -114,8 +109,14 @@ void darwinSetShowsWindowTransparentImpl (NativeWindowRef aWindow, bool aEnabled [aWindow setBackgroundColor:[NSColor windowBackgroundColor]]; [aWindow setHasShadow:YES]; } +} - [pool release]; +void darwinSetDockIconMenu(QMenu* pMenu) +{ + CocoaAutoreleasePool pool; + + extern void qt_mac_set_dock_menu(QMenu *); + qt_mac_set_dock_menu(pMenu); } /** @@ -125,16 +126,14 @@ void darwinSetShowsWindowTransparentImpl (NativeWindowRef aWindow, bool aEnabled */ void darwinSetMouseCoalescingEnabled (bool aEnabled) { - NSAutoreleasePool *pool = [[NSAutoreleasePool alloc] init]; + CocoaAutoreleasePool pool; [NSEvent setMouseCoalescingEnabled:aEnabled]; - - [pool release]; } void darwinWindowAnimateResizeImpl (NativeWindowRef aWindow, int x, int y, int width, int height) { - NSAutoreleasePool *pool = [[NSAutoreleasePool alloc] init]; + CocoaAutoreleasePool pool; /* It seems that Qt doesn't return the height of the window with the * toolbar height included. So add this size manually. Could easily be that @@ -150,22 +149,18 @@ void darwinWindowAnimateResizeImpl (NativeWindowRef aWindow, int x, int y, int w windowFrame.origin.y -= h1; [aWindow setFrame:windowFrame display:YES animate:YES]; - - [pool release]; } void darwinWindowInvalidateShadowImpl (NativeWindowRef aWindow) { - NSAutoreleasePool *pool = [[NSAutoreleasePool alloc] init]; + CocoaAutoreleasePool pool; [aWindow invalidateShadow]; - - [pool release]; } int darwinWindowToolBarHeight (NativeWindowRef aWindow) { - NSAutoreleasePool *pool = [[NSAutoreleasePool alloc] init]; + CocoaAutoreleasePool pool; NSToolbar *toolbar = [aWindow toolbar]; NSRect windowFrame = [aWindow frame]; @@ -176,27 +171,24 @@ int darwinWindowToolBarHeight (NativeWindowRef aWindow) /* title bar height: */ toolbarHeight = NSHeight (windowFrame) - NSHeight ([[aWindow contentView] frame]) - theight; - [pool release]; return toolbarHeight; } bool darwinIsWindowMaximized(NativeWindowRef aWindow) { - NSAutoreleasePool *pool = [[NSAutoreleasePool alloc] init]; + CocoaAutoreleasePool pool; bool fResult = [aWindow isZoomed]; - [pool release]; return fResult; } float darwinSmallFontSize() { - NSAutoreleasePool *pool = [[NSAutoreleasePool alloc] init]; + CocoaAutoreleasePool pool; float size = [NSFont systemFontSizeForControlSize: NSSmallControlSize]; - [pool release]; return size; } diff --git a/src/VBox/Frontends/VirtualBox/src/darwin/VBoxUtils-darwin.cpp b/src/VBox/Frontends/VirtualBox/src/darwin/VBoxUtils-darwin.cpp index a87917fa4..785e2b6bc 100644 --- a/src/VBox/Frontends/VirtualBox/src/darwin/VBoxUtils-darwin.cpp +++ b/src/VBox/Frontends/VirtualBox/src/darwin/VBoxUtils-darwin.cpp @@ -1,4 +1,4 @@ -/* $Id: VBoxUtils-darwin.cpp 28800 2010-04-27 08:22:32Z vboxsync $ */ +/* $Id: VBoxUtils-darwin.cpp $ */ /** @file * Qt GUI - Utility Classes and Functions specific to Darwin. */ diff --git a/src/VBox/Frontends/VirtualBox/src/darwin/VBoxUtils-darwin.h b/src/VBox/Frontends/VirtualBox/src/darwin/VBoxUtils-darwin.h index 80cb6aff2..bf1a2b174 100644 --- a/src/VBox/Frontends/VirtualBox/src/darwin/VBoxUtils-darwin.h +++ b/src/VBox/Frontends/VirtualBox/src/darwin/VBoxUtils-darwin.h @@ -42,6 +42,7 @@ class QWidget; class QToolBar; class QPixmap; class QImage; +class QMenu; # ifdef QT_MAC_USE_COCOA /* Cast this to void, cause Cocoa classes aren't usable in the C++ context. */ @@ -153,6 +154,7 @@ void darwinSetShowsToolbarButton(QToolBar *aToolBar, bool aEnabled); void darwinSetShowsResizeIndicator(QWidget *aWidget, bool aEnabled); void darwinSetHidesAllTitleButtons(QWidget *aWidget); void darwinSetShowsWindowTransparent(QWidget *aWidget, bool aEnabled); +void darwinSetDockIconMenu(QMenu *pMenu); void darwinDisableIconsInMenus(void); /******************************************************************************** diff --git a/src/VBox/Frontends/VirtualBox/src/darwin/tstDarwinKeyboard.cpp b/src/VBox/Frontends/VirtualBox/src/darwin/tstDarwinKeyboard.cpp index 84a4ae4ab..929de5335 100644 --- a/src/VBox/Frontends/VirtualBox/src/darwin/tstDarwinKeyboard.cpp +++ b/src/VBox/Frontends/VirtualBox/src/darwin/tstDarwinKeyboard.cpp @@ -1,4 +1,4 @@ -/* $Id: tstDarwinKeyboard.cpp 28800 2010-04-27 08:22:32Z vboxsync $ */ +/* $Id: tstDarwinKeyboard.cpp $ */ /** @file * Common GUI Library - Testcase - Darwin Keyboard routines. * diff --git a/src/VBox/Frontends/VirtualBox/src/extensions/QIAdvancedSlider.cpp b/src/VBox/Frontends/VirtualBox/src/extensions/QIAdvancedSlider.cpp index d4f9bee6b..5a69aeac6 100644 --- a/src/VBox/Frontends/VirtualBox/src/extensions/QIAdvancedSlider.cpp +++ b/src/VBox/Frontends/VirtualBox/src/extensions/QIAdvancedSlider.cpp @@ -1,4 +1,4 @@ -/* $Id: QIAdvancedSlider.cpp 28800 2010-04-27 08:22:32Z vboxsync $ */ +/* $Id: QIAdvancedSlider.cpp $ */ /** @file * * VBox frontends: Qt GUI ("VirtualBox"): diff --git a/src/VBox/Frontends/VirtualBox/src/extensions/QIArrowButtonPress.cpp b/src/VBox/Frontends/VirtualBox/src/extensions/QIArrowButtonPress.cpp index b97d869c5..185ce60c4 100644 --- a/src/VBox/Frontends/VirtualBox/src/extensions/QIArrowButtonPress.cpp +++ b/src/VBox/Frontends/VirtualBox/src/extensions/QIArrowButtonPress.cpp @@ -1,4 +1,4 @@ -/* $Id: QIArrowButtonPress.cpp 28800 2010-04-27 08:22:32Z vboxsync $ */ +/* $Id: QIArrowButtonPress.cpp $ */ /** @file * * VBox frontends: Qt GUI ("VirtualBox"): diff --git a/src/VBox/Frontends/VirtualBox/src/extensions/QIArrowButtonSwitch.cpp b/src/VBox/Frontends/VirtualBox/src/extensions/QIArrowButtonSwitch.cpp index d47d776ce..02a60834f 100644 --- a/src/VBox/Frontends/VirtualBox/src/extensions/QIArrowButtonSwitch.cpp +++ b/src/VBox/Frontends/VirtualBox/src/extensions/QIArrowButtonSwitch.cpp @@ -1,4 +1,4 @@ -/* $Id: QIArrowButtonSwitch.cpp 28800 2010-04-27 08:22:32Z vboxsync $ */ +/* $Id: QIArrowButtonSwitch.cpp $ */ /** @file * * VBox frontends: Qt GUI ("VirtualBox"): diff --git a/src/VBox/Frontends/VirtualBox/src/extensions/QIArrowSplitter.cpp b/src/VBox/Frontends/VirtualBox/src/extensions/QIArrowSplitter.cpp index 64bf62196..b55758ff9 100644 --- a/src/VBox/Frontends/VirtualBox/src/extensions/QIArrowSplitter.cpp +++ b/src/VBox/Frontends/VirtualBox/src/extensions/QIArrowSplitter.cpp @@ -1,4 +1,4 @@ -/* $Id: QIArrowSplitter.cpp 28800 2010-04-27 08:22:32Z vboxsync $ */ +/* $Id: QIArrowSplitter.cpp $ */ /** @file * * VBox frontends: Qt GUI ("VirtualBox"): diff --git a/src/VBox/Frontends/VirtualBox/src/extensions/QIDialog.cpp b/src/VBox/Frontends/VirtualBox/src/extensions/QIDialog.cpp index 527bda80d..46f10cb1c 100644 --- a/src/VBox/Frontends/VirtualBox/src/extensions/QIDialog.cpp +++ b/src/VBox/Frontends/VirtualBox/src/extensions/QIDialog.cpp @@ -1,4 +1,4 @@ -/* $Id: QIDialog.cpp 28800 2010-04-27 08:22:32Z vboxsync $ */ +/* $Id: QIDialog.cpp $ */ /** @file * * VBox frontends: Qt GUI ("VirtualBox"): diff --git a/src/VBox/Frontends/VirtualBox/src/extensions/QIDialogButtonBox.cpp b/src/VBox/Frontends/VirtualBox/src/extensions/QIDialogButtonBox.cpp index 564b0f59c..67e970266 100644 --- a/src/VBox/Frontends/VirtualBox/src/extensions/QIDialogButtonBox.cpp +++ b/src/VBox/Frontends/VirtualBox/src/extensions/QIDialogButtonBox.cpp @@ -1,4 +1,4 @@ -/* $Id: QIDialogButtonBox.cpp 28800 2010-04-27 08:22:32Z vboxsync $ */ +/* $Id: QIDialogButtonBox.cpp $ */ /** @file * * VBox frontends: Qt GUI ("VirtualBox"): diff --git a/src/VBox/Frontends/VirtualBox/src/extensions/QIFileDialog.cpp b/src/VBox/Frontends/VirtualBox/src/extensions/QIFileDialog.cpp index 95ff5e535..34095118e 100644 --- a/src/VBox/Frontends/VirtualBox/src/extensions/QIFileDialog.cpp +++ b/src/VBox/Frontends/VirtualBox/src/extensions/QIFileDialog.cpp @@ -1,4 +1,4 @@ -/* $Id: QIFileDialog.cpp 28800 2010-04-27 08:22:32Z vboxsync $ */ +/* $Id: QIFileDialog.cpp $ */ /** @file * * VBox frontends: Qt GUI ("VirtualBox"): diff --git a/src/VBox/Frontends/VirtualBox/src/extensions/QIHotKeyEdit.cpp b/src/VBox/Frontends/VirtualBox/src/extensions/QIHotKeyEdit.cpp index 5096eb51f..e9cc59b1b 100644 --- a/src/VBox/Frontends/VirtualBox/src/extensions/QIHotKeyEdit.cpp +++ b/src/VBox/Frontends/VirtualBox/src/extensions/QIHotKeyEdit.cpp @@ -1,4 +1,4 @@ -/* $Id: QIHotKeyEdit.cpp 29921 2010-05-31 16:49:37Z vboxsync $ */ +/* $Id: QIHotKeyEdit.cpp $ */ /** @file * * VBox frontends: Qt GUI ("VirtualBox"): diff --git a/src/VBox/Frontends/VirtualBox/src/extensions/QILabel.cpp b/src/VBox/Frontends/VirtualBox/src/extensions/QILabel.cpp index 2847a62de..c33673fd1 100644 --- a/src/VBox/Frontends/VirtualBox/src/extensions/QILabel.cpp +++ b/src/VBox/Frontends/VirtualBox/src/extensions/QILabel.cpp @@ -1,4 +1,4 @@ -/* $Id: QILabel.cpp 28800 2010-04-27 08:22:32Z vboxsync $ */ +/* $Id: QILabel.cpp $ */ /** @file * * VBox frontends: Qt GUI ("VirtualBox"): diff --git a/src/VBox/Frontends/VirtualBox/src/extensions/QILabelSeparator.cpp b/src/VBox/Frontends/VirtualBox/src/extensions/QILabelSeparator.cpp index 2f1fc1de9..a0ebcfb7f 100644 --- a/src/VBox/Frontends/VirtualBox/src/extensions/QILabelSeparator.cpp +++ b/src/VBox/Frontends/VirtualBox/src/extensions/QILabelSeparator.cpp @@ -1,4 +1,4 @@ -/* $Id: QILabelSeparator.cpp 28800 2010-04-27 08:22:32Z vboxsync $ */ +/* $Id: QILabelSeparator.cpp $ */ /** @file * * VBox frontends: Qt GUI ("VirtualBox"): diff --git a/src/VBox/Frontends/VirtualBox/src/extensions/QILineEdit.cpp b/src/VBox/Frontends/VirtualBox/src/extensions/QILineEdit.cpp index fc5c311c2..42eaf8e20 100644 --- a/src/VBox/Frontends/VirtualBox/src/extensions/QILineEdit.cpp +++ b/src/VBox/Frontends/VirtualBox/src/extensions/QILineEdit.cpp @@ -1,4 +1,4 @@ -/* $Id: QILineEdit.cpp 28800 2010-04-27 08:22:32Z vboxsync $ */ +/* $Id: QILineEdit.cpp $ */ /** @file * * VBox frontends: Qt GUI ("VirtualBox"): diff --git a/src/VBox/Frontends/VirtualBox/src/extensions/QIListView.cpp b/src/VBox/Frontends/VirtualBox/src/extensions/QIListView.cpp index b8cead0d6..288127bf6 100644 --- a/src/VBox/Frontends/VirtualBox/src/extensions/QIListView.cpp +++ b/src/VBox/Frontends/VirtualBox/src/extensions/QIListView.cpp @@ -1,4 +1,4 @@ -/* $Id: QIListView.cpp 28800 2010-04-27 08:22:32Z vboxsync $ */ +/* $Id: QIListView.cpp $ */ /** @file * * VBox frontends: Qt GUI ("VirtualBox"): diff --git a/src/VBox/Frontends/VirtualBox/src/extensions/QIMainDialog.cpp b/src/VBox/Frontends/VirtualBox/src/extensions/QIMainDialog.cpp index 9c55ed4ae..9f6806d37 100644 --- a/src/VBox/Frontends/VirtualBox/src/extensions/QIMainDialog.cpp +++ b/src/VBox/Frontends/VirtualBox/src/extensions/QIMainDialog.cpp @@ -1,4 +1,4 @@ -/* $Id: QIMainDialog.cpp 29008 2010-05-04 11:54:44Z vboxsync $ */ +/* $Id: QIMainDialog.cpp $ */ /** @file * * VBox frontends: Qt GUI ("VirtualBox"): diff --git a/src/VBox/Frontends/VirtualBox/src/extensions/QIMessageBox.cpp b/src/VBox/Frontends/VirtualBox/src/extensions/QIMessageBox.cpp index 9264584c8..5a7b6c879 100644 --- a/src/VBox/Frontends/VirtualBox/src/extensions/QIMessageBox.cpp +++ b/src/VBox/Frontends/VirtualBox/src/extensions/QIMessageBox.cpp @@ -1,4 +1,4 @@ -/* $Id: QIMessageBox.cpp 29794 2010-05-25 16:06:59Z vboxsync $ */ +/* $Id: QIMessageBox.cpp $ */ /** @file * * VBox frontends: Qt GUI ("VirtualBox"): diff --git a/src/VBox/Frontends/VirtualBox/src/extensions/QIRichToolButton.cpp b/src/VBox/Frontends/VirtualBox/src/extensions/QIRichToolButton.cpp index 5f41fd837..fe776077d 100644 --- a/src/VBox/Frontends/VirtualBox/src/extensions/QIRichToolButton.cpp +++ b/src/VBox/Frontends/VirtualBox/src/extensions/QIRichToolButton.cpp @@ -1,4 +1,4 @@ -/* $Id: QIRichToolButton.cpp 28800 2010-04-27 08:22:32Z vboxsync $ */ +/* $Id: QIRichToolButton.cpp $ */ /** @file * * VBox frontends: Qt GUI ("VirtualBox"): diff --git a/src/VBox/Frontends/VirtualBox/src/extensions/QISplitter.cpp b/src/VBox/Frontends/VirtualBox/src/extensions/QISplitter.cpp index 3b55a12cf..d9c56bbbc 100644 --- a/src/VBox/Frontends/VirtualBox/src/extensions/QISplitter.cpp +++ b/src/VBox/Frontends/VirtualBox/src/extensions/QISplitter.cpp @@ -1,4 +1,4 @@ -/* $Id: QISplitter.cpp 28800 2010-04-27 08:22:32Z vboxsync $ */ +/* $Id: QISplitter.cpp $ */ /** @file * * VBox frontends: Qt GUI ("VirtualBox"): diff --git a/src/VBox/Frontends/VirtualBox/src/extensions/QIStateIndicator.cpp b/src/VBox/Frontends/VirtualBox/src/extensions/QIStateIndicator.cpp index d2b371767..ee3150e2d 100644 --- a/src/VBox/Frontends/VirtualBox/src/extensions/QIStateIndicator.cpp +++ b/src/VBox/Frontends/VirtualBox/src/extensions/QIStateIndicator.cpp @@ -1,4 +1,4 @@ -/* $Id: QIStateIndicator.cpp 28800 2010-04-27 08:22:32Z vboxsync $ */ +/* $Id: QIStateIndicator.cpp $ */ /** @file * * VBox frontends: Qt GUI ("VirtualBox"): diff --git a/src/VBox/Frontends/VirtualBox/src/extensions/QIStatusBar.cpp b/src/VBox/Frontends/VirtualBox/src/extensions/QIStatusBar.cpp index 42cea93de..6aa7bde06 100644 --- a/src/VBox/Frontends/VirtualBox/src/extensions/QIStatusBar.cpp +++ b/src/VBox/Frontends/VirtualBox/src/extensions/QIStatusBar.cpp @@ -1,4 +1,4 @@ -/* $Id: QIStatusBar.cpp 28800 2010-04-27 08:22:32Z vboxsync $ */ +/* $Id: QIStatusBar.cpp $ */ /** @file * * VBox frontends: Qt GUI ("VirtualBox"): diff --git a/src/VBox/Frontends/VirtualBox/src/extensions/QITreeView.cpp b/src/VBox/Frontends/VirtualBox/src/extensions/QITreeView.cpp index 2ab67624b..7c42e72bf 100644 --- a/src/VBox/Frontends/VirtualBox/src/extensions/QITreeView.cpp +++ b/src/VBox/Frontends/VirtualBox/src/extensions/QITreeView.cpp @@ -1,4 +1,4 @@ -/* $Id: QITreeView.cpp 28800 2010-04-27 08:22:32Z vboxsync $ */ +/* $Id: QITreeView.cpp $ */ /** @file * * VBox frontends: Qt GUI ("VirtualBox"): diff --git a/src/VBox/Frontends/VirtualBox/src/extensions/QITreeWidget.cpp b/src/VBox/Frontends/VirtualBox/src/extensions/QITreeWidget.cpp index 98af8584e..56aa83560 100644 --- a/src/VBox/Frontends/VirtualBox/src/extensions/QITreeWidget.cpp +++ b/src/VBox/Frontends/VirtualBox/src/extensions/QITreeWidget.cpp @@ -1,4 +1,4 @@ -/* $Id: QITreeWidget.cpp 28800 2010-04-27 08:22:32Z vboxsync $ */ +/* $Id: QITreeWidget.cpp $ */ /** @file * * VBox frontends: Qt GUI ("VirtualBox"): diff --git a/src/VBox/Frontends/VirtualBox/src/extensions/QIWidgetValidator.cpp b/src/VBox/Frontends/VirtualBox/src/extensions/QIWidgetValidator.cpp index e8d54ec65..012c4aa75 100644 --- a/src/VBox/Frontends/VirtualBox/src/extensions/QIWidgetValidator.cpp +++ b/src/VBox/Frontends/VirtualBox/src/extensions/QIWidgetValidator.cpp @@ -1,4 +1,4 @@ -/* $Id: QIWidgetValidator.cpp 28800 2010-04-27 08:22:32Z vboxsync $ */ +/* $Id: QIWidgetValidator.cpp $ */ /** @file * * VBox frontends: Qt GUI ("VirtualBox"): diff --git a/src/VBox/Frontends/VirtualBox/src/extensions/QIWizard.cpp b/src/VBox/Frontends/VirtualBox/src/extensions/QIWizard.cpp index 3abdcd755..2105f966e 100644 --- a/src/VBox/Frontends/VirtualBox/src/extensions/QIWizard.cpp +++ b/src/VBox/Frontends/VirtualBox/src/extensions/QIWizard.cpp @@ -1,4 +1,4 @@ -/* $Id: QIWizard.cpp 29723 2010-05-21 11:56:03Z vboxsync $ */ +/* $Id: QIWizard.cpp $ */ /** @file * * VBox frontends: Qt4 GUI ("VirtualBox"): diff --git a/src/VBox/Frontends/VirtualBox/src/globals/COMDefs.cpp b/src/VBox/Frontends/VirtualBox/src/globals/COMDefs.cpp index a1d27324f..87615202d 100644 --- a/src/VBox/Frontends/VirtualBox/src/globals/COMDefs.cpp +++ b/src/VBox/Frontends/VirtualBox/src/globals/COMDefs.cpp @@ -1,4 +1,4 @@ -/* $Id: COMDefs.cpp 28800 2010-04-27 08:22:32Z vboxsync $ */ +/* $Id: COMDefs.cpp $ */ /** @file * * VBox frontends: Qt GUI ("VirtualBox"): diff --git a/src/VBox/Frontends/VirtualBox/src/globals/VBoxDefs.cpp b/src/VBox/Frontends/VirtualBox/src/globals/VBoxDefs.cpp index 571023260..b078a57e6 100644 --- a/src/VBox/Frontends/VirtualBox/src/globals/VBoxDefs.cpp +++ b/src/VBox/Frontends/VirtualBox/src/globals/VBoxDefs.cpp @@ -1,4 +1,4 @@ -/* $Id: VBoxDefs.cpp 28800 2010-04-27 08:22:32Z vboxsync $ */ +/* $Id: VBoxDefs.cpp $ */ /** @file * * VBox frontends: Qt GUI ("VirtualBox"): diff --git a/src/VBox/Frontends/VirtualBox/src/globals/VBoxGlobal.cpp b/src/VBox/Frontends/VirtualBox/src/globals/VBoxGlobal.cpp index 91d214bbd..ea9106e1f 100644 --- a/src/VBox/Frontends/VirtualBox/src/globals/VBoxGlobal.cpp +++ b/src/VBox/Frontends/VirtualBox/src/globals/VBoxGlobal.cpp @@ -1,4 +1,4 @@ -/* $Id: VBoxGlobal.cpp 29803 2010-05-26 09:36:14Z vboxsync $ */ +/* $Id: VBoxGlobal.cpp $ */ /** @file * * VBox frontends: Qt GUI ("VirtualBox"): @@ -2481,14 +2481,15 @@ bool VBoxGlobal::showVirtualBoxLicense() QString latestFilePath = docDir.absoluteFilePath (licenseFile); /* check for the agreed license version */ - QString licenseAgreed = virtualBox().GetExtraData (VBoxDefs::GUI_LicenseKey); - if (licenseAgreed == latestVersion) - return true; + QStringList strList = virtualBox().GetExtraData (VBoxDefs::GUI_LicenseKey).split(","); + for (int i=0; i < strList.size(); ++i) + if (strList.at(i) == latestVersion) + return true; VBoxLicenseViewer licenseDialog (latestFilePath); bool result = licenseDialog.exec() == QDialog::Accepted; if (result) - virtualBox().SetExtraData (VBoxDefs::GUI_LicenseKey, latestVersion); + virtualBox().SetExtraData (VBoxDefs::GUI_LicenseKey, (strList << latestVersion).join(",")); return result; } #endif /* defined(Q_WS_X11) && !defined(VBOX_OSE) */ diff --git a/src/VBox/Frontends/VirtualBox/src/globals/VBoxProblemReporter.cpp b/src/VBox/Frontends/VirtualBox/src/globals/VBoxProblemReporter.cpp index 51b3961c7..4f87cacd4 100644 --- a/src/VBox/Frontends/VirtualBox/src/globals/VBoxProblemReporter.cpp +++ b/src/VBox/Frontends/VirtualBox/src/globals/VBoxProblemReporter.cpp @@ -1,4 +1,4 @@ -/* $Id: VBoxProblemReporter.cpp 29803 2010-05-26 09:36:14Z vboxsync $ */ +/* $Id: VBoxProblemReporter.cpp $ */ /** @file * * VBox frontends: Qt GUI ("VirtualBox"): diff --git a/src/VBox/Frontends/VirtualBox/src/hardenedmain.cpp b/src/VBox/Frontends/VirtualBox/src/hardenedmain.cpp index b7468f1d8..a36825f96 100644 --- a/src/VBox/Frontends/VirtualBox/src/hardenedmain.cpp +++ b/src/VBox/Frontends/VirtualBox/src/hardenedmain.cpp @@ -1,4 +1,4 @@ -/* $Id: hardenedmain.cpp 28800 2010-04-27 08:22:32Z vboxsync $ */ +/* $Id: hardenedmain.cpp $ */ /** @file * VirtualBox - Hardened main(). */ diff --git a/src/VBox/Frontends/VirtualBox/src/main.cpp b/src/VBox/Frontends/VirtualBox/src/main.cpp index 6a1413ec5..ee4b732e6 100644 --- a/src/VBox/Frontends/VirtualBox/src/main.cpp +++ b/src/VBox/Frontends/VirtualBox/src/main.cpp @@ -1,4 +1,4 @@ -/* $Id: main.cpp 29794 2010-05-25 16:06:59Z vboxsync $ */ +/* $Id: main.cpp $ */ /** @file * * VBox frontends: Qt GUI ("VirtualBox"): diff --git a/src/VBox/Frontends/VirtualBox/src/os2/VBoxHlp.asm b/src/VBox/Frontends/VirtualBox/src/os2/VBoxHlp.asm index 40739aa46..f82fac0b6 100644 --- a/src/VBox/Frontends/VirtualBox/src/os2/VBoxHlp.asm +++ b/src/VBox/Frontends/VirtualBox/src/os2/VBoxHlp.asm @@ -1,4 +1,4 @@ -; $Id: VBoxHlp.asm 28800 2010-04-27 08:22:32Z vboxsync $ +; $Id: VBoxHlp.asm $ ;; @file ; ; VBox frontends: Qt GUI ("VirtualBox"): diff --git a/src/VBox/Frontends/VirtualBox/src/os2/VBoxHlp.cpp b/src/VBox/Frontends/VirtualBox/src/os2/VBoxHlp.cpp index 989a7606c..87244dc56 100644 --- a/src/VBox/Frontends/VirtualBox/src/os2/VBoxHlp.cpp +++ b/src/VBox/Frontends/VirtualBox/src/os2/VBoxHlp.cpp @@ -1,4 +1,4 @@ -/* $Id: VBoxHlp.cpp 28800 2010-04-27 08:22:32Z vboxsync $ */ +/* $Id: VBoxHlp.cpp $ */ /** @file * VBox frontends: Qt GUI ("VirtualBox"): * Implementation of OS/2-specific helpers that require to reside in a DLL diff --git a/src/VBox/Frontends/VirtualBox/src/runtime/UIActionsPool.cpp b/src/VBox/Frontends/VirtualBox/src/runtime/UIActionsPool.cpp index 13c974023..70131e41f 100644 --- a/src/VBox/Frontends/VirtualBox/src/runtime/UIActionsPool.cpp +++ b/src/VBox/Frontends/VirtualBox/src/runtime/UIActionsPool.cpp @@ -1,4 +1,4 @@ -/* $Id: UIActionsPool.cpp 29964 2010-06-01 17:48:14Z vboxsync $ */ +/* $Id: UIActionsPool.cpp $ */ /** @file * * VBox frontends: Qt GUI ("VirtualBox"): diff --git a/src/VBox/Frontends/VirtualBox/src/runtime/UIFrameBuffer.cpp b/src/VBox/Frontends/VirtualBox/src/runtime/UIFrameBuffer.cpp index e0a0a9793..5785ff95e 100644 --- a/src/VBox/Frontends/VirtualBox/src/runtime/UIFrameBuffer.cpp +++ b/src/VBox/Frontends/VirtualBox/src/runtime/UIFrameBuffer.cpp @@ -1,4 +1,4 @@ -/* $Id: UIFrameBuffer.cpp 29219 2010-05-07 14:58:50Z vboxsync $ */ +/* $Id: UIFrameBuffer.cpp $ */ /** @file * * VBox frontends: Qt GUI ("VirtualBox"): diff --git a/src/VBox/Frontends/VirtualBox/src/runtime/UIFrameBufferDirectDraw.cpp b/src/VBox/Frontends/VirtualBox/src/runtime/UIFrameBufferDirectDraw.cpp index e40e5dde0..f7b82e5c4 100644 --- a/src/VBox/Frontends/VirtualBox/src/runtime/UIFrameBufferDirectDraw.cpp +++ b/src/VBox/Frontends/VirtualBox/src/runtime/UIFrameBufferDirectDraw.cpp @@ -1,4 +1,4 @@ -/* $Id: UIFrameBufferDirectDraw.cpp 28800 2010-04-27 08:22:32Z vboxsync $ */ +/* $Id: UIFrameBufferDirectDraw.cpp $ */ /** @file * * VBox frontends: Qt GUI ("VirtualBox"): diff --git a/src/VBox/Frontends/VirtualBox/src/runtime/UIFrameBufferQGL.cpp b/src/VBox/Frontends/VirtualBox/src/runtime/UIFrameBufferQGL.cpp index c5e43f903..ecc38973e 100644 --- a/src/VBox/Frontends/VirtualBox/src/runtime/UIFrameBufferQGL.cpp +++ b/src/VBox/Frontends/VirtualBox/src/runtime/UIFrameBufferQGL.cpp @@ -1,4 +1,4 @@ -/* $Id: UIFrameBufferQGL.cpp 28800 2010-04-27 08:22:32Z vboxsync $ */ +/* $Id: UIFrameBufferQGL.cpp $ */ /** @file * VBoxFBQGL Opengl-based FrameBuffer implementation */ diff --git a/src/VBox/Frontends/VirtualBox/src/runtime/UIFrameBufferQImage.cpp b/src/VBox/Frontends/VirtualBox/src/runtime/UIFrameBufferQImage.cpp index d3daa2a7b..760b36518 100644 --- a/src/VBox/Frontends/VirtualBox/src/runtime/UIFrameBufferQImage.cpp +++ b/src/VBox/Frontends/VirtualBox/src/runtime/UIFrameBufferQImage.cpp @@ -1,4 +1,4 @@ -/* $Id: UIFrameBufferQImage.cpp 28800 2010-04-27 08:22:32Z vboxsync $ */ +/* $Id: UIFrameBufferQImage.cpp $ */ /** @file * * VBox frontends: Qt GUI ("VirtualBox"): diff --git a/src/VBox/Frontends/VirtualBox/src/runtime/UIFrameBufferQuartz2D.cpp b/src/VBox/Frontends/VirtualBox/src/runtime/UIFrameBufferQuartz2D.cpp index 2077f75fb..07d4a4c66 100644 --- a/src/VBox/Frontends/VirtualBox/src/runtime/UIFrameBufferQuartz2D.cpp +++ b/src/VBox/Frontends/VirtualBox/src/runtime/UIFrameBufferQuartz2D.cpp @@ -1,4 +1,4 @@ -/* $Id: UIFrameBufferQuartz2D.cpp 28800 2010-04-27 08:22:32Z vboxsync $ */ +/* $Id: UIFrameBufferQuartz2D.cpp $ */ /** @file * * VBox frontends: Qt GUI ("VirtualBox"): diff --git a/src/VBox/Frontends/VirtualBox/src/runtime/UIFrameBufferSDL.cpp b/src/VBox/Frontends/VirtualBox/src/runtime/UIFrameBufferSDL.cpp index 86ce55066..8b035679b 100644 --- a/src/VBox/Frontends/VirtualBox/src/runtime/UIFrameBufferSDL.cpp +++ b/src/VBox/Frontends/VirtualBox/src/runtime/UIFrameBufferSDL.cpp @@ -1,4 +1,4 @@ -/* $Id: UIFrameBufferSDL.cpp 28800 2010-04-27 08:22:32Z vboxsync $ */ +/* $Id: UIFrameBufferSDL.cpp $ */ /** @file * * VBox frontends: Qt GUI ("VirtualBox"): diff --git a/src/VBox/Frontends/VirtualBox/src/runtime/UIIndicatorsPool.cpp b/src/VBox/Frontends/VirtualBox/src/runtime/UIIndicatorsPool.cpp index 02048d9ae..030ab091f 100644 --- a/src/VBox/Frontends/VirtualBox/src/runtime/UIIndicatorsPool.cpp +++ b/src/VBox/Frontends/VirtualBox/src/runtime/UIIndicatorsPool.cpp @@ -1,4 +1,4 @@ -/* $Id: UIIndicatorsPool.cpp 29734 2010-05-21 13:56:57Z vboxsync $ */ +/* $Id: UIIndicatorsPool.cpp $ */ /** @file * * VBox frontends: Qt GUI ("VirtualBox"): diff --git a/src/VBox/Frontends/VirtualBox/src/runtime/UIMachine.cpp b/src/VBox/Frontends/VirtualBox/src/runtime/UIMachine.cpp index c2a8065a5..cda008f51 100644 --- a/src/VBox/Frontends/VirtualBox/src/runtime/UIMachine.cpp +++ b/src/VBox/Frontends/VirtualBox/src/runtime/UIMachine.cpp @@ -1,4 +1,4 @@ -/* $Id: UIMachine.cpp 29816 2010-05-26 13:52:52Z vboxsync $ */ +/* $Id: UIMachine.cpp $ */ /** @file * * VBox frontends: Qt GUI ("VirtualBox"): diff --git a/src/VBox/Frontends/VirtualBox/src/runtime/UIMachineLogic.cpp b/src/VBox/Frontends/VirtualBox/src/runtime/UIMachineLogic.cpp index c12a18165..ef2b849dd 100644 --- a/src/VBox/Frontends/VirtualBox/src/runtime/UIMachineLogic.cpp +++ b/src/VBox/Frontends/VirtualBox/src/runtime/UIMachineLogic.cpp @@ -1,4 +1,4 @@ -/* $Id: UIMachineLogic.cpp 29915 2010-05-31 15:26:55Z vboxsync $ */ +/* $Id: UIMachineLogic.cpp $ */ /** @file * * VBox frontends: Qt GUI ("VirtualBox"): @@ -597,8 +597,7 @@ void UIMachineLogic::prepareDock() pDockMenu->addMenu(pDockSettingsMenu); /* Add it to the dock. */ - extern void qt_mac_set_dock_menu(QMenu *); - qt_mac_set_dock_menu(pDockMenu); + ::darwinSetDockIconMenu(pDockMenu); /* Now the dock icon preview */ QString osTypeId = session().GetConsole().GetGuest().GetOSTypeId(); diff --git a/src/VBox/Frontends/VirtualBox/src/runtime/UIMachineMenuBar.cpp b/src/VBox/Frontends/VirtualBox/src/runtime/UIMachineMenuBar.cpp index 3b1190c07..7f749a5fa 100644 --- a/src/VBox/Frontends/VirtualBox/src/runtime/UIMachineMenuBar.cpp +++ b/src/VBox/Frontends/VirtualBox/src/runtime/UIMachineMenuBar.cpp @@ -1,4 +1,4 @@ -/* $Id: UIMachineMenuBar.cpp 28800 2010-04-27 08:22:32Z vboxsync $ */ +/* $Id: UIMachineMenuBar.cpp $ */ /** @file * * VBox frontends: Qt GUI ("VirtualBox"): diff --git a/src/VBox/Frontends/VirtualBox/src/runtime/UIMachineView.cpp b/src/VBox/Frontends/VirtualBox/src/runtime/UIMachineView.cpp index 93f53e0de..1e65252c7 100644 --- a/src/VBox/Frontends/VirtualBox/src/runtime/UIMachineView.cpp +++ b/src/VBox/Frontends/VirtualBox/src/runtime/UIMachineView.cpp @@ -1,4 +1,4 @@ -/* $Id: UIMachineView.cpp 29992 2010-06-02 13:01:08Z vboxsync $ */ +/* $Id: UIMachineView.cpp $ */ /** @file * * VBox frontends: Qt GUI ("VirtualBox"): @@ -2515,20 +2515,42 @@ void UIMachineView::captureKbd(bool fCapture, bool fEmitSignal /* = true */) if (m_bIsKeyboardCaptured == fCapture) return; - /* On Win32, keyboard grabbing is ineffective, a low-level keyboard hook is used instead. - * On X11, we use XGrabKey instead of XGrabKeyboard (called by QWidget::grabKeyboard()) - * because the latter causes problems under metacity 2.16 (in particular, due to a bug, - * a window cannot be moved using the mouse if it is currently grabing the keyboard). - * On Mac OS X, we use the Qt methods + disabling global hot keys + watching modifiers - * (for right/left separation). */ #if defined(Q_WS_WIN32) - /**/ + /* On Win32, keyboard grabbing is ineffective, a low-level keyboard hook is used instead. */ #elif defined(Q_WS_X11) - if (fCapture) - XGrabKey(QX11Info::display(), AnyKey, AnyModifier, winId(), False, GrabModeAsync, GrabModeAsync); - else - XUngrabKey(QX11Info::display(), AnyKey, AnyModifier, winId()); + /* On X11, we are using passive XGrabKey for normal (windowed) mode + * instead of XGrabKeyboard (called by QWidget::grabKeyboard()) + * because XGrabKeyboard causes a problem under metacity - a window cannot be moved + * using the mouse if it is currently actively grabing the keyboard; + * For static modes we are using usual (active) keyboard grabbing. */ + switch (machineLogic()->visualStateType()) + { + /* If window is moveable we are making passive keyboard grab: */ + case UIVisualStateType_Normal: + { + if (fCapture) + XGrabKey(QX11Info::display(), AnyKey, AnyModifier, machineWindowWrapper()->machineWindow()->winId(), False, GrabModeAsync, GrabModeAsync); + else + XUngrabKey(QX11Info::display(), AnyKey, AnyModifier, machineWindowWrapper()->machineWindow()->winId()); + break; + } + /* If window is NOT moveable we are making active keyboard grab: */ + case UIVisualStateType_Fullscreen: + case UIVisualStateType_Seamless: + { + if (fCapture) + XGrabKeyboard(QX11Info::display(), machineWindowWrapper()->machineWindow()->winId(), False, GrabModeAsync, GrabModeAsync, CurrentTime); + else + XUngrabKeyboard(QX11Info::display(), CurrentTime); + break; + } + /* Should we try to grab keyboard in default case? I think - NO. */ + default: + break; + } #elif defined(Q_WS_MAC) + /* On Mac OS X, we use the Qt methods + disabling global hot keys + watching modifiers + * (for right/left separation). */ if (fCapture) { ::DarwinDisableGlobalHotKeys(true); diff --git a/src/VBox/Frontends/VirtualBox/src/runtime/UIMachineWindow.cpp b/src/VBox/Frontends/VirtualBox/src/runtime/UIMachineWindow.cpp index 0991ff7c0..f60cd0db8 100644 --- a/src/VBox/Frontends/VirtualBox/src/runtime/UIMachineWindow.cpp +++ b/src/VBox/Frontends/VirtualBox/src/runtime/UIMachineWindow.cpp @@ -1,4 +1,4 @@ -/* $Id: UIMachineWindow.cpp 29926 2010-05-31 18:37:31Z vboxsync $ */ +/* $Id: UIMachineWindow.cpp $ */ /** @file * * VBox frontends: Qt GUI ("VirtualBox"): diff --git a/src/VBox/Frontends/VirtualBox/src/runtime/UIMultiScreenLayout.cpp b/src/VBox/Frontends/VirtualBox/src/runtime/UIMultiScreenLayout.cpp index a976affc4..3f5c9330c 100644 --- a/src/VBox/Frontends/VirtualBox/src/runtime/UIMultiScreenLayout.cpp +++ b/src/VBox/Frontends/VirtualBox/src/runtime/UIMultiScreenLayout.cpp @@ -1,4 +1,4 @@ -/* $Id: UIMultiScreenLayout.cpp 29078 2010-05-05 13:17:30Z vboxsync $ */ +/* $Id: UIMultiScreenLayout.cpp $ */ /** @file * * VBox frontends: Qt GUI ("VirtualBox"): diff --git a/src/VBox/Frontends/VirtualBox/src/runtime/UISession.cpp b/src/VBox/Frontends/VirtualBox/src/runtime/UISession.cpp index 4655fd368..74b026c76 100644 --- a/src/VBox/Frontends/VirtualBox/src/runtime/UISession.cpp +++ b/src/VBox/Frontends/VirtualBox/src/runtime/UISession.cpp @@ -1,4 +1,4 @@ -/* $Id: UISession.cpp 29700 2010-05-20 14:48:14Z vboxsync $ */ +/* $Id: UISession.cpp $ */ /** @file * * VBox frontends: Qt GUI ("VirtualBox"): diff --git a/src/VBox/Frontends/VirtualBox/src/runtime/fullscreen/UIMachineLogicFullscreen.cpp b/src/VBox/Frontends/VirtualBox/src/runtime/fullscreen/UIMachineLogicFullscreen.cpp index 4c7fe2b36..94917039e 100644 --- a/src/VBox/Frontends/VirtualBox/src/runtime/fullscreen/UIMachineLogicFullscreen.cpp +++ b/src/VBox/Frontends/VirtualBox/src/runtime/fullscreen/UIMachineLogicFullscreen.cpp @@ -1,4 +1,4 @@ -/* $Id: UIMachineLogicFullscreen.cpp 29069 2010-05-05 12:07:15Z vboxsync $ */ +/* $Id: UIMachineLogicFullscreen.cpp $ */ /** @file * * VBox frontends: Qt GUI ("VirtualBox"): diff --git a/src/VBox/Frontends/VirtualBox/src/runtime/fullscreen/UIMachineViewFullscreen.cpp b/src/VBox/Frontends/VirtualBox/src/runtime/fullscreen/UIMachineViewFullscreen.cpp index 1c0f40896..a9e61216d 100644 --- a/src/VBox/Frontends/VirtualBox/src/runtime/fullscreen/UIMachineViewFullscreen.cpp +++ b/src/VBox/Frontends/VirtualBox/src/runtime/fullscreen/UIMachineViewFullscreen.cpp @@ -1,4 +1,4 @@ -/* $Id: UIMachineViewFullscreen.cpp 28800 2010-04-27 08:22:32Z vboxsync $ */ +/* $Id: UIMachineViewFullscreen.cpp $ */ /** @file * * VBox frontends: Qt GUI ("VirtualBox"): diff --git a/src/VBox/Frontends/VirtualBox/src/runtime/fullscreen/UIMachineWindowFullscreen.cpp b/src/VBox/Frontends/VirtualBox/src/runtime/fullscreen/UIMachineWindowFullscreen.cpp index 4f2560472..0ed198750 100644 --- a/src/VBox/Frontends/VirtualBox/src/runtime/fullscreen/UIMachineWindowFullscreen.cpp +++ b/src/VBox/Frontends/VirtualBox/src/runtime/fullscreen/UIMachineWindowFullscreen.cpp @@ -1,4 +1,4 @@ -/* $Id: UIMachineWindowFullscreen.cpp 29133 2010-05-06 11:20:42Z vboxsync $ */ +/* $Id: UIMachineWindowFullscreen.cpp $ */ /** @file * * VBox frontends: Qt GUI ("VirtualBox"): diff --git a/src/VBox/Frontends/VirtualBox/src/runtime/normal/UIMachineLogicNormal.cpp b/src/VBox/Frontends/VirtualBox/src/runtime/normal/UIMachineLogicNormal.cpp index ee0a5d7c4..48e28016e 100644 --- a/src/VBox/Frontends/VirtualBox/src/runtime/normal/UIMachineLogicNormal.cpp +++ b/src/VBox/Frontends/VirtualBox/src/runtime/normal/UIMachineLogicNormal.cpp @@ -1,4 +1,4 @@ -/* $Id: UIMachineLogicNormal.cpp 28800 2010-04-27 08:22:32Z vboxsync $ */ +/* $Id: UIMachineLogicNormal.cpp $ */ /** @file * * VBox frontends: Qt GUI ("VirtualBox"): diff --git a/src/VBox/Frontends/VirtualBox/src/runtime/normal/UIMachineViewNormal.cpp b/src/VBox/Frontends/VirtualBox/src/runtime/normal/UIMachineViewNormal.cpp index 02f8d534a..334e46cdc 100644 --- a/src/VBox/Frontends/VirtualBox/src/runtime/normal/UIMachineViewNormal.cpp +++ b/src/VBox/Frontends/VirtualBox/src/runtime/normal/UIMachineViewNormal.cpp @@ -1,4 +1,4 @@ -/* $Id: UIMachineViewNormal.cpp 28800 2010-04-27 08:22:32Z vboxsync $ */ +/* $Id: UIMachineViewNormal.cpp $ */ /** @file * * VBox frontends: Qt GUI ("VirtualBox"): diff --git a/src/VBox/Frontends/VirtualBox/src/runtime/normal/UIMachineWindowNormal.cpp b/src/VBox/Frontends/VirtualBox/src/runtime/normal/UIMachineWindowNormal.cpp index 5ab7a198f..b13b016d4 100644 --- a/src/VBox/Frontends/VirtualBox/src/runtime/normal/UIMachineWindowNormal.cpp +++ b/src/VBox/Frontends/VirtualBox/src/runtime/normal/UIMachineWindowNormal.cpp @@ -1,4 +1,4 @@ -/* $Id: UIMachineWindowNormal.cpp 29734 2010-05-21 13:56:57Z vboxsync $ */ +/* $Id: UIMachineWindowNormal.cpp $ */ /** @file * * VBox frontends: Qt GUI ("VirtualBox"): @@ -540,8 +540,20 @@ void UIMachineWindowNormal::loadWindowSettings() if (ok /* if previous parameters were read correctly */) { - m_normalGeometry = QRect(x, y, w, h); - setGeometry(m_normalGeometry); + if (machine.GetState() == KMachineState_Saved) + { + /* restore from a saved state: restore window size and position */ + m_normalGeometry = QRect(x, y, w, h); + setGeometry(m_normalGeometry); + } + else + { + /* not restored from a saved state: restore only the last position */ + move(x, y); + if (machineView()) + machineView()->normalizeGeometry(false /* adjust position? */); + + } /* Maximize if needed: */ if (max) diff --git a/src/VBox/Frontends/VirtualBox/src/runtime/seamless/UIMachineLogicSeamless.cpp b/src/VBox/Frontends/VirtualBox/src/runtime/seamless/UIMachineLogicSeamless.cpp index 8bde72c8d..f0a8bfe45 100644 --- a/src/VBox/Frontends/VirtualBox/src/runtime/seamless/UIMachineLogicSeamless.cpp +++ b/src/VBox/Frontends/VirtualBox/src/runtime/seamless/UIMachineLogicSeamless.cpp @@ -1,4 +1,4 @@ -/* $Id: UIMachineLogicSeamless.cpp 28800 2010-04-27 08:22:32Z vboxsync $ */ +/* $Id: UIMachineLogicSeamless.cpp $ */ /** @file * * VBox frontends: Qt GUI ("VirtualBox"): diff --git a/src/VBox/Frontends/VirtualBox/src/runtime/seamless/UIMachineViewSeamless.cpp b/src/VBox/Frontends/VirtualBox/src/runtime/seamless/UIMachineViewSeamless.cpp index 253bade2e..b0125f55f 100644 --- a/src/VBox/Frontends/VirtualBox/src/runtime/seamless/UIMachineViewSeamless.cpp +++ b/src/VBox/Frontends/VirtualBox/src/runtime/seamless/UIMachineViewSeamless.cpp @@ -1,4 +1,4 @@ -/* $Id: UIMachineViewSeamless.cpp 28800 2010-04-27 08:22:32Z vboxsync $ */ +/* $Id: UIMachineViewSeamless.cpp $ */ /** @file * * VBox frontends: Qt GUI ("VirtualBox"): diff --git a/src/VBox/Frontends/VirtualBox/src/runtime/seamless/UIMachineWindowSeamless.cpp b/src/VBox/Frontends/VirtualBox/src/runtime/seamless/UIMachineWindowSeamless.cpp index 23b87bf58..63828399b 100644 --- a/src/VBox/Frontends/VirtualBox/src/runtime/seamless/UIMachineWindowSeamless.cpp +++ b/src/VBox/Frontends/VirtualBox/src/runtime/seamless/UIMachineWindowSeamless.cpp @@ -1,4 +1,4 @@ -/* $Id: UIMachineWindowSeamless.cpp 29133 2010-05-06 11:20:42Z vboxsync $ */ +/* $Id: UIMachineWindowSeamless.cpp $ */ /** @file * * VBox frontends: Qt GUI ("VirtualBox"): diff --git a/src/VBox/Frontends/VirtualBox/src/settings/VBoxSettingsDialog.cpp b/src/VBox/Frontends/VirtualBox/src/settings/VBoxSettingsDialog.cpp index 5202b4d75..5bad91186 100644 --- a/src/VBox/Frontends/VirtualBox/src/settings/VBoxSettingsDialog.cpp +++ b/src/VBox/Frontends/VirtualBox/src/settings/VBoxSettingsDialog.cpp @@ -1,4 +1,4 @@ -/* $Id: VBoxSettingsDialog.cpp 28800 2010-04-27 08:22:32Z vboxsync $ */ +/* $Id: VBoxSettingsDialog.cpp $ */ /** @file * * VBox frontends: Qt GUI ("VirtualBox"): diff --git a/src/VBox/Frontends/VirtualBox/src/settings/VBoxSettingsDialogSpecific.cpp b/src/VBox/Frontends/VirtualBox/src/settings/VBoxSettingsDialogSpecific.cpp index 1b99219b1..f6495f257 100644 --- a/src/VBox/Frontends/VirtualBox/src/settings/VBoxSettingsDialogSpecific.cpp +++ b/src/VBox/Frontends/VirtualBox/src/settings/VBoxSettingsDialogSpecific.cpp @@ -1,4 +1,4 @@ -/* $Id: VBoxSettingsDialogSpecific.cpp 28940 2010-04-30 14:41:10Z vboxsync $ */ +/* $Id: VBoxSettingsDialogSpecific.cpp $ */ /** @file * * VBox frontends: Qt GUI ("VirtualBox"): diff --git a/src/VBox/Frontends/VirtualBox/src/settings/VBoxSettingsSelector.cpp b/src/VBox/Frontends/VirtualBox/src/settings/VBoxSettingsSelector.cpp index b4fe038e2..acdebd644 100644 --- a/src/VBox/Frontends/VirtualBox/src/settings/VBoxSettingsSelector.cpp +++ b/src/VBox/Frontends/VirtualBox/src/settings/VBoxSettingsSelector.cpp @@ -1,4 +1,4 @@ -/* $Id: VBoxSettingsSelector.cpp 29972 2010-06-02 09:03:45Z vboxsync $ */ +/* $Id: VBoxSettingsSelector.cpp $ */ /** @file * * VBox frontends: Qt GUI ("VirtualBox"): diff --git a/src/VBox/Frontends/VirtualBox/src/settings/global/VBoxGLSettingsGeneral.cpp b/src/VBox/Frontends/VirtualBox/src/settings/global/VBoxGLSettingsGeneral.cpp index d947e64ca..8dd5b6334 100644 --- a/src/VBox/Frontends/VirtualBox/src/settings/global/VBoxGLSettingsGeneral.cpp +++ b/src/VBox/Frontends/VirtualBox/src/settings/global/VBoxGLSettingsGeneral.cpp @@ -1,4 +1,4 @@ -/* $Id: VBoxGLSettingsGeneral.cpp 29921 2010-05-31 16:49:37Z vboxsync $ */ +/* $Id: VBoxGLSettingsGeneral.cpp $ */ /** @file * * VBox frontends: Qt4 GUI ("VirtualBox"): diff --git a/src/VBox/Frontends/VirtualBox/src/settings/global/VBoxGLSettingsInput.cpp b/src/VBox/Frontends/VirtualBox/src/settings/global/VBoxGLSettingsInput.cpp index d23715e88..d4639f6fe 100644 --- a/src/VBox/Frontends/VirtualBox/src/settings/global/VBoxGLSettingsInput.cpp +++ b/src/VBox/Frontends/VirtualBox/src/settings/global/VBoxGLSettingsInput.cpp @@ -1,4 +1,4 @@ -/* $Id: VBoxGLSettingsInput.cpp 28800 2010-04-27 08:22:32Z vboxsync $ */ +/* $Id: VBoxGLSettingsInput.cpp $ */ /** @file * * VBox frontends: Qt4 GUI ("VirtualBox"): diff --git a/src/VBox/Frontends/VirtualBox/src/settings/global/VBoxGLSettingsLanguage.cpp b/src/VBox/Frontends/VirtualBox/src/settings/global/VBoxGLSettingsLanguage.cpp index b1d87e2a1..b54ebcf8f 100644 --- a/src/VBox/Frontends/VirtualBox/src/settings/global/VBoxGLSettingsLanguage.cpp +++ b/src/VBox/Frontends/VirtualBox/src/settings/global/VBoxGLSettingsLanguage.cpp @@ -1,4 +1,4 @@ -/* $Id: VBoxGLSettingsLanguage.cpp 28800 2010-04-27 08:22:32Z vboxsync $ */ +/* $Id: VBoxGLSettingsLanguage.cpp $ */ /** @file * * VBox frontends: Qt4 GUI ("VirtualBox"): diff --git a/src/VBox/Frontends/VirtualBox/src/settings/global/VBoxGLSettingsNetwork.cpp b/src/VBox/Frontends/VirtualBox/src/settings/global/VBoxGLSettingsNetwork.cpp index 0bfc5f021..6101f7a5a 100644 --- a/src/VBox/Frontends/VirtualBox/src/settings/global/VBoxGLSettingsNetwork.cpp +++ b/src/VBox/Frontends/VirtualBox/src/settings/global/VBoxGLSettingsNetwork.cpp @@ -1,4 +1,4 @@ -/* $Id: VBoxGLSettingsNetwork.cpp 28800 2010-04-27 08:22:32Z vboxsync $ */ +/* $Id: VBoxGLSettingsNetwork.cpp $ */ /** @file * * VBox frontends: Qt4 GUI ("VirtualBox"): diff --git a/src/VBox/Frontends/VirtualBox/src/settings/global/VBoxGLSettingsNetworkDetails.cpp b/src/VBox/Frontends/VirtualBox/src/settings/global/VBoxGLSettingsNetworkDetails.cpp index 3832413cc..bc2c84c37 100644 --- a/src/VBox/Frontends/VirtualBox/src/settings/global/VBoxGLSettingsNetworkDetails.cpp +++ b/src/VBox/Frontends/VirtualBox/src/settings/global/VBoxGLSettingsNetworkDetails.cpp @@ -1,4 +1,4 @@ -/* $Id: VBoxGLSettingsNetworkDetails.cpp 28800 2010-04-27 08:22:32Z vboxsync $ */ +/* $Id: VBoxGLSettingsNetworkDetails.cpp $ */ /** @file * * VBox frontends: Qt4 GUI ("VirtualBox"): diff --git a/src/VBox/Frontends/VirtualBox/src/settings/global/VBoxGLSettingsUpdate.cpp b/src/VBox/Frontends/VirtualBox/src/settings/global/VBoxGLSettingsUpdate.cpp index 8f0211e72..816a1a0b1 100644 --- a/src/VBox/Frontends/VirtualBox/src/settings/global/VBoxGLSettingsUpdate.cpp +++ b/src/VBox/Frontends/VirtualBox/src/settings/global/VBoxGLSettingsUpdate.cpp @@ -1,4 +1,4 @@ -/* $Id: VBoxGLSettingsUpdate.cpp 28800 2010-04-27 08:22:32Z vboxsync $ */ +/* $Id: VBoxGLSettingsUpdate.cpp $ */ /** @file * * VBox frontends: Qt4 GUI ("VirtualBox"): diff --git a/src/VBox/Frontends/VirtualBox/src/settings/vm/VBoxVMSettingsAudio.cpp b/src/VBox/Frontends/VirtualBox/src/settings/vm/VBoxVMSettingsAudio.cpp index ea74a4d6b..a3f7db25f 100644 --- a/src/VBox/Frontends/VirtualBox/src/settings/vm/VBoxVMSettingsAudio.cpp +++ b/src/VBox/Frontends/VirtualBox/src/settings/vm/VBoxVMSettingsAudio.cpp @@ -1,4 +1,4 @@ -/* $Id: VBoxVMSettingsAudio.cpp 28800 2010-04-27 08:22:32Z vboxsync $ */ +/* $Id: VBoxVMSettingsAudio.cpp $ */ /** @file * * VBox frontends: Qt4 GUI ("VirtualBox"): diff --git a/src/VBox/Frontends/VirtualBox/src/settings/vm/VBoxVMSettingsDisplay.cpp b/src/VBox/Frontends/VirtualBox/src/settings/vm/VBoxVMSettingsDisplay.cpp index 704ab5bff..dcbd44d36 100644 --- a/src/VBox/Frontends/VirtualBox/src/settings/vm/VBoxVMSettingsDisplay.cpp +++ b/src/VBox/Frontends/VirtualBox/src/settings/vm/VBoxVMSettingsDisplay.cpp @@ -1,4 +1,4 @@ -/* $Id: VBoxVMSettingsDisplay.cpp 29947 2010-06-01 12:54:34Z vboxsync $ */ +/* $Id: VBoxVMSettingsDisplay.cpp $ */ /** @file * * VBox frontends: Qt4 GUI ("VirtualBox"): diff --git a/src/VBox/Frontends/VirtualBox/src/settings/vm/VBoxVMSettingsGeneral.cpp b/src/VBox/Frontends/VirtualBox/src/settings/vm/VBoxVMSettingsGeneral.cpp index 1fc34972b..919a96715 100644 --- a/src/VBox/Frontends/VirtualBox/src/settings/vm/VBoxVMSettingsGeneral.cpp +++ b/src/VBox/Frontends/VirtualBox/src/settings/vm/VBoxVMSettingsGeneral.cpp @@ -1,4 +1,4 @@ -/* $Id: VBoxVMSettingsGeneral.cpp 28800 2010-04-27 08:22:32Z vboxsync $ */ +/* $Id: VBoxVMSettingsGeneral.cpp $ */ /** @file * * VBox frontends: Qt4 GUI ("VirtualBox"): diff --git a/src/VBox/Frontends/VirtualBox/src/settings/vm/VBoxVMSettingsHD.cpp b/src/VBox/Frontends/VirtualBox/src/settings/vm/VBoxVMSettingsHD.cpp index efa19e5be..e87919145 100644 --- a/src/VBox/Frontends/VirtualBox/src/settings/vm/VBoxVMSettingsHD.cpp +++ b/src/VBox/Frontends/VirtualBox/src/settings/vm/VBoxVMSettingsHD.cpp @@ -1,4 +1,4 @@ -/* $Id: VBoxVMSettingsHD.cpp 29896 2010-05-31 11:48:43Z vboxsync $ */ +/* $Id: VBoxVMSettingsHD.cpp $ */ /** @file * * VBox frontends: Qt4 GUI ("VirtualBox"): diff --git a/src/VBox/Frontends/VirtualBox/src/settings/vm/VBoxVMSettingsNetwork.cpp b/src/VBox/Frontends/VirtualBox/src/settings/vm/VBoxVMSettingsNetwork.cpp index 3eaf81ed6..cf630ce24 100644 --- a/src/VBox/Frontends/VirtualBox/src/settings/vm/VBoxVMSettingsNetwork.cpp +++ b/src/VBox/Frontends/VirtualBox/src/settings/vm/VBoxVMSettingsNetwork.cpp @@ -1,4 +1,4 @@ -/* $Id: VBoxVMSettingsNetwork.cpp 29972 2010-06-02 09:03:45Z vboxsync $ */ +/* $Id: VBoxVMSettingsNetwork.cpp $ */ /** @file * * VBox frontends: Qt4 GUI ("VirtualBox"): diff --git a/src/VBox/Frontends/VirtualBox/src/settings/vm/VBoxVMSettingsParallel.cpp b/src/VBox/Frontends/VirtualBox/src/settings/vm/VBoxVMSettingsParallel.cpp index 762539ae6..34e8d2f0c 100644 --- a/src/VBox/Frontends/VirtualBox/src/settings/vm/VBoxVMSettingsParallel.cpp +++ b/src/VBox/Frontends/VirtualBox/src/settings/vm/VBoxVMSettingsParallel.cpp @@ -1,4 +1,4 @@ -/* $Id: VBoxVMSettingsParallel.cpp 29972 2010-06-02 09:03:45Z vboxsync $ */ +/* $Id: VBoxVMSettingsParallel.cpp $ */ /** @file * * VBox frontends: Qt4 GUI ("VirtualBox"): diff --git a/src/VBox/Frontends/VirtualBox/src/settings/vm/VBoxVMSettingsSF.cpp b/src/VBox/Frontends/VirtualBox/src/settings/vm/VBoxVMSettingsSF.cpp index c5d97e1d0..ed579fa43 100644 --- a/src/VBox/Frontends/VirtualBox/src/settings/vm/VBoxVMSettingsSF.cpp +++ b/src/VBox/Frontends/VirtualBox/src/settings/vm/VBoxVMSettingsSF.cpp @@ -1,4 +1,4 @@ -/* $Id: VBoxVMSettingsSF.cpp 28800 2010-04-27 08:22:32Z vboxsync $ */ +/* $Id: VBoxVMSettingsSF.cpp $ */ /** @file * * VBox frontends: Qt4 GUI ("VirtualBox"): diff --git a/src/VBox/Frontends/VirtualBox/src/settings/vm/VBoxVMSettingsSFDetails.cpp b/src/VBox/Frontends/VirtualBox/src/settings/vm/VBoxVMSettingsSFDetails.cpp index a24b16161..4ccaf5baa 100644 --- a/src/VBox/Frontends/VirtualBox/src/settings/vm/VBoxVMSettingsSFDetails.cpp +++ b/src/VBox/Frontends/VirtualBox/src/settings/vm/VBoxVMSettingsSFDetails.cpp @@ -1,4 +1,4 @@ -/* $Id: VBoxVMSettingsSFDetails.cpp 28800 2010-04-27 08:22:32Z vboxsync $ */ +/* $Id: VBoxVMSettingsSFDetails.cpp $ */ /** @file * * VBox frontends: Qt4 GUI ("VirtualBox"): diff --git a/src/VBox/Frontends/VirtualBox/src/settings/vm/VBoxVMSettingsSerial.cpp b/src/VBox/Frontends/VirtualBox/src/settings/vm/VBoxVMSettingsSerial.cpp index 3632770e8..e508f5b65 100644 --- a/src/VBox/Frontends/VirtualBox/src/settings/vm/VBoxVMSettingsSerial.cpp +++ b/src/VBox/Frontends/VirtualBox/src/settings/vm/VBoxVMSettingsSerial.cpp @@ -1,4 +1,4 @@ -/* $Id: VBoxVMSettingsSerial.cpp 29972 2010-06-02 09:03:45Z vboxsync $ */ +/* $Id: VBoxVMSettingsSerial.cpp $ */ /** @file * * VBox frontends: Qt4 GUI ("VirtualBox"): diff --git a/src/VBox/Frontends/VirtualBox/src/settings/vm/VBoxVMSettingsSystem.cpp b/src/VBox/Frontends/VirtualBox/src/settings/vm/VBoxVMSettingsSystem.cpp index da0cad899..472838c2d 100644 --- a/src/VBox/Frontends/VirtualBox/src/settings/vm/VBoxVMSettingsSystem.cpp +++ b/src/VBox/Frontends/VirtualBox/src/settings/vm/VBoxVMSettingsSystem.cpp @@ -1,4 +1,4 @@ -/* $Id: VBoxVMSettingsSystem.cpp 28939 2010-04-30 14:31:54Z vboxsync $ */ +/* $Id: VBoxVMSettingsSystem.cpp $ */ /** @file * * VBox frontends: Qt4 GUI ("VirtualBox"): diff --git a/src/VBox/Frontends/VirtualBox/src/settings/vm/VBoxVMSettingsUSB.cpp b/src/VBox/Frontends/VirtualBox/src/settings/vm/VBoxVMSettingsUSB.cpp index 67eba2363..69fe9d80a 100644 --- a/src/VBox/Frontends/VirtualBox/src/settings/vm/VBoxVMSettingsUSB.cpp +++ b/src/VBox/Frontends/VirtualBox/src/settings/vm/VBoxVMSettingsUSB.cpp @@ -1,4 +1,4 @@ -/* $Id: VBoxVMSettingsUSB.cpp 28939 2010-04-30 14:31:54Z vboxsync $ */ +/* $Id: VBoxVMSettingsUSB.cpp $ */ /** @file * * VBox frontends: Qt4 GUI ("VirtualBox"): diff --git a/src/VBox/Frontends/VirtualBox/src/settings/vm/VBoxVMSettingsUSBFilterDetails.cpp b/src/VBox/Frontends/VirtualBox/src/settings/vm/VBoxVMSettingsUSBFilterDetails.cpp index 165150c78..673149cc8 100644 --- a/src/VBox/Frontends/VirtualBox/src/settings/vm/VBoxVMSettingsUSBFilterDetails.cpp +++ b/src/VBox/Frontends/VirtualBox/src/settings/vm/VBoxVMSettingsUSBFilterDetails.cpp @@ -1,4 +1,4 @@ -/* $Id: VBoxVMSettingsUSBFilterDetails.cpp 28800 2010-04-27 08:22:32Z vboxsync $ */ +/* $Id: VBoxVMSettingsUSBFilterDetails.cpp $ */ /** @file * * VBox frontends: Qt4 GUI ("VirtualBox"): diff --git a/src/VBox/Frontends/VirtualBox/src/widgets/UIDownloader.cpp b/src/VBox/Frontends/VirtualBox/src/widgets/UIDownloader.cpp index ca54e06b5..531babb8b 100644 --- a/src/VBox/Frontends/VirtualBox/src/widgets/UIDownloader.cpp +++ b/src/VBox/Frontends/VirtualBox/src/widgets/UIDownloader.cpp @@ -1,4 +1,4 @@ -/* $Id: UIDownloader.cpp 28800 2010-04-27 08:22:32Z vboxsync $ */ +/* $Id: UIDownloader.cpp $ */ /** @file * * VBox frontends: Qt GUI ("VirtualBox"): diff --git a/src/VBox/Frontends/VirtualBox/src/widgets/UIDownloaderAdditions.cpp b/src/VBox/Frontends/VirtualBox/src/widgets/UIDownloaderAdditions.cpp index 127979b83..88b6c89a6 100644 --- a/src/VBox/Frontends/VirtualBox/src/widgets/UIDownloaderAdditions.cpp +++ b/src/VBox/Frontends/VirtualBox/src/widgets/UIDownloaderAdditions.cpp @@ -1,4 +1,4 @@ -/* $Id: UIDownloaderAdditions.cpp 28800 2010-04-27 08:22:32Z vboxsync $ */ +/* $Id: UIDownloaderAdditions.cpp $ */ /** @file * * VBox frontends: Qt GUI ("VirtualBox"): diff --git a/src/VBox/Frontends/VirtualBox/src/widgets/UIDownloaderUserManual.cpp b/src/VBox/Frontends/VirtualBox/src/widgets/UIDownloaderUserManual.cpp index 5e5dfc0eb..a935f0f0f 100644 --- a/src/VBox/Frontends/VirtualBox/src/widgets/UIDownloaderUserManual.cpp +++ b/src/VBox/Frontends/VirtualBox/src/widgets/UIDownloaderUserManual.cpp @@ -1,4 +1,4 @@ -/* $Id: UIDownloaderUserManual.cpp 28800 2010-04-27 08:22:32Z vboxsync $ */ +/* $Id: UIDownloaderUserManual.cpp $ */ /** @file * * VBox frontends: Qt GUI ("VirtualBox"): diff --git a/src/VBox/Frontends/VirtualBox/src/widgets/VBoxApplianceEditorWgt.cpp b/src/VBox/Frontends/VirtualBox/src/widgets/VBoxApplianceEditorWgt.cpp index ddf6d7817..1f17eb412 100644 --- a/src/VBox/Frontends/VirtualBox/src/widgets/VBoxApplianceEditorWgt.cpp +++ b/src/VBox/Frontends/VirtualBox/src/widgets/VBoxApplianceEditorWgt.cpp @@ -1,4 +1,4 @@ -/* $Id: VBoxApplianceEditorWgt.cpp 29484 2010-05-14 16:08:20Z vboxsync $ */ +/* $Id: VBoxApplianceEditorWgt.cpp $ */ /** @file * * VBox frontends: Qt4 GUI ("VirtualBox"): diff --git a/src/VBox/Frontends/VirtualBox/src/widgets/VBoxBootTable.cpp b/src/VBox/Frontends/VirtualBox/src/widgets/VBoxBootTable.cpp index b95610410..a56c9d516 100644 --- a/src/VBox/Frontends/VirtualBox/src/widgets/VBoxBootTable.cpp +++ b/src/VBox/Frontends/VirtualBox/src/widgets/VBoxBootTable.cpp @@ -1,4 +1,4 @@ -/* $Id: VBoxBootTable.cpp 28800 2010-04-27 08:22:32Z vboxsync $ */ +/* $Id: VBoxBootTable.cpp $ */ /** @file * * VBox frontends: Qt4 GUI ("VirtualBox"): diff --git a/src/VBox/Frontends/VirtualBox/src/widgets/VBoxExportApplianceWgt.cpp b/src/VBox/Frontends/VirtualBox/src/widgets/VBoxExportApplianceWgt.cpp index be2a3359b..a4c06b202 100644 --- a/src/VBox/Frontends/VirtualBox/src/widgets/VBoxExportApplianceWgt.cpp +++ b/src/VBox/Frontends/VirtualBox/src/widgets/VBoxExportApplianceWgt.cpp @@ -1,4 +1,4 @@ -/* $Id: VBoxExportApplianceWgt.cpp 29986 2010-06-02 12:30:38Z vboxsync $ */ +/* $Id: VBoxExportApplianceWgt.cpp $ */ /** @file * * VBox frontends: Qt4 GUI ("VirtualBox"): diff --git a/src/VBox/Frontends/VirtualBox/src/widgets/VBoxFilePathSelectorWidget.cpp b/src/VBox/Frontends/VirtualBox/src/widgets/VBoxFilePathSelectorWidget.cpp index 9b9458765..9db28d70b 100644 --- a/src/VBox/Frontends/VirtualBox/src/widgets/VBoxFilePathSelectorWidget.cpp +++ b/src/VBox/Frontends/VirtualBox/src/widgets/VBoxFilePathSelectorWidget.cpp @@ -1,4 +1,4 @@ -/* $Id: VBoxFilePathSelectorWidget.cpp 28800 2010-04-27 08:22:32Z vboxsync $ */ +/* $Id: VBoxFilePathSelectorWidget.cpp $ */ /** @file * * VBox frontends: Qt GUI ("VirtualBox"): diff --git a/src/VBox/Frontends/VirtualBox/src/widgets/VBoxGuestRAMSlider.cpp b/src/VBox/Frontends/VirtualBox/src/widgets/VBoxGuestRAMSlider.cpp index 964c69d49..c194e4742 100644 --- a/src/VBox/Frontends/VirtualBox/src/widgets/VBoxGuestRAMSlider.cpp +++ b/src/VBox/Frontends/VirtualBox/src/widgets/VBoxGuestRAMSlider.cpp @@ -1,4 +1,4 @@ -/* $Id: VBoxGuestRAMSlider.cpp 28800 2010-04-27 08:22:32Z vboxsync $ */ +/* $Id: VBoxGuestRAMSlider.cpp $ */ /** @file * * VBox frontends: Qt GUI ("VirtualBox"): diff --git a/src/VBox/Frontends/VirtualBox/src/widgets/VBoxImportApplianceWgt.cpp b/src/VBox/Frontends/VirtualBox/src/widgets/VBoxImportApplianceWgt.cpp index a9ecba385..0536df27a 100644 --- a/src/VBox/Frontends/VirtualBox/src/widgets/VBoxImportApplianceWgt.cpp +++ b/src/VBox/Frontends/VirtualBox/src/widgets/VBoxImportApplianceWgt.cpp @@ -1,4 +1,4 @@ -/* $Id: VBoxImportApplianceWgt.cpp 28800 2010-04-27 08:22:32Z vboxsync $ */ +/* $Id: VBoxImportApplianceWgt.cpp $ */ /** @file * * VBox frontends: Qt4 GUI ("VirtualBox"): diff --git a/src/VBox/Frontends/VirtualBox/src/widgets/VBoxLineTextEdit.cpp b/src/VBox/Frontends/VirtualBox/src/widgets/VBoxLineTextEdit.cpp index 69d234b04..8dea6f915 100644 --- a/src/VBox/Frontends/VirtualBox/src/widgets/VBoxLineTextEdit.cpp +++ b/src/VBox/Frontends/VirtualBox/src/widgets/VBoxLineTextEdit.cpp @@ -1,4 +1,4 @@ -/* $Id: VBoxLineTextEdit.cpp 28800 2010-04-27 08:22:32Z vboxsync $ */ +/* $Id: VBoxLineTextEdit.cpp $ */ /** @file * * VBox frontends: Qt4 GUI ("VirtualBox"): diff --git a/src/VBox/Frontends/VirtualBox/src/widgets/VBoxMediaComboBox.cpp b/src/VBox/Frontends/VirtualBox/src/widgets/VBoxMediaComboBox.cpp index d150b6dd3..d0beb0261 100644 --- a/src/VBox/Frontends/VirtualBox/src/widgets/VBoxMediaComboBox.cpp +++ b/src/VBox/Frontends/VirtualBox/src/widgets/VBoxMediaComboBox.cpp @@ -1,4 +1,4 @@ -/* $Id: VBoxMediaComboBox.cpp 28800 2010-04-27 08:22:32Z vboxsync $ */ +/* $Id: VBoxMediaComboBox.cpp $ */ /** @file * * VBox frontends: Qt GUI ("VirtualBox"): diff --git a/src/VBox/Frontends/VirtualBox/src/widgets/VBoxMiniToolBar.cpp b/src/VBox/Frontends/VirtualBox/src/widgets/VBoxMiniToolBar.cpp index 79bf20a7f..02211372d 100644 --- a/src/VBox/Frontends/VirtualBox/src/widgets/VBoxMiniToolBar.cpp +++ b/src/VBox/Frontends/VirtualBox/src/widgets/VBoxMiniToolBar.cpp @@ -1,4 +1,4 @@ -/* $Id: VBoxMiniToolBar.cpp 29083 2010-05-05 13:55:28Z vboxsync $ */ +/* $Id: VBoxMiniToolBar.cpp $ */ /** @file * * VBox frontends: Qt GUI ("VirtualBox"): diff --git a/src/VBox/Frontends/VirtualBox/src/widgets/VBoxOSTypeSelectorButton.cpp b/src/VBox/Frontends/VirtualBox/src/widgets/VBoxOSTypeSelectorButton.cpp index 745838c00..6253d4c62 100644 --- a/src/VBox/Frontends/VirtualBox/src/widgets/VBoxOSTypeSelectorButton.cpp +++ b/src/VBox/Frontends/VirtualBox/src/widgets/VBoxOSTypeSelectorButton.cpp @@ -1,4 +1,4 @@ -/* $Id: VBoxOSTypeSelectorButton.cpp 28800 2010-04-27 08:22:32Z vboxsync $ */ +/* $Id: VBoxOSTypeSelectorButton.cpp $ */ /** @file * * VBox frontends: Qt GUI ("VirtualBox"): diff --git a/src/VBox/Frontends/VirtualBox/src/widgets/VBoxOSTypeSelectorWidget.cpp b/src/VBox/Frontends/VirtualBox/src/widgets/VBoxOSTypeSelectorWidget.cpp index 236a2ab6f..e04f458a2 100644 --- a/src/VBox/Frontends/VirtualBox/src/widgets/VBoxOSTypeSelectorWidget.cpp +++ b/src/VBox/Frontends/VirtualBox/src/widgets/VBoxOSTypeSelectorWidget.cpp @@ -1,4 +1,4 @@ -/* $Id: VBoxOSTypeSelectorWidget.cpp 28800 2010-04-27 08:22:32Z vboxsync $ */ +/* $Id: VBoxOSTypeSelectorWidget.cpp $ */ /** @file * * VBox frontends: Qt GUI ("VirtualBox"): diff --git a/src/VBox/Frontends/VirtualBox/src/widgets/VBoxProgressDialog.cpp b/src/VBox/Frontends/VirtualBox/src/widgets/VBoxProgressDialog.cpp index 5a562738d..981e0171d 100644 --- a/src/VBox/Frontends/VirtualBox/src/widgets/VBoxProgressDialog.cpp +++ b/src/VBox/Frontends/VirtualBox/src/widgets/VBoxProgressDialog.cpp @@ -1,4 +1,4 @@ -/* $Id: VBoxProgressDialog.cpp 28800 2010-04-27 08:22:32Z vboxsync $ */ +/* $Id: VBoxProgressDialog.cpp $ */ /** @file * * VBox frontends: Qt GUI ("VirtualBox"): diff --git a/src/VBox/Frontends/VirtualBox/src/widgets/VBoxSpecialControls.cpp b/src/VBox/Frontends/VirtualBox/src/widgets/VBoxSpecialControls.cpp index 035f8bee6..47350b190 100644 --- a/src/VBox/Frontends/VirtualBox/src/widgets/VBoxSpecialControls.cpp +++ b/src/VBox/Frontends/VirtualBox/src/widgets/VBoxSpecialControls.cpp @@ -1,4 +1,4 @@ -/* $Id: VBoxSpecialControls.cpp 28800 2010-04-27 08:22:32Z vboxsync $ */ +/* $Id: VBoxSpecialControls.cpp $ */ /** @file * * VBox frontends: Qt GUI ("VirtualBox"): diff --git a/src/VBox/Frontends/VirtualBox/src/widgets/VBoxWarningPane.cpp b/src/VBox/Frontends/VirtualBox/src/widgets/VBoxWarningPane.cpp index 79c77e817..ba85fdbd5 100644 --- a/src/VBox/Frontends/VirtualBox/src/widgets/VBoxWarningPane.cpp +++ b/src/VBox/Frontends/VirtualBox/src/widgets/VBoxWarningPane.cpp @@ -1,4 +1,4 @@ -/* $Id: VBoxWarningPane.cpp 28800 2010-04-27 08:22:32Z vboxsync $ */ +/* $Id: VBoxWarningPane.cpp $ */ /** @file * * VBox frontends: Qt4 GUI ("VirtualBox"): diff --git a/src/VBox/Frontends/VirtualBox/src/win/VirtualBox.rc b/src/VBox/Frontends/VirtualBox/src/win/VirtualBox.rc index 86a05c53a..0d1396097 100644 --- a/src/VBox/Frontends/VirtualBox/src/win/VirtualBox.rc +++ b/src/VBox/Frontends/VirtualBox/src/win/VirtualBox.rc @@ -1,4 +1,4 @@ -/* $Id: VirtualBox.rc 28800 2010-04-27 08:22:32Z vboxsync $ */ +/* $Id: VirtualBox.rc $ */ /** @file * Windows resource file for VirtualBox.exe. */ diff --git a/src/VBox/Frontends/VirtualBox/src/wizards/exportappliance/UIExportApplianceWzd.cpp b/src/VBox/Frontends/VirtualBox/src/wizards/exportappliance/UIExportApplianceWzd.cpp index 967688c0f..5506ecf8b 100644 --- a/src/VBox/Frontends/VirtualBox/src/wizards/exportappliance/UIExportApplianceWzd.cpp +++ b/src/VBox/Frontends/VirtualBox/src/wizards/exportappliance/UIExportApplianceWzd.cpp @@ -1,4 +1,4 @@ -/* $Id: UIExportApplianceWzd.cpp 29730 2010-05-21 12:48:19Z vboxsync $ */ +/* $Id: UIExportApplianceWzd.cpp $ */ /** @file * * VBox frontends: Qt4 GUI ("VirtualBox"): diff --git a/src/VBox/Frontends/VirtualBox/src/wizards/firstrun/UIFirstRunWzd.cpp b/src/VBox/Frontends/VirtualBox/src/wizards/firstrun/UIFirstRunWzd.cpp index c4180a3b3..ecb521c6e 100644 --- a/src/VBox/Frontends/VirtualBox/src/wizards/firstrun/UIFirstRunWzd.cpp +++ b/src/VBox/Frontends/VirtualBox/src/wizards/firstrun/UIFirstRunWzd.cpp @@ -1,4 +1,4 @@ -/* $Id: UIFirstRunWzd.cpp 29942 2010-06-01 12:07:18Z vboxsync $ */ +/* $Id: UIFirstRunWzd.cpp $ */ /** @file * * VBox frontends: Qt4 GUI ("VirtualBox"): diff --git a/src/VBox/Frontends/VirtualBox/src/wizards/importappliance/UIImportApplianceWzd.cpp b/src/VBox/Frontends/VirtualBox/src/wizards/importappliance/UIImportApplianceWzd.cpp index 24d2cf789..0811ff2c2 100644 --- a/src/VBox/Frontends/VirtualBox/src/wizards/importappliance/UIImportApplianceWzd.cpp +++ b/src/VBox/Frontends/VirtualBox/src/wizards/importappliance/UIImportApplianceWzd.cpp @@ -1,4 +1,4 @@ -/* $Id: UIImportApplianceWzd.cpp 29730 2010-05-21 12:48:19Z vboxsync $ */ +/* $Id: UIImportApplianceWzd.cpp $ */ /** @file * * VBox frontends: Qt4 GUI ("VirtualBox"): diff --git a/src/VBox/Frontends/VirtualBox/src/wizards/newhd/UINewHDWzd.cpp b/src/VBox/Frontends/VirtualBox/src/wizards/newhd/UINewHDWzd.cpp index 71f8f0d60..3c129efe2 100644 --- a/src/VBox/Frontends/VirtualBox/src/wizards/newhd/UINewHDWzd.cpp +++ b/src/VBox/Frontends/VirtualBox/src/wizards/newhd/UINewHDWzd.cpp @@ -1,4 +1,4 @@ -/* $Id: UINewHDWzd.cpp 29730 2010-05-21 12:48:19Z vboxsync $ */ +/* $Id: UINewHDWzd.cpp $ */ /** @file * * VBox frontends: Qt4 GUI ("VirtualBox"): diff --git a/src/VBox/Frontends/VirtualBox/src/wizards/newvm/UINewVMWzd.cpp b/src/VBox/Frontends/VirtualBox/src/wizards/newvm/UINewVMWzd.cpp index 20d462a30..927684753 100644 --- a/src/VBox/Frontends/VirtualBox/src/wizards/newvm/UINewVMWzd.cpp +++ b/src/VBox/Frontends/VirtualBox/src/wizards/newvm/UINewVMWzd.cpp @@ -1,4 +1,4 @@ -/* $Id: UINewVMWzd.cpp 29897 2010-05-31 12:14:53Z vboxsync $ */ +/* $Id: UINewVMWzd.cpp $ */ /** @file * * VBox frontends: Qt4 GUI ("VirtualBox"): diff --git a/src/VBox/Frontends/VirtualBox/src/wizards/registration/UIRegistrationWzd.cpp b/src/VBox/Frontends/VirtualBox/src/wizards/registration/UIRegistrationWzd.cpp index 289e0d8e4..63f5850ca 100644 --- a/src/VBox/Frontends/VirtualBox/src/wizards/registration/UIRegistrationWzd.cpp +++ b/src/VBox/Frontends/VirtualBox/src/wizards/registration/UIRegistrationWzd.cpp @@ -1,4 +1,4 @@ -/* $Id: UIRegistrationWzd.cpp 29730 2010-05-21 12:48:19Z vboxsync $ */ +/* $Id: UIRegistrationWzd.cpp $ */ /** @file * * VBox frontends: Qt4 GUI ("VirtualBox"): diff --git a/src/VBox/GuestHost/HGSMI/Makefile.kmk b/src/VBox/GuestHost/HGSMI/Makefile.kmk index c0461ad45..f44ba3b55 100644 --- a/src/VBox/GuestHost/HGSMI/Makefile.kmk +++ b/src/VBox/GuestHost/HGSMI/Makefile.kmk @@ -1,4 +1,4 @@ -# $Id: Makefile.kmk 28800 2010-04-27 08:22:32Z vboxsync $ +# $Id: Makefile.kmk $ ## @file # Sub-Makefile for the common HGSMI library. # diff --git a/src/VBox/GuestHost/Makefile.kmk b/src/VBox/GuestHost/Makefile.kmk index c3fe08415..cbb12c012 100644 --- a/src/VBox/GuestHost/Makefile.kmk +++ b/src/VBox/GuestHost/Makefile.kmk @@ -1,4 +1,4 @@ -# $Id: Makefile.kmk 28800 2010-04-27 08:22:32Z vboxsync $ +# $Id: Makefile.kmk $ ## @file # Sub-Makefile for the VirtualBox Guest/Host part # diff --git a/src/VBox/GuestHost/OpenGL/Makefile.kmk b/src/VBox/GuestHost/OpenGL/Makefile.kmk index fb7f48af2..bc66ebd44 100644 --- a/src/VBox/GuestHost/OpenGL/Makefile.kmk +++ b/src/VBox/GuestHost/OpenGL/Makefile.kmk @@ -1,4 +1,4 @@ -# $Id: Makefile.kmk 28800 2010-04-27 08:22:32Z vboxsync $ +# $Id: Makefile.kmk $ ## @file # Sub-Makefile for the VirtualBox Guest/Host OpenGL part # diff --git a/src/VBox/GuestHost/OpenGL/error/errorspu.rc b/src/VBox/GuestHost/OpenGL/error/errorspu.rc index b115624f4..f2fec90e2 100644 --- a/src/VBox/GuestHost/OpenGL/error/errorspu.rc +++ b/src/VBox/GuestHost/OpenGL/error/errorspu.rc @@ -1,4 +1,4 @@ -/* $Id: errorspu.rc 28800 2010-04-27 08:22:32Z vboxsync $ */ +/* $Id: errorspu.rc $ */ /** @file * diff --git a/src/VBox/GuestHost/OpenGL/glapi_parser/apiutil.py b/src/VBox/GuestHost/OpenGL/glapi_parser/apiutil.py index 6971028a3..6971028a3 100644..100755 --- a/src/VBox/GuestHost/OpenGL/glapi_parser/apiutil.py +++ b/src/VBox/GuestHost/OpenGL/glapi_parser/apiutil.py diff --git a/src/VBox/GuestHost/OpenGL/include/state/cr_framebuffer.h b/src/VBox/GuestHost/OpenGL/include/state/cr_framebuffer.h index 7efad7e88..5ca532024 100644 --- a/src/VBox/GuestHost/OpenGL/include/state/cr_framebuffer.h +++ b/src/VBox/GuestHost/OpenGL/include/state/cr_framebuffer.h @@ -1,4 +1,4 @@ -/* $Id: cr_framebuffer.h 28800 2010-04-27 08:22:32Z vboxsync $ */ +/* $Id: cr_framebuffer.h $ */ /** @file * VBox crOpenGL: FBO related state info diff --git a/src/VBox/GuestHost/OpenGL/include/state/cr_glsl.h b/src/VBox/GuestHost/OpenGL/include/state/cr_glsl.h index d6db219ec..f12b3c9a6 100644 --- a/src/VBox/GuestHost/OpenGL/include/state/cr_glsl.h +++ b/src/VBox/GuestHost/OpenGL/include/state/cr_glsl.h @@ -1,4 +1,4 @@ -/* $Id: cr_glsl.h 28800 2010-04-27 08:22:32Z vboxsync $ */ +/* $Id: cr_glsl.h $ */ /** @file * VBox crOpenGL: GLSL related state info diff --git a/src/VBox/GuestHost/OpenGL/packer/pack_framebuffer.c b/src/VBox/GuestHost/OpenGL/packer/pack_framebuffer.c index b2d44caa6..f4d13b362 100644 --- a/src/VBox/GuestHost/OpenGL/packer/pack_framebuffer.c +++ b/src/VBox/GuestHost/OpenGL/packer/pack_framebuffer.c @@ -1,4 +1,4 @@ -/* $Id: pack_framebuffer.c 28800 2010-04-27 08:22:32Z vboxsync $ */ +/* $Id: pack_framebuffer.c $ */ /** @file * VBox OpenGL: EXT_framebuffer_object diff --git a/src/VBox/GuestHost/OpenGL/packer/pack_shaders.c b/src/VBox/GuestHost/OpenGL/packer/pack_shaders.c index edc75c606..e849e18ff 100644 --- a/src/VBox/GuestHost/OpenGL/packer/pack_shaders.c +++ b/src/VBox/GuestHost/OpenGL/packer/pack_shaders.c @@ -1,4 +1,4 @@ -/* $Id: pack_shaders.c 28800 2010-04-27 08:22:32Z vboxsync $ */ +/* $Id: pack_shaders.c $ */ /** @file * VBox OpenGL DRI driver functions diff --git a/src/VBox/GuestHost/OpenGL/packer/pack_visibleregion.c b/src/VBox/GuestHost/OpenGL/packer/pack_visibleregion.c index b22905306..b22905306 100755..100644 --- a/src/VBox/GuestHost/OpenGL/packer/pack_visibleregion.c +++ b/src/VBox/GuestHost/OpenGL/packer/pack_visibleregion.c diff --git a/src/VBox/GuestHost/OpenGL/spu_loader/glloader.py b/src/VBox/GuestHost/OpenGL/spu_loader/glloader.py index b3d6cb057..8c15d3df7 100644 --- a/src/VBox/GuestHost/OpenGL/spu_loader/glloader.py +++ b/src/VBox/GuestHost/OpenGL/spu_loader/glloader.py @@ -65,9 +65,9 @@ static CRDLL *aglDll = NULL; #define GLLOADER_APIENTRY #endif -#ifndef VBOX_WITH_COCOA_QT -# define CR_NO_GL_SYSTEM_PATH 1 */ -#endif /* VBOX_WITH_COCOA_QT */ +#if defined(WINDOWS) && (defined(DEBUG_leo) || defined(DEBUG_ll158262)) +# define CR_NO_GL_SYSTEM_PATH 1 +#endif /* * Add an entry to the SPUNamedFunctionTable diff --git a/src/VBox/GuestHost/OpenGL/state_tracker/state_bufferobject.c b/src/VBox/GuestHost/OpenGL/state_tracker/state_bufferobject.c index bed424455..737867ba8 100644 --- a/src/VBox/GuestHost/OpenGL/state_tracker/state_bufferobject.c +++ b/src/VBox/GuestHost/OpenGL/state_tracker/state_bufferobject.c @@ -739,6 +739,7 @@ static void crStateBufferObjectIntCmp(CRBufferObjectBits *bb, CRbitvalue *bitID, if (bSwitch) { FILLDIRTY(bb->arrayBinding); + FILLDIRTY(bb->dirty); } else { @@ -781,6 +782,7 @@ static void crStateBufferObjectIntCmp(CRBufferObjectBits *bb, CRbitvalue *bitID, if (bSwitch) { FILLDIRTY(bb->elementsBinding); + FILLDIRTY(bb->dirty); } else { @@ -824,6 +826,7 @@ static void crStateBufferObjectIntCmp(CRBufferObjectBits *bb, CRbitvalue *bitID, if (bSwitch) { FILLDIRTY(bb->packBinding); + FILLDIRTY(bb->dirty); } else { @@ -866,6 +869,7 @@ static void crStateBufferObjectIntCmp(CRBufferObjectBits *bb, CRbitvalue *bitID, if (bSwitch) { FILLDIRTY(bb->unpackBinding); + FILLDIRTY(bb->dirty); } else { diff --git a/src/VBox/GuestHost/OpenGL/state_tracker/state_framebuffer.c b/src/VBox/GuestHost/OpenGL/state_tracker/state_framebuffer.c index 457e1a26c..b3702412d 100644 --- a/src/VBox/GuestHost/OpenGL/state_tracker/state_framebuffer.c +++ b/src/VBox/GuestHost/OpenGL/state_tracker/state_framebuffer.c @@ -1,4 +1,4 @@ -/* $Id: state_framebuffer.c 28800 2010-04-27 08:22:32Z vboxsync $ */ +/* $Id: state_framebuffer.c $ */ /** @file * VBox OpenGL: EXT_framebuffer_object state tracking diff --git a/src/VBox/GuestHost/OpenGL/state_tracker/state_glsl.c b/src/VBox/GuestHost/OpenGL/state_tracker/state_glsl.c index 9332fe37e..4e7a7d9a1 100644 --- a/src/VBox/GuestHost/OpenGL/state_tracker/state_glsl.c +++ b/src/VBox/GuestHost/OpenGL/state_tracker/state_glsl.c @@ -1,4 +1,4 @@ -/* $Id: state_glsl.c 28861 2010-04-28 11:27:18Z vboxsync $ */ +/* $Id: state_glsl.c $ */ /** @file * VBox OpenGL: GLSL state tracking diff --git a/src/VBox/GuestHost/OpenGL/state_tracker/state_snapshot.c b/src/VBox/GuestHost/OpenGL/state_tracker/state_snapshot.c index fb9ebe12e..350b3f725 100644 --- a/src/VBox/GuestHost/OpenGL/state_tracker/state_snapshot.c +++ b/src/VBox/GuestHost/OpenGL/state_tracker/state_snapshot.c @@ -1,4 +1,4 @@ -/* $Id: state_snapshot.c 28800 2010-04-27 08:22:32Z vboxsync $ */ +/* $Id: state_snapshot.c $ */ /** @file * VBox Context state saving/loading used by VM snapshot diff --git a/src/VBox/GuestHost/OpenGL/util/util.rc b/src/VBox/GuestHost/OpenGL/util/util.rc index aad69cf3c..993a86368 100644 --- a/src/VBox/GuestHost/OpenGL/util/util.rc +++ b/src/VBox/GuestHost/OpenGL/util/util.rc @@ -1,4 +1,4 @@ -/* $Id: util.rc 28800 2010-04-27 08:22:32Z vboxsync $ */ +/* $Id: util.rc $ */ /** @file * diff --git a/src/VBox/GuestHost/OpenGL/util/vboxhgcm.c b/src/VBox/GuestHost/OpenGL/util/vboxhgcm.c index 5a927d8bb..b50b23280 100644 --- a/src/VBox/GuestHost/OpenGL/util/vboxhgcm.c +++ b/src/VBox/GuestHost/OpenGL/util/vboxhgcm.c @@ -1,4 +1,4 @@ -/* $Id: vboxhgcm.c 28800 2010-04-27 08:22:32Z vboxsync $ */ +/* $Id: vboxhgcm.c $ */ /** @file * VBox HGCM connection diff --git a/src/VBox/GuestHost/SharedClipboard/Makefile.kmk b/src/VBox/GuestHost/SharedClipboard/Makefile.kmk index eaa443c0b..ace5bb199 100644 --- a/src/VBox/GuestHost/SharedClipboard/Makefile.kmk +++ b/src/VBox/GuestHost/SharedClipboard/Makefile.kmk @@ -1,4 +1,4 @@ -# $Id: Makefile.kmk 28800 2010-04-27 08:22:32Z vboxsync $ +# $Id: Makefile.kmk $ ## @file # Sub-Makefile for the shared clipboard code for both host and guest. # diff --git a/src/VBox/GuestHost/SharedClipboard/clipboard-helper.cpp b/src/VBox/GuestHost/SharedClipboard/clipboard-helper.cpp index e8673649b..ea74e5245 100644 --- a/src/VBox/GuestHost/SharedClipboard/clipboard-helper.cpp +++ b/src/VBox/GuestHost/SharedClipboard/clipboard-helper.cpp @@ -1,4 +1,4 @@ -/* $Id: clipboard-helper.cpp 28800 2010-04-27 08:22:32Z vboxsync $ */ +/* $Id: clipboard-helper.cpp $ */ /** @file * Shared Clipboard: Some helper function for converting between the various eol. */ diff --git a/src/VBox/HostDrivers/Makefile.kmk b/src/VBox/HostDrivers/Makefile.kmk index 004dee9af..532ed45f5 100644 --- a/src/VBox/HostDrivers/Makefile.kmk +++ b/src/VBox/HostDrivers/Makefile.kmk @@ -1,4 +1,4 @@ -# $Id: Makefile.kmk 28800 2010-04-27 08:22:32Z vboxsync $ +# $Id: Makefile.kmk $ ## @file # Top-level makefile for the VBox Host drivers. # diff --git a/src/VBox/HostDrivers/Support/Makefile.kmk b/src/VBox/HostDrivers/Support/Makefile.kmk index 532c5c03c..4d8567a1d 100644 --- a/src/VBox/HostDrivers/Support/Makefile.kmk +++ b/src/VBox/HostDrivers/Support/Makefile.kmk @@ -1,4 +1,4 @@ -# $Id: Makefile.kmk 29844 2010-05-27 11:25:52Z vboxsync $ +# $Id: Makefile.kmk $ ## @file # Sub-Makefile for the support library and the drivers/modules/kexts it uses. # diff --git a/src/VBox/HostDrivers/Support/SUPDrv.c b/src/VBox/HostDrivers/Support/SUPDrv.c index fa5786495..1f88d30f6 100644 --- a/src/VBox/HostDrivers/Support/SUPDrv.c +++ b/src/VBox/HostDrivers/Support/SUPDrv.c @@ -1,4 +1,4 @@ -/* $Revision: 29978 $ */ +/* $Revision: 62268 $ */ /** @file * VBoxDrv - The VirtualBox Support Driver - Common code. */ diff --git a/src/VBox/HostDrivers/Support/SUPDrvIDC.h b/src/VBox/HostDrivers/Support/SUPDrvIDC.h index 792550682..03f6a8a29 100644 --- a/src/VBox/HostDrivers/Support/SUPDrvIDC.h +++ b/src/VBox/HostDrivers/Support/SUPDrvIDC.h @@ -1,4 +1,4 @@ -/* $Id: SUPDrvIDC.h 28800 2010-04-27 08:22:32Z vboxsync $ */ +/* $Id: SUPDrvIDC.h $ */ /** @file * VirtualBox Support Driver - Inter-Driver Communciation (IDC) definitions. */ diff --git a/src/VBox/HostDrivers/Support/SUPDrvIOC.h b/src/VBox/HostDrivers/Support/SUPDrvIOC.h index 2cf3414f1..2cc1b6302 100644 --- a/src/VBox/HostDrivers/Support/SUPDrvIOC.h +++ b/src/VBox/HostDrivers/Support/SUPDrvIOC.h @@ -1,4 +1,4 @@ -/* $Revision: 28800 $ */ +/* $Revision: 60692 $ */ /** @file * VirtualBox Support Driver - IOCtl definitions. */ diff --git a/src/VBox/HostDrivers/Support/SUPDrvInternal.h b/src/VBox/HostDrivers/Support/SUPDrvInternal.h index 50e0b8170..1e684b5d9 100644 --- a/src/VBox/HostDrivers/Support/SUPDrvInternal.h +++ b/src/VBox/HostDrivers/Support/SUPDrvInternal.h @@ -1,4 +1,4 @@ -/* $Revision: 29250 $ */ +/* $Revision: 61332 $ */ /** @file * VirtualBox Support Driver - Internal header. */ diff --git a/src/VBox/HostDrivers/Support/SUPDrvSem.c b/src/VBox/HostDrivers/Support/SUPDrvSem.c index 827f302fd..802a4ac21 100644 --- a/src/VBox/HostDrivers/Support/SUPDrvSem.c +++ b/src/VBox/HostDrivers/Support/SUPDrvSem.c @@ -1,4 +1,4 @@ -/* $Revision: 28800 $ */ +/* $Revision: 60692 $ */ /** @file * VBoxDrv - The VirtualBox Support Driver - Common OS agnostic. */ diff --git a/src/VBox/HostDrivers/Support/SUPLib.cpp b/src/VBox/HostDrivers/Support/SUPLib.cpp index 260383412..aaf078d62 100644 --- a/src/VBox/HostDrivers/Support/SUPLib.cpp +++ b/src/VBox/HostDrivers/Support/SUPLib.cpp @@ -1,4 +1,4 @@ -/* $Id: SUPLib.cpp 28800 2010-04-27 08:22:32Z vboxsync $ */ +/* $Id: SUPLib.cpp $ */ /** @file * VirtualBox Support Library - Common code. */ diff --git a/src/VBox/HostDrivers/Support/SUPLibInternal.h b/src/VBox/HostDrivers/Support/SUPLibInternal.h index ea2a436b0..1bdcaee15 100644 --- a/src/VBox/HostDrivers/Support/SUPLibInternal.h +++ b/src/VBox/HostDrivers/Support/SUPLibInternal.h @@ -1,4 +1,4 @@ -/* $Id: SUPLibInternal.h 28800 2010-04-27 08:22:32Z vboxsync $ */ +/* $Id: SUPLibInternal.h $ */ /** @file * VirtualBox Support Library - Internal header. */ diff --git a/src/VBox/HostDrivers/Support/SUPLibSem.cpp b/src/VBox/HostDrivers/Support/SUPLibSem.cpp index 775d9a1e6..e2b991759 100644 --- a/src/VBox/HostDrivers/Support/SUPLibSem.cpp +++ b/src/VBox/HostDrivers/Support/SUPLibSem.cpp @@ -1,4 +1,4 @@ -/* $Id: SUPLibSem.cpp 28800 2010-04-27 08:22:32Z vboxsync $ */ +/* $Id: SUPLibSem.cpp $ */ /** @file * VirtualBox Support Library - Semaphores, ring-3 implementation. */ diff --git a/src/VBox/HostDrivers/Support/SUPR0.def b/src/VBox/HostDrivers/Support/SUPR0.def index fb5425665..3ae95d6f9 100644 --- a/src/VBox/HostDrivers/Support/SUPR0.def +++ b/src/VBox/HostDrivers/Support/SUPR0.def @@ -1,4 +1,4 @@ -; $Id: SUPR0.def 28891 2010-04-29 12:34:22Z vboxsync $ +; $Id: SUPR0.def $ ;; @file ; VirtualBox Support Driver - Exports. ; diff --git a/src/VBox/HostDrivers/Support/SUPR0IdcClient.c b/src/VBox/HostDrivers/Support/SUPR0IdcClient.c index 8f87001a3..46153b733 100644 --- a/src/VBox/HostDrivers/Support/SUPR0IdcClient.c +++ b/src/VBox/HostDrivers/Support/SUPR0IdcClient.c @@ -1,4 +1,4 @@ -/* $Id: SUPR0IdcClient.c 29261 2010-05-09 18:54:05Z vboxsync $ */ +/* $Id: SUPR0IdcClient.c $ */ /** @file * VirtualBox Support Driver - IDC Client Lib, Core. */ diff --git a/src/VBox/HostDrivers/Support/SUPR0IdcClientComponent.c b/src/VBox/HostDrivers/Support/SUPR0IdcClientComponent.c index db7d54ba3..d867a37e1 100644 --- a/src/VBox/HostDrivers/Support/SUPR0IdcClientComponent.c +++ b/src/VBox/HostDrivers/Support/SUPR0IdcClientComponent.c @@ -1,4 +1,4 @@ -/* $Id: SUPR0IdcClientComponent.c 28800 2010-04-27 08:22:32Z vboxsync $ */ +/* $Id: SUPR0IdcClientComponent.c $ */ /** @file * VirtualBox Support Driver - IDC Client Lib, Component APIs. */ diff --git a/src/VBox/HostDrivers/Support/SUPR0IdcClientInternal.h b/src/VBox/HostDrivers/Support/SUPR0IdcClientInternal.h index c5bde94fe..29ada07f1 100644 --- a/src/VBox/HostDrivers/Support/SUPR0IdcClientInternal.h +++ b/src/VBox/HostDrivers/Support/SUPR0IdcClientInternal.h @@ -1,4 +1,4 @@ -/* $Id: SUPR0IdcClientInternal.h 28800 2010-04-27 08:22:32Z vboxsync $ */ +/* $Id: SUPR0IdcClientInternal.h $ */ /** @file * VirtualBox Support Driver - Internal header for the IDC client library. */ diff --git a/src/VBox/HostDrivers/Support/SUPR0IdcClientStubs.c b/src/VBox/HostDrivers/Support/SUPR0IdcClientStubs.c index 41ee67d94..595d24740 100644 --- a/src/VBox/HostDrivers/Support/SUPR0IdcClientStubs.c +++ b/src/VBox/HostDrivers/Support/SUPR0IdcClientStubs.c @@ -1,4 +1,4 @@ -/* $Id: SUPR0IdcClientStubs.c 29285 2010-05-10 00:22:29Z vboxsync $ */ +/* $Id: SUPR0IdcClientStubs.c $ */ /** @file * VirtualBox Support Driver - IDC Client Lib, Stubs for SUPR0 APIs. */ diff --git a/src/VBox/HostDrivers/Support/SUPR3HardenedIPRT.cpp b/src/VBox/HostDrivers/Support/SUPR3HardenedIPRT.cpp index 30378807e..f13e42f67 100644 --- a/src/VBox/HostDrivers/Support/SUPR3HardenedIPRT.cpp +++ b/src/VBox/HostDrivers/Support/SUPR3HardenedIPRT.cpp @@ -1,4 +1,4 @@ -/* $Id: SUPR3HardenedIPRT.cpp 28800 2010-04-27 08:22:32Z vboxsync $ */ +/* $Id: SUPR3HardenedIPRT.cpp $ */ /** @file * VirtualBox Support Library - Hardened Support Routines using IPRT. */ diff --git a/src/VBox/HostDrivers/Support/SUPR3HardenedMain.cpp b/src/VBox/HostDrivers/Support/SUPR3HardenedMain.cpp index bbf7fb045..1e4fbc091 100644 --- a/src/VBox/HostDrivers/Support/SUPR3HardenedMain.cpp +++ b/src/VBox/HostDrivers/Support/SUPR3HardenedMain.cpp @@ -1,4 +1,4 @@ -/* $Id: SUPR3HardenedMain.cpp 28800 2010-04-27 08:22:32Z vboxsync $ */ +/* $Id: SUPR3HardenedMain.cpp $ */ /** @file * VirtualBox Support Library - Hardened main(). */ diff --git a/src/VBox/HostDrivers/Support/SUPR3HardenedVerify.cpp b/src/VBox/HostDrivers/Support/SUPR3HardenedVerify.cpp index 7dcbaeba1..18ae1c4a6 100644 --- a/src/VBox/HostDrivers/Support/SUPR3HardenedVerify.cpp +++ b/src/VBox/HostDrivers/Support/SUPR3HardenedVerify.cpp @@ -1,4 +1,4 @@ -/* $Id: SUPR3HardenedVerify.cpp 29250 2010-05-09 17:53:58Z vboxsync $ */ +/* $Id: SUPR3HardenedVerify.cpp $ */ /** @file * VirtualBox Support Library - Verification of Hardened Installation. */ diff --git a/src/VBox/HostDrivers/Support/SUPSvc.cpp b/src/VBox/HostDrivers/Support/SUPSvc.cpp index d9660a307..c5995b6dd 100644 --- a/src/VBox/HostDrivers/Support/SUPSvc.cpp +++ b/src/VBox/HostDrivers/Support/SUPSvc.cpp @@ -1,4 +1,4 @@ -/* $Id: SUPSvc.cpp 28800 2010-04-27 08:22:32Z vboxsync $ */ +/* $Id: SUPSvc.cpp $ */ /** @file * VirtualBox Support Service - Common Code. */ diff --git a/src/VBox/HostDrivers/Support/SUPSvcGlobal.cpp b/src/VBox/HostDrivers/Support/SUPSvcGlobal.cpp index fa2290b58..f58a03adb 100644 --- a/src/VBox/HostDrivers/Support/SUPSvcGlobal.cpp +++ b/src/VBox/HostDrivers/Support/SUPSvcGlobal.cpp @@ -1,4 +1,4 @@ -/* $Id: SUPSvcGlobal.cpp 28800 2010-04-27 08:22:32Z vboxsync $ */ +/* $Id: SUPSvcGlobal.cpp $ */ /** @file * VirtualBox Support Service - The Global Service. */ diff --git a/src/VBox/HostDrivers/Support/SUPSvcGrant.cpp b/src/VBox/HostDrivers/Support/SUPSvcGrant.cpp index 16a63bda4..d6032238a 100644 --- a/src/VBox/HostDrivers/Support/SUPSvcGrant.cpp +++ b/src/VBox/HostDrivers/Support/SUPSvcGrant.cpp @@ -1,4 +1,4 @@ -/* $Id: SUPSvcGrant.cpp 28800 2010-04-27 08:22:32Z vboxsync $ */ +/* $Id: SUPSvcGrant.cpp $ */ /** @file * VirtualBox Support Service - The Grant Service. */ diff --git a/src/VBox/HostDrivers/Support/SUPSvcInternal.h b/src/VBox/HostDrivers/Support/SUPSvcInternal.h index 1a9990b63..7fc6d8f12 100644 --- a/src/VBox/HostDrivers/Support/SUPSvcInternal.h +++ b/src/VBox/HostDrivers/Support/SUPSvcInternal.h @@ -1,4 +1,4 @@ -/* $Id: SUPSvcInternal.h 28800 2010-04-27 08:22:32Z vboxsync $ */ +/* $Id: SUPSvcInternal.h $ */ /** @file * VirtualBox Support Service - Internal header. */ diff --git a/src/VBox/HostDrivers/Support/darwin/SUPDrv-darwin.cpp b/src/VBox/HostDrivers/Support/darwin/SUPDrv-darwin.cpp index e6bec2fa2..41d902858 100644 --- a/src/VBox/HostDrivers/Support/darwin/SUPDrv-darwin.cpp +++ b/src/VBox/HostDrivers/Support/darwin/SUPDrv-darwin.cpp @@ -1,4 +1,4 @@ -/* $Id: SUPDrv-darwin.cpp 29255 2010-05-09 18:11:24Z vboxsync $ */ +/* $Id: SUPDrv-darwin.cpp $ */ /** @file * VirtualBox Support Driver - Darwin Specific Code. */ diff --git a/src/VBox/HostDrivers/Support/darwin/SUPLib-darwin.cpp b/src/VBox/HostDrivers/Support/darwin/SUPLib-darwin.cpp index 342c19aa9..3b345a5a9 100644 --- a/src/VBox/HostDrivers/Support/darwin/SUPLib-darwin.cpp +++ b/src/VBox/HostDrivers/Support/darwin/SUPLib-darwin.cpp @@ -1,4 +1,4 @@ -/* $Id: SUPLib-darwin.cpp 28800 2010-04-27 08:22:32Z vboxsync $ */ +/* $Id: SUPLib-darwin.cpp $ */ /** @file * VirtualBox Support Library - Darwin specific parts. */ diff --git a/src/VBox/HostDrivers/Support/darwin/SUPR0IdcClient-darwin.c b/src/VBox/HostDrivers/Support/darwin/SUPR0IdcClient-darwin.c index a9171c940..128a6907c 100644 --- a/src/VBox/HostDrivers/Support/darwin/SUPR0IdcClient-darwin.c +++ b/src/VBox/HostDrivers/Support/darwin/SUPR0IdcClient-darwin.c @@ -1,4 +1,4 @@ -/* $Id: SUPR0IdcClient-darwin.c 28800 2010-04-27 08:22:32Z vboxsync $ */ +/* $Id: SUPR0IdcClient-darwin.c $ */ /** @file * VirtualBox Support Driver - IDC Client Lib, Darwin Specific Code. */ diff --git a/src/VBox/HostDrivers/Support/freebsd/Makefile b/src/VBox/HostDrivers/Support/freebsd/Makefile index 832909dcd..4a975d89b 100644 --- a/src/VBox/HostDrivers/Support/freebsd/Makefile +++ b/src/VBox/HostDrivers/Support/freebsd/Makefile @@ -1,4 +1,4 @@ -# $Id: Makefile 28800 2010-04-27 08:22:32Z vboxsync $ +# $Id: Makefile $ ## @file # Makefile for the VirtualBox FreeBSD Host Driver. # diff --git a/src/VBox/HostDrivers/Support/freebsd/SUPDrv-freebsd.c b/src/VBox/HostDrivers/Support/freebsd/SUPDrv-freebsd.c index 3809f6f8e..e2e1b46f9 100644 --- a/src/VBox/HostDrivers/Support/freebsd/SUPDrv-freebsd.c +++ b/src/VBox/HostDrivers/Support/freebsd/SUPDrv-freebsd.c @@ -1,4 +1,4 @@ -/* $Id: SUPDrv-freebsd.c 29501 2010-05-14 21:43:32Z vboxsync $ */ +/* $Id: SUPDrv-freebsd.c $ */ /** @file * VBoxDrv - The VirtualBox Support Driver - FreeBSD specifics. */ diff --git a/src/VBox/HostDrivers/Support/freebsd/SUPLib-freebsd.cpp b/src/VBox/HostDrivers/Support/freebsd/SUPLib-freebsd.cpp index 6a7fbffd1..986953779 100644 --- a/src/VBox/HostDrivers/Support/freebsd/SUPLib-freebsd.cpp +++ b/src/VBox/HostDrivers/Support/freebsd/SUPLib-freebsd.cpp @@ -1,4 +1,4 @@ -/* $Id: SUPLib-freebsd.cpp 28800 2010-04-27 08:22:32Z vboxsync $ */ +/* $Id: SUPLib-freebsd.cpp $ */ /** @file * VirtualBox Support Library - FreeBSD specific parts. */ diff --git a/src/VBox/HostDrivers/Support/freebsd/SUPR0IdcClient-freebsd.c b/src/VBox/HostDrivers/Support/freebsd/SUPR0IdcClient-freebsd.c index 570ce7815..b0e39038d 100644 --- a/src/VBox/HostDrivers/Support/freebsd/SUPR0IdcClient-freebsd.c +++ b/src/VBox/HostDrivers/Support/freebsd/SUPR0IdcClient-freebsd.c @@ -1,4 +1,4 @@ -/* $Id: SUPR0IdcClient-freebsd.c 28800 2010-04-27 08:22:32Z vboxsync $ */ +/* $Id: SUPR0IdcClient-freebsd.c $ */ /** @file * VirtualBox Support Driver - IDC Client Lib, FreeBSD Specific Code. */ diff --git a/src/VBox/HostDrivers/Support/freebsd/files_vboxdrv b/src/VBox/HostDrivers/Support/freebsd/files_vboxdrv index 105237f62..1fad562c1 100644..100755 --- a/src/VBox/HostDrivers/Support/freebsd/files_vboxdrv +++ b/src/VBox/HostDrivers/Support/freebsd/files_vboxdrv @@ -1,5 +1,5 @@ #!/bin/sh -# $Id: files_vboxdrv 29250 2010-05-09 17:53:58Z vboxsync $ +# $Id: files_vboxdrv $ ## @file # Shared file between Makefile.kmk and export_modules # diff --git a/src/VBox/HostDrivers/Support/linux/Makefile b/src/VBox/HostDrivers/Support/linux/Makefile index 0fb75f404..deb912d2d 100644 --- a/src/VBox/HostDrivers/Support/linux/Makefile +++ b/src/VBox/HostDrivers/Support/linux/Makefile @@ -1,4 +1,4 @@ -# $Revision: 28800 $ +# $Revision: 60692 $ ## @file # Makefile for the VirtualBox Linux Host Driver. # diff --git a/src/VBox/HostDrivers/Support/linux/SUPDrv-linux.c b/src/VBox/HostDrivers/Support/linux/SUPDrv-linux.c index 1200269e8..780732c6e 100644 --- a/src/VBox/HostDrivers/Support/linux/SUPDrv-linux.c +++ b/src/VBox/HostDrivers/Support/linux/SUPDrv-linux.c @@ -1,4 +1,4 @@ -/* $Rev: 28800 $ */ +/* $Rev: 60692 $ */ /** @file * VBoxDrv - The VirtualBox Support Driver - Linux specifics. */ diff --git a/src/VBox/HostDrivers/Support/linux/SUPDrv-linux.mod.c b/src/VBox/HostDrivers/Support/linux/SUPDrv-linux.mod.c index 913869e87..0aaea1a1c 100644 --- a/src/VBox/HostDrivers/Support/linux/SUPDrv-linux.mod.c +++ b/src/VBox/HostDrivers/Support/linux/SUPDrv-linux.mod.c @@ -1,4 +1,4 @@ -/* $Id: SUPDrv-linux.mod.c 28800 2010-04-27 08:22:32Z vboxsync $ */ +/* $Id: SUPDrv-linux.mod.c $ */ /** @file * VBoxDrv - The VirtualBox Support Driver - Autogenerated Linux code. * diff --git a/src/VBox/HostDrivers/Support/linux/SUPLib-linux.cpp b/src/VBox/HostDrivers/Support/linux/SUPLib-linux.cpp index 2462000c9..0d8f86518 100644 --- a/src/VBox/HostDrivers/Support/linux/SUPLib-linux.cpp +++ b/src/VBox/HostDrivers/Support/linux/SUPLib-linux.cpp @@ -1,4 +1,4 @@ -/* $Id: SUPLib-linux.cpp 28800 2010-04-27 08:22:32Z vboxsync $ */ +/* $Id: SUPLib-linux.cpp $ */ /** @file * VirtualBox Support Library - GNU/Linux specific parts. */ diff --git a/src/VBox/HostDrivers/Support/linux/SUPR0IdcClient-linux.c b/src/VBox/HostDrivers/Support/linux/SUPR0IdcClient-linux.c index b9433056c..15d9761fe 100644 --- a/src/VBox/HostDrivers/Support/linux/SUPR0IdcClient-linux.c +++ b/src/VBox/HostDrivers/Support/linux/SUPR0IdcClient-linux.c @@ -1,4 +1,4 @@ -/* $Id: SUPR0IdcClient-linux.c 28800 2010-04-27 08:22:32Z vboxsync $ */ +/* $Id: SUPR0IdcClient-linux.c $ */ /** @file * VirtualBox Support Driver - IDC Client Lib, Linux Specific Code. */ diff --git a/src/VBox/HostDrivers/Support/linux/files_vboxdrv b/src/VBox/HostDrivers/Support/linux/files_vboxdrv index af69681e9..b85fbcfa7 100644..100755 --- a/src/VBox/HostDrivers/Support/linux/files_vboxdrv +++ b/src/VBox/HostDrivers/Support/linux/files_vboxdrv @@ -1,5 +1,5 @@ #!/bin/sh -# $Id: files_vboxdrv 29250 2010-05-09 17:53:58Z vboxsync $ +# $Id: files_vboxdrv $ ## @file # Shared file between Makefile.kmk and export_modules # diff --git a/src/VBox/HostDrivers/Support/os2/SUPDrv-os2.cpp b/src/VBox/HostDrivers/Support/os2/SUPDrv-os2.cpp index f090e62c4..eea542845 100644 --- a/src/VBox/HostDrivers/Support/os2/SUPDrv-os2.cpp +++ b/src/VBox/HostDrivers/Support/os2/SUPDrv-os2.cpp @@ -1,4 +1,4 @@ -/* $Id: SUPDrv-os2.cpp 28854 2010-04-27 19:41:12Z vboxsync $ */ +/* $Id: SUPDrv-os2.cpp $ */ /** @file * VBoxDrv - The VirtualBox Support Driver - OS/2 specifics. */ diff --git a/src/VBox/HostDrivers/Support/os2/SUPDrv-os2.def b/src/VBox/HostDrivers/Support/os2/SUPDrv-os2.def index 51d2899d8..420bfd619 100644 --- a/src/VBox/HostDrivers/Support/os2/SUPDrv-os2.def +++ b/src/VBox/HostDrivers/Support/os2/SUPDrv-os2.def @@ -1,4 +1,4 @@ -; $Id: SUPDrv-os2.def 28800 2010-04-27 08:22:32Z vboxsync $ +; $Id: SUPDrv-os2.def $ ;; @file ; VBoxDrv - OS/2 definition file. ; diff --git a/src/VBox/HostDrivers/Support/os2/SUPDrvA-os2.asm b/src/VBox/HostDrivers/Support/os2/SUPDrvA-os2.asm index 280470cc4..5992ecd16 100644 --- a/src/VBox/HostDrivers/Support/os2/SUPDrvA-os2.asm +++ b/src/VBox/HostDrivers/Support/os2/SUPDrvA-os2.asm @@ -1,4 +1,4 @@ -; $Id: SUPDrvA-os2.asm 22077 2009-08-07 16:01:57Z vboxsync $ +; $Id: SUPDrvA-os2.asm $ ;; @file ; VBoxDrv - OS/2 assembly file, the first file in the link. ; diff --git a/src/VBox/HostDrivers/Support/os2/SUPLib-os2.cpp b/src/VBox/HostDrivers/Support/os2/SUPLib-os2.cpp index 9db27ad79..cc6fab7d0 100644 --- a/src/VBox/HostDrivers/Support/os2/SUPLib-os2.cpp +++ b/src/VBox/HostDrivers/Support/os2/SUPLib-os2.cpp @@ -1,4 +1,4 @@ -/* $Id: SUPLib-os2.cpp 28800 2010-04-27 08:22:32Z vboxsync $ */ +/* $Id: SUPLib-os2.cpp $ */ /** @file * VirtualBox Support Library - OS/2 specific parts. */ diff --git a/src/VBox/HostDrivers/Support/os2/SUPR0IdcClient-os2.c b/src/VBox/HostDrivers/Support/os2/SUPR0IdcClient-os2.c index 5455545bf..a20af4603 100644 --- a/src/VBox/HostDrivers/Support/os2/SUPR0IdcClient-os2.c +++ b/src/VBox/HostDrivers/Support/os2/SUPR0IdcClient-os2.c @@ -1,4 +1,4 @@ -/* $Id: SUPR0IdcClient-os2.c 28800 2010-04-27 08:22:32Z vboxsync $ */ +/* $Id: SUPR0IdcClient-os2.c $ */ /** @file * VirtualBox Support Driver - IDC Client Lib, OS/2 Specific Code. */ diff --git a/src/VBox/HostDrivers/Support/solaris/SUPDrv-solaris.c b/src/VBox/HostDrivers/Support/solaris/SUPDrv-solaris.c index 143032228..99858a674 100644 --- a/src/VBox/HostDrivers/Support/solaris/SUPDrv-solaris.c +++ b/src/VBox/HostDrivers/Support/solaris/SUPDrv-solaris.c @@ -1,4 +1,4 @@ -/* $Id: SUPDrv-solaris.c 28800 2010-04-27 08:22:32Z vboxsync $ */ +/* $Id: SUPDrv-solaris.c $ */ /** @file * VBoxDrv - The VirtualBox Support Driver - Solaris specifics. */ diff --git a/src/VBox/HostDrivers/Support/solaris/SUPLib-solaris.cpp b/src/VBox/HostDrivers/Support/solaris/SUPLib-solaris.cpp index f95f0ae9b..db3b55cc7 100644 --- a/src/VBox/HostDrivers/Support/solaris/SUPLib-solaris.cpp +++ b/src/VBox/HostDrivers/Support/solaris/SUPLib-solaris.cpp @@ -1,4 +1,4 @@ -/* $Id: SUPLib-solaris.cpp 28800 2010-04-27 08:22:32Z vboxsync $ */ +/* $Id: SUPLib-solaris.cpp $ */ /** @file * VirtualBox Support Library - Solaris specific parts. */ diff --git a/src/VBox/HostDrivers/Support/solaris/SUPR0IdcClient-solaris.c b/src/VBox/HostDrivers/Support/solaris/SUPR0IdcClient-solaris.c index 5b33761d7..033fcdec5 100644 --- a/src/VBox/HostDrivers/Support/solaris/SUPR0IdcClient-solaris.c +++ b/src/VBox/HostDrivers/Support/solaris/SUPR0IdcClient-solaris.c @@ -1,4 +1,4 @@ -/* $Id: SUPR0IdcClient-solaris.c 28800 2010-04-27 08:22:32Z vboxsync $ */ +/* $Id: SUPR0IdcClient-solaris.c $ */ /** @file * VirtualBox Support Driver - IDC Client Lib, Solaris Specific Code. */ diff --git a/src/VBox/HostDrivers/Support/solaris/mod.sh b/src/VBox/HostDrivers/Support/solaris/mod.sh index 8381588a6..5d108481c 100755 --- a/src/VBox/HostDrivers/Support/solaris/mod.sh +++ b/src/VBox/HostDrivers/Support/solaris/mod.sh @@ -1,5 +1,5 @@ #!/bin/sh -# $Id: mod.sh 28800 2010-04-27 08:22:32Z vboxsync $ +# $Id: mod.sh $ ## @file # Helper script for installing the solaris module in a development environment. # diff --git a/src/VBox/HostDrivers/Support/testcase/Makefile.kmk b/src/VBox/HostDrivers/Support/testcase/Makefile.kmk index f66e4ce08..5ec98e0df 100644 --- a/src/VBox/HostDrivers/Support/testcase/Makefile.kmk +++ b/src/VBox/HostDrivers/Support/testcase/Makefile.kmk @@ -1,4 +1,4 @@ -# $Id: Makefile.kmk 28800 2010-04-27 08:22:32Z vboxsync $ +# $Id: Makefile.kmk $ ## @file # Sub-Makefile for the SUPLib testcases. # diff --git a/src/VBox/HostDrivers/Support/testcase/SUPInstall.cpp b/src/VBox/HostDrivers/Support/testcase/SUPInstall.cpp index 9b9988c20..58b3f749b 100644 --- a/src/VBox/HostDrivers/Support/testcase/SUPInstall.cpp +++ b/src/VBox/HostDrivers/Support/testcase/SUPInstall.cpp @@ -1,4 +1,4 @@ -/* $Id: SUPInstall.cpp 28800 2010-04-27 08:22:32Z vboxsync $ */ +/* $Id: SUPInstall.cpp $ */ /** @file * SUPInstall - Driver Install */ diff --git a/src/VBox/HostDrivers/Support/testcase/SUPLoggerCtl.cpp b/src/VBox/HostDrivers/Support/testcase/SUPLoggerCtl.cpp index 72e24b0a4..162ae9c06 100644 --- a/src/VBox/HostDrivers/Support/testcase/SUPLoggerCtl.cpp +++ b/src/VBox/HostDrivers/Support/testcase/SUPLoggerCtl.cpp @@ -1,4 +1,4 @@ -/* $Id: SUPLoggerCtl.cpp 28800 2010-04-27 08:22:32Z vboxsync $ */ +/* $Id: SUPLoggerCtl.cpp $ */ /** @file * SUPLoggerCtl - Support Driver Logger Control. */ diff --git a/src/VBox/HostDrivers/Support/testcase/SUPUninstall.cpp b/src/VBox/HostDrivers/Support/testcase/SUPUninstall.cpp index d1f7d8dd2..44d7d3db8 100644 --- a/src/VBox/HostDrivers/Support/testcase/SUPUninstall.cpp +++ b/src/VBox/HostDrivers/Support/testcase/SUPUninstall.cpp @@ -1,4 +1,4 @@ -/* $Id: SUPUninstall.cpp 28800 2010-04-27 08:22:32Z vboxsync $ */ +/* $Id: SUPUninstall.cpp $ */ /** @file * SUPUninstall - Driver Uninstall. */ diff --git a/src/VBox/HostDrivers/Support/testcase/tstContiguous.cpp b/src/VBox/HostDrivers/Support/testcase/tstContiguous.cpp index 7496dc2e3..328857885 100644 --- a/src/VBox/HostDrivers/Support/testcase/tstContiguous.cpp +++ b/src/VBox/HostDrivers/Support/testcase/tstContiguous.cpp @@ -1,4 +1,4 @@ -/* $Id: tstContiguous.cpp 28800 2010-04-27 08:22:32Z vboxsync $ */ +/* $Id: tstContiguous.cpp $ */ /** @file * SUP Testcase - Contiguous Memory Interface (ring-3). */ diff --git a/src/VBox/HostDrivers/Support/testcase/tstGIP-2.cpp b/src/VBox/HostDrivers/Support/testcase/tstGIP-2.cpp index 34307e6fd..c37f5805f 100644 --- a/src/VBox/HostDrivers/Support/testcase/tstGIP-2.cpp +++ b/src/VBox/HostDrivers/Support/testcase/tstGIP-2.cpp @@ -1,4 +1,4 @@ -/* $Id: tstGIP-2.cpp 28800 2010-04-27 08:22:32Z vboxsync $ */ +/* $Id: tstGIP-2.cpp $ */ /** @file * SUP Testcase - Global Info Page interface (ring 3). */ diff --git a/src/VBox/HostDrivers/Support/testcase/tstGetPagingMode.cpp b/src/VBox/HostDrivers/Support/testcase/tstGetPagingMode.cpp index c48a4fe6c..1368f0ceb 100644 --- a/src/VBox/HostDrivers/Support/testcase/tstGetPagingMode.cpp +++ b/src/VBox/HostDrivers/Support/testcase/tstGetPagingMode.cpp @@ -1,4 +1,4 @@ -/* $Id: tstGetPagingMode.cpp 28800 2010-04-27 08:22:32Z vboxsync $ */ +/* $Id: tstGetPagingMode.cpp $ */ /** @file * SUP Testcase - Host paging mode interface (ring 3). */ diff --git a/src/VBox/HostDrivers/Support/testcase/tstInit.cpp b/src/VBox/HostDrivers/Support/testcase/tstInit.cpp index 81290ec5e..8c46e1adc 100644 --- a/src/VBox/HostDrivers/Support/testcase/tstInit.cpp +++ b/src/VBox/HostDrivers/Support/testcase/tstInit.cpp @@ -1,4 +1,4 @@ -/* $Id: tstInit.cpp 28800 2010-04-27 08:22:32Z vboxsync $ */ +/* $Id: tstInit.cpp $ */ /** @file * SUP Testcase - Support Library initialization and termination. */ diff --git a/src/VBox/HostDrivers/Support/testcase/tstInt.cpp b/src/VBox/HostDrivers/Support/testcase/tstInt.cpp index f28840369..21dbe0f98 100644 --- a/src/VBox/HostDrivers/Support/testcase/tstInt.cpp +++ b/src/VBox/HostDrivers/Support/testcase/tstInt.cpp @@ -1,4 +1,4 @@ -/* $Id: tstInt.cpp 29250 2010-05-09 17:53:58Z vboxsync $ */ +/* $Id: tstInt.cpp $ */ /** @file * SUP Testcase - Test the interrupt gate feature of the support library. */ diff --git a/src/VBox/HostDrivers/Support/testcase/tstLow.cpp b/src/VBox/HostDrivers/Support/testcase/tstLow.cpp index 4983f98d0..553c4711a 100644 --- a/src/VBox/HostDrivers/Support/testcase/tstLow.cpp +++ b/src/VBox/HostDrivers/Support/testcase/tstLow.cpp @@ -1,4 +1,4 @@ -/* $Id: tstLow.cpp 28800 2010-04-27 08:22:32Z vboxsync $ */ +/* $Id: tstLow.cpp $ */ /** @file * SUP Testcase - Low (<4GB) Memory Allocate interface (ring 3). */ diff --git a/src/VBox/HostDrivers/Support/testcase/tstPage.cpp b/src/VBox/HostDrivers/Support/testcase/tstPage.cpp index 286679c03..bcb550312 100644 --- a/src/VBox/HostDrivers/Support/testcase/tstPage.cpp +++ b/src/VBox/HostDrivers/Support/testcase/tstPage.cpp @@ -1,4 +1,4 @@ -/* $Id: tstPage.cpp 28800 2010-04-27 08:22:32Z vboxsync $ */ +/* $Id: tstPage.cpp $ */ /** @file * SUP Testcase - Page allocation interface (ring 3). */ diff --git a/src/VBox/HostDrivers/Support/testcase/tstPin.cpp b/src/VBox/HostDrivers/Support/testcase/tstPin.cpp index da4096ae0..ff6a36dfd 100644 --- a/src/VBox/HostDrivers/Support/testcase/tstPin.cpp +++ b/src/VBox/HostDrivers/Support/testcase/tstPin.cpp @@ -1,4 +1,4 @@ -/* $Id: tstPin.cpp 28800 2010-04-27 08:22:32Z vboxsync $ */ +/* $Id: tstPin.cpp $ */ /** @file * SUP Testcase - Memory locking interface (ring 3). */ diff --git a/src/VBox/HostDrivers/Support/testcase/tstSupLoadModule.cpp b/src/VBox/HostDrivers/Support/testcase/tstSupLoadModule.cpp index 182b6d69f..6f3117d8b 100644 --- a/src/VBox/HostDrivers/Support/testcase/tstSupLoadModule.cpp +++ b/src/VBox/HostDrivers/Support/testcase/tstSupLoadModule.cpp @@ -1,4 +1,4 @@ -/* $Id: tstSupLoadModule.cpp 28800 2010-04-27 08:22:32Z vboxsync $ */ +/* $Id: tstSupLoadModule.cpp $ */ /** @file * SUP Testcase - Test SUPR3LoadModule. */ @@ -92,7 +92,7 @@ int main(int argc, char **argv) return 1; case 'V': - RTPrintf("$Revision: 28800 $\n"); + RTPrintf("$Revision: 60692 $\n"); return 0; default: diff --git a/src/VBox/HostDrivers/Support/testcase/tstSupSem-Zombie.cpp b/src/VBox/HostDrivers/Support/testcase/tstSupSem-Zombie.cpp index 6954c1b17..844446428 100644 --- a/src/VBox/HostDrivers/Support/testcase/tstSupSem-Zombie.cpp +++ b/src/VBox/HostDrivers/Support/testcase/tstSupSem-Zombie.cpp @@ -1,4 +1,4 @@ -/* $Id: tstSupSem-Zombie.cpp 28800 2010-04-27 08:22:32Z vboxsync $ */ +/* $Id: tstSupSem-Zombie.cpp $ */ /** @file * Support Library Testcase - Ring-3 Semaphore interface - Zombie bugs. */ diff --git a/src/VBox/HostDrivers/Support/testcase/tstSupSem.cpp b/src/VBox/HostDrivers/Support/testcase/tstSupSem.cpp index 62a8aa0d6..11b121cc9 100644 --- a/src/VBox/HostDrivers/Support/testcase/tstSupSem.cpp +++ b/src/VBox/HostDrivers/Support/testcase/tstSupSem.cpp @@ -1,4 +1,4 @@ -/* $Id: tstSupSem.cpp 28800 2010-04-27 08:22:32Z vboxsync $ */ +/* $Id: tstSupSem.cpp $ */ /** @file * Support Library Testcase - Ring-3 Semaphore interface. */ diff --git a/src/VBox/HostDrivers/Support/win/SUPDrv-win.cpp b/src/VBox/HostDrivers/Support/win/SUPDrv-win.cpp index 4e3cf9c5d..d17fc8a26 100644 --- a/src/VBox/HostDrivers/Support/win/SUPDrv-win.cpp +++ b/src/VBox/HostDrivers/Support/win/SUPDrv-win.cpp @@ -1,4 +1,4 @@ -/* $Id: SUPDrv-win.cpp 28900 2010-04-29 13:24:32Z vboxsync $ */ +/* $Id: SUPDrv-win.cpp $ */ /** @file * VBoxDrv - The VirtualBox Support Driver - Windows NT specifics. */ diff --git a/src/VBox/HostDrivers/Support/win/SUPDrvA-win.asm b/src/VBox/HostDrivers/Support/win/SUPDrvA-win.asm index ff2cb4d59..f7d5e9539 100644 --- a/src/VBox/HostDrivers/Support/win/SUPDrvA-win.asm +++ b/src/VBox/HostDrivers/Support/win/SUPDrvA-win.asm @@ -1,4 +1,4 @@ -; $Id: SUPDrvA-win.asm 28800 2010-04-27 08:22:32Z vboxsync $ +; $Id: SUPDrvA-win.asm $ ;; @file ; VirtualBox Support Driver - Windows NT specific assembly parts. ; diff --git a/src/VBox/HostDrivers/Support/win/SUPLib-win.cpp b/src/VBox/HostDrivers/Support/win/SUPLib-win.cpp index 9f0b5f58b..6eac3b172 100644 --- a/src/VBox/HostDrivers/Support/win/SUPLib-win.cpp +++ b/src/VBox/HostDrivers/Support/win/SUPLib-win.cpp @@ -1,4 +1,4 @@ -/* $Id: SUPLib-win.cpp 28800 2010-04-27 08:22:32Z vboxsync $ */ +/* $Id: SUPLib-win.cpp $ */ /** @file * VirtualBox Support Library - Windows NT specific parts. */ diff --git a/src/VBox/HostDrivers/Support/win/SUPR0IdcClient-win.c b/src/VBox/HostDrivers/Support/win/SUPR0IdcClient-win.c index 010806a7a..df1f23dde 100644 --- a/src/VBox/HostDrivers/Support/win/SUPR0IdcClient-win.c +++ b/src/VBox/HostDrivers/Support/win/SUPR0IdcClient-win.c @@ -1,4 +1,4 @@ -/* $Id: SUPR0IdcClient-win.c 28800 2010-04-27 08:22:32Z vboxsync $ */ +/* $Id: SUPR0IdcClient-win.c $ */ /** @file * VirtualBox Support Driver - IDC Client Lib, Windows Specific Code. */ diff --git a/src/VBox/HostDrivers/Support/win/SUPSvc-win.cpp b/src/VBox/HostDrivers/Support/win/SUPSvc-win.cpp index 371b541fb..68efc1a36 100644 --- a/src/VBox/HostDrivers/Support/win/SUPSvc-win.cpp +++ b/src/VBox/HostDrivers/Support/win/SUPSvc-win.cpp @@ -1,4 +1,4 @@ -/* $Id: SUPSvc-win.cpp 28854 2010-04-27 19:41:12Z vboxsync $ */ +/* $Id: SUPSvc-win.cpp $ */ /** @file * VirtualBox Support Service - Windows Specific Code. */ diff --git a/src/VBox/HostDrivers/Support/win/VBoxDrv.inf b/src/VBox/HostDrivers/Support/win/VBoxDrv.inf index ea137d347..10fb18208 100644 --- a/src/VBox/HostDrivers/Support/win/VBoxDrv.inf +++ b/src/VBox/HostDrivers/Support/win/VBoxDrv.inf @@ -1,4 +1,4 @@ -; $Id: VBoxDrv.inf 28800 2010-04-27 08:22:32Z vboxsync $
+; $Id: VBoxDrv.inf $
;; @file
; VirtualBox Support Driver - Windows Driver INF file.
;
diff --git a/src/VBox/HostDrivers/Support/win/VBoxDrv.rc b/src/VBox/HostDrivers/Support/win/VBoxDrv.rc index 1807499ee..c399da1fd 100644 --- a/src/VBox/HostDrivers/Support/win/VBoxDrv.rc +++ b/src/VBox/HostDrivers/Support/win/VBoxDrv.rc @@ -1,4 +1,4 @@ -/* $Id: VBoxDrv.rc 28800 2010-04-27 08:22:32Z vboxsync $ */ +/* $Id: VBoxDrv.rc $ */ /** @file * VirtualBox Support Driver - Windows Resource File. */ diff --git a/src/VBox/HostDrivers/VBoxNetAdp/Makefile.kmk b/src/VBox/HostDrivers/VBoxNetAdp/Makefile.kmk index 933afff03..90c6e3ca9 100644 --- a/src/VBox/HostDrivers/VBoxNetAdp/Makefile.kmk +++ b/src/VBox/HostDrivers/VBoxNetAdp/Makefile.kmk @@ -1,4 +1,4 @@ -# $Id: Makefile.kmk 29826 2010-05-26 16:47:36Z vboxsync $ +# $Id: Makefile.kmk $ ## @file # Sub-Makefile for the Network Adapter Driver (VBoxNetAdp). # diff --git a/src/VBox/HostDrivers/VBoxNetAdp/VBoxNetAdp.c b/src/VBox/HostDrivers/VBoxNetAdp/VBoxNetAdp.c index 060e6c29a..8f5979dd3 100644 --- a/src/VBox/HostDrivers/VBoxNetAdp/VBoxNetAdp.c +++ b/src/VBox/HostDrivers/VBoxNetAdp/VBoxNetAdp.c @@ -1,4 +1,4 @@ -/* $Id: VBoxNetAdp.c 28830 2010-04-27 14:05:25Z vboxsync $ */ +/* $Id: VBoxNetAdp.c $ */ /** @file * VBoxNetAdp - Virtual Network Adapter Driver (Host), Common Code. */ diff --git a/src/VBox/HostDrivers/VBoxNetAdp/VBoxNetAdpInternal.h b/src/VBox/HostDrivers/VBoxNetAdp/VBoxNetAdpInternal.h index a607ce33f..627ebb76e 100644 --- a/src/VBox/HostDrivers/VBoxNetAdp/VBoxNetAdpInternal.h +++ b/src/VBox/HostDrivers/VBoxNetAdp/VBoxNetAdpInternal.h @@ -1,4 +1,4 @@ -/* $Id: VBoxNetAdpInternal.h 28800 2010-04-27 08:22:32Z vboxsync $ */ +/* $Id: VBoxNetAdpInternal.h $ */ /** @file * VBoxNetAdp - Network Filter Driver (Host), Internal Header. */ diff --git a/src/VBox/HostDrivers/VBoxNetAdp/darwin/VBoxNetAdp-darwin.cpp b/src/VBox/HostDrivers/VBoxNetAdp/darwin/VBoxNetAdp-darwin.cpp index b2ddb307e..b61cb3024 100644 --- a/src/VBox/HostDrivers/VBoxNetAdp/darwin/VBoxNetAdp-darwin.cpp +++ b/src/VBox/HostDrivers/VBoxNetAdp/darwin/VBoxNetAdp-darwin.cpp @@ -1,4 +1,4 @@ -/* $Id: VBoxNetAdp-darwin.cpp 28800 2010-04-27 08:22:32Z vboxsync $ */ +/* $Id: VBoxNetAdp-darwin.cpp $ */ /** @file * VBoxNetAdp - Virtual Network Adapter Driver (Host), Darwin Specific Code. */ diff --git a/src/VBox/HostDrivers/VBoxNetAdp/freebsd/Makefile b/src/VBox/HostDrivers/VBoxNetAdp/freebsd/Makefile index ae66f4e1b..c432b4687 100644 --- a/src/VBox/HostDrivers/VBoxNetAdp/freebsd/Makefile +++ b/src/VBox/HostDrivers/VBoxNetAdp/freebsd/Makefile @@ -1,4 +1,4 @@ -# $Id: Makefile 28800 2010-04-27 08:22:32Z vboxsync $ +# $Id: Makefile $ ## @file # Makefile for the VirtualBox FreeBSD Host Driver. # diff --git a/src/VBox/HostDrivers/VBoxNetAdp/freebsd/VBoxNetAdp-freebsd.c b/src/VBox/HostDrivers/VBoxNetAdp/freebsd/VBoxNetAdp-freebsd.c index 26d4e73c5..ea0523136 100644 --- a/src/VBox/HostDrivers/VBoxNetAdp/freebsd/VBoxNetAdp-freebsd.c +++ b/src/VBox/HostDrivers/VBoxNetAdp/freebsd/VBoxNetAdp-freebsd.c @@ -1,4 +1,4 @@ -/* $Id: VBoxNetAdp-freebsd.c 29713 2010-05-20 21:12:53Z vboxsync $ */ +/* $Id: VBoxNetAdp-freebsd.c $ */ /** @file * VBoxNetAdp - Virtual Network Adapter Driver (Host), FreeBSD Specific Code. */ diff --git a/src/VBox/HostDrivers/VBoxNetAdp/freebsd/files_vboxnetadp b/src/VBox/HostDrivers/VBoxNetAdp/freebsd/files_vboxnetadp index 887af8acf..8effa41ea 100644..100755 --- a/src/VBox/HostDrivers/VBoxNetAdp/freebsd/files_vboxnetadp +++ b/src/VBox/HostDrivers/VBoxNetAdp/freebsd/files_vboxnetadp @@ -1,5 +1,5 @@ #!/bin/sh -# $Id: files_vboxnetadp 29250 2010-05-09 17:53:58Z vboxsync $ +# $Id: files_vboxnetadp $ ## @file # Shared file between Makefile.kmk and export_modules # diff --git a/src/VBox/HostDrivers/VBoxNetAdp/linux/VBoxNetAdp-linux.c b/src/VBox/HostDrivers/VBoxNetAdp/linux/VBoxNetAdp-linux.c index cf95576fb..13c39189d 100644 --- a/src/VBox/HostDrivers/VBoxNetAdp/linux/VBoxNetAdp-linux.c +++ b/src/VBox/HostDrivers/VBoxNetAdp/linux/VBoxNetAdp-linux.c @@ -1,4 +1,4 @@ -/* $Id: VBoxNetAdp-linux.c 28800 2010-04-27 08:22:32Z vboxsync $ */ +/* $Id: VBoxNetAdp-linux.c $ */ /** @file * VBoxNetAdp - Virtual Network Adapter Driver (Host), Linux Specific Code. */ diff --git a/src/VBox/HostDrivers/VBoxNetAdp/linux/files_vboxnetadp b/src/VBox/HostDrivers/VBoxNetAdp/linux/files_vboxnetadp index c7fb52f5f..0a1b6d1f0 100644..100755 --- a/src/VBox/HostDrivers/VBoxNetAdp/linux/files_vboxnetadp +++ b/src/VBox/HostDrivers/VBoxNetAdp/linux/files_vboxnetadp @@ -1,5 +1,5 @@ #!/bin/sh -# $Revision: 29250 $ +# $Revision: 61332 $ ## @files # Shared file between Makefile.kmk and export_modules # diff --git a/src/VBox/HostDrivers/VBoxNetAdp/solaris/VBoxNetAdp-solaris.c b/src/VBox/HostDrivers/VBoxNetAdp/solaris/VBoxNetAdp-solaris.c index 9cd616ed4..803e51662 100644 --- a/src/VBox/HostDrivers/VBoxNetAdp/solaris/VBoxNetAdp-solaris.c +++ b/src/VBox/HostDrivers/VBoxNetAdp/solaris/VBoxNetAdp-solaris.c @@ -1,4 +1,4 @@ -/* $Id: VBoxNetAdp-solaris.c 28800 2010-04-27 08:22:32Z vboxsync $ */ +/* $Id: VBoxNetAdp-solaris.c $ */ /** @file * VBoxNetAdapter - Network Adapter Driver (Host), Solaris Specific Code. */ diff --git a/src/VBox/HostDrivers/VBoxNetFlt/Makefile.kmk b/src/VBox/HostDrivers/VBoxNetFlt/Makefile.kmk index f753fa392..651ee00ea 100644 --- a/src/VBox/HostDrivers/VBoxNetFlt/Makefile.kmk +++ b/src/VBox/HostDrivers/VBoxNetFlt/Makefile.kmk @@ -1,4 +1,4 @@ -# $Id: Makefile.kmk 29826 2010-05-26 16:47:36Z vboxsync $ +# $Id: Makefile.kmk $ ## @file # Sub-Makefile for the Network Filter Driver (VBoxNetFlt). # diff --git a/src/VBox/HostDrivers/VBoxNetFlt/VBoxNetFlt.c b/src/VBox/HostDrivers/VBoxNetFlt/VBoxNetFlt.c index d726f6ef4..d1530c32d 100644 --- a/src/VBox/HostDrivers/VBoxNetFlt/VBoxNetFlt.c +++ b/src/VBox/HostDrivers/VBoxNetFlt/VBoxNetFlt.c @@ -1,4 +1,4 @@ -/* $Id: VBoxNetFlt.c 29696 2010-05-20 13:21:05Z vboxsync $ */ +/* $Id: VBoxNetFlt.c $ */ /** @file * VBoxNetFlt - Network Filter Driver (Host), Common Code. */ diff --git a/src/VBox/HostDrivers/VBoxNetFlt/VBoxNetFltInternal.h b/src/VBox/HostDrivers/VBoxNetFlt/VBoxNetFltInternal.h index 6a50c0504..5ec785479 100644 --- a/src/VBox/HostDrivers/VBoxNetFlt/VBoxNetFltInternal.h +++ b/src/VBox/HostDrivers/VBoxNetFlt/VBoxNetFltInternal.h @@ -1,4 +1,4 @@ -/* $Id: VBoxNetFltInternal.h 29708 2010-05-20 17:00:05Z vboxsync $ */ +/* $Id: VBoxNetFltInternal.h $ */ /** @file * VBoxNetFlt - Network Filter Driver (Host), Internal Header. */ diff --git a/src/VBox/HostDrivers/VBoxNetFlt/darwin/VBoxNetFlt-darwin.cpp b/src/VBox/HostDrivers/VBoxNetFlt/darwin/VBoxNetFlt-darwin.cpp index 647d85cd2..1fe27da59 100644 --- a/src/VBox/HostDrivers/VBoxNetFlt/darwin/VBoxNetFlt-darwin.cpp +++ b/src/VBox/HostDrivers/VBoxNetFlt/darwin/VBoxNetFlt-darwin.cpp @@ -1,4 +1,4 @@ -/* $Id: VBoxNetFlt-darwin.cpp 29662 2010-05-19 14:46:02Z vboxsync $ */ +/* $Id: VBoxNetFlt-darwin.cpp $ */ /** @file * VBoxNetFlt - Network Filter Driver (Host), Darwin Specific Code. */ diff --git a/src/VBox/HostDrivers/VBoxNetFlt/freebsd/Makefile b/src/VBox/HostDrivers/VBoxNetFlt/freebsd/Makefile index c51a2d4d7..e21e63c5b 100644 --- a/src/VBox/HostDrivers/VBoxNetFlt/freebsd/Makefile +++ b/src/VBox/HostDrivers/VBoxNetFlt/freebsd/Makefile @@ -1,4 +1,4 @@ -# $Id: Makefile 28800 2010-04-27 08:22:32Z vboxsync $ +# $Id: Makefile $ ## @file # Makefile for the VirtualBox FreeBSD Host Driver. # diff --git a/src/VBox/HostDrivers/VBoxNetFlt/freebsd/VBoxNetFlt-freebsd.c b/src/VBox/HostDrivers/VBoxNetFlt/freebsd/VBoxNetFlt-freebsd.c index 7bc01ef9f..8ec100743 100644 --- a/src/VBox/HostDrivers/VBoxNetFlt/freebsd/VBoxNetFlt-freebsd.c +++ b/src/VBox/HostDrivers/VBoxNetFlt/freebsd/VBoxNetFlt-freebsd.c @@ -1,4 +1,4 @@ -/* $Id: VBoxNetFlt-freebsd.c 29747 2010-05-21 21:20:04Z vboxsync $ */ +/* $Id: VBoxNetFlt-freebsd.c $ */ /** @file * VBoxNetFlt - Network Filter Driver (Host), FreeBSD Specific Code. */ diff --git a/src/VBox/HostDrivers/VBoxNetFlt/freebsd/files_vboxnetflt b/src/VBox/HostDrivers/VBoxNetFlt/freebsd/files_vboxnetflt index 9290f0edf..90c6caf02 100644..100755 --- a/src/VBox/HostDrivers/VBoxNetFlt/freebsd/files_vboxnetflt +++ b/src/VBox/HostDrivers/VBoxNetFlt/freebsd/files_vboxnetflt @@ -1,5 +1,5 @@ #!/bin/sh -# $Id: files_vboxnetflt 29250 2010-05-09 17:53:58Z vboxsync $ +# $Id: files_vboxnetflt $ ## @file # Shared file between Makefile.kmk and export_modules # diff --git a/src/VBox/HostDrivers/VBoxNetFlt/linux/VBoxNetFlt-linux.c b/src/VBox/HostDrivers/VBoxNetFlt/linux/VBoxNetFlt-linux.c index 7d3170087..3d59769fa 100644 --- a/src/VBox/HostDrivers/VBoxNetFlt/linux/VBoxNetFlt-linux.c +++ b/src/VBox/HostDrivers/VBoxNetFlt/linux/VBoxNetFlt-linux.c @@ -1,4 +1,4 @@ -/* $Id: VBoxNetFlt-linux.c 29662 2010-05-19 14:46:02Z vboxsync $ */ +/* $Id: VBoxNetFlt-linux.c $ */ /** @file * VBoxNetFlt - Network Filter Driver (Host), Linux Specific Code. */ diff --git a/src/VBox/HostDrivers/VBoxNetFlt/linux/files_vboxnetflt b/src/VBox/HostDrivers/VBoxNetFlt/linux/files_vboxnetflt index cd2bef091..4dc875d1a 100644..100755 --- a/src/VBox/HostDrivers/VBoxNetFlt/linux/files_vboxnetflt +++ b/src/VBox/HostDrivers/VBoxNetFlt/linux/files_vboxnetflt @@ -1,5 +1,5 @@ #!/bin/sh -# $Id: files_vboxnetflt 29250 2010-05-09 17:53:58Z vboxsync $ +# $Id: files_vboxnetflt $ ## @file # Shared file between Makefile.kmk and export_modules # diff --git a/src/VBox/HostDrivers/VBoxNetFlt/solaris/VBoxNetFlt-solaris.c b/src/VBox/HostDrivers/VBoxNetFlt/solaris/VBoxNetFlt-solaris.c index 9efa5b31a..3343238df 100644 --- a/src/VBox/HostDrivers/VBoxNetFlt/solaris/VBoxNetFlt-solaris.c +++ b/src/VBox/HostDrivers/VBoxNetFlt/solaris/VBoxNetFlt-solaris.c @@ -1,4 +1,4 @@ -/* $Id: VBoxNetFlt-solaris.c 29662 2010-05-19 14:46:02Z vboxsync $ */ +/* $Id: VBoxNetFlt-solaris.c $ */ /** @file * VBoxNetFlt - Network Filter Driver (Host), Solaris Specific Code. */ diff --git a/src/VBox/HostDrivers/VBoxNetFlt/solaris/VBoxNetFltBow-solaris.c b/src/VBox/HostDrivers/VBoxNetFlt/solaris/VBoxNetFltBow-solaris.c index 21df05d5b..17ca5a71d 100644 --- a/src/VBox/HostDrivers/VBoxNetFlt/solaris/VBoxNetFltBow-solaris.c +++ b/src/VBox/HostDrivers/VBoxNetFlt/solaris/VBoxNetFltBow-solaris.c @@ -1,4 +1,4 @@ -/* $Id: VBoxNetFltBow-solaris.c 29709 2010-05-20 17:15:39Z vboxsync $ */ +/* $Id: VBoxNetFltBow-solaris.c $ */ /** @file * VBoxNetFlt - Network Filter Driver (Host), Solaris Specific Code. */ diff --git a/src/VBox/HostDrivers/VBoxNetFlt/win/NetAdpInstall.cpp b/src/VBox/HostDrivers/VBoxNetFlt/win/NetAdpInstall.cpp index 303508892..5c3783c3c 100644 --- a/src/VBox/HostDrivers/VBoxNetFlt/win/NetAdpInstall.cpp +++ b/src/VBox/HostDrivers/VBoxNetFlt/win/NetAdpInstall.cpp @@ -1,4 +1,4 @@ -/* $Id: NetAdpInstall.cpp 28800 2010-04-27 08:22:32Z vboxsync $ */ +/* $Id: NetAdpInstall.cpp $ */ /** @file * NetAdpInstall - VBoxNetAdp installer command line tool */ diff --git a/src/VBox/HostDrivers/VBoxNetFlt/win/NetAdpUninstall.cpp b/src/VBox/HostDrivers/VBoxNetFlt/win/NetAdpUninstall.cpp index c2628ad9f..deb31779a 100644 --- a/src/VBox/HostDrivers/VBoxNetFlt/win/NetAdpUninstall.cpp +++ b/src/VBox/HostDrivers/VBoxNetFlt/win/NetAdpUninstall.cpp @@ -1,4 +1,4 @@ -/* $Id: NetAdpUninstall.cpp 28800 2010-04-27 08:22:32Z vboxsync $ */ +/* $Id: NetAdpUninstall.cpp $ */ /** @file * NetAdpUninstall - VBoxNetAdp uninstaller command line tool */ diff --git a/src/VBox/HostDrivers/VBoxNetFlt/win/NetFltInstall.cpp b/src/VBox/HostDrivers/VBoxNetFlt/win/NetFltInstall.cpp index ef3aa122b..16339c0db 100644 --- a/src/VBox/HostDrivers/VBoxNetFlt/win/NetFltInstall.cpp +++ b/src/VBox/HostDrivers/VBoxNetFlt/win/NetFltInstall.cpp @@ -1,4 +1,4 @@ -/* $Id: NetFltInstall.cpp 28800 2010-04-27 08:22:32Z vboxsync $ */ +/* $Id: NetFltInstall.cpp $ */ /** @file * NetFltInstall - VBoxNetFlt installer command line tool */ diff --git a/src/VBox/HostDrivers/VBoxNetFlt/win/NetFltUninstall.cpp b/src/VBox/HostDrivers/VBoxNetFlt/win/NetFltUninstall.cpp index 711042dd0..03dfa66ae 100644 --- a/src/VBox/HostDrivers/VBoxNetFlt/win/NetFltUninstall.cpp +++ b/src/VBox/HostDrivers/VBoxNetFlt/win/NetFltUninstall.cpp @@ -1,4 +1,4 @@ -/* $Id: NetFltUninstall.cpp 28800 2010-04-27 08:22:32Z vboxsync $ */ +/* $Id: NetFltUninstall.cpp $ */ /** @file * NetFltUninstall - VBoxNetFlt uninstaller command line tool */ diff --git a/src/VBox/HostDrivers/VBoxNetFlt/win/VBoxNetFlt-win.c b/src/VBox/HostDrivers/VBoxNetFlt/win/VBoxNetFlt-win.c index a947e8de9..853226296 100644 --- a/src/VBox/HostDrivers/VBoxNetFlt/win/VBoxNetFlt-win.c +++ b/src/VBox/HostDrivers/VBoxNetFlt/win/VBoxNetFlt-win.c @@ -1,4 +1,4 @@ -/* $Id: VBoxNetFlt-win.c 29682 2010-05-20 11:16:03Z vboxsync $ */ +/* $Id: VBoxNetFlt-win.c $ */ /** @file * VBoxNetFlt - Network Filter Driver (Host), Windows Specific Code. Integration with IntNet/NetFlt */ @@ -720,7 +720,7 @@ DECLHIDDEN(bool) vboxNetFltWinPostIntnet(PVBOXNETFLTINS pNetFltIf, PVOID pvPacke #else if(pSG) { - pNetFltIf->pSwitchPort->pfnRecv(pNetFltIf->pSwitchPort, pSG, NULL /* pvIf */, INTNETTRUNKDIR_HOST); + pNetFltIf->pSwitchPort->pfnRecv(pNetFltIf->pSwitchPort, NULL /* pvIf */, pSG, INTNETTRUNKDIR_HOST); STATISTIC_INCREASE(pAdapt->cTxSuccess); } else diff --git a/src/VBox/HostDrivers/VBoxNetFlt/win/VBoxNetFlt-win.h b/src/VBox/HostDrivers/VBoxNetFlt/win/VBoxNetFlt-win.h index 07a673f9a..c032cfa89 100644 --- a/src/VBox/HostDrivers/VBoxNetFlt/win/VBoxNetFlt-win.h +++ b/src/VBox/HostDrivers/VBoxNetFlt/win/VBoxNetFlt-win.h @@ -1,4 +1,4 @@ -/* $Id: VBoxNetFlt-win.h 29643 2010-05-18 15:26:50Z vboxsync $ */ +/* $Id: VBoxNetFlt-win.h $ */ /** @file * VBoxNetFlt - Network Filter Driver (Host), Windows Specific Code. Integration with IntNet/NetFlt */ diff --git a/src/VBox/HostDrivers/VBoxNetFlt/win/VBoxNetFltCommon-win.h b/src/VBox/HostDrivers/VBoxNetFlt/win/VBoxNetFltCommon-win.h index 19235755d..090033347 100644 --- a/src/VBox/HostDrivers/VBoxNetFlt/win/VBoxNetFltCommon-win.h +++ b/src/VBox/HostDrivers/VBoxNetFlt/win/VBoxNetFltCommon-win.h @@ -1,4 +1,4 @@ -/* $Id: VBoxNetFltCommon-win.h 29682 2010-05-20 11:16:03Z vboxsync $ */ +/* $Id: VBoxNetFltCommon-win.h $ */ /** @file * VBoxNetFltCommon.h - Network Filter Driver (Host), Windows Specific Code. Common headeer with commonly used defines and decls */ diff --git a/src/VBox/HostDrivers/VBoxNetFlt/win/VBoxNetFltMp-win.c b/src/VBox/HostDrivers/VBoxNetFlt/win/VBoxNetFltMp-win.c index 3c4f40cb7..de25ccdd8 100644 --- a/src/VBox/HostDrivers/VBoxNetFlt/win/VBoxNetFltMp-win.c +++ b/src/VBox/HostDrivers/VBoxNetFlt/win/VBoxNetFltMp-win.c @@ -1,4 +1,4 @@ -/* $Id: VBoxNetFltMp-win.c 29592 2010-05-18 07:22:57Z vboxsync $ */ +/* $Id: VBoxNetFltMp-win.c $ */ /** @file * VBoxNetFlt - Network Filter Driver (Host), Windows Specific Code. Miniport edge of ndis filter driver */ diff --git a/src/VBox/HostDrivers/VBoxNetFlt/win/VBoxNetFltMp-win.h b/src/VBox/HostDrivers/VBoxNetFlt/win/VBoxNetFltMp-win.h index 317622957..9b121a56e 100644 --- a/src/VBox/HostDrivers/VBoxNetFlt/win/VBoxNetFltMp-win.h +++ b/src/VBox/HostDrivers/VBoxNetFlt/win/VBoxNetFltMp-win.h @@ -1,4 +1,4 @@ -/* $Id: VBoxNetFltMp-win.h 28800 2010-04-27 08:22:32Z vboxsync $ */ +/* $Id: VBoxNetFltMp-win.h $ */ /** @file * VBoxNetFlt - Network Filter Driver (Host), Windows Specific Code. Miniport edge of ndis filter driver */ diff --git a/src/VBox/HostDrivers/VBoxNetFlt/win/VBoxNetFltPt-win.c b/src/VBox/HostDrivers/VBoxNetFlt/win/VBoxNetFltPt-win.c index b5bf5578c..cbeb0c14a 100644 --- a/src/VBox/HostDrivers/VBoxNetFlt/win/VBoxNetFltPt-win.c +++ b/src/VBox/HostDrivers/VBoxNetFlt/win/VBoxNetFltPt-win.c @@ -1,4 +1,4 @@ -/* $Id: VBoxNetFltPt-win.c 29616 2010-05-18 11:55:55Z vboxsync $ */ +/* $Id: VBoxNetFltPt-win.c $ */ /** @file * VBoxNetFlt - Network Filter Driver (Host), Windows Specific Code. Protocol edge of ndis filter driver */ diff --git a/src/VBox/HostDrivers/VBoxNetFlt/win/VBoxNetFltPt-win.h b/src/VBox/HostDrivers/VBoxNetFlt/win/VBoxNetFltPt-win.h index 68dacbe72..0ffd7769f 100644 --- a/src/VBox/HostDrivers/VBoxNetFlt/win/VBoxNetFltPt-win.h +++ b/src/VBox/HostDrivers/VBoxNetFlt/win/VBoxNetFltPt-win.h @@ -1,4 +1,4 @@ -/* $Id: VBoxNetFltPt-win.h 28800 2010-04-27 08:22:32Z vboxsync $ */ +/* $Id: VBoxNetFltPt-win.h $ */ /** @file * VBoxNetFlt - Network Filter Driver (Host), Windows Specific Code. Protocol edge of ndis filter driver */ diff --git a/src/VBox/HostDrivers/VBoxNetFlt/win/WinNetConfig.cpp b/src/VBox/HostDrivers/VBoxNetFlt/win/WinNetConfig.cpp index ec102391d..5fee45c53 100644 --- a/src/VBox/HostDrivers/VBoxNetFlt/win/WinNetConfig.cpp +++ b/src/VBox/HostDrivers/VBoxNetFlt/win/WinNetConfig.cpp @@ -1,4 +1,4 @@ -/* $Id: WinNetConfig.cpp 28800 2010-04-27 08:22:32Z vboxsync $ */ +/* $Id: WinNetConfig.cpp $ */ /** @file * VBoxNetCfgWin - Briefly describe this file, optionally with a longer description in a separate paragraph. */ diff --git a/src/VBox/HostDrivers/VBoxNetFlt/win/notifyobj/VBoxNetFltNotify.rc b/src/VBox/HostDrivers/VBoxNetFlt/win/notifyobj/VBoxNetFltNotify.rc index c7741a505..1ed4a7709 100644 --- a/src/VBox/HostDrivers/VBoxNetFlt/win/notifyobj/VBoxNetFltNotify.rc +++ b/src/VBox/HostDrivers/VBoxNetFlt/win/notifyobj/VBoxNetFltNotify.rc @@ -53,5 +53,3 @@ BEGIN END END - - diff --git a/src/VBox/HostDrivers/VBoxNetFlt/win/notifyobj/VBoxNetFltNotifyn.idl b/src/VBox/HostDrivers/VBoxNetFlt/win/notifyobj/VBoxNetFltNotifyn.idl index 90f752f1c..089b79ee2 100644 --- a/src/VBox/HostDrivers/VBoxNetFlt/win/notifyobj/VBoxNetFltNotifyn.idl +++ b/src/VBox/HostDrivers/VBoxNetFlt/win/notifyobj/VBoxNetFltNotifyn.idl @@ -1,4 +1,4 @@ -/* $Id: VBoxNetFltNotifyn.idl 29200 2010-05-07 12:14:18Z vboxsync $ */ +/* $Id: VBoxNetFltNotifyn.idl $ */ /** @file * VBoxNetFltNotify.idl - Network Filter Driver (Host), Windows Specific Code. Integration with IntNet/NetFlt */ diff --git a/src/VBox/HostDrivers/darwin/Makefile.kmk b/src/VBox/HostDrivers/darwin/Makefile.kmk index 99a823a75..e717ddf61 100644 --- a/src/VBox/HostDrivers/darwin/Makefile.kmk +++ b/src/VBox/HostDrivers/darwin/Makefile.kmk @@ -1,4 +1,4 @@ -# $Id: Makefile.kmk 28800 2010-04-27 08:22:32Z vboxsync $ +# $Id: Makefile.kmk $ ## @file # Sub-makefile for the darwin host driver helper scripts. # diff --git a/src/VBox/HostDrivers/darwin/loadall.sh b/src/VBox/HostDrivers/darwin/loadall.sh index 058b85e93..058b85e93 100644..100755 --- a/src/VBox/HostDrivers/darwin/loadall.sh +++ b/src/VBox/HostDrivers/darwin/loadall.sh diff --git a/src/VBox/HostServices/GuestControl/Makefile.kmk b/src/VBox/HostServices/GuestControl/Makefile.kmk index 04c6a78d1..d4515c7cb 100644 --- a/src/VBox/HostServices/GuestControl/Makefile.kmk +++ b/src/VBox/HostServices/GuestControl/Makefile.kmk @@ -1,4 +1,4 @@ -# $Id: Makefile.kmk 28800 2010-04-27 08:22:32Z vboxsync $ +# $Id: Makefile.kmk $ ## @file # Sub-Makefile for the Guest Control Host Service. # diff --git a/src/VBox/HostServices/GuestControl/gctrl.cpp b/src/VBox/HostServices/GuestControl/gctrl.cpp index 51d00ddf6..aaf2e0f42 100644 --- a/src/VBox/HostServices/GuestControl/gctrl.cpp +++ b/src/VBox/HostServices/GuestControl/gctrl.cpp @@ -1,4 +1,4 @@ -/* $Id: gctrl.cpp 28800 2010-04-27 08:22:32Z vboxsync $ */ +/* $Id: gctrl.cpp $ */ /** @file * Guest Control Service: Internal function used by service, Main and testcase. */ diff --git a/src/VBox/HostServices/GuestControl/service.cpp b/src/VBox/HostServices/GuestControl/service.cpp index 0d5028e0f..d121ab419 100644 --- a/src/VBox/HostServices/GuestControl/service.cpp +++ b/src/VBox/HostServices/GuestControl/service.cpp @@ -1,4 +1,4 @@ -/* $Id: service.cpp 29900 2010-05-31 12:41:27Z vboxsync $ */ +/* $Id: service.cpp $ */ /** @file * Guest Control Service: Controlling the guest. */ @@ -439,7 +439,7 @@ int Service::clientDisconnect(uint32_t u32ClientID, void *pvClient) while (itCall != mClientWaiterList.end()) { if (itCall->mClientID == u32ClientID) - { + { itCall = mClientWaiterList.erase(itCall); } else diff --git a/src/VBox/HostServices/GuestControl/testcase/Makefile.kmk b/src/VBox/HostServices/GuestControl/testcase/Makefile.kmk index a781b38a2..d637c6f22 100644 --- a/src/VBox/HostServices/GuestControl/testcase/Makefile.kmk +++ b/src/VBox/HostServices/GuestControl/testcase/Makefile.kmk @@ -1,4 +1,4 @@ -# $Id: Makefile.kmk 28800 2010-04-27 08:22:32Z vboxsync $ +# $Id: Makefile.kmk $ ## @file # Sub-Makefile for the Guest Control Host Service testcases. # diff --git a/src/VBox/HostServices/GuestControl/testcase/tstGuestControlSvc.cpp b/src/VBox/HostServices/GuestControl/testcase/tstGuestControlSvc.cpp index b7333ebce..38d7f6427 100644 --- a/src/VBox/HostServices/GuestControl/testcase/tstGuestControlSvc.cpp +++ b/src/VBox/HostServices/GuestControl/testcase/tstGuestControlSvc.cpp @@ -1,4 +1,4 @@ -/* $Id: tstGuestControlSvc.cpp 28800 2010-04-27 08:22:32Z vboxsync $ */ +/* $Id: tstGuestControlSvc.cpp $ */ /** @file * * Testcase for the guest control service. diff --git a/src/VBox/HostServices/GuestProperties/Makefile.kmk b/src/VBox/HostServices/GuestProperties/Makefile.kmk index c449bd411..6c387e104 100644 --- a/src/VBox/HostServices/GuestProperties/Makefile.kmk +++ b/src/VBox/HostServices/GuestProperties/Makefile.kmk @@ -1,4 +1,4 @@ -# $Id: Makefile.kmk 28800 2010-04-27 08:22:32Z vboxsync $ +# $Id: Makefile.kmk $ ## @file # Sub-Makefile for the Shared Info Services Host Service. # diff --git a/src/VBox/HostServices/GuestProperties/service.cpp b/src/VBox/HostServices/GuestProperties/service.cpp index 7b97a96c3..2c8e5154c 100644 --- a/src/VBox/HostServices/GuestProperties/service.cpp +++ b/src/VBox/HostServices/GuestProperties/service.cpp @@ -1,4 +1,4 @@ -/* $Id: service.cpp 29394 2010-05-12 01:27:04Z vboxsync $ */ +/* $Id: service.cpp $ */ /** @file * Guest Property Service: Host service entry points. */ diff --git a/src/VBox/HostServices/GuestProperties/testcase/Makefile.kmk b/src/VBox/HostServices/GuestProperties/testcase/Makefile.kmk index 845fc8d35..8d911a637 100644 --- a/src/VBox/HostServices/GuestProperties/testcase/Makefile.kmk +++ b/src/VBox/HostServices/GuestProperties/testcase/Makefile.kmk @@ -1,4 +1,4 @@ -# $Id: Makefile.kmk 28800 2010-04-27 08:22:32Z vboxsync $ +# $Id: Makefile.kmk $ ## @file # Sub-Makefile for the Guest Properties Host Service testcases. # diff --git a/src/VBox/HostServices/GuestProperties/testcase/tstGuestPropSvc.cpp b/src/VBox/HostServices/GuestProperties/testcase/tstGuestPropSvc.cpp index 6433ff5ea..2a882e52f 100644 --- a/src/VBox/HostServices/GuestProperties/testcase/tstGuestPropSvc.cpp +++ b/src/VBox/HostServices/GuestProperties/testcase/tstGuestPropSvc.cpp @@ -1,4 +1,4 @@ -/* $Id: tstGuestPropSvc.cpp 29394 2010-05-12 01:27:04Z vboxsync $ */ +/* $Id: tstGuestPropSvc.cpp $ */ /** @file * * Testcase for the guest property service. diff --git a/src/VBox/HostServices/Makefile.kmk b/src/VBox/HostServices/Makefile.kmk index 34775aa3b..1e1c15ad3 100644 --- a/src/VBox/HostServices/Makefile.kmk +++ b/src/VBox/HostServices/Makefile.kmk @@ -1,4 +1,4 @@ -# $Id: Makefile.kmk 28800 2010-04-27 08:22:32Z vboxsync $ +# $Id: Makefile.kmk $ ## @file # Top-level makefile for the VBox Host Services. # diff --git a/src/VBox/HostServices/SharedClipboard/Makefile.kmk b/src/VBox/HostServices/SharedClipboard/Makefile.kmk index 2435fad7d..63a1328c8 100644 --- a/src/VBox/HostServices/SharedClipboard/Makefile.kmk +++ b/src/VBox/HostServices/SharedClipboard/Makefile.kmk @@ -1,4 +1,4 @@ -# $Id: Makefile.kmk 28800 2010-04-27 08:22:32Z vboxsync $ +# $Id: Makefile.kmk $ ## @file # Sub-Makefile for the Shared Clipboard Host Service. # diff --git a/src/VBox/HostServices/SharedClipboard/darwin-pasteboard.cpp b/src/VBox/HostServices/SharedClipboard/darwin-pasteboard.cpp index 2ad88d3a8..31da35b83 100644 --- a/src/VBox/HostServices/SharedClipboard/darwin-pasteboard.cpp +++ b/src/VBox/HostServices/SharedClipboard/darwin-pasteboard.cpp @@ -1,4 +1,4 @@ -/* $Id: darwin-pasteboard.cpp 28800 2010-04-27 08:22:32Z vboxsync $ */ +/* $Id: darwin-pasteboard.cpp $ */ /** @file * Shared Clipboard: Mac OS X host implementation. */ diff --git a/src/VBox/HostServices/SharedClipboard/darwin-pasteboard.h b/src/VBox/HostServices/SharedClipboard/darwin-pasteboard.h index a93c6ed1c..4e36ff1a5 100644 --- a/src/VBox/HostServices/SharedClipboard/darwin-pasteboard.h +++ b/src/VBox/HostServices/SharedClipboard/darwin-pasteboard.h @@ -1,4 +1,4 @@ -/* $Id: darwin-pasteboard.h 28800 2010-04-27 08:22:32Z vboxsync $ */ +/* $Id: darwin-pasteboard.h $ */ /** @file * Shared Clipboard: Mac OS X host implementation. */ diff --git a/src/VBox/HostServices/SharedClipboard/darwin.cpp b/src/VBox/HostServices/SharedClipboard/darwin.cpp index 4171fa58d..8e5230ce0 100644 --- a/src/VBox/HostServices/SharedClipboard/darwin.cpp +++ b/src/VBox/HostServices/SharedClipboard/darwin.cpp @@ -1,4 +1,4 @@ -/* $Id: darwin.cpp 28800 2010-04-27 08:22:32Z vboxsync $ */ +/* $Id: darwin.cpp $ */ /** @file * Shared Clipboard: Mac OS X host. */ diff --git a/src/VBox/HostServices/SharedFolders/Makefile.kmk b/src/VBox/HostServices/SharedFolders/Makefile.kmk index 1e22e76d4..cc250c8e4 100644 --- a/src/VBox/HostServices/SharedFolders/Makefile.kmk +++ b/src/VBox/HostServices/SharedFolders/Makefile.kmk @@ -1,4 +1,4 @@ -# $Id: Makefile.kmk 28800 2010-04-27 08:22:32Z vboxsync $ +# $Id: Makefile.kmk $ ## @file # Sub-Makefile for the Shared Folders Host Service. # diff --git a/src/VBox/HostServices/SharedFolders/testcase/Makefile.kmk b/src/VBox/HostServices/SharedFolders/testcase/Makefile.kmk index 51cf725e0..717cd7bae 100644 --- a/src/VBox/HostServices/SharedFolders/testcase/Makefile.kmk +++ b/src/VBox/HostServices/SharedFolders/testcase/Makefile.kmk @@ -1,4 +1,4 @@ -# $Id: Makefile.kmk 28800 2010-04-27 08:22:32Z vboxsync $ +# $Id: Makefile.kmk $ ## @file # Sub-Makefile for the Shared Folders Host Service testcases. # diff --git a/src/VBox/HostServices/SharedOpenGL/Makefile.kmk b/src/VBox/HostServices/SharedOpenGL/Makefile.kmk index 06ffe28dd..ce0791dc8 100644 --- a/src/VBox/HostServices/SharedOpenGL/Makefile.kmk +++ b/src/VBox/HostServices/SharedOpenGL/Makefile.kmk @@ -1,4 +1,4 @@ -# $Id: Makefile.kmk 29856 2010-05-28 11:53:37Z vboxsync $ +# $Id: Makefile.kmk $ ## @file # Sub-Makefile for the VirtualBox HGCM Service. # diff --git a/src/VBox/HostServices/SharedOpenGL/crserver/crservice.cpp b/src/VBox/HostServices/SharedOpenGL/crserver/crservice.cpp index 818a9e550..1109d7127 100644 --- a/src/VBox/HostServices/SharedOpenGL/crserver/crservice.cpp +++ b/src/VBox/HostServices/SharedOpenGL/crserver/crservice.cpp @@ -1,4 +1,4 @@ -/* $Id: crservice.cpp 29019 2010-05-04 13:57:05Z vboxsync $ */ +/* $Id: crservice.cpp $ */ /** @file * VBox crOpenGL: Host service entry points. diff --git a/src/VBox/HostServices/SharedOpenGL/crserverlib/server_framebuffer.c b/src/VBox/HostServices/SharedOpenGL/crserverlib/server_framebuffer.c index a125d0d36..42227e520 100644 --- a/src/VBox/HostServices/SharedOpenGL/crserverlib/server_framebuffer.c +++ b/src/VBox/HostServices/SharedOpenGL/crserverlib/server_framebuffer.c @@ -1,4 +1,4 @@ -/* $Id: server_framebuffer.c 28800 2010-04-27 08:22:32Z vboxsync $ */ +/* $Id: server_framebuffer.c $ */ /** @file * VBox OpenGL: EXT_framebuffer_object diff --git a/src/VBox/HostServices/SharedOpenGL/crserverlib/server_getshaders.c b/src/VBox/HostServices/SharedOpenGL/crserverlib/server_getshaders.c index d33e1720b..34d8ad6b1 100644 --- a/src/VBox/HostServices/SharedOpenGL/crserverlib/server_getshaders.c +++ b/src/VBox/HostServices/SharedOpenGL/crserverlib/server_getshaders.c @@ -1,4 +1,4 @@ -/* $Id: server_getshaders.c 28800 2010-04-27 08:22:32Z vboxsync $ */ +/* $Id: server_getshaders.c $ */ /** @file * VBox OpenGL GLSL related get functions diff --git a/src/VBox/HostServices/SharedOpenGL/crserverlib/server_glsl.c b/src/VBox/HostServices/SharedOpenGL/crserverlib/server_glsl.c index 711450858..28ab23759 100644 --- a/src/VBox/HostServices/SharedOpenGL/crserverlib/server_glsl.c +++ b/src/VBox/HostServices/SharedOpenGL/crserverlib/server_glsl.c @@ -1,4 +1,4 @@ -/* $Id: server_glsl.c 28800 2010-04-27 08:22:32Z vboxsync $ */ +/* $Id: server_glsl.c $ */ /** @file * VBox OpenGL: GLSL related fucntions diff --git a/src/VBox/HostServices/SharedOpenGL/crserverlib/server_muralfbo.c b/src/VBox/HostServices/SharedOpenGL/crserverlib/server_muralfbo.c index 1bd509e72..4110b09e6 100644 --- a/src/VBox/HostServices/SharedOpenGL/crserverlib/server_muralfbo.c +++ b/src/VBox/HostServices/SharedOpenGL/crserverlib/server_muralfbo.c @@ -1,4 +1,4 @@ -/* $Id: server_muralfbo.c 28800 2010-04-27 08:22:32Z vboxsync $ */ +/* $Id: server_muralfbo.c $ */ /** @file * VBox crOpenGL: Window to FBO redirect support. diff --git a/src/VBox/HostServices/SharedOpenGL/crserverlib/server_texture.c b/src/VBox/HostServices/SharedOpenGL/crserverlib/server_texture.c index 2806dbae8..392bcd20c 100644 --- a/src/VBox/HostServices/SharedOpenGL/crserverlib/server_texture.c +++ b/src/VBox/HostServices/SharedOpenGL/crserverlib/server_texture.c @@ -1,4 +1,4 @@ -/* $Id: server_texture.c 29857 2010-05-28 12:25:02Z vboxsync $ */ +/* $Id: server_texture.c $ */ /** @file * VBox crOpenGL: teximage functions. diff --git a/src/VBox/HostServices/SharedOpenGL/crserverlib/server_window.c b/src/VBox/HostServices/SharedOpenGL/crserverlib/server_window.c index bf9af42fd..a18ad22e8 100644 --- a/src/VBox/HostServices/SharedOpenGL/crserverlib/server_window.c +++ b/src/VBox/HostServices/SharedOpenGL/crserverlib/server_window.c @@ -120,6 +120,7 @@ void SERVER_DISPATCH_APIENTRY crServerDispatchWindowDestroy( GLint window ) { CRMuralInfo *mural; + int32_t client; int pos; mural = (CRMuralInfo *) crHashtableSearch(cr_server.muralTable, window); @@ -128,6 +129,13 @@ crServerDispatchWindowDestroy( GLint window ) return; } + if (cr_server.currentWindow == window) + { + cr_server.currentWindow = -1; + crServerRedirMuralFBO(mural, GL_FALSE); + crServerDeleteMuralFBO(mural); + } + crDebug("CRServer: Destroying window %d (spu window %d)", window, mural->spuWindow); cr_server.head_spu->dispatch_table.WindowDestroy( mural->spuWindow ); @@ -149,8 +157,6 @@ crServerDispatchWindowDestroy( GLint window ) /*Same as with contexts, some apps destroy it not in a thread where it was created*/ if (CR_MAX_WINDOWS==pos) { - int32_t client; - for (client=0; client<cr_server.numClients; ++client) { if (cr_server.clients[client]==cr_server.curClient) @@ -178,11 +184,14 @@ crServerDispatchWindowDestroy( GLint window ) CRASSERT(pos<CR_MAX_WINDOWS); } - if (cr_server.currentWindow == window) + /*Make sure this window isn't active in other clients*/ + for (client=0; client<cr_server.numClients; ++client) { - cr_server.currentWindow = -1; - crServerRedirMuralFBO(mural, GL_FALSE); - crServerDeleteMuralFBO(mural); + if (cr_server.clients[client]->currentMural == mural) + { + cr_server.clients[client]->currentMural = NULL; + cr_server.clients[client]->currentWindow = -1; + } } crHashtableDelete(cr_server.pWindowCreateInfoTable, window, crServerCreateInfoDeleteCB); diff --git a/src/VBox/HostServices/SharedOpenGL/unpacker/unpack_framebuffer.c b/src/VBox/HostServices/SharedOpenGL/unpacker/unpack_framebuffer.c index 1241f4bcb..ca4d82b30 100644 --- a/src/VBox/HostServices/SharedOpenGL/unpacker/unpack_framebuffer.c +++ b/src/VBox/HostServices/SharedOpenGL/unpacker/unpack_framebuffer.c @@ -1,4 +1,4 @@ -/* $Id: unpack_framebuffer.c 28800 2010-04-27 08:22:32Z vboxsync $ */ +/* $Id: unpack_framebuffer.c $ */ /** @file * VBox OpenGL: EXT_framebuffer_object diff --git a/src/VBox/HostServices/SharedOpenGL/unpacker/unpack_shaders.c b/src/VBox/HostServices/SharedOpenGL/unpacker/unpack_shaders.c index 6bc97422a..6b3204ce4 100644 --- a/src/VBox/HostServices/SharedOpenGL/unpacker/unpack_shaders.c +++ b/src/VBox/HostServices/SharedOpenGL/unpacker/unpack_shaders.c @@ -1,4 +1,4 @@ -/* $Id: unpack_shaders.c 28800 2010-04-27 08:22:32Z vboxsync $ */ +/* $Id: unpack_shaders.c $ */ /** @file * VBox OpenGL DRI driver functions diff --git a/src/VBox/HostServices/SharedOpenGL/unpacker/unpack_visibleregion.c b/src/VBox/HostServices/SharedOpenGL/unpacker/unpack_visibleregion.c index 503e015c5..4bae17d19 100755..100644 --- a/src/VBox/HostServices/SharedOpenGL/unpacker/unpack_visibleregion.c +++ b/src/VBox/HostServices/SharedOpenGL/unpacker/unpack_visibleregion.c @@ -1,4 +1,4 @@ -/* $Id: unpack_visibleregion.c 28800 2010-04-27 08:22:32Z vboxsync $ */ +/* $Id: unpack_visibleregion.c $ */ /** @file * VBox Packing VisibleRegion information diff --git a/src/VBox/HostServices/testcase/Makefile.kmk b/src/VBox/HostServices/testcase/Makefile.kmk index 17776e8b3..5b255583e 100644 --- a/src/VBox/HostServices/testcase/Makefile.kmk +++ b/src/VBox/HostServices/testcase/Makefile.kmk @@ -1,4 +1,4 @@ -# $Id: Makefile.kmk 28800 2010-04-27 08:22:32Z vboxsync $ +# $Id: Makefile.kmk $ ## @file # Sub-Makefile for the HGCM service testcase. # diff --git a/src/VBox/HostServices/testcase/tstHGCMSvc.cpp b/src/VBox/HostServices/testcase/tstHGCMSvc.cpp index 648a9c18f..6adf1a28c 100644 --- a/src/VBox/HostServices/testcase/tstHGCMSvc.cpp +++ b/src/VBox/HostServices/testcase/tstHGCMSvc.cpp @@ -1,4 +1,4 @@ -/* $Id: tstHGCMSvc.cpp 28800 2010-04-27 08:22:32Z vboxsync $ */ +/* $Id: tstHGCMSvc.cpp $ */ /** @file * HGCM Service Testcase. */ diff --git a/src/VBox/ImageMounter/VBoxFUSE/Makefile.kmk b/src/VBox/ImageMounter/VBoxFUSE/Makefile.kmk index 35fdc4caf..ca3c09aaa 100644 --- a/src/VBox/ImageMounter/VBoxFUSE/Makefile.kmk +++ b/src/VBox/ImageMounter/VBoxFUSE/Makefile.kmk @@ -1,4 +1,4 @@ -# $Id: Makefile.kmk 28800 2010-04-27 08:22:32Z vboxsync $ +# $Id: Makefile.kmk $ ## @file # Sub-Makefile for the VBoxFUSE Program. # diff --git a/src/VBox/ImageMounter/VBoxFUSE/VBoxFUSE.cpp b/src/VBox/ImageMounter/VBoxFUSE/VBoxFUSE.cpp index b9fad52a6..c8d0c028c 100644 --- a/src/VBox/ImageMounter/VBoxFUSE/VBoxFUSE.cpp +++ b/src/VBox/ImageMounter/VBoxFUSE/VBoxFUSE.cpp @@ -1,4 +1,4 @@ -/* $Id: VBoxFUSE.cpp 28800 2010-04-27 08:22:32Z vboxsync $ */ +/* $Id: VBoxFUSE.cpp $ */ /** @file * VBoxFUSE - Disk Image Flattening FUSE Program. */ diff --git a/src/VBox/Installer/Makefile.kmk b/src/VBox/Installer/Makefile.kmk index be9b4c954..a3712dbe8 100644 --- a/src/VBox/Installer/Makefile.kmk +++ b/src/VBox/Installer/Makefile.kmk @@ -1,4 +1,4 @@ -# $Id: Makefile.kmk 28800 2010-04-27 08:22:32Z vboxsync $ +# $Id: Makefile.kmk $ ## @file # Install misc stuff and create dist packages. # diff --git a/src/VBox/Installer/common/Makefile.kmk b/src/VBox/Installer/common/Makefile.kmk index 5e99530d5..b31eb60ba 100644 --- a/src/VBox/Installer/common/Makefile.kmk +++ b/src/VBox/Installer/common/Makefile.kmk @@ -1,4 +1,4 @@ -# $Id: Makefile.kmk 28800 2010-04-27 08:22:32Z vboxsync $ +# $Id: Makefile.kmk $ ## @file # Common installer stuff. # diff --git a/src/VBox/Installer/freebsd/Makefile.kmk b/src/VBox/Installer/freebsd/Makefile.kmk index 4cc537f32..2e27a9e02 100644 --- a/src/VBox/Installer/freebsd/Makefile.kmk +++ b/src/VBox/Installer/freebsd/Makefile.kmk @@ -1,4 +1,4 @@ -# $Id: Makefile.kmk 28800 2010-04-27 08:22:32Z vboxsync $ +# $Id: Makefile.kmk $ ## @file # Makefile for the FreeBSD installer. # diff --git a/src/VBox/Installer/freebsd/postdeinstall.sh b/src/VBox/Installer/freebsd/postdeinstall.sh index 75dd6e78b..75dd6e78b 100644..100755 --- a/src/VBox/Installer/freebsd/postdeinstall.sh +++ b/src/VBox/Installer/freebsd/postdeinstall.sh diff --git a/src/VBox/Installer/freebsd/postinstall.sh b/src/VBox/Installer/freebsd/postinstall.sh index 1b391403d..1b391403d 100644..100755 --- a/src/VBox/Installer/freebsd/postinstall.sh +++ b/src/VBox/Installer/freebsd/postinstall.sh diff --git a/src/VBox/Installer/linux/Makefile.kmk b/src/VBox/Installer/linux/Makefile.kmk index 6270ed4e0..9516efc71 100644 --- a/src/VBox/Installer/linux/Makefile.kmk +++ b/src/VBox/Installer/linux/Makefile.kmk @@ -1,4 +1,4 @@ -# $Id: Makefile.kmk 29023 2010-05-04 14:05:50Z vboxsync $ +# $Id: Makefile.kmk $ ## @file # Makefile for the Linux installer. # diff --git a/src/VBox/Installer/linux/VBox.sh b/src/VBox/Installer/linux/VBox.sh index ba75c6acf..ba75c6acf 100644..100755 --- a/src/VBox/Installer/linux/VBox.sh +++ b/src/VBox/Installer/linux/VBox.sh diff --git a/src/VBox/Installer/linux/VBoxSysInfo.sh b/src/VBox/Installer/linux/VBoxSysInfo.sh index c30c75bde..c30c75bde 100644..100755 --- a/src/VBox/Installer/linux/VBoxSysInfo.sh +++ b/src/VBox/Installer/linux/VBoxSysInfo.sh diff --git a/src/VBox/Installer/linux/vboxdrv.sh.in b/src/VBox/Installer/linux/vboxdrv.sh.in index ce6c3b5de..ce6c3b5de 100644..100755 --- a/src/VBox/Installer/linux/vboxdrv.sh.in +++ b/src/VBox/Installer/linux/vboxdrv.sh.in diff --git a/src/VBox/Installer/solaris/Makefile.kmk b/src/VBox/Installer/solaris/Makefile.kmk index 96633502b..219e35efd 100644 --- a/src/VBox/Installer/solaris/Makefile.kmk +++ b/src/VBox/Installer/solaris/Makefile.kmk @@ -1,4 +1,4 @@ -# $Id: Makefile.kmk 29899 2010-05-31 12:40:46Z vboxsync $ +# $Id: Makefile.kmk $ ## @file # Sub-Makefile for the Solaris installer. # diff --git a/src/VBox/Installer/solaris/VBoxISAExec.c b/src/VBox/Installer/solaris/VBoxISAExec.c index db5f341e6..97f8ad9fc 100644 --- a/src/VBox/Installer/solaris/VBoxISAExec.c +++ b/src/VBox/Installer/solaris/VBoxISAExec.c @@ -1,4 +1,4 @@ -/* $Id: VBoxISAExec.c 28800 2010-04-27 08:22:32Z vboxsync $ */ +/* $Id: VBoxISAExec.c $ */ /** @file * VBoxISAExec, ISA exec wrapper, Solaris hosts. */ diff --git a/src/VBox/Installer/solaris/VBoxZoneAccess.c b/src/VBox/Installer/solaris/VBoxZoneAccess.c index e8d9174e8..a77f32cb4 100644 --- a/src/VBox/Installer/solaris/VBoxZoneAccess.c +++ b/src/VBox/Installer/solaris/VBoxZoneAccess.c @@ -1,4 +1,4 @@ -/* $Id: VBoxZoneAccess.c 28800 2010-04-27 08:22:32Z vboxsync $ */ +/* $Id: VBoxZoneAccess.c $ */ /** @file * VBoxZoneAccess - Hack that keeps vboxdrv referenced for granting zone access, Solaris hosts. */ diff --git a/src/VBox/Installer/solaris/checkinstall.sh b/src/VBox/Installer/solaris/checkinstall.sh index 95ab27562..95ab27562 100644..100755 --- a/src/VBox/Installer/solaris/checkinstall.sh +++ b/src/VBox/Installer/solaris/checkinstall.sh diff --git a/src/VBox/Installer/solaris/makepackage.sh b/src/VBox/Installer/solaris/makepackage.sh index 127594eb1..127594eb1 100644..100755 --- a/src/VBox/Installer/solaris/makepackage.sh +++ b/src/VBox/Installer/solaris/makepackage.sh diff --git a/src/VBox/Installer/solaris/pkginstall.sh b/src/VBox/Installer/solaris/pkginstall.sh index e6a79f87b..e6a79f87b 100644..100755 --- a/src/VBox/Installer/solaris/pkginstall.sh +++ b/src/VBox/Installer/solaris/pkginstall.sh diff --git a/src/VBox/Installer/solaris/postinstall.sh b/src/VBox/Installer/solaris/postinstall.sh index 581436e60..581436e60 100644..100755 --- a/src/VBox/Installer/solaris/postinstall.sh +++ b/src/VBox/Installer/solaris/postinstall.sh diff --git a/src/VBox/Installer/solaris/preremove.sh b/src/VBox/Installer/solaris/preremove.sh index 1d1290c38..1d1290c38 100644..100755 --- a/src/VBox/Installer/solaris/preremove.sh +++ b/src/VBox/Installer/solaris/preremove.sh diff --git a/src/VBox/Installer/solaris/smf-vboxwebsrv.sh b/src/VBox/Installer/solaris/smf-vboxwebsrv.sh index ed56a0782..a17a2cd23 100755 --- a/src/VBox/Installer/solaris/smf-vboxwebsrv.sh +++ b/src/VBox/Installer/solaris/smf-vboxwebsrv.sh @@ -1,5 +1,5 @@ #!/sbin/sh -# $Id: smf-vboxwebsrv.sh 28800 2010-04-27 08:22:32Z vboxsync $ +# $Id: smf-vboxwebsrv.sh $ # Copyright (C) 2008 Oracle Corporation # diff --git a/src/VBox/Installer/solaris/vbi/makepackage.sh b/src/VBox/Installer/solaris/vbi/makepackage.sh index c110aba2f..c110aba2f 100644..100755 --- a/src/VBox/Installer/solaris/vbi/makepackage.sh +++ b/src/VBox/Installer/solaris/vbi/makepackage.sh diff --git a/src/VBox/Installer/solaris/vbi/preremove.sh b/src/VBox/Installer/solaris/vbi/preremove.sh index 0636ce569..0636ce569 100644..100755 --- a/src/VBox/Installer/solaris/vbi/preremove.sh +++ b/src/VBox/Installer/solaris/vbi/preremove.sh diff --git a/src/VBox/Installer/solaris/vboxconfig.sh b/src/VBox/Installer/solaris/vboxconfig.sh index ef72d1e94..cdad76c34 100644..100755 --- a/src/VBox/Installer/solaris/vboxconfig.sh +++ b/src/VBox/Installer/solaris/vboxconfig.sh @@ -1,5 +1,5 @@ #!/bin/sh -# $Id: vboxconfig.sh 28800 2010-04-27 08:22:32Z vboxsync $ +# $Id: vboxconfig.sh $ # Sun VirtualBox # VirtualBox Configuration Script, Solaris host. diff --git a/src/VBox/Main/ApplianceImpl.cpp b/src/VBox/Main/ApplianceImpl.cpp index dbab2ad23..4f704bb66 100644 --- a/src/VBox/Main/ApplianceImpl.cpp +++ b/src/VBox/Main/ApplianceImpl.cpp @@ -1,4 +1,4 @@ -/* $Id: ApplianceImpl.cpp 29984 2010-06-02 12:22:39Z vboxsync $ */ +/* $Id: ApplianceImpl.cpp $ */ /** @file * * IAppliance and IVirtualSystem COM class implementations. diff --git a/src/VBox/Main/ApplianceImplExport.cpp b/src/VBox/Main/ApplianceImplExport.cpp index 3e57ef38c..23326bbb3 100644 --- a/src/VBox/Main/ApplianceImplExport.cpp +++ b/src/VBox/Main/ApplianceImplExport.cpp @@ -1,4 +1,4 @@ -/* $Id: ApplianceImplExport.cpp 29984 2010-06-02 12:22:39Z vboxsync $ */ +/* $Id: ApplianceImplExport.cpp $ */ /** @file * * IAppliance and IVirtualSystem COM class implementations. diff --git a/src/VBox/Main/ApplianceImplImport.cpp b/src/VBox/Main/ApplianceImplImport.cpp index 027ffc427..b5a3f18bf 100644 --- a/src/VBox/Main/ApplianceImplImport.cpp +++ b/src/VBox/Main/ApplianceImplImport.cpp @@ -1,4 +1,4 @@ -/* $Id: ApplianceImplImport.cpp 29981 2010-06-02 12:11:39Z vboxsync $ */ +/* $Id: ApplianceImplImport.cpp $ */ /** @file * * IAppliance and IVirtualSystem COM class implementations. @@ -1193,6 +1193,11 @@ HRESULT Appliance::importFS(const LocationInfo &locInfo, if (vsdeAudioAdapter.size() > 0) stack.strAudioAdapter = vsdeAudioAdapter.front()->strVboxCurrent; + // for the description of the new machine, always use the OVF entry, the user may have changed it in the import config + std::list<VirtualSystemDescriptionEntry*> vsdeDescription = vsdescThis->findByType(VirtualSystemDescriptionType_Description); + if (vsdeDescription.size()) + stack.strDescription = vsdeDescription.front()->strVboxCurrent; + // import vbox:machine or OVF now if (vsdescThis->m->pConfig) // vbox:Machine config @@ -1201,14 +1206,6 @@ HRESULT Appliance::importFS(const LocationInfo &locInfo, // generic OVF config importMachineGeneric(vsysThis, vsdescThis, pNewMachine, stack); - // for the description of the new machine, always use the OVF entry, the user may have changed it in the import config - std::list<VirtualSystemDescriptionEntry*> vsdeDescription = vsdescThis->findByType(VirtualSystemDescriptionType_Description); - if (vsdeDescription.size()) - { - const Utf8Str &strDescription = vsdeDescription.front()->strVboxCurrent; - rc = pNewMachine->COMSETTER(Description)(Bstr(strDescription)); - if (FAILED(rc)) throw rc; - } } // for (it = pAppliance->m->llVirtualSystems.begin() ... } catch (HRESULT rc2) @@ -1453,11 +1450,9 @@ void Appliance::importMachineGeneric(const ovf::VirtualSystem &vsysThis, if (FAILED(rc)) throw rc; // set the description - std::list<VirtualSystemDescriptionEntry*> vsdeDescription = vsdescThis->findByType(VirtualSystemDescriptionType_Description); - if (vsdeDescription.size()) + if (!stack.strDescription.isEmpty()) { - const Utf8Str &strDescription = vsdeDescription.front()->strVboxCurrent; - rc = pNewMachine->COMSETTER(Description)(Bstr(strDescription)); + rc = pNewMachine->COMSETTER(Description)(Bstr(stack.strDescription)); if (FAILED(rc)) throw rc; } @@ -2005,7 +2000,7 @@ void Appliance::importVBoxMachine(ComObjPtr<VirtualSystemDescription> &vsdescThi * */ -// std::list<VirtualSystemDescriptionEntry*> llVSDEs; + config.strDescription = stack.strDescription; config.hardwareMachine.cCPUs = stack.cCPUs; config.hardwareMachine.ulMemorySizeMB = stack.ulMemorySizeMB; diff --git a/src/VBox/Main/AudioSnifferInterface.cpp b/src/VBox/Main/AudioSnifferInterface.cpp index 46aa00a61..81624451f 100644 --- a/src/VBox/Main/AudioSnifferInterface.cpp +++ b/src/VBox/Main/AudioSnifferInterface.cpp @@ -1,4 +1,4 @@ -/* $Id: AudioSnifferInterface.cpp 28800 2010-04-27 08:22:32Z vboxsync $ */ +/* $Id: AudioSnifferInterface.cpp $ */ /** @file * VirtualBox Driver Interface to Audio Sniffer device */ diff --git a/src/VBox/Main/ConsoleImpl.cpp b/src/VBox/Main/ConsoleImpl.cpp index a90d1161c..6fede542f 100644 --- a/src/VBox/Main/ConsoleImpl.cpp +++ b/src/VBox/Main/ConsoleImpl.cpp @@ -1,4 +1,4 @@ -/* $Id: ConsoleImpl.cpp 29971 2010-06-02 08:51:13Z vboxsync $ */ +/* $Id: ConsoleImpl.cpp $ */ /** @file * VBox Console COM Class implementation */ diff --git a/src/VBox/Main/ConsoleImpl2.cpp b/src/VBox/Main/ConsoleImpl2.cpp index 3ff1af4ce..00ea002b0 100644 --- a/src/VBox/Main/ConsoleImpl2.cpp +++ b/src/VBox/Main/ConsoleImpl2.cpp @@ -1,4 +1,4 @@ -/* $Id: ConsoleImpl2.cpp 29564 2010-05-17 15:19:33Z vboxsync $ */ +/* $Id: ConsoleImpl2.cpp $ */ /** @file * VBox Console COM Class implementation * diff --git a/src/VBox/Main/ConsoleImplTeleporter.cpp b/src/VBox/Main/ConsoleImplTeleporter.cpp index 208dfa5aa..d67e00828 100644 --- a/src/VBox/Main/ConsoleImplTeleporter.cpp +++ b/src/VBox/Main/ConsoleImplTeleporter.cpp @@ -1,4 +1,4 @@ -/* $Id: ConsoleImplTeleporter.cpp 29965 2010-06-01 18:41:10Z vboxsync $ */ +/* $Id: ConsoleImplTeleporter.cpp $ */ /** @file * VBox Console COM Class implementation, The Teleporter Part. */ diff --git a/src/VBox/Main/ConsoleVRDPServer.cpp b/src/VBox/Main/ConsoleVRDPServer.cpp index 5a58a83b1..15a2ba7b7 100644 --- a/src/VBox/Main/ConsoleVRDPServer.cpp +++ b/src/VBox/Main/ConsoleVRDPServer.cpp @@ -1,4 +1,4 @@ -/* $Id: ConsoleVRDPServer.cpp 29518 2010-05-17 10:06:22Z vboxsync $ */ +/* $Id: ConsoleVRDPServer.cpp $ */ /** @file * VBox Console VRDP Helper class */ diff --git a/src/VBox/Main/DHCPServerImpl.cpp b/src/VBox/Main/DHCPServerImpl.cpp index 3db79998a..5a16d6ca9 100644 --- a/src/VBox/Main/DHCPServerImpl.cpp +++ b/src/VBox/Main/DHCPServerImpl.cpp @@ -1,4 +1,4 @@ -/* $Id: DHCPServerImpl.cpp 28800 2010-04-27 08:22:32Z vboxsync $ */ +/* $Id: DHCPServerImpl.cpp $ */ /** @file * diff --git a/src/VBox/Main/DHCPServerRunner.cpp b/src/VBox/Main/DHCPServerRunner.cpp index 39299f891..87ee97214 100644 --- a/src/VBox/Main/DHCPServerRunner.cpp +++ b/src/VBox/Main/DHCPServerRunner.cpp @@ -1,4 +1,4 @@ -/* $Id: DHCPServerRunner.cpp 28800 2010-04-27 08:22:32Z vboxsync $ */ +/* $Id: DHCPServerRunner.cpp $ */ /** @file * VirtualBox Main - interface for VBox DHCP server */ diff --git a/src/VBox/Main/DisplayImpl.cpp b/src/VBox/Main/DisplayImpl.cpp index 3b380dc7b..837aaa76c 100644 --- a/src/VBox/Main/DisplayImpl.cpp +++ b/src/VBox/Main/DisplayImpl.cpp @@ -1,4 +1,4 @@ -/* $Id: DisplayImpl.cpp 29542 2010-05-17 13:41:20Z vboxsync $ */ +/* $Id: DisplayImpl.cpp $ */ /** @file * VirtualBox COM class implementation */ @@ -3636,7 +3636,7 @@ DECLCALLBACK(void) Display::displayVBVAUpdateBegin(PPDMIDISPLAYCONNECTOR pInterf DECLCALLBACK(void) Display::displayVBVAUpdateProcess(PPDMIDISPLAYCONNECTOR pInterface, unsigned uScreenId, const PVBVACMDHDR pCmd, size_t cbCmd) { - LogFlowFunc(("uScreenId %d pCmd %p cbCmd %d\n", uScreenId, pCmd, cbCmd)); + LogFlowFunc(("uScreenId %d pCmd %p cbCmd %d, @%d,%d %dx%d\n", uScreenId, pCmd, cbCmd, pCmd->x, pCmd->y, pCmd->w, pCmd->h)); PDRVMAINDISPLAY pDrv = PDMIDISPLAYCONNECTOR_2_MAINDISPLAY(pInterface); Display *pThis = pDrv->pDisplay; @@ -3646,6 +3646,7 @@ DECLCALLBACK(void) Display::displayVBVAUpdateProcess(PPDMIDISPLAYCONNECTOR pInte { if (pFBInfo->fDefaultFormat) { + /* Make sure that framebuffer contains the same image as the guest VRAM. */ if (uScreenId == VBOX_VIDEO_PRIMARY_SCREEN) { pDrv->pUpPort->pfnUpdateDisplayRect (pDrv->pUpPort, pCmd->x, pCmd->y, pCmd->w, pCmd->h); @@ -3688,11 +3689,19 @@ DECLCALLBACK(void) Display::displayVBVAUpdateProcess(PPDMIDISPLAYCONNECTOR pInte u32DstLineSize, u32DstBitsPerPixel); } } - pThis->handleDisplayUpdate (pCmd->x + pFBInfo->xOrigin, - pCmd->y + pFBInfo->yOrigin, pCmd->w, pCmd->h); } + VBVACMDHDR hdrSaved = *pCmd; + + VBVACMDHDR *pHdrUnconst = (VBVACMDHDR *)pCmd; + + pHdrUnconst->x -= (int16_t)pFBInfo->xOrigin; + pHdrUnconst->y -= (int16_t)pFBInfo->yOrigin; + + /* @todo new SendUpdate entry which can get a separate cmd header or coords. */ pThis->mParent->consoleVRDPServer()->SendUpdate (uScreenId, pCmd, cbCmd); + + *pHdrUnconst = hdrSaved; } } @@ -3809,7 +3818,13 @@ DECLCALLBACK(int) Display::displayVBVAResize(PPDMIDISPLAYCONNECTOR pInterface, c if (!fResize) { - /* No paramaters of the framebuffer have actually changed. */ + /* No parameters of the framebuffer have actually changed. */ + if (fNewOrigin) + { + /* VRDP server still need this notification. */ + LogFlowFunc (("Calling VRDP\n")); + pThis->mParent->consoleVRDPServer()->SendResize(); + } return VINF_SUCCESS; } diff --git a/src/VBox/Main/Global.cpp b/src/VBox/Main/Global.cpp index a704c209b..ae92eb05c 100644 --- a/src/VBox/Main/Global.cpp +++ b/src/VBox/Main/Global.cpp @@ -1,4 +1,4 @@ -/* $Id: Global.cpp 29815 2010-05-26 13:41:36Z vboxsync $ */ +/* $Id: Global.cpp $ */ /** @file * diff --git a/src/VBox/Main/GuestImpl.cpp b/src/VBox/Main/GuestImpl.cpp index 029c1774c..bfe92d122 100644 --- a/src/VBox/Main/GuestImpl.cpp +++ b/src/VBox/Main/GuestImpl.cpp @@ -1,4 +1,4 @@ -/* $Id: GuestImpl.cpp 29997 2010-06-02 13:39:06Z vboxsync $ */ +/* $Id: GuestImpl.cpp $ */ /** @file * @@ -272,8 +272,8 @@ STDMETHODIMP Guest::COMSETTER(MemoryBalloonSize) (ULONG aMemoryBalloonSize) if (pVMMDev) { PPDMIVMMDEVPORT pVMMDevPort = pVMMDev->getVMMDevPort(); - ComAssertRet(pVMMDevPort, E_FAIL); - pVMMDevPort->pfnSetMemoryBalloon(pVMMDevPort, aMemoryBalloonSize); + if (pVMMDevPort) + pVMMDevPort->pfnSetMemoryBalloon(pVMMDevPort, aMemoryBalloonSize); } } @@ -306,8 +306,8 @@ STDMETHODIMP Guest::COMSETTER(StatisticsUpdateInterval)(ULONG aUpdateInterval) if (pVMMDev) { PPDMIVMMDEVPORT pVMMDevPort = pVMMDev->getVMMDevPort(); - ComAssertRet(pVMMDevPort, E_FAIL); - pVMMDevPort->pfnSetStatisticsInterval(pVMMDevPort, aUpdateInterval); + if (pVMMDevPort) + pVMMDevPort->pfnSetStatisticsInterval(pVMMDevPort, aUpdateInterval); } return S_OK; @@ -404,16 +404,19 @@ STDMETHODIMP Guest::SetCredentials(IN_BSTR aUserName, IN_BSTR aPassword, if (pVMMDev) { PPDMIVMMDEVPORT pVMMDevPort = pVMMDev->getVMMDevPort(); - ComAssertRet(pVMMDevPort, E_FAIL); - - uint32_t u32Flags = VMMDEV_SETCREDENTIALS_GUESTLOGON; - if (!aAllowInteractiveLogon) - u32Flags = VMMDEV_SETCREDENTIALS_NOLOCALLOGON; - - pVMMDevPort->pfnSetCredentials(pVMMDevPort, - Utf8Str(aUserName).raw(), Utf8Str(aPassword).raw(), - Utf8Str(aDomain).raw(), u32Flags); - return S_OK; + if (pVMMDevPort) + { + uint32_t u32Flags = VMMDEV_SETCREDENTIALS_GUESTLOGON; + if (!aAllowInteractiveLogon) + u32Flags = VMMDEV_SETCREDENTIALS_NOLOCALLOGON; + + pVMMDevPort->pfnSetCredentials(pVMMDevPort, + Utf8Str(aUserName).raw(), + Utf8Str(aPassword).raw(), + Utf8Str(aDomain).raw(), + u32Flags); + return S_OK; + } } return setError(VBOX_E_VM_ERROR, diff --git a/src/VBox/Main/HostImpl.cpp b/src/VBox/Main/HostImpl.cpp index a1894e4a5..4d862bcc9 100644 --- a/src/VBox/Main/HostImpl.cpp +++ b/src/VBox/Main/HostImpl.cpp @@ -1,4 +1,4 @@ -/* $Id: HostImpl.cpp 29945 2010-06-01 12:49:25Z vboxsync $ */ +/* $Id: HostImpl.cpp $ */ /** @file * VirtualBox COM class implementation: Host */ diff --git a/src/VBox/Main/HostNetworkInterfaceImpl.cpp b/src/VBox/Main/HostNetworkInterfaceImpl.cpp index 4250a8171..32127043f 100644 --- a/src/VBox/Main/HostNetworkInterfaceImpl.cpp +++ b/src/VBox/Main/HostNetworkInterfaceImpl.cpp @@ -1,4 +1,4 @@ -/* $Id: HostNetworkInterfaceImpl.cpp 28800 2010-04-27 08:22:32Z vboxsync $ */ +/* $Id: HostNetworkInterfaceImpl.cpp $ */ /** @file * diff --git a/src/VBox/Main/KeyboardImpl.cpp b/src/VBox/Main/KeyboardImpl.cpp index 6d4a59a4f..244af6664 100644 --- a/src/VBox/Main/KeyboardImpl.cpp +++ b/src/VBox/Main/KeyboardImpl.cpp @@ -1,4 +1,4 @@ -/* $Id: KeyboardImpl.cpp 28909 2010-04-29 16:34:17Z vboxsync $ */ +/* $Id: KeyboardImpl.cpp $ */ /** @file * VirtualBox COM class implementation */ @@ -169,7 +169,7 @@ STDMETHODIMP Keyboard::PutScancode (LONG scancode) /* No enabled keyboard - throw the input away. */ if (!pUpPort) return rc; - + int vrc = pUpPort->pfnPutEvent(pUpPort, (uint8_t)scancode); if (RT_FAILURE(vrc)) diff --git a/src/VBox/Main/MachineDebuggerImpl.cpp b/src/VBox/Main/MachineDebuggerImpl.cpp index 586ad9dc6..c04e1df02 100644 --- a/src/VBox/Main/MachineDebuggerImpl.cpp +++ b/src/VBox/Main/MachineDebuggerImpl.cpp @@ -1,4 +1,4 @@ -/* $Id: MachineDebuggerImpl.cpp 28800 2010-04-27 08:22:32Z vboxsync $ */ +/* $Id: MachineDebuggerImpl.cpp $ */ /** @file * diff --git a/src/VBox/Main/MachineImpl.cpp b/src/VBox/Main/MachineImpl.cpp index aa6fc5d70..0bd5c413a 100644 --- a/src/VBox/Main/MachineImpl.cpp +++ b/src/VBox/Main/MachineImpl.cpp @@ -1,4 +1,4 @@ -/* $Id: MachineImpl.cpp 29971 2010-06-02 08:51:13Z vboxsync $ */ +/* $Id: MachineImpl.cpp $ */ /** @file * Implementation of IMachine in VBoxSVC. */ diff --git a/src/VBox/Main/Makefile.kmk b/src/VBox/Main/Makefile.kmk index 39c5f33ce..a0cebb953 100644 --- a/src/VBox/Main/Makefile.kmk +++ b/src/VBox/Main/Makefile.kmk @@ -1,4 +1,4 @@ -# $Id: Makefile.kmk 29859 2010-05-28 13:17:24Z vboxsync $ +# $Id: Makefile.kmk $ ## @file # Makefile for the VBox Main module. # diff --git a/src/VBox/Main/MediumFormatImpl.cpp b/src/VBox/Main/MediumFormatImpl.cpp index 2a2eb52ed..baea5d97f 100644 --- a/src/VBox/Main/MediumFormatImpl.cpp +++ b/src/VBox/Main/MediumFormatImpl.cpp @@ -1,4 +1,4 @@ -/* $Id: MediumFormatImpl.cpp 28800 2010-04-27 08:22:32Z vboxsync $ */ +/* $Id: MediumFormatImpl.cpp $ */ /** @file * diff --git a/src/VBox/Main/MediumImpl.cpp b/src/VBox/Main/MediumImpl.cpp index 61d04da96..15dd630ad 100644 --- a/src/VBox/Main/MediumImpl.cpp +++ b/src/VBox/Main/MediumImpl.cpp @@ -1,4 +1,4 @@ -/* $Id: MediumImpl.cpp 29940 2010-06-01 11:09:44Z vboxsync $ */ +/* $Id: MediumImpl.cpp $ */ /** @file * VirtualBox COM class implementation */ diff --git a/src/VBox/Main/MouseImpl.cpp b/src/VBox/Main/MouseImpl.cpp index 1fc0eee6e..d1d427f22 100644 --- a/src/VBox/Main/MouseImpl.cpp +++ b/src/VBox/Main/MouseImpl.cpp @@ -1,4 +1,4 @@ -/* $Id: MouseImpl.cpp 28800 2010-04-27 08:22:32Z vboxsync $ */ +/* $Id: MouseImpl.cpp $ */ /** @file * VirtualBox COM class implementation */ diff --git a/src/VBox/Main/NATEngineImpl.cpp b/src/VBox/Main/NATEngineImpl.cpp index 85d861012..6cccd908f 100644 --- a/src/VBox/Main/NATEngineImpl.cpp +++ b/src/VBox/Main/NATEngineImpl.cpp @@ -1,4 +1,4 @@ -/* $Id: NATEngineImpl.cpp 28864 2010-04-28 12:59:54Z vboxsync $ */ +/* $Id: NATEngineImpl.cpp $ */ /** @file * Implementation of INATEngine in VBoxSVC. */ diff --git a/src/VBox/Main/NetworkAdapterImpl.cpp b/src/VBox/Main/NetworkAdapterImpl.cpp index cfc441603..c6e61de8b 100644 --- a/src/VBox/Main/NetworkAdapterImpl.cpp +++ b/src/VBox/Main/NetworkAdapterImpl.cpp @@ -1,4 +1,4 @@ -/* $Id: NetworkAdapterImpl.cpp 28800 2010-04-27 08:22:32Z vboxsync $ */ +/* $Id: NetworkAdapterImpl.cpp $ */ /** @file * Implementation of INetworkAdaptor in VBoxSVC. */ diff --git a/src/VBox/Main/ParallelPortImpl.cpp b/src/VBox/Main/ParallelPortImpl.cpp index e556e45f4..d12427d3d 100644 --- a/src/VBox/Main/ParallelPortImpl.cpp +++ b/src/VBox/Main/ParallelPortImpl.cpp @@ -1,4 +1,4 @@ -/* $Id: ParallelPortImpl.cpp 28800 2010-04-27 08:22:32Z vboxsync $ */ +/* $Id: ParallelPortImpl.cpp $ */ /** @file * VirtualBox COM class implementation */ diff --git a/src/VBox/Main/Performance.cpp b/src/VBox/Main/Performance.cpp index 7ed72b063..f2e0215fd 100644 --- a/src/VBox/Main/Performance.cpp +++ b/src/VBox/Main/Performance.cpp @@ -1,4 +1,4 @@ -/* $Id: Performance.cpp 29631 2010-05-18 12:59:09Z vboxsync $ */ +/* $Id: Performance.cpp $ */ /** @file * diff --git a/src/VBox/Main/PerformanceImpl.cpp b/src/VBox/Main/PerformanceImpl.cpp index d447d65e4..97610bb0f 100644 --- a/src/VBox/Main/PerformanceImpl.cpp +++ b/src/VBox/Main/PerformanceImpl.cpp @@ -1,4 +1,4 @@ -/* $Id: PerformanceImpl.cpp 29620 2010-05-18 12:15:55Z vboxsync $ */ +/* $Id: PerformanceImpl.cpp $ */ /** @file * diff --git a/src/VBox/Main/ProgressImpl.cpp b/src/VBox/Main/ProgressImpl.cpp index 39ec05c29..18c44a638 100644 --- a/src/VBox/Main/ProgressImpl.cpp +++ b/src/VBox/Main/ProgressImpl.cpp @@ -1,4 +1,4 @@ -/* $Id: ProgressImpl.cpp 29989 2010-06-02 12:46:49Z vboxsync $ */ +/* $Id: ProgressImpl.cpp $ */ /** @file * * VirtualBox Progress COM class implementation diff --git a/src/VBox/Main/ProgressProxyImpl.cpp b/src/VBox/Main/ProgressProxyImpl.cpp index 042414620..f44f5a5c3 100644 --- a/src/VBox/Main/ProgressProxyImpl.cpp +++ b/src/VBox/Main/ProgressProxyImpl.cpp @@ -1,4 +1,4 @@ -/* $Id: ProgressProxyImpl.cpp 29948 2010-06-01 12:55:23Z vboxsync $ */ +/* $Id: ProgressProxyImpl.cpp $ */ /** @file * IProgress implementation for Machine::openRemoteSession in VBoxSVC. */ diff --git a/src/VBox/Main/RemoteUSBDeviceImpl.cpp b/src/VBox/Main/RemoteUSBDeviceImpl.cpp index 1fea03b70..7f3e89f20 100644 --- a/src/VBox/Main/RemoteUSBDeviceImpl.cpp +++ b/src/VBox/Main/RemoteUSBDeviceImpl.cpp @@ -1,4 +1,4 @@ -/* $Id: RemoteUSBDeviceImpl.cpp 28800 2010-04-27 08:22:32Z vboxsync $ */ +/* $Id: RemoteUSBDeviceImpl.cpp $ */ /** @file * diff --git a/src/VBox/Main/SessionImpl.cpp b/src/VBox/Main/SessionImpl.cpp index 47d74fce9..0071550d5 100644 --- a/src/VBox/Main/SessionImpl.cpp +++ b/src/VBox/Main/SessionImpl.cpp @@ -1,4 +1,4 @@ -/* $Id: SessionImpl.cpp 29953 2010-06-01 15:03:06Z vboxsync $ */ +/* $Id: SessionImpl.cpp $ */ /** @file * VBox Client Session COM Class implementation in VBoxC. */ diff --git a/src/VBox/Main/SnapshotImpl.cpp b/src/VBox/Main/SnapshotImpl.cpp index de7b96012..204a4f2af 100644 --- a/src/VBox/Main/SnapshotImpl.cpp +++ b/src/VBox/Main/SnapshotImpl.cpp @@ -1,4 +1,4 @@ -/* $Id: SnapshotImpl.cpp 29540 2010-05-17 12:37:33Z vboxsync $ */ +/* $Id: SnapshotImpl.cpp $ */ /** @file * diff --git a/src/VBox/Main/StorageControllerImpl.cpp b/src/VBox/Main/StorageControllerImpl.cpp index a8146be8c..bac3aeef2 100644 --- a/src/VBox/Main/StorageControllerImpl.cpp +++ b/src/VBox/Main/StorageControllerImpl.cpp @@ -1,4 +1,4 @@ -/* $Id: StorageControllerImpl.cpp 29686 2010-05-20 11:46:09Z vboxsync $ */ +/* $Id: StorageControllerImpl.cpp $ */ /** @file * diff --git a/src/VBox/Main/SystemPropertiesImpl.cpp b/src/VBox/Main/SystemPropertiesImpl.cpp index da6fcbaef..6db47e62a 100644 --- a/src/VBox/Main/SystemPropertiesImpl.cpp +++ b/src/VBox/Main/SystemPropertiesImpl.cpp @@ -1,4 +1,4 @@ -/* $Id: SystemPropertiesImpl.cpp 28800 2010-04-27 08:22:32Z vboxsync $ */ +/* $Id: SystemPropertiesImpl.cpp $ */ /** @file * diff --git a/src/VBox/Main/USBControllerImpl.cpp b/src/VBox/Main/USBControllerImpl.cpp index 1560efb11..e65d35614 100644 --- a/src/VBox/Main/USBControllerImpl.cpp +++ b/src/VBox/Main/USBControllerImpl.cpp @@ -1,4 +1,4 @@ -/* $Id: USBControllerImpl.cpp 28800 2010-04-27 08:22:32Z vboxsync $ */ +/* $Id: USBControllerImpl.cpp $ */ /** @file * Implementation of IUSBController. */ diff --git a/src/VBox/Main/USBDeviceImpl.cpp b/src/VBox/Main/USBDeviceImpl.cpp index 3a3596fbc..abc5926c1 100644 --- a/src/VBox/Main/USBDeviceImpl.cpp +++ b/src/VBox/Main/USBDeviceImpl.cpp @@ -1,4 +1,4 @@ -/* $Id: USBDeviceImpl.cpp 29386 2010-05-11 18:07:09Z vboxsync $ */ +/* $Id: USBDeviceImpl.cpp $ */ /** @file * VirtualBox COM class implementation */ diff --git a/src/VBox/Main/VFSExplorerImpl.cpp b/src/VBox/Main/VFSExplorerImpl.cpp index fa3c018e6..0e51f7cf7 100644 --- a/src/VBox/Main/VFSExplorerImpl.cpp +++ b/src/VBox/Main/VFSExplorerImpl.cpp @@ -1,4 +1,4 @@ -/* $Id: VFSExplorerImpl.cpp 28800 2010-04-27 08:22:32Z vboxsync $ */ +/* $Id: VFSExplorerImpl.cpp $ */ /** @file * * IVFSExplorer COM class implementations. diff --git a/src/VBox/Main/VMMDevInterface.cpp b/src/VBox/Main/VMMDevInterface.cpp index 0ec3395d8..12041ebcb 100644 --- a/src/VBox/Main/VMMDevInterface.cpp +++ b/src/VBox/Main/VMMDevInterface.cpp @@ -1,4 +1,4 @@ -/* $Id: VMMDevInterface.cpp 29589 2010-05-18 06:55:00Z vboxsync $ */ +/* $Id: VMMDevInterface.cpp $ */ /** @file * VirtualBox Driver Interface to VMM device. */ diff --git a/src/VBox/Main/VirtualBoxBase.cpp b/src/VBox/Main/VirtualBoxBase.cpp index 604119389..bf54ce28d 100644 --- a/src/VBox/Main/VirtualBoxBase.cpp +++ b/src/VBox/Main/VirtualBoxBase.cpp @@ -1,4 +1,4 @@ -/* $Id: VirtualBoxBase.cpp 28800 2010-04-27 08:22:32Z vboxsync $ */ +/* $Id: VirtualBoxBase.cpp $ */ /** @file * diff --git a/src/VBox/Main/VirtualBoxImpl.cpp b/src/VBox/Main/VirtualBoxImpl.cpp index dbb68c7e0..557b467b7 100644 --- a/src/VBox/Main/VirtualBoxImpl.cpp +++ b/src/VBox/Main/VirtualBoxImpl.cpp @@ -1,4 +1,4 @@ -/* $Id: VirtualBoxImpl.cpp 29937 2010-06-01 08:41:32Z vboxsync $ */ +/* $Id: VirtualBoxImpl.cpp $ */ /** @file * Implementation of IVirtualBox in VBoxSVC. diff --git a/src/VBox/Main/cbinding/Makefile.kmk b/src/VBox/Main/cbinding/Makefile.kmk index d221e4d61..03af2602a 100644 --- a/src/VBox/Main/cbinding/Makefile.kmk +++ b/src/VBox/Main/cbinding/Makefile.kmk @@ -1,4 +1,4 @@ -# $Id: Makefile.kmk 29167 2010-05-06 15:58:14Z vboxsync $ +# $Id: Makefile.kmk $ ## @file # Sub-Makefile for the VBox C Binding. # diff --git a/src/VBox/Main/cbinding/VBoxXPCOMC.cpp b/src/VBox/Main/cbinding/VBoxXPCOMC.cpp index dd236f911..505ee7202 100644 --- a/src/VBox/Main/cbinding/VBoxXPCOMC.cpp +++ b/src/VBox/Main/cbinding/VBoxXPCOMC.cpp @@ -1,4 +1,4 @@ -/* $Id: VBoxXPCOMC.cpp 29167 2010-05-06 15:58:14Z vboxsync $ */ +/* $Id: VBoxXPCOMC.cpp $ */ /** @file VBoxXPCOMC.cpp * Utility functions to use with the C binding for XPCOM. */ diff --git a/src/VBox/Main/cbinding/VBoxXPCOMCGlue.c b/src/VBox/Main/cbinding/VBoxXPCOMCGlue.c index c2be0aa8c..cef657254 100644 --- a/src/VBox/Main/cbinding/VBoxXPCOMCGlue.c +++ b/src/VBox/Main/cbinding/VBoxXPCOMCGlue.c @@ -1,4 +1,4 @@ -/* $Revision: 19052 $ */ +/* $Revision: 46177 $ */ /** @file * Glue code for dynamically linking to VBoxXPCOMC. */ diff --git a/src/VBox/Main/cbinding/VBoxXPCOMCGlue.h b/src/VBox/Main/cbinding/VBoxXPCOMCGlue.h index 61ab816fb..3edd49a79 100644 --- a/src/VBox/Main/cbinding/VBoxXPCOMCGlue.h +++ b/src/VBox/Main/cbinding/VBoxXPCOMCGlue.h @@ -1,4 +1,4 @@ -/* $Revision: 29200 $ */ +/* $Revision: 61277 $ */ /** @file VBoxXPCOMCGlue.h * Glue for dynamically linking with VBoxXPCOMC. */ diff --git a/src/VBox/Main/cbinding/makefile.tstXPCOMCGlue b/src/VBox/Main/cbinding/makefile.tstXPCOMCGlue index 11769019e..07838aba6 100644 --- a/src/VBox/Main/cbinding/makefile.tstXPCOMCGlue +++ b/src/VBox/Main/cbinding/makefile.tstXPCOMCGlue @@ -1,4 +1,4 @@ -# $Revision: 28800 $ +# $Revision: 60692 $ ## @file makefile.tstLinuxC # Makefile for sample program illustrating use of C binding for XPCOM. # diff --git a/src/VBox/Main/cbinding/tstXPCOMCCall.c b/src/VBox/Main/cbinding/tstXPCOMCCall.c index e65e144c2..a2311829f 100644 --- a/src/VBox/Main/cbinding/tstXPCOMCCall.c +++ b/src/VBox/Main/cbinding/tstXPCOMCCall.c @@ -1,4 +1,4 @@ -/* $Revision: 28800 $ */ +/* $Revision: 60692 $ */ /** @file tstXPCOMCGlue.c * Demonstrator program to illustrate use of C bindings of Main API. * diff --git a/src/VBox/Main/cbinding/tstXPCOMCGlue.c b/src/VBox/Main/cbinding/tstXPCOMCGlue.c index ae55aaff6..53d55903a 100644 --- a/src/VBox/Main/cbinding/tstXPCOMCGlue.c +++ b/src/VBox/Main/cbinding/tstXPCOMCGlue.c @@ -1,4 +1,4 @@ -/* $Revision: 28800 $ */ +/* $Revision: 60692 $ */ /** @file tstXPCOMCGlue.c * Demonstrator program to illustrate use of C bindings of Main API. * diff --git a/src/VBox/Main/cbinding/xpcidl.xsl b/src/VBox/Main/cbinding/xpcidl.xsl index 73b0acd88..484785394 100644 --- a/src/VBox/Main/cbinding/xpcidl.xsl +++ b/src/VBox/Main/cbinding/xpcidl.xsl @@ -1,5 +1,5 @@ <?xml version="1.0"?> -<!-- $Id: xpidl.xsl 39869 2008-11-25 13:37:40Z dmik $ --> +<!-- $Id: xpidl.xsl $ --> <!-- * A template to generate a XPCOM IDL compatible interface definition file diff --git a/src/VBox/Main/darwin/NetIf-darwin.cpp b/src/VBox/Main/darwin/NetIf-darwin.cpp index c435f1a0c..fb5290a20 100644 --- a/src/VBox/Main/darwin/NetIf-darwin.cpp +++ b/src/VBox/Main/darwin/NetIf-darwin.cpp @@ -1,4 +1,4 @@ -/* $Id: NetIf-darwin.cpp 28800 2010-04-27 08:22:32Z vboxsync $ */ +/* $Id: NetIf-darwin.cpp $ */ /** @file * Main - NetIfList, Darwin implementation. */ diff --git a/src/VBox/Main/darwin/OpenGLTestDarwin.cpp b/src/VBox/Main/darwin/OpenGLTestDarwin.cpp index de80f4d34..74ddedd16 100644 --- a/src/VBox/Main/darwin/OpenGLTestDarwin.cpp +++ b/src/VBox/Main/darwin/OpenGLTestDarwin.cpp @@ -1,4 +1,4 @@ -/* $Id: OpenGLTestDarwin.cpp 28800 2010-04-27 08:22:32Z vboxsync $ */ +/* $Id: OpenGLTestDarwin.cpp $ */ /** @file * VBox host opengl support test diff --git a/src/VBox/Main/darwin/PerformanceDarwin.cpp b/src/VBox/Main/darwin/PerformanceDarwin.cpp index eda4e5c06..f02581bb0 100644 --- a/src/VBox/Main/darwin/PerformanceDarwin.cpp +++ b/src/VBox/Main/darwin/PerformanceDarwin.cpp @@ -1,4 +1,4 @@ -/* $Id: PerformanceDarwin.cpp 28800 2010-04-27 08:22:32Z vboxsync $ */ +/* $Id: PerformanceDarwin.cpp $ */ /** @file * VBox Darwin-specific Performance Classes implementation. */ diff --git a/src/VBox/Main/darwin/iokit.cpp b/src/VBox/Main/darwin/iokit.cpp index 07f8ce49e..8a00926b3 100644 --- a/src/VBox/Main/darwin/iokit.cpp +++ b/src/VBox/Main/darwin/iokit.cpp @@ -1,4 +1,4 @@ -/* $Id: iokit.cpp 28800 2010-04-27 08:22:32Z vboxsync $ */ +/* $Id: iokit.cpp $ */ /** @file * Main - Darwin IOKit Routines. * diff --git a/src/VBox/Main/darwin/iokit.h b/src/VBox/Main/darwin/iokit.h index 990fa088f..5e33cba51 100644 --- a/src/VBox/Main/darwin/iokit.h +++ b/src/VBox/Main/darwin/iokit.h @@ -1,4 +1,4 @@ -/* $Id: iokit.h 28800 2010-04-27 08:22:32Z vboxsync $ */ +/* $Id: iokit.h $ */ /** @file * Main - Darwin IOKit Routines. */ diff --git a/src/VBox/Main/freebsd/HostHardwareFreeBSD.cpp b/src/VBox/Main/freebsd/HostHardwareFreeBSD.cpp index d9da89eb0..0000415a3 100644 --- a/src/VBox/Main/freebsd/HostHardwareFreeBSD.cpp +++ b/src/VBox/Main/freebsd/HostHardwareFreeBSD.cpp @@ -1,4 +1,4 @@ -/* $Id: HostHardwareFreeBSD.cpp 28800 2010-04-27 08:22:32Z vboxsync $ */ +/* $Id: HostHardwareFreeBSD.cpp $ */ /** @file * Classes for handling hardware detection under FreeBSD. */ diff --git a/src/VBox/Main/freebsd/NetIf-freebsd.cpp b/src/VBox/Main/freebsd/NetIf-freebsd.cpp index 74ec33f5c..6e222b998 100644 --- a/src/VBox/Main/freebsd/NetIf-freebsd.cpp +++ b/src/VBox/Main/freebsd/NetIf-freebsd.cpp @@ -1,4 +1,4 @@ -/* $Id: NetIf-freebsd.cpp 28800 2010-04-27 08:22:32Z vboxsync $ */ +/* $Id: NetIf-freebsd.cpp $ */ /** @file * Main - NetIfList, FreeBSD implementation. */ diff --git a/src/VBox/Main/freebsd/PerformanceFreeBSD.cpp b/src/VBox/Main/freebsd/PerformanceFreeBSD.cpp index 3e38af6fc..0b8178423 100644 --- a/src/VBox/Main/freebsd/PerformanceFreeBSD.cpp +++ b/src/VBox/Main/freebsd/PerformanceFreeBSD.cpp @@ -1,4 +1,4 @@ -/* $Id: PerformanceFreeBSD.cpp 28800 2010-04-27 08:22:32Z vboxsync $ */ +/* $Id: PerformanceFreeBSD.cpp $ */ /** @file * VirtualBox Performance Collector, FreeBSD Specialization. */ diff --git a/src/VBox/Main/generic/NetIf-generic.cpp b/src/VBox/Main/generic/NetIf-generic.cpp index 6c637bf4f..088526106 100644 --- a/src/VBox/Main/generic/NetIf-generic.cpp +++ b/src/VBox/Main/generic/NetIf-generic.cpp @@ -1,4 +1,4 @@ -/* $Id: NetIf-generic.cpp 28800 2010-04-27 08:22:32Z vboxsync $ */ +/* $Id: NetIf-generic.cpp $ */ /** @file * VirtualBox Main - Generic NetIf implementation. */ diff --git a/src/VBox/Main/generic/OpenGLTest.cpp b/src/VBox/Main/generic/OpenGLTest.cpp index efc68d1f4..318583ab0 100644 --- a/src/VBox/Main/generic/OpenGLTest.cpp +++ b/src/VBox/Main/generic/OpenGLTest.cpp @@ -1,4 +1,4 @@ -/* $Id: OpenGLTest.cpp 29208 2010-05-07 13:09:51Z vboxsync $ */ +/* $Id: OpenGLTest.cpp $ */ /** @file * VBox host opengl support test - generic implementation. */ diff --git a/src/VBox/Main/generic/OpenGLTestApp.cpp b/src/VBox/Main/generic/OpenGLTestApp.cpp index 85a79d498..d09dfd9dc 100644 --- a/src/VBox/Main/generic/OpenGLTestApp.cpp +++ b/src/VBox/Main/generic/OpenGLTestApp.cpp @@ -1,4 +1,4 @@ -/* $Id: OpenGLTestApp.cpp 28800 2010-04-27 08:22:32Z vboxsync $ */ +/* $Id: OpenGLTestApp.cpp $ */ /** @file * VBox host opengl support test application. */ diff --git a/src/VBox/Main/glue/ErrorInfo.cpp b/src/VBox/Main/glue/ErrorInfo.cpp index 31f97a0bb..fca12cde5 100644 --- a/src/VBox/Main/glue/ErrorInfo.cpp +++ b/src/VBox/Main/glue/ErrorInfo.cpp @@ -1,4 +1,4 @@ -/* $Id: ErrorInfo.cpp 28800 2010-04-27 08:22:32Z vboxsync $ */ +/* $Id: ErrorInfo.cpp $ */ /** @file * diff --git a/src/VBox/Main/glue/EventQueue.cpp b/src/VBox/Main/glue/EventQueue.cpp index 978607e1d..414832f0c 100644 --- a/src/VBox/Main/glue/EventQueue.cpp +++ b/src/VBox/Main/glue/EventQueue.cpp @@ -1,4 +1,4 @@ -/* $Id: EventQueue.cpp 28800 2010-04-27 08:22:32Z vboxsync $ */ +/* $Id: EventQueue.cpp $ */ /** @file * diff --git a/src/VBox/Main/glue/SupportErrorInfo.cpp b/src/VBox/Main/glue/SupportErrorInfo.cpp index 96e1b2840..29c529041 100644 --- a/src/VBox/Main/glue/SupportErrorInfo.cpp +++ b/src/VBox/Main/glue/SupportErrorInfo.cpp @@ -1,4 +1,4 @@ -/* $Id: SupportErrorInfo.cpp 28800 2010-04-27 08:22:32Z vboxsync $ */ +/* $Id: SupportErrorInfo.cpp $ */ /** @file * MS COM / XPCOM Abstraction Layer: diff --git a/src/VBox/Main/glue/VirtualBoxErrorInfo.cpp b/src/VBox/Main/glue/VirtualBoxErrorInfo.cpp index ec174474c..8bc4f5d7f 100644 --- a/src/VBox/Main/glue/VirtualBoxErrorInfo.cpp +++ b/src/VBox/Main/glue/VirtualBoxErrorInfo.cpp @@ -1,4 +1,4 @@ -/* $Id: VirtualBoxErrorInfo.cpp 28800 2010-04-27 08:22:32Z vboxsync $ */ +/* $Id: VirtualBoxErrorInfo.cpp $ */ /** @file * MS COM / XPCOM Abstraction Layer: diff --git a/src/VBox/Main/glue/com.cpp b/src/VBox/Main/glue/com.cpp index 314aed07e..1211fba0f 100644 --- a/src/VBox/Main/glue/com.cpp +++ b/src/VBox/Main/glue/com.cpp @@ -1,4 +1,4 @@ -/* $Id: com.cpp 28800 2010-04-27 08:22:32Z vboxsync $ */ +/* $Id: com.cpp $ */ /** @file * MS COM / XPCOM Abstraction Layer */ diff --git a/src/VBox/Main/glue/errorprint.cpp b/src/VBox/Main/glue/errorprint.cpp index fbd1fbb41..cae2741d0 100644 --- a/src/VBox/Main/glue/errorprint.cpp +++ b/src/VBox/Main/glue/errorprint.cpp @@ -1,4 +1,4 @@ -/* $Id: errorprint.cpp 28800 2010-04-27 08:22:32Z vboxsync $ */ +/* $Id: errorprint.cpp $ */ /** @file * MS COM / XPCOM Abstraction Layer: diff --git a/src/VBox/Main/glue/initterm.cpp b/src/VBox/Main/glue/initterm.cpp index 24bd9a6e3..0e7969354 100644 --- a/src/VBox/Main/glue/initterm.cpp +++ b/src/VBox/Main/glue/initterm.cpp @@ -1,4 +1,4 @@ -/* $Id: initterm.cpp 28800 2010-04-27 08:22:32Z vboxsync $ */ +/* $Id: initterm.cpp $ */ /** @file * MS COM / XPCOM Abstraction Layer - Initialization and Termination. diff --git a/src/VBox/Main/glue/string.cpp b/src/VBox/Main/glue/string.cpp index 7b726108c..44d85eea1 100644 --- a/src/VBox/Main/glue/string.cpp +++ b/src/VBox/Main/glue/string.cpp @@ -1,4 +1,4 @@ -/* $Id: string.cpp 28800 2010-04-27 08:22:32Z vboxsync $ */ +/* $Id: string.cpp $ */ /** @file * diff --git a/src/VBox/Main/glue/tests/Makefile.kmk b/src/VBox/Main/glue/tests/Makefile.kmk index e5473468f..78bb5cb30 100644 --- a/src/VBox/Main/glue/tests/Makefile.kmk +++ b/src/VBox/Main/glue/tests/Makefile.kmk @@ -26,7 +26,7 @@ ifeq ($(KBUILD_HOST),win) JACOB_DIR=e:/ws/src/libs/jacob-1.15-M3/ JACOB_JAR=$(JACOB_DIR)/jacob.jar CLASSPATH += $(JACOB_JAR)$(SEP) - JAVA_ARGS += -Djava.library.path=$(JACOB_DIR) + JAVA_ARGS += -Djava.library.path=$(JACOB_DIR) endif ifeq ($(KBUILD_HOST),win) @@ -37,7 +37,7 @@ else SEP=: endif -JAVA_ARGS += -Dvbox.home=$(VBOX_BIN) +JAVA_ARGS += -Dvbox.home=$(VBOX_BIN) CLASSPATH := $(CLASSPATH)$(VBOX_JAR)$(SEP). all: testvb diff --git a/src/VBox/Main/idl/midl.xsl b/src/VBox/Main/idl/midl.xsl index b8bca3833..7b792776a 100644 --- a/src/VBox/Main/idl/midl.xsl +++ b/src/VBox/Main/idl/midl.xsl @@ -1,5 +1,5 @@ <?xml version="1.0"?> -<!-- $Id: midl.xsl 29874 2010-05-28 18:14:44Z vboxsync $ --> +<!-- $Id: midl.xsl $ --> <!-- * A template to generate a MS IDL compatible interface definition file diff --git a/src/VBox/Main/idl/xpidl.xsl b/src/VBox/Main/idl/xpidl.xsl index 12faa99a4..cbc47b88a 100644 --- a/src/VBox/Main/idl/xpidl.xsl +++ b/src/VBox/Main/idl/xpidl.xsl @@ -1,5 +1,5 @@ <?xml version="1.0"?> -<!-- $Id: xpidl.xsl 28800 2010-04-27 08:22:32Z vboxsync $ --> +<!-- $Id: xpidl.xsl $ --> <!-- * A template to generate a XPCOM IDL compatible interface definition file diff --git a/src/VBox/Main/include/ApplianceImpl.h b/src/VBox/Main/include/ApplianceImpl.h index eac4fb26f..02b5f95ee 100644 --- a/src/VBox/Main/include/ApplianceImpl.h +++ b/src/VBox/Main/include/ApplianceImpl.h @@ -1,4 +1,4 @@ -/* $Id: ApplianceImpl.h 29925 2010-05-31 18:33:15Z vboxsync $ */ +/* $Id: ApplianceImpl.h $ */ /** @file * diff --git a/src/VBox/Main/include/ApplianceImplPrivate.h b/src/VBox/Main/include/ApplianceImplPrivate.h index b09eea658..3f6dd66c8 100644 --- a/src/VBox/Main/include/ApplianceImplPrivate.h +++ b/src/VBox/Main/include/ApplianceImplPrivate.h @@ -146,6 +146,7 @@ struct Appliance::ImportStack // input parameters from VirtualSystemDescriptions Utf8Str strNameVBox; // VM name Utf8Str strOsTypeVBox; // VirtualBox guest OS type as string + Utf8Str strDescription; uint32_t cCPUs; // CPU count bool fForceHWVirt; // if true, we force enabling hardware virtualization bool fForceIOAPIC; // if true, we force enabling the IOAPIC diff --git a/src/VBox/Main/include/AudioAdapterImpl.h b/src/VBox/Main/include/AudioAdapterImpl.h index 756674714..f6091420d 100644 --- a/src/VBox/Main/include/AudioAdapterImpl.h +++ b/src/VBox/Main/include/AudioAdapterImpl.h @@ -1,4 +1,4 @@ -/* $Id: AudioAdapterImpl.h 28800 2010-04-27 08:22:32Z vboxsync $ */ +/* $Id: AudioAdapterImpl.h $ */ /** @file * diff --git a/src/VBox/Main/include/BIOSSettingsImpl.h b/src/VBox/Main/include/BIOSSettingsImpl.h index 67656954a..d3c049631 100644 --- a/src/VBox/Main/include/BIOSSettingsImpl.h +++ b/src/VBox/Main/include/BIOSSettingsImpl.h @@ -1,4 +1,4 @@ -/* $Id: BIOSSettingsImpl.h 28800 2010-04-27 08:22:32Z vboxsync $ */ +/* $Id: BIOSSettingsImpl.h $ */ /** @file * diff --git a/src/VBox/Main/include/ConsoleImpl.h b/src/VBox/Main/include/ConsoleImpl.h index 9198f1b1b..42f9d42bf 100644 --- a/src/VBox/Main/include/ConsoleImpl.h +++ b/src/VBox/Main/include/ConsoleImpl.h @@ -1,4 +1,4 @@ -/* $Id: ConsoleImpl.h 29965 2010-06-01 18:41:10Z vboxsync $ */ +/* $Id: ConsoleImpl.h $ */ /** @file * VBox Console COM Class definition */ diff --git a/src/VBox/Main/include/ConsoleVRDPServer.h b/src/VBox/Main/include/ConsoleVRDPServer.h index 1814c8244..e2882191f 100644 --- a/src/VBox/Main/include/ConsoleVRDPServer.h +++ b/src/VBox/Main/include/ConsoleVRDPServer.h @@ -1,4 +1,4 @@ -/* $Id: ConsoleVRDPServer.h 28800 2010-04-27 08:22:32Z vboxsync $ */ +/* $Id: ConsoleVRDPServer.h $ */ /** @file * diff --git a/src/VBox/Main/include/DHCPServerImpl.h b/src/VBox/Main/include/DHCPServerImpl.h index 795961c06..82d40cbd7 100644 --- a/src/VBox/Main/include/DHCPServerImpl.h +++ b/src/VBox/Main/include/DHCPServerImpl.h @@ -1,4 +1,4 @@ -/* $Id: DHCPServerImpl.h 28800 2010-04-27 08:22:32Z vboxsync $ */ +/* $Id: DHCPServerImpl.h $ */ /** @file * diff --git a/src/VBox/Main/include/DHCPServerRunner.h b/src/VBox/Main/include/DHCPServerRunner.h index ed65dfe5a..b13084555 100644 --- a/src/VBox/Main/include/DHCPServerRunner.h +++ b/src/VBox/Main/include/DHCPServerRunner.h @@ -1,4 +1,4 @@ -/* $Id: DHCPServerRunner.h 29158 2010-05-06 14:06:46Z vboxsync $ */ +/* $Id: DHCPServerRunner.h $ */ /** @file * VirtualBox Main - interface for VBox DHCP server */ diff --git a/src/VBox/Main/include/DisplayImpl.h b/src/VBox/Main/include/DisplayImpl.h index ec2427546..c4621e6e2 100644 --- a/src/VBox/Main/include/DisplayImpl.h +++ b/src/VBox/Main/include/DisplayImpl.h @@ -1,4 +1,4 @@ -/* $Id: DisplayImpl.h 29518 2010-05-17 10:06:22Z vboxsync $ */ +/* $Id: DisplayImpl.h $ */ /** @file * VirtualBox COM class implementation */ diff --git a/src/VBox/Main/include/FramebufferImpl.h b/src/VBox/Main/include/FramebufferImpl.h index 65832ae14..9afcd5323 100644 --- a/src/VBox/Main/include/FramebufferImpl.h +++ b/src/VBox/Main/include/FramebufferImpl.h @@ -1,4 +1,4 @@ -/* $Id: FramebufferImpl.h 28800 2010-04-27 08:22:32Z vboxsync $ */ +/* $Id: FramebufferImpl.h $ */ /** @file * diff --git a/src/VBox/Main/include/Global.h b/src/VBox/Main/include/Global.h index c0594be95..ef8e06df3 100644 --- a/src/VBox/Main/include/Global.h +++ b/src/VBox/Main/include/Global.h @@ -1,4 +1,4 @@ -/* $Id: Global.h 28825 2010-04-27 13:50:46Z vboxsync $ */ +/* $Id: Global.h $ */ /** @file * diff --git a/src/VBox/Main/include/HostHardwareLinux.h b/src/VBox/Main/include/HostHardwareLinux.h index e41c76fca..3a2be2bf9 100644 --- a/src/VBox/Main/include/HostHardwareLinux.h +++ b/src/VBox/Main/include/HostHardwareLinux.h @@ -1,4 +1,4 @@ -/* $Id: HostHardwareLinux.h 28882 2010-04-28 23:17:52Z vboxsync $ */ +/* $Id: HostHardwareLinux.h $ */ /** @file * Classes for handling hardware detection under Linux. * diff --git a/src/VBox/Main/include/HostImpl.h b/src/VBox/Main/include/HostImpl.h index 7d0dc7977..979d22e54 100644 --- a/src/VBox/Main/include/HostImpl.h +++ b/src/VBox/Main/include/HostImpl.h @@ -1,4 +1,4 @@ -/* $Id: HostImpl.h 29615 2010-05-18 11:54:24Z vboxsync $ */ +/* $Id: HostImpl.h $ */ /** @file * Implemenation of IHost. */ diff --git a/src/VBox/Main/include/HostNetworkInterfaceImpl.h b/src/VBox/Main/include/HostNetworkInterfaceImpl.h index a38a283bf..419db5d46 100644 --- a/src/VBox/Main/include/HostNetworkInterfaceImpl.h +++ b/src/VBox/Main/include/HostNetworkInterfaceImpl.h @@ -1,4 +1,4 @@ -/* $Id: HostNetworkInterfaceImpl.h 28800 2010-04-27 08:22:32Z vboxsync $ */ +/* $Id: HostNetworkInterfaceImpl.h $ */ /** @file * diff --git a/src/VBox/Main/include/KeyboardImpl.h b/src/VBox/Main/include/KeyboardImpl.h index ca837d2d4..926db14d2 100644 --- a/src/VBox/Main/include/KeyboardImpl.h +++ b/src/VBox/Main/include/KeyboardImpl.h @@ -1,4 +1,4 @@ -/* $Id: KeyboardImpl.h 28909 2010-04-29 16:34:17Z vboxsync $ */ +/* $Id: KeyboardImpl.h $ */ /** @file * VirtualBox COM class implementation */ diff --git a/src/VBox/Main/include/Logging.h b/src/VBox/Main/include/Logging.h index 008377634..ee71372d6 100644 --- a/src/VBox/Main/include/Logging.h +++ b/src/VBox/Main/include/Logging.h @@ -1,4 +1,4 @@ -/* $Id: Logging.h 28800 2010-04-27 08:22:32Z vboxsync $ */ +/* $Id: Logging.h $ */ /** @file * diff --git a/src/VBox/Main/include/MachineDebuggerImpl.h b/src/VBox/Main/include/MachineDebuggerImpl.h index af4a9f5cc..44209c2aa 100644 --- a/src/VBox/Main/include/MachineDebuggerImpl.h +++ b/src/VBox/Main/include/MachineDebuggerImpl.h @@ -1,4 +1,4 @@ -/* $Id: MachineDebuggerImpl.h 28800 2010-04-27 08:22:32Z vboxsync $ */ +/* $Id: MachineDebuggerImpl.h $ */ /** @file * diff --git a/src/VBox/Main/include/MachineImpl.h b/src/VBox/Main/include/MachineImpl.h index 548ce1781..7e8b160c1 100644 --- a/src/VBox/Main/include/MachineImpl.h +++ b/src/VBox/Main/include/MachineImpl.h @@ -1,4 +1,4 @@ -/* $Id: MachineImpl.h 29864 2010-05-28 13:34:53Z vboxsync $ */ +/* $Id: MachineImpl.h $ */ /** @file * VirtualBox COM class implementation */ diff --git a/src/VBox/Main/include/MediumFormatImpl.h b/src/VBox/Main/include/MediumFormatImpl.h index b8bb30ec3..c139cf925 100644 --- a/src/VBox/Main/include/MediumFormatImpl.h +++ b/src/VBox/Main/include/MediumFormatImpl.h @@ -1,4 +1,4 @@ -/* $Id: MediumFormatImpl.h 28800 2010-04-27 08:22:32Z vboxsync $ */ +/* $Id: MediumFormatImpl.h $ */ /** @file * diff --git a/src/VBox/Main/include/MediumImpl.h b/src/VBox/Main/include/MediumImpl.h index 154ce6b33..62cd2e985 100644 --- a/src/VBox/Main/include/MediumImpl.h +++ b/src/VBox/Main/include/MediumImpl.h @@ -1,4 +1,4 @@ -/* $Id: MediumImpl.h 29325 2010-05-11 10:07:04Z vboxsync $ */ +/* $Id: MediumImpl.h $ */ /** @file * diff --git a/src/VBox/Main/include/MediumLock.h b/src/VBox/Main/include/MediumLock.h index 435002ec9..eaa12f8b4 100644 --- a/src/VBox/Main/include/MediumLock.h +++ b/src/VBox/Main/include/MediumLock.h @@ -1,4 +1,4 @@ -/* $Id: MediumLock.h 28800 2010-04-27 08:22:32Z vboxsync $ */ +/* $Id: MediumLock.h $ */ /** @file * diff --git a/src/VBox/Main/include/MouseImpl.h b/src/VBox/Main/include/MouseImpl.h index a02abecf8..1f710a4af 100644 --- a/src/VBox/Main/include/MouseImpl.h +++ b/src/VBox/Main/include/MouseImpl.h @@ -1,4 +1,4 @@ -/* $Id: MouseImpl.h 28800 2010-04-27 08:22:32Z vboxsync $ */ +/* $Id: MouseImpl.h $ */ /** @file * VirtualBox COM class implementation */ diff --git a/src/VBox/Main/include/NATEngineImpl.h b/src/VBox/Main/include/NATEngineImpl.h index e7d857e14..f48e13ef5 100644 --- a/src/VBox/Main/include/NATEngineImpl.h +++ b/src/VBox/Main/include/NATEngineImpl.h @@ -1,4 +1,4 @@ -/* $Id: NATEngineImpl.h 28864 2010-04-28 12:59:54Z vboxsync $ */ +/* $Id: NATEngineImpl.h $ */ /** @file * diff --git a/src/VBox/Main/include/NetworkAdapterImpl.h b/src/VBox/Main/include/NetworkAdapterImpl.h index ab03e91bc..503166f6b 100644 --- a/src/VBox/Main/include/NetworkAdapterImpl.h +++ b/src/VBox/Main/include/NetworkAdapterImpl.h @@ -1,4 +1,4 @@ -/* $Id: NetworkAdapterImpl.h 28867 2010-04-28 13:28:20Z vboxsync $ */ +/* $Id: NetworkAdapterImpl.h $ */ /** @file * diff --git a/src/VBox/Main/include/ParallelPortImpl.h b/src/VBox/Main/include/ParallelPortImpl.h index e50902010..487318ff7 100644 --- a/src/VBox/Main/include/ParallelPortImpl.h +++ b/src/VBox/Main/include/ParallelPortImpl.h @@ -1,4 +1,4 @@ -/* $Id: ParallelPortImpl.h 28800 2010-04-27 08:22:32Z vboxsync $ */ +/* $Id: ParallelPortImpl.h $ */ /** @file * VirtualBox COM class implementation. diff --git a/src/VBox/Main/include/Performance.h b/src/VBox/Main/include/Performance.h index 06f174993..4e2474b29 100644 --- a/src/VBox/Main/include/Performance.h +++ b/src/VBox/Main/include/Performance.h @@ -1,4 +1,4 @@ -/* $Id: Performance.h 29632 2010-05-18 13:22:37Z vboxsync $ */ +/* $Id: Performance.h $ */ /** @file * diff --git a/src/VBox/Main/include/PerformanceImpl.h b/src/VBox/Main/include/PerformanceImpl.h index 8eda4a025..e8738085b 100644 --- a/src/VBox/Main/include/PerformanceImpl.h +++ b/src/VBox/Main/include/PerformanceImpl.h @@ -1,4 +1,4 @@ -/* $Id: PerformanceImpl.h 28800 2010-04-27 08:22:32Z vboxsync $ */ +/* $Id: PerformanceImpl.h $ */ /** @file * diff --git a/src/VBox/Main/include/ProgressCombinedImpl.h b/src/VBox/Main/include/ProgressCombinedImpl.h index b74372307..467776842 100644 --- a/src/VBox/Main/include/ProgressCombinedImpl.h +++ b/src/VBox/Main/include/ProgressCombinedImpl.h @@ -1,4 +1,4 @@ -/* $Id: ProgressCombinedImpl.h 29923 2010-05-31 17:55:44Z vboxsync $ */ +/* $Id: ProgressCombinedImpl.h $ */ /** @file * * VirtualBox COM class implementation diff --git a/src/VBox/Main/include/ProgressImpl.h b/src/VBox/Main/include/ProgressImpl.h index de174fe07..af205eb11 100644 --- a/src/VBox/Main/include/ProgressImpl.h +++ b/src/VBox/Main/include/ProgressImpl.h @@ -1,4 +1,4 @@ -/* $Id: ProgressImpl.h 29916 2010-05-31 15:26:56Z vboxsync $ */ +/* $Id: ProgressImpl.h $ */ /** @file * * VirtualBox COM class implementation diff --git a/src/VBox/Main/include/ProgressProxyImpl.h b/src/VBox/Main/include/ProgressProxyImpl.h index 164637888..e35a7b3d9 100644 --- a/src/VBox/Main/include/ProgressProxyImpl.h +++ b/src/VBox/Main/include/ProgressProxyImpl.h @@ -1,4 +1,4 @@ -/* $Id: ProgressProxyImpl.h 29937 2010-06-01 08:41:32Z vboxsync $ */ +/* $Id: ProgressProxyImpl.h $ */ /** @file * IProgress implementation for Machine::openRemoteSession in VBoxSVC. */ diff --git a/src/VBox/Main/include/RemoteUSBDeviceImpl.h b/src/VBox/Main/include/RemoteUSBDeviceImpl.h index 893bfca7d..ecae231b1 100644 --- a/src/VBox/Main/include/RemoteUSBDeviceImpl.h +++ b/src/VBox/Main/include/RemoteUSBDeviceImpl.h @@ -1,4 +1,4 @@ -/* $Id: RemoteUSBDeviceImpl.h 28800 2010-04-27 08:22:32Z vboxsync $ */ +/* $Id: RemoteUSBDeviceImpl.h $ */ /** @file * diff --git a/src/VBox/Main/include/SerialPortImpl.h b/src/VBox/Main/include/SerialPortImpl.h index 29e2811e5..9eac691b2 100644 --- a/src/VBox/Main/include/SerialPortImpl.h +++ b/src/VBox/Main/include/SerialPortImpl.h @@ -1,4 +1,4 @@ -/* $Id: SerialPortImpl.h 28800 2010-04-27 08:22:32Z vboxsync $ */ +/* $Id: SerialPortImpl.h $ */ /** @file * diff --git a/src/VBox/Main/include/SnapshotImpl.h b/src/VBox/Main/include/SnapshotImpl.h index 6b12acd83..db1c2acbf 100644 --- a/src/VBox/Main/include/SnapshotImpl.h +++ b/src/VBox/Main/include/SnapshotImpl.h @@ -1,4 +1,4 @@ -/* $Id: SnapshotImpl.h 28835 2010-04-27 14:46:23Z vboxsync $ */ +/* $Id: SnapshotImpl.h $ */ /** @file * diff --git a/src/VBox/Main/include/StorageControllerImpl.h b/src/VBox/Main/include/StorageControllerImpl.h index 81dfc665a..45c60ce98 100644 --- a/src/VBox/Main/include/StorageControllerImpl.h +++ b/src/VBox/Main/include/StorageControllerImpl.h @@ -1,4 +1,4 @@ -/* $Id: StorageControllerImpl.h 29480 2010-05-14 15:24:19Z vboxsync $ */ +/* $Id: StorageControllerImpl.h $ */ /** @file * diff --git a/src/VBox/Main/include/SystemPropertiesImpl.h b/src/VBox/Main/include/SystemPropertiesImpl.h index a9a2c3810..63d363e2f 100644 --- a/src/VBox/Main/include/SystemPropertiesImpl.h +++ b/src/VBox/Main/include/SystemPropertiesImpl.h @@ -1,4 +1,4 @@ -/* $Id: SystemPropertiesImpl.h 28800 2010-04-27 08:22:32Z vboxsync $ */ +/* $Id: SystemPropertiesImpl.h $ */ /** @file * diff --git a/src/VBox/Main/include/USBControllerImpl.h b/src/VBox/Main/include/USBControllerImpl.h index 18d3ffde4..3cc62ed94 100644 --- a/src/VBox/Main/include/USBControllerImpl.h +++ b/src/VBox/Main/include/USBControllerImpl.h @@ -1,4 +1,4 @@ -/* $Id: USBControllerImpl.h 28800 2010-04-27 08:22:32Z vboxsync $ */ +/* $Id: USBControllerImpl.h $ */ /** @file * diff --git a/src/VBox/Main/include/USBDeviceImpl.h b/src/VBox/Main/include/USBDeviceImpl.h index b44ae3627..ee8ed248c 100644 --- a/src/VBox/Main/include/USBDeviceImpl.h +++ b/src/VBox/Main/include/USBDeviceImpl.h @@ -1,4 +1,4 @@ -/* $Id: USBDeviceImpl.h 28800 2010-04-27 08:22:32Z vboxsync $ */ +/* $Id: USBDeviceImpl.h $ */ /** @file * Header file for the OUSBDevice (IUSBDevice) class, VBoxC. diff --git a/src/VBox/Main/include/VFSExplorerImpl.h b/src/VBox/Main/include/VFSExplorerImpl.h index 908c53098..24fca2fc5 100644 --- a/src/VBox/Main/include/VFSExplorerImpl.h +++ b/src/VBox/Main/include/VFSExplorerImpl.h @@ -1,4 +1,4 @@ -/* $Id: VFSExplorerImpl.h 28800 2010-04-27 08:22:32Z vboxsync $ */ +/* $Id: VFSExplorerImpl.h $ */ /** @file * diff --git a/src/VBox/Main/include/VRDPServerImpl.h b/src/VBox/Main/include/VRDPServerImpl.h index 863f2ba96..68fe9ab72 100644 --- a/src/VBox/Main/include/VRDPServerImpl.h +++ b/src/VBox/Main/include/VRDPServerImpl.h @@ -1,4 +1,4 @@ -/* $Id: VRDPServerImpl.h 28802 2010-04-27 09:23:16Z vboxsync $ */ +/* $Id: VRDPServerImpl.h $ */ /** @file * diff --git a/src/VBox/Main/include/VirtualBoxErrorInfoImpl.h b/src/VBox/Main/include/VirtualBoxErrorInfoImpl.h index 186bfed48..75ff631d2 100644 --- a/src/VBox/Main/include/VirtualBoxErrorInfoImpl.h +++ b/src/VBox/Main/include/VirtualBoxErrorInfoImpl.h @@ -59,20 +59,20 @@ public: } STDMETHOD(GetTypeInfo)(UINT iInfo, LCID Lcid, ITypeInfo **ppTypeInfo) - { + { return idi::GetTypeInfo(iInfo, Lcid, ppTypeInfo); - } + } - STDMETHOD(GetIDsOfNames)(REFIID rIID, LPOLESTR *papwszNames, UINT cNames, LCID Lcid, DISPID *paDispIDs) - { + STDMETHOD(GetIDsOfNames)(REFIID rIID, LPOLESTR *papwszNames, UINT cNames, LCID Lcid, DISPID *paDispIDs) + { return idi::GetIDsOfNames(rIID, papwszNames, cNames, Lcid, paDispIDs); - } + } - STDMETHOD(Invoke)(DISPID idDispMember, REFIID rIID, LCID Lcid, WORD fw, DISPPARAMS *pDispParams, + STDMETHOD(Invoke)(DISPID idDispMember, REFIID rIID, LCID Lcid, WORD fw, DISPPARAMS *pDispParams, VARIANT *pVarResult, EXCEPINFO *pExcepInfo, UINT *piErrArg) - { - return idi::Invoke(idDispMember, rIID, Lcid, fw, pDispParams, pVarResult, pExcepInfo, piErrArg); - } + { + return idi::Invoke(idDispMember, rIID, Lcid, fw, pDispParams, pVarResult, pExcepInfo, piErrArg); + } #else // defined(VBOX_WITH_XPCOM) diff --git a/src/VBox/Main/include/VirtualBoxImpl.h b/src/VBox/Main/include/VirtualBoxImpl.h index 64cf7ddf5..3137bde3b 100644 --- a/src/VBox/Main/include/VirtualBoxImpl.h +++ b/src/VBox/Main/include/VirtualBoxImpl.h @@ -1,4 +1,4 @@ -/* $Id: VirtualBoxImpl.h 29925 2010-05-31 18:33:15Z vboxsync $ */ +/* $Id: VirtualBoxImpl.h $ */ /** @file * diff --git a/src/VBox/Main/include/ovfreader.h b/src/VBox/Main/include/ovfreader.h index 698019045..2c63ddea3 100644 --- a/src/VBox/Main/include/ovfreader.h +++ b/src/VBox/Main/include/ovfreader.h @@ -1,4 +1,4 @@ -/* $Id: ovfreader.h 29925 2010-05-31 18:33:15Z vboxsync $ */ +/* $Id: ovfreader.h $ */ /** @file * OVF reader declarations. * diff --git a/src/VBox/Main/linux/HostHardwareLinux.cpp b/src/VBox/Main/linux/HostHardwareLinux.cpp index 191449cfe..e508c3c19 100644 --- a/src/VBox/Main/linux/HostHardwareLinux.cpp +++ b/src/VBox/Main/linux/HostHardwareLinux.cpp @@ -1,4 +1,4 @@ -/* $Id: HostHardwareLinux.cpp 29352 2010-05-11 13:23:15Z vboxsync $ */ +/* $Id: HostHardwareLinux.cpp $ */ /** @file * Classes for handling hardware detection under Linux. Please feel free to * expand these to work for other systems (Solaris!) or to add new ones for diff --git a/src/VBox/Main/linux/NetIf-linux.cpp b/src/VBox/Main/linux/NetIf-linux.cpp index f5aebb0b8..58691e65a 100644 --- a/src/VBox/Main/linux/NetIf-linux.cpp +++ b/src/VBox/Main/linux/NetIf-linux.cpp @@ -1,4 +1,4 @@ -/* $Id: NetIf-linux.cpp 28800 2010-04-27 08:22:32Z vboxsync $ */ +/* $Id: NetIf-linux.cpp $ */ /** @file * Main - NetIfList, Linux implementation. */ diff --git a/src/VBox/Main/linux/PerformanceLinux.cpp b/src/VBox/Main/linux/PerformanceLinux.cpp index 87e3faa33..da1a7e62e 100644 --- a/src/VBox/Main/linux/PerformanceLinux.cpp +++ b/src/VBox/Main/linux/PerformanceLinux.cpp @@ -1,4 +1,4 @@ -/* $Id: PerformanceLinux.cpp 29969 2010-06-02 07:31:27Z vboxsync $ */ +/* $Id: PerformanceLinux.cpp $ */ /** @file * diff --git a/src/VBox/Main/os2/NetIf-os2.cpp b/src/VBox/Main/os2/NetIf-os2.cpp index 70162e42b..d0c287b52 100644 --- a/src/VBox/Main/os2/NetIf-os2.cpp +++ b/src/VBox/Main/os2/NetIf-os2.cpp @@ -1,4 +1,4 @@ -/* $Id: NetIf-os2.cpp 28800 2010-04-27 08:22:32Z vboxsync $ */ +/* $Id: NetIf-os2.cpp $ */ /** @file * Main - NetIfList, OS/2 implementation. */ diff --git a/src/VBox/Main/os2/PerformanceOs2.cpp b/src/VBox/Main/os2/PerformanceOs2.cpp index a741ef02c..19e804a93 100644 --- a/src/VBox/Main/os2/PerformanceOs2.cpp +++ b/src/VBox/Main/os2/PerformanceOs2.cpp @@ -1,4 +1,4 @@ -/* $Id: PerformanceOs2.cpp 28800 2010-04-27 08:22:32Z vboxsync $ */ +/* $Id: PerformanceOs2.cpp $ */ /** @file * diff --git a/src/VBox/Main/solaris/DynLoadLibSolaris.cpp b/src/VBox/Main/solaris/DynLoadLibSolaris.cpp index aea962e58..4bd864f16 100644 --- a/src/VBox/Main/solaris/DynLoadLibSolaris.cpp +++ b/src/VBox/Main/solaris/DynLoadLibSolaris.cpp @@ -1,4 +1,4 @@ -/* $Id: DynLoadLibSolaris.cpp 28800 2010-04-27 08:22:32Z vboxsync $ */ +/* $Id: DynLoadLibSolaris.cpp $ */ /** @file * Dynamically load libraries for Solaris hosts. */ diff --git a/src/VBox/Main/solaris/DynLoadLibSolaris.h b/src/VBox/Main/solaris/DynLoadLibSolaris.h index 233e99ded..885969277 100644 --- a/src/VBox/Main/solaris/DynLoadLibSolaris.h +++ b/src/VBox/Main/solaris/DynLoadLibSolaris.h @@ -1,4 +1,4 @@ -/* $Id: DynLoadLibSolaris.h 28800 2010-04-27 08:22:32Z vboxsync $ */ +/* $Id: DynLoadLibSolaris.h $ */ /** @file * Dynamically loaded libraries for Solaris hosts, Internal header. */ diff --git a/src/VBox/Main/solaris/NetIf-solaris.cpp b/src/VBox/Main/solaris/NetIf-solaris.cpp index 37b149a07..457c04ef6 100644 --- a/src/VBox/Main/solaris/NetIf-solaris.cpp +++ b/src/VBox/Main/solaris/NetIf-solaris.cpp @@ -1,4 +1,4 @@ -/* $Id: NetIf-solaris.cpp 28962 2010-05-03 08:26:14Z vboxsync $ */ +/* $Id: NetIf-solaris.cpp $ */ /** @file * Main - NetIfList, Solaris implementation. */ diff --git a/src/VBox/Main/solaris/PerformanceSolaris.cpp b/src/VBox/Main/solaris/PerformanceSolaris.cpp index 70b657680..fc87fb416 100644 --- a/src/VBox/Main/solaris/PerformanceSolaris.cpp +++ b/src/VBox/Main/solaris/PerformanceSolaris.cpp @@ -1,4 +1,4 @@ -/* $Id: PerformanceSolaris.cpp 28800 2010-04-27 08:22:32Z vboxsync $ */ +/* $Id: PerformanceSolaris.cpp $ */ /** @file * diff --git a/src/VBox/Main/testcase/Makefile.kmk b/src/VBox/Main/testcase/Makefile.kmk index 7c22f98f3..ee967b72c 100644 --- a/src/VBox/Main/testcase/Makefile.kmk +++ b/src/VBox/Main/testcase/Makefile.kmk @@ -1,4 +1,4 @@ -# $Id: Makefile.kmk 29151 2010-05-06 13:20:49Z vboxsync $ +# $Id: Makefile.kmk $ ## @file # Sub-Makefile for the VBox API testcases. # diff --git a/src/VBox/Main/testcase/tstCollector.cpp b/src/VBox/Main/testcase/tstCollector.cpp index c60711f74..825899865 100644 --- a/src/VBox/Main/testcase/tstCollector.cpp +++ b/src/VBox/Main/testcase/tstCollector.cpp @@ -1,4 +1,4 @@ -/* $Id: tstCollector.cpp 28800 2010-04-27 08:22:32Z vboxsync $ */ +/* $Id: tstCollector.cpp $ */ /** @file * diff --git a/src/VBox/Main/testcase/tstHostHardwareLinux.cpp b/src/VBox/Main/testcase/tstHostHardwareLinux.cpp index 0bddee0aa..66760f3c0 100644 --- a/src/VBox/Main/testcase/tstHostHardwareLinux.cpp +++ b/src/VBox/Main/testcase/tstHostHardwareLinux.cpp @@ -1,4 +1,4 @@ -/* $Id: tstHostHardwareLinux.cpp 28882 2010-04-28 23:17:52Z vboxsync $ */ +/* $Id: tstHostHardwareLinux.cpp $ */ /** @file * * Test executable for quickly excercising/debugging the Linux host hardware diff --git a/src/VBox/Main/webservice/Makefile.kmk b/src/VBox/Main/webservice/Makefile.kmk index 9824126af..805d98e0d 100644 --- a/src/VBox/Main/webservice/Makefile.kmk +++ b/src/VBox/Main/webservice/Makefile.kmk @@ -1,4 +1,4 @@ -# $Id: Makefile.kmk 29843 2010-05-27 11:18:30Z vboxsync $ +# $Id: Makefile.kmk $ ## @file # Sub-Makefile for the VBox web service. # diff --git a/src/VBox/Main/webservice/samples/perl/clienttest.pl b/src/VBox/Main/webservice/samples/perl/clienttest.pl index 30e1a9eb6..30e1a9eb6 100644..100755 --- a/src/VBox/Main/webservice/samples/perl/clienttest.pl +++ b/src/VBox/Main/webservice/samples/perl/clienttest.pl diff --git a/src/VBox/Main/win/NetIf-win.cpp b/src/VBox/Main/win/NetIf-win.cpp index d38390207..2d7f53de6 100644 --- a/src/VBox/Main/win/NetIf-win.cpp +++ b/src/VBox/Main/win/NetIf-win.cpp @@ -1,4 +1,4 @@ -/* $Id: NetIf-win.cpp 28800 2010-04-27 08:22:32Z vboxsync $ */ +/* $Id: NetIf-win.cpp $ */ /** @file * Main - NetIfList, Windows implementation. */ diff --git a/src/VBox/Main/win/PerformanceWin.cpp b/src/VBox/Main/win/PerformanceWin.cpp index 2916d77c4..426cffbe4 100644 --- a/src/VBox/Main/win/PerformanceWin.cpp +++ b/src/VBox/Main/win/PerformanceWin.cpp @@ -1,4 +1,4 @@ -/* $Id: PerformanceWin.cpp 28800 2010-04-27 08:22:32Z vboxsync $ */ +/* $Id: PerformanceWin.cpp $ */ /** @file * diff --git a/src/VBox/Main/xml/Settings.cpp b/src/VBox/Main/xml/Settings.cpp index 9027e5dac..3011a1d08 100644 --- a/src/VBox/Main/xml/Settings.cpp +++ b/src/VBox/Main/xml/Settings.cpp @@ -1,4 +1,4 @@ -/* $Id: Settings.cpp 29873 2010-05-28 17:14:53Z vboxsync $ */ +/* $Id: Settings.cpp $ */ /** @file * Settings File Manipulation API. * diff --git a/src/VBox/Main/xml/ovfreader.cpp b/src/VBox/Main/xml/ovfreader.cpp index 18e3dba82..3167d45a9 100644 --- a/src/VBox/Main/xml/ovfreader.cpp +++ b/src/VBox/Main/xml/ovfreader.cpp @@ -1,4 +1,4 @@ -/* $Id: ovfreader.cpp 29893 2010-05-31 10:37:17Z vboxsync $ */ +/* $Id: ovfreader.cpp $ */ /** @file * * OVF reader declarations. Depends only on IPRT, including the iprt::MiniString diff --git a/src/VBox/Main/xpcom/server.cpp b/src/VBox/Main/xpcom/server.cpp index 5c5e3c194..5cc5cba33 100644 --- a/src/VBox/Main/xpcom/server.cpp +++ b/src/VBox/Main/xpcom/server.cpp @@ -1,4 +1,4 @@ -/* $Id: server.cpp 29864 2010-05-28 13:34:53Z vboxsync $ */ +/* $Id: server.cpp $ */ /** @file * XPCOM server process (VBoxSVC) start point. */ diff --git a/src/VBox/Makefile.kmk b/src/VBox/Makefile.kmk index 67919111f..ff4a0223a 100644 --- a/src/VBox/Makefile.kmk +++ b/src/VBox/Makefile.kmk @@ -1,4 +1,4 @@ -# $Id: Makefile.kmk 29767 2010-05-24 19:17:39Z vboxsync $ +# $Id: Makefile.kmk $ ## @file # Top-level makefile for src/VBox. # diff --git a/src/VBox/NetworkServices/DHCP/Makefile.kmk b/src/VBox/NetworkServices/DHCP/Makefile.kmk index 981b9cafd..45db7eceb 100644 --- a/src/VBox/NetworkServices/DHCP/Makefile.kmk +++ b/src/VBox/NetworkServices/DHCP/Makefile.kmk @@ -1,4 +1,4 @@ - # $Id: Makefile.kmk 28800 2010-04-27 08:22:32Z vboxsync $ + # $Id: Makefile.kmk $ ## @file # Sub-Makefile for VBoxNetDHCP. # diff --git a/src/VBox/NetworkServices/DHCP/VBoxNetDHCP.cpp b/src/VBox/NetworkServices/DHCP/VBoxNetDHCP.cpp index 4e4a49f95..db9b4cc2c 100644 --- a/src/VBox/NetworkServices/DHCP/VBoxNetDHCP.cpp +++ b/src/VBox/NetworkServices/DHCP/VBoxNetDHCP.cpp @@ -1,4 +1,4 @@ -/* $Id: VBoxNetDHCP.cpp 28845 2010-04-27 16:41:56Z vboxsync $ */ +/* $Id: VBoxNetDHCP.cpp $ */ /** @file * VBoxNetDHCP - DHCP Service for connecting to IntNet. */ diff --git a/src/VBox/NetworkServices/DHCP/VBoxNetDHCPHardened.cpp b/src/VBox/NetworkServices/DHCP/VBoxNetDHCPHardened.cpp index 046c206bd..7d0e1bef3 100644 --- a/src/VBox/NetworkServices/DHCP/VBoxNetDHCPHardened.cpp +++ b/src/VBox/NetworkServices/DHCP/VBoxNetDHCPHardened.cpp @@ -1,4 +1,4 @@ -/* $Id: VBoxNetDHCPHardened.cpp 28800 2010-04-27 08:22:32Z vboxsync $ */ +/* $Id: VBoxNetDHCPHardened.cpp $ */ /** @file * VBoxNetDHCP - Hardened main(). */ diff --git a/src/VBox/NetworkServices/Makefile.kmk b/src/VBox/NetworkServices/Makefile.kmk index 46b2e2004..affd27263 100644 --- a/src/VBox/NetworkServices/Makefile.kmk +++ b/src/VBox/NetworkServices/Makefile.kmk @@ -1,4 +1,4 @@ -# $Id: Makefile.kmk 28800 2010-04-27 08:22:32Z vboxsync $ +# $Id: Makefile.kmk $ ## @file # Top-level makefile for the VBox Network Services. # diff --git a/src/VBox/NetworkServices/NAT/VBoxNetNAT.cpp b/src/VBox/NetworkServices/NAT/VBoxNetNAT.cpp index 42113cd42..84f566e80 100644 --- a/src/VBox/NetworkServices/NAT/VBoxNetNAT.cpp +++ b/src/VBox/NetworkServices/NAT/VBoxNetNAT.cpp @@ -1,4 +1,4 @@ -/* $Id: VBoxNetNAT.cpp 28800 2010-04-27 08:22:32Z vboxsync $ */ +/* $Id: VBoxNetNAT.cpp $ */ /** @file * VBoxNetNAT - NAT Service for connecting to IntNet. */ diff --git a/src/VBox/NetworkServices/NAT/VBoxNetNATHardened.cpp b/src/VBox/NetworkServices/NAT/VBoxNetNATHardened.cpp index 1d30f8659..b0d74e735 100644 --- a/src/VBox/NetworkServices/NAT/VBoxNetNATHardened.cpp +++ b/src/VBox/NetworkServices/NAT/VBoxNetNATHardened.cpp @@ -1,4 +1,4 @@ -/* $Id: VBoxNetNATHardened.cpp 28800 2010-04-27 08:22:32Z vboxsync $ */ +/* $Id: VBoxNetNATHardened.cpp $ */ /** @file * VBoxNetNAT - Hardened main(). */ diff --git a/src/VBox/NetworkServices/NetLib/VBoxNetARP.cpp b/src/VBox/NetworkServices/NetLib/VBoxNetARP.cpp index 82ca1065d..ec5ed275f 100644 --- a/src/VBox/NetworkServices/NetLib/VBoxNetARP.cpp +++ b/src/VBox/NetworkServices/NetLib/VBoxNetARP.cpp @@ -1,4 +1,4 @@ -/* $Id: VBoxNetARP.cpp 28800 2010-04-27 08:22:32Z vboxsync $ */ +/* $Id: VBoxNetARP.cpp $ */ /** @file * VBoxNetARP - IntNet ARP Client Routines. */ diff --git a/src/VBox/NetworkServices/NetLib/VBoxNetBaseService.cpp b/src/VBox/NetworkServices/NetLib/VBoxNetBaseService.cpp index 5fda8ecce..0fdbc8242 100644 --- a/src/VBox/NetworkServices/NetLib/VBoxNetBaseService.cpp +++ b/src/VBox/NetworkServices/NetLib/VBoxNetBaseService.cpp @@ -1,4 +1,4 @@ -/* $Id: VBoxNetBaseService.cpp 29141 2010-05-06 12:02:13Z vboxsync $ */ +/* $Id: VBoxNetBaseService.cpp $ */ /** @file * VBoxNetDHCP - DHCP Service for connecting to IntNet. */ diff --git a/src/VBox/NetworkServices/NetLib/VBoxNetBaseService.h b/src/VBox/NetworkServices/NetLib/VBoxNetBaseService.h index c12040c88..ea24aea71 100644 --- a/src/VBox/NetworkServices/NetLib/VBoxNetBaseService.h +++ b/src/VBox/NetworkServices/NetLib/VBoxNetBaseService.h @@ -1,4 +1,4 @@ -/* $Id: VBoxNetBaseService.h 28800 2010-04-27 08:22:32Z vboxsync $ */ +/* $Id: VBoxNetBaseService.h $ */ /** @file * VBoxNetUDP - IntNet Client Library. */ diff --git a/src/VBox/NetworkServices/NetLib/VBoxNetIntIf.cpp b/src/VBox/NetworkServices/NetLib/VBoxNetIntIf.cpp index 9e70ebc39..ca1ee9505 100644 --- a/src/VBox/NetworkServices/NetLib/VBoxNetIntIf.cpp +++ b/src/VBox/NetworkServices/NetLib/VBoxNetIntIf.cpp @@ -1,4 +1,4 @@ -/* $Id: VBoxNetIntIf.cpp 28800 2010-04-27 08:22:32Z vboxsync $ */ +/* $Id: VBoxNetIntIf.cpp $ */ /** @file * VBoxNetIntIf - IntNet Interface Client Routines. */ diff --git a/src/VBox/NetworkServices/NetLib/VBoxNetLib.h b/src/VBox/NetworkServices/NetLib/VBoxNetLib.h index 02ac249c7..e1150bfb1 100644 --- a/src/VBox/NetworkServices/NetLib/VBoxNetLib.h +++ b/src/VBox/NetworkServices/NetLib/VBoxNetLib.h @@ -1,4 +1,4 @@ -/* $Id: VBoxNetLib.h 28800 2010-04-27 08:22:32Z vboxsync $ */ +/* $Id: VBoxNetLib.h $ */ /** @file * VBoxNetUDP - IntNet Client Library. */ diff --git a/src/VBox/NetworkServices/NetLib/VBoxNetUDP.cpp b/src/VBox/NetworkServices/NetLib/VBoxNetUDP.cpp index 555b02e1e..91c46637d 100644 --- a/src/VBox/NetworkServices/NetLib/VBoxNetUDP.cpp +++ b/src/VBox/NetworkServices/NetLib/VBoxNetUDP.cpp @@ -1,4 +1,4 @@ -/* $Id: VBoxNetUDP.cpp 28800 2010-04-27 08:22:32Z vboxsync $ */ +/* $Id: VBoxNetUDP.cpp $ */ /** @file * VBoxNetUDP - IntNet UDP Client Routines. */ diff --git a/src/VBox/RDP/client/Makefile.kmk b/src/VBox/RDP/client/Makefile.kmk index 7997afa91..412334c42 100644 --- a/src/VBox/RDP/client/Makefile.kmk +++ b/src/VBox/RDP/client/Makefile.kmk @@ -1,4 +1,4 @@ -# $Id: Makefile.kmk 28800 2010-04-27 08:22:32Z vboxsync $ +# $Id: Makefile.kmk $ ## @file # VBox - rdesktop with VRDP enhancements sub-makefile. # diff --git a/src/VBox/Runtime/.scm-settings b/src/VBox/Runtime/.scm-settings index 104936c22..40c903beb 100644 --- a/src/VBox/Runtime/.scm-settings +++ b/src/VBox/Runtime/.scm-settings @@ -1,4 +1,4 @@ -# $Id: .scm-settings 26483 2010-02-14 02:12:15Z vboxsync $ +# $Id: .scm-settings $ ## @file # Source code massager settings for Runtime. # diff --git a/src/VBox/Runtime/Makefile.kmk b/src/VBox/Runtime/Makefile.kmk index 5086f698d..9297997c2 100644 --- a/src/VBox/Runtime/Makefile.kmk +++ b/src/VBox/Runtime/Makefile.kmk @@ -1,4 +1,4 @@ -# $Id: Makefile.kmk 29582 2010-05-17 19:40:34Z vboxsync $ +# $Id: Makefile.kmk $ ## @file # Sub-Makefile for the IPRT (IPRT). # diff --git a/src/VBox/Runtime/VBox/RTAssertShouldPanic-vbox.cpp b/src/VBox/Runtime/VBox/RTAssertShouldPanic-vbox.cpp index 848c0681a..2fedc9d47 100644 --- a/src/VBox/Runtime/VBox/RTAssertShouldPanic-vbox.cpp +++ b/src/VBox/Runtime/VBox/RTAssertShouldPanic-vbox.cpp @@ -1,4 +1,4 @@ -/* $Id: RTAssertShouldPanic-vbox.cpp 28800 2010-04-27 08:22:32Z vboxsync $ */ +/* $Id: RTAssertShouldPanic-vbox.cpp $ */ /** @file * IPRT - Assertions, generic RTAssertShouldPanic. */ diff --git a/src/VBox/Runtime/VBox/VBoxRTDeps.cpp b/src/VBox/Runtime/VBox/VBoxRTDeps.cpp index e95ec22a2..9437c91b2 100644 --- a/src/VBox/Runtime/VBox/VBoxRTDeps.cpp +++ b/src/VBox/Runtime/VBox/VBoxRTDeps.cpp @@ -1,4 +1,4 @@ -/* $Id: VBoxRTDeps.cpp 29272 2010-05-09 21:25:43Z vboxsync $ */ +/* $Id: VBoxRTDeps.cpp $ */ /** @file * IPRT - VBoxRT.dll/so dependencies. */ diff --git a/src/VBox/Runtime/VBox/log-vbox.cpp b/src/VBox/Runtime/VBox/log-vbox.cpp index 826e1c518..72b610a77 100644 --- a/src/VBox/Runtime/VBox/log-vbox.cpp +++ b/src/VBox/Runtime/VBox/log-vbox.cpp @@ -1,4 +1,4 @@ -/* $Id: log-vbox.cpp 28800 2010-04-27 08:22:32Z vboxsync $ */ +/* $Id: log-vbox.cpp $ */ /** @file * VirtualBox Runtime - Logging configuration. */ diff --git a/src/VBox/Runtime/VBox/logbackdoor-redirect.cpp b/src/VBox/Runtime/VBox/logbackdoor-redirect.cpp index eaa291050..9f1eed063 100644 --- a/src/VBox/Runtime/VBox/logbackdoor-redirect.cpp +++ b/src/VBox/Runtime/VBox/logbackdoor-redirect.cpp @@ -1,4 +1,4 @@ -/* $Id: logbackdoor-redirect.cpp 28800 2010-04-27 08:22:32Z vboxsync $ */ +/* $Id: logbackdoor-redirect.cpp $ */ /** @file * VirtualBox Runtime - RTLog stubs for the stripped down IPRT used by * RuntimeGuestR3Shared (X11), output is redirected diff --git a/src/VBox/Runtime/VBox/logbackdoor.cpp b/src/VBox/Runtime/VBox/logbackdoor.cpp index 37bb57cbd..99d4485db 100644 --- a/src/VBox/Runtime/VBox/logbackdoor.cpp +++ b/src/VBox/Runtime/VBox/logbackdoor.cpp @@ -1,4 +1,4 @@ -/* $Id: logbackdoor.cpp 29250 2010-05-09 17:53:58Z vboxsync $ */ +/* $Id: logbackdoor.cpp $ */ /** @file * VirtualBox Runtime - Guest Backdoor Logging. */ diff --git a/src/VBox/Runtime/common/alloc/alloc.cpp b/src/VBox/Runtime/common/alloc/alloc.cpp index a435a116b..02f393671 100644 --- a/src/VBox/Runtime/common/alloc/alloc.cpp +++ b/src/VBox/Runtime/common/alloc/alloc.cpp @@ -1,4 +1,4 @@ -/* $Id: alloc.cpp 28800 2010-04-27 08:22:32Z vboxsync $ */ +/* $Id: alloc.cpp $ */ /** @file * IPRT - Memory Allocation. */ diff --git a/src/VBox/Runtime/common/alloc/heapoffset.cpp b/src/VBox/Runtime/common/alloc/heapoffset.cpp index e2b5d19e0..8fa45970c 100644 --- a/src/VBox/Runtime/common/alloc/heapoffset.cpp +++ b/src/VBox/Runtime/common/alloc/heapoffset.cpp @@ -1,4 +1,4 @@ -/* $Id: heapoffset.cpp 28800 2010-04-27 08:22:32Z vboxsync $ */ +/* $Id: heapoffset.cpp $ */ /** @file * IPRT - An Offset Based Heap. */ diff --git a/src/VBox/Runtime/common/alloc/heapsimple.cpp b/src/VBox/Runtime/common/alloc/heapsimple.cpp index fe7c95f64..3db4feea4 100644 --- a/src/VBox/Runtime/common/alloc/heapsimple.cpp +++ b/src/VBox/Runtime/common/alloc/heapsimple.cpp @@ -1,4 +1,4 @@ -/* $Id: heapsimple.cpp 28800 2010-04-27 08:22:32Z vboxsync $ */ +/* $Id: heapsimple.cpp $ */ /** @file * IPRT - A Simple Heap. */ diff --git a/src/VBox/Runtime/common/alloc/memcache.cpp b/src/VBox/Runtime/common/alloc/memcache.cpp index 8f38defae..9abfa2309 100644 --- a/src/VBox/Runtime/common/alloc/memcache.cpp +++ b/src/VBox/Runtime/common/alloc/memcache.cpp @@ -1,4 +1,4 @@ -/* $Id: memcache.cpp 28800 2010-04-27 08:22:32Z vboxsync $ */ +/* $Id: memcache.cpp $ */ /** @file * IPRT - Memory Object Allocation Cache. */ diff --git a/src/VBox/Runtime/common/asm/ASMAtomicCmpXchgExU64.asm b/src/VBox/Runtime/common/asm/ASMAtomicCmpXchgExU64.asm index f4a06977c..c860383ba 100644 --- a/src/VBox/Runtime/common/asm/ASMAtomicCmpXchgExU64.asm +++ b/src/VBox/Runtime/common/asm/ASMAtomicCmpXchgExU64.asm @@ -1,4 +1,4 @@ -; $Id: ASMAtomicCmpXchgExU64.asm 28800 2010-04-27 08:22:32Z vboxsync $ +; $Id: ASMAtomicCmpXchgExU64.asm $ ;; @file ; IPRT - ASMAtomicCmpXchgExU64(). ; diff --git a/src/VBox/Runtime/common/asm/ASMAtomicCmpXchgU64.asm b/src/VBox/Runtime/common/asm/ASMAtomicCmpXchgU64.asm index 83dcc6871..3b3e5787f 100644 --- a/src/VBox/Runtime/common/asm/ASMAtomicCmpXchgU64.asm +++ b/src/VBox/Runtime/common/asm/ASMAtomicCmpXchgU64.asm @@ -1,4 +1,4 @@ -; $Id: ASMAtomicCmpXchgU64.asm 28800 2010-04-27 08:22:32Z vboxsync $ +; $Id: ASMAtomicCmpXchgU64.asm $ ;; @file ; IPRT - ASMAtomicCmpXchgU64(). ; diff --git a/src/VBox/Runtime/common/asm/ASMAtomicCmpXchgU8.asm b/src/VBox/Runtime/common/asm/ASMAtomicCmpXchgU8.asm index 4e4aa29e6..1ec4f96f3 100644 --- a/src/VBox/Runtime/common/asm/ASMAtomicCmpXchgU8.asm +++ b/src/VBox/Runtime/common/asm/ASMAtomicCmpXchgU8.asm @@ -1,4 +1,4 @@ -; $Id: ASMAtomicCmpXchgU8.asm 28800 2010-04-27 08:22:32Z vboxsync $ +; $Id: ASMAtomicCmpXchgU8.asm $ ;; @file ; IPRT - ASMAtomicCmpXchgU8(). ; diff --git a/src/VBox/Runtime/common/asm/ASMAtomicReadU64.asm b/src/VBox/Runtime/common/asm/ASMAtomicReadU64.asm index cf8298e47..60d01e32a 100644 --- a/src/VBox/Runtime/common/asm/ASMAtomicReadU64.asm +++ b/src/VBox/Runtime/common/asm/ASMAtomicReadU64.asm @@ -1,4 +1,4 @@ -; $Id: ASMAtomicReadU64.asm 28800 2010-04-27 08:22:32Z vboxsync $ +; $Id: ASMAtomicReadU64.asm $ ;; @file ; IPRT - ASMAtomicReadU64(). ; diff --git a/src/VBox/Runtime/common/asm/ASMAtomicUoReadU64.asm b/src/VBox/Runtime/common/asm/ASMAtomicUoReadU64.asm index 0751ba001..8e83ebe7e 100644 --- a/src/VBox/Runtime/common/asm/ASMAtomicUoReadU64.asm +++ b/src/VBox/Runtime/common/asm/ASMAtomicUoReadU64.asm @@ -1,4 +1,4 @@ -; $Id: ASMAtomicUoReadU64.asm 28800 2010-04-27 08:22:32Z vboxsync $ +; $Id: ASMAtomicUoReadU64.asm $ ;; @file ; IPRT - ASMAtomicUoReadU64(). ; diff --git a/src/VBox/Runtime/common/asm/ASMAtomicXchgU64.asm b/src/VBox/Runtime/common/asm/ASMAtomicXchgU64.asm index 5a6c99105..1d9ea7040 100644 --- a/src/VBox/Runtime/common/asm/ASMAtomicXchgU64.asm +++ b/src/VBox/Runtime/common/asm/ASMAtomicXchgU64.asm @@ -1,4 +1,4 @@ -; $Id: ASMAtomicXchgU64.asm 28800 2010-04-27 08:22:32Z vboxsync $ +; $Id: ASMAtomicXchgU64.asm $ ;; @file ; IPRT - ASMAtomicXchgU64(). ; diff --git a/src/VBox/Runtime/common/asm/ASMMultU64ByU32DivByU32.asm b/src/VBox/Runtime/common/asm/ASMMultU64ByU32DivByU32.asm index 8e7f6b716..5172fa045 100644 --- a/src/VBox/Runtime/common/asm/ASMMultU64ByU32DivByU32.asm +++ b/src/VBox/Runtime/common/asm/ASMMultU64ByU32DivByU32.asm @@ -1,4 +1,4 @@ -; $Id: ASMMultU64ByU32DivByU32.asm 28800 2010-04-27 08:22:32Z vboxsync $ +; $Id: ASMMultU64ByU32DivByU32.asm $ ;; @file ; IPRT - Assembly Functions, ASMMultU64ByU32DivByU32. ; diff --git a/src/VBox/Runtime/common/asm/ASMNopPause.asm b/src/VBox/Runtime/common/asm/ASMNopPause.asm index 43d855d6f..53d6b7518 100644 --- a/src/VBox/Runtime/common/asm/ASMNopPause.asm +++ b/src/VBox/Runtime/common/asm/ASMNopPause.asm @@ -1,4 +1,4 @@ -; $Id: ASMNopPause.asm 28800 2010-04-27 08:22:32Z vboxsync $ +; $Id: ASMNopPause.asm $ ;; @file ; IPRT - ASMNopPause(). ; diff --git a/src/VBox/Runtime/common/asm/asm-fake.cpp b/src/VBox/Runtime/common/asm/asm-fake.cpp index 263ad3e22..73478a86e 100644 --- a/src/VBox/Runtime/common/asm/asm-fake.cpp +++ b/src/VBox/Runtime/common/asm/asm-fake.cpp @@ -1,4 +1,4 @@ -/* $Id: asm-fake.cpp 29278 2010-05-09 23:28:27Z vboxsync $ */ +/* $Id: asm-fake.cpp $ */ /** @file * IPRT - Fake asm.h routines for use early in a new port. */ diff --git a/src/VBox/Runtime/common/checksum/RTSha1Digest.cpp b/src/VBox/Runtime/common/checksum/RTSha1Digest.cpp index 97d9ed268..9f6202d58 100644 --- a/src/VBox/Runtime/common/checksum/RTSha1Digest.cpp +++ b/src/VBox/Runtime/common/checksum/RTSha1Digest.cpp @@ -1,4 +1,4 @@ -/* $Id: RTSha1Digest.cpp 29901 2010-05-31 12:53:25Z vboxsync $ */ +/* $Id: RTSha1Digest.cpp $ */ /** @file * IPRT - SHA1 digest creation */ diff --git a/src/VBox/Runtime/common/checksum/adler32.cpp b/src/VBox/Runtime/common/checksum/adler32.cpp index 05fa27736..d9e54985b 100644 --- a/src/VBox/Runtime/common/checksum/adler32.cpp +++ b/src/VBox/Runtime/common/checksum/adler32.cpp @@ -1,4 +1,4 @@ -/* $Id: adler32.cpp 28800 2010-04-27 08:22:32Z vboxsync $ */ +/* $Id: adler32.cpp $ */ /** @file * IPRT - Adler-32 */ diff --git a/src/VBox/Runtime/common/checksum/crc32-zlib.cpp b/src/VBox/Runtime/common/checksum/crc32-zlib.cpp index 6320688b7..650a959b2 100644 --- a/src/VBox/Runtime/common/checksum/crc32-zlib.cpp +++ b/src/VBox/Runtime/common/checksum/crc32-zlib.cpp @@ -1,4 +1,4 @@ -/* $Id: crc32-zlib.cpp 28800 2010-04-27 08:22:32Z vboxsync $ */ +/* $Id: crc32-zlib.cpp $ */ /** @file * IPRT - CRC-32 on top of zlib (very fast). */ diff --git a/src/VBox/Runtime/common/checksum/crc32.cpp b/src/VBox/Runtime/common/checksum/crc32.cpp index 89559305c..5e9522dfd 100644 --- a/src/VBox/Runtime/common/checksum/crc32.cpp +++ b/src/VBox/Runtime/common/checksum/crc32.cpp @@ -1,4 +1,4 @@ -/* $Id: crc32.cpp 28800 2010-04-27 08:22:32Z vboxsync $ */ +/* $Id: crc32.cpp $ */ /** @file * IPRT - CRC32. */ diff --git a/src/VBox/Runtime/common/checksum/crc64.cpp b/src/VBox/Runtime/common/checksum/crc64.cpp index 936f256a5..820fb7e28 100644 --- a/src/VBox/Runtime/common/checksum/crc64.cpp +++ b/src/VBox/Runtime/common/checksum/crc64.cpp @@ -1,4 +1,4 @@ -/* $Id: crc64.cpp 28800 2010-04-27 08:22:32Z vboxsync $ */ +/* $Id: crc64.cpp $ */ /** @file * IPRT - CRC64. * diff --git a/src/VBox/Runtime/common/checksum/ipv4.cpp b/src/VBox/Runtime/common/checksum/ipv4.cpp index d04f0ca9e..b32dd3e80 100644 --- a/src/VBox/Runtime/common/checksum/ipv4.cpp +++ b/src/VBox/Runtime/common/checksum/ipv4.cpp @@ -1,4 +1,4 @@ -/* $Id: ipv4.cpp 28800 2010-04-27 08:22:32Z vboxsync $ */ +/* $Id: ipv4.cpp $ */ /** @file * IPRT - IPv4 Checksum calculation and validation. */ diff --git a/src/VBox/Runtime/common/checksum/ipv6.cpp b/src/VBox/Runtime/common/checksum/ipv6.cpp index c9baf477a..d33438a0f 100644 --- a/src/VBox/Runtime/common/checksum/ipv6.cpp +++ b/src/VBox/Runtime/common/checksum/ipv6.cpp @@ -1,4 +1,4 @@ -/* $Id: ipv6.cpp 28800 2010-04-27 08:22:32Z vboxsync $ */ +/* $Id: ipv6.cpp $ */ /** @file * IPRT - IPv6 Checksum calculation and validation. */ diff --git a/src/VBox/Runtime/common/checksum/manifest.cpp b/src/VBox/Runtime/common/checksum/manifest.cpp index 968e83b2d..b0401d4de 100644 --- a/src/VBox/Runtime/common/checksum/manifest.cpp +++ b/src/VBox/Runtime/common/checksum/manifest.cpp @@ -1,4 +1,4 @@ -/* $Id: manifest.cpp 29904 2010-05-31 12:57:38Z vboxsync $ */ +/* $Id: manifest.cpp $ */ /** @file * IPRT - Manifest file handling. */ diff --git a/src/VBox/Runtime/common/checksum/md5.cpp b/src/VBox/Runtime/common/checksum/md5.cpp index f312d1763..1bc5f97b4 100644 --- a/src/VBox/Runtime/common/checksum/md5.cpp +++ b/src/VBox/Runtime/common/checksum/md5.cpp @@ -1,4 +1,4 @@ -/* $Id: md5.cpp 28800 2010-04-27 08:22:32Z vboxsync $ */ +/* $Id: md5.cpp $ */ /** @file * IPRT - MD5 message digest functions. */ diff --git a/src/VBox/Runtime/common/checksum/md5str.cpp b/src/VBox/Runtime/common/checksum/md5str.cpp index f85c11783..40dbb8ba9 100644 --- a/src/VBox/Runtime/common/checksum/md5str.cpp +++ b/src/VBox/Runtime/common/checksum/md5str.cpp @@ -1,4 +1,4 @@ -/* $Id: md5str.cpp 28800 2010-04-27 08:22:32Z vboxsync $ */ +/* $Id: md5str.cpp $ */ /** @file * IPRT - MD5 string functions. */ diff --git a/src/VBox/Runtime/common/checksum/sha1.cpp b/src/VBox/Runtime/common/checksum/sha1.cpp index 624ce03d2..e448a479b 100644 --- a/src/VBox/Runtime/common/checksum/sha1.cpp +++ b/src/VBox/Runtime/common/checksum/sha1.cpp @@ -1,4 +1,4 @@ -/* $Id: sha1.cpp 28800 2010-04-27 08:22:32Z vboxsync $ */ +/* $Id: sha1.cpp $ */ /** @file * IPRT - SHA-1 hash functions. */ diff --git a/src/VBox/Runtime/common/checksum/sha1str.cpp b/src/VBox/Runtime/common/checksum/sha1str.cpp index d50b57cd4..730d0bee9 100644 --- a/src/VBox/Runtime/common/checksum/sha1str.cpp +++ b/src/VBox/Runtime/common/checksum/sha1str.cpp @@ -1,4 +1,4 @@ -/* $Id: sha1str.cpp 28800 2010-04-27 08:22:32Z vboxsync $ */ +/* $Id: sha1str.cpp $ */ /** @file * IPRT - SHA-1 string functions. */ diff --git a/src/VBox/Runtime/common/checksum/sha256.cpp b/src/VBox/Runtime/common/checksum/sha256.cpp index ad1c831af..c78e22e22 100644 --- a/src/VBox/Runtime/common/checksum/sha256.cpp +++ b/src/VBox/Runtime/common/checksum/sha256.cpp @@ -1,4 +1,4 @@ -/* $Id: sha256.cpp 28800 2010-04-27 08:22:32Z vboxsync $ */ +/* $Id: sha256.cpp $ */ /** @file * IPRT - SHA-256 hash functions. */ diff --git a/src/VBox/Runtime/common/checksum/sha256str.cpp b/src/VBox/Runtime/common/checksum/sha256str.cpp index 4c683db9a..43e668e18 100644 --- a/src/VBox/Runtime/common/checksum/sha256str.cpp +++ b/src/VBox/Runtime/common/checksum/sha256str.cpp @@ -1,4 +1,4 @@ -/* $Id: sha256str.cpp 28800 2010-04-27 08:22:32Z vboxsync $ */ +/* $Id: sha256str.cpp $ */ /** @file * IPRT - SHA-256 string functions. */ diff --git a/src/VBox/Runtime/common/checksum/sha512.cpp b/src/VBox/Runtime/common/checksum/sha512.cpp index 0befcf7f6..ee38f3686 100644 --- a/src/VBox/Runtime/common/checksum/sha512.cpp +++ b/src/VBox/Runtime/common/checksum/sha512.cpp @@ -1,4 +1,4 @@ -/* $Id: sha512.cpp 28800 2010-04-27 08:22:32Z vboxsync $ */ +/* $Id: sha512.cpp $ */ /** @file * IPRT - SHA-512 hash functions. */ diff --git a/src/VBox/Runtime/common/checksum/sha512str.cpp b/src/VBox/Runtime/common/checksum/sha512str.cpp index eed48abad..133734217 100644 --- a/src/VBox/Runtime/common/checksum/sha512str.cpp +++ b/src/VBox/Runtime/common/checksum/sha512str.cpp @@ -1,4 +1,4 @@ -/* $Id: sha512str.cpp 28800 2010-04-27 08:22:32Z vboxsync $ */ +/* $Id: sha512str.cpp $ */ /** @file * IPRT - SHA-512 string functions. */ diff --git a/src/VBox/Runtime/common/dbg/dbg.cpp b/src/VBox/Runtime/common/dbg/dbg.cpp index e17bdcb76..4198ddafe 100644 --- a/src/VBox/Runtime/common/dbg/dbg.cpp +++ b/src/VBox/Runtime/common/dbg/dbg.cpp @@ -1,4 +1,4 @@ -/* $Id: dbg.cpp 28800 2010-04-27 08:22:32Z vboxsync $ */ +/* $Id: dbg.cpp $ */ /** @file * IPRT - Debug Misc. */ diff --git a/src/VBox/Runtime/common/dbg/dbgas.cpp b/src/VBox/Runtime/common/dbg/dbgas.cpp index 934bbd26c..7137478c1 100644 --- a/src/VBox/Runtime/common/dbg/dbgas.cpp +++ b/src/VBox/Runtime/common/dbg/dbgas.cpp @@ -1,4 +1,4 @@ -/* $Id: dbgas.cpp 28800 2010-04-27 08:22:32Z vboxsync $ */ +/* $Id: dbgas.cpp $ */ /** @file * IPRT - Debug Address Space. */ diff --git a/src/VBox/Runtime/common/dbg/dbgmod.cpp b/src/VBox/Runtime/common/dbg/dbgmod.cpp index 1754691a2..7f6782892 100644 --- a/src/VBox/Runtime/common/dbg/dbgmod.cpp +++ b/src/VBox/Runtime/common/dbg/dbgmod.cpp @@ -1,4 +1,4 @@ -/* $Id: dbgmod.cpp 28800 2010-04-27 08:22:32Z vboxsync $ */ +/* $Id: dbgmod.cpp $ */ /** @file * IPRT - Debug Module Interpreter. */ diff --git a/src/VBox/Runtime/common/dbg/dbgmodcontainer.cpp b/src/VBox/Runtime/common/dbg/dbgmodcontainer.cpp index ed220cba9..476a39aa5 100644 --- a/src/VBox/Runtime/common/dbg/dbgmodcontainer.cpp +++ b/src/VBox/Runtime/common/dbg/dbgmodcontainer.cpp @@ -1,4 +1,4 @@ -/* $Id: dbgmodcontainer.cpp 28800 2010-04-27 08:22:32Z vboxsync $ */ +/* $Id: dbgmodcontainer.cpp $ */ /** @file * IPRT - Debug Info Container. */ diff --git a/src/VBox/Runtime/common/dbg/dbgmodnm.cpp b/src/VBox/Runtime/common/dbg/dbgmodnm.cpp index e7f984de3..f403157ae 100644 --- a/src/VBox/Runtime/common/dbg/dbgmodnm.cpp +++ b/src/VBox/Runtime/common/dbg/dbgmodnm.cpp @@ -1,4 +1,4 @@ -/* $Id: dbgmodnm.cpp 28800 2010-04-27 08:22:32Z vboxsync $ */ +/* $Id: dbgmodnm.cpp $ */ /** @file * IPRT - Debug Map Reader For NM Like Mapfiles. */ diff --git a/src/VBox/Runtime/common/err/RTErrConvertFromErrno.cpp b/src/VBox/Runtime/common/err/RTErrConvertFromErrno.cpp index 77f66df41..eb76a18b9 100644 --- a/src/VBox/Runtime/common/err/RTErrConvertFromErrno.cpp +++ b/src/VBox/Runtime/common/err/RTErrConvertFromErrno.cpp @@ -1,4 +1,4 @@ -/* $Id: RTErrConvertFromErrno.cpp 28800 2010-04-27 08:22:32Z vboxsync $ */ +/* $Id: RTErrConvertFromErrno.cpp $ */ /** @file * IPRT - Convert errno to iprt status codes. */ diff --git a/src/VBox/Runtime/common/err/RTErrConvertToErrno.cpp b/src/VBox/Runtime/common/err/RTErrConvertToErrno.cpp index 741f61459..cadac56fd 100644 --- a/src/VBox/Runtime/common/err/RTErrConvertToErrno.cpp +++ b/src/VBox/Runtime/common/err/RTErrConvertToErrno.cpp @@ -1,4 +1,4 @@ -/* $Id: RTErrConvertToErrno.cpp 28800 2010-04-27 08:22:32Z vboxsync $ */ +/* $Id: RTErrConvertToErrno.cpp $ */ /** @file * IPRT - Convert iprt status codes to errno. */ diff --git a/src/VBox/Runtime/common/err/errmsg.cpp b/src/VBox/Runtime/common/err/errmsg.cpp index b011bf79c..c22927469 100644 --- a/src/VBox/Runtime/common/err/errmsg.cpp +++ b/src/VBox/Runtime/common/err/errmsg.cpp @@ -1,4 +1,4 @@ -/* $Id: errmsg.cpp 28800 2010-04-27 08:22:32Z vboxsync $ */ +/* $Id: errmsg.cpp $ */ /** @file * IPRT - Status code messages. */ diff --git a/src/VBox/Runtime/common/err/errmsg.sed b/src/VBox/Runtime/common/err/errmsg.sed index ae74673aa..d4a1acc85 100644 --- a/src/VBox/Runtime/common/err/errmsg.sed +++ b/src/VBox/Runtime/common/err/errmsg.sed @@ -1,4 +1,4 @@ -# $Id: errmsg.sed 28800 2010-04-27 08:22:32Z vboxsync $ +# $Id: errmsg.sed $ ## @file # IPRT - SED script for converting */err.h. # diff --git a/src/VBox/Runtime/common/err/errmsgcom.sed b/src/VBox/Runtime/common/err/errmsgcom.sed index b1c2096a0..b101ad7c9 100644 --- a/src/VBox/Runtime/common/err/errmsgcom.sed +++ b/src/VBox/Runtime/common/err/errmsgcom.sed @@ -1,4 +1,4 @@ -# $Id: errmsgcom.sed 28800 2010-04-27 08:22:32Z vboxsync $ +# $Id: errmsgcom.sed $ ## @file # IPRT - SED script for converting COM errors # diff --git a/src/VBox/Runtime/common/err/errmsgxpcom.cpp b/src/VBox/Runtime/common/err/errmsgxpcom.cpp index a5a98321f..d7e390539 100644 --- a/src/VBox/Runtime/common/err/errmsgxpcom.cpp +++ b/src/VBox/Runtime/common/err/errmsgxpcom.cpp @@ -1,4 +1,4 @@ -/* $Id: errmsgxpcom.cpp 28800 2010-04-27 08:22:32Z vboxsync $ */ +/* $Id: errmsgxpcom.cpp $ */ /** @file * IPRT - Status code messages for XPCOM. */ diff --git a/src/VBox/Runtime/common/ldr/ldr.cpp b/src/VBox/Runtime/common/ldr/ldr.cpp index c0a1d5e64..ada4984c6 100644 --- a/src/VBox/Runtime/common/ldr/ldr.cpp +++ b/src/VBox/Runtime/common/ldr/ldr.cpp @@ -1,4 +1,4 @@ -/* $Id: ldr.cpp 28800 2010-04-27 08:22:32Z vboxsync $ */ +/* $Id: ldr.cpp $ */ /** @file * IPRT - Binary Image Loader. */ diff --git a/src/VBox/Runtime/common/ldr/ldrELF.cpp b/src/VBox/Runtime/common/ldr/ldrELF.cpp index b260fc4c3..47b45f618 100644 --- a/src/VBox/Runtime/common/ldr/ldrELF.cpp +++ b/src/VBox/Runtime/common/ldr/ldrELF.cpp @@ -1,4 +1,4 @@ -/* $Id: ldrELF.cpp 28800 2010-04-27 08:22:32Z vboxsync $ */ +/* $Id: ldrELF.cpp $ */ /** @file * IPRT - Binary Image Loader, Executable and Linker Format (ELF). */ diff --git a/src/VBox/Runtime/common/ldr/ldrELFRelocatable.cpp.h b/src/VBox/Runtime/common/ldr/ldrELFRelocatable.cpp.h index e5dbe78d8..cdc31d17f 100644 --- a/src/VBox/Runtime/common/ldr/ldrELFRelocatable.cpp.h +++ b/src/VBox/Runtime/common/ldr/ldrELFRelocatable.cpp.h @@ -1,4 +1,4 @@ -/* $Id: ldrELFRelocatable.cpp.h 28800 2010-04-27 08:22:32Z vboxsync $ */ +/* $Id: ldrELFRelocatable.cpp.h $ */ /** @file * IPRT - Binary Image Loader, Template for ELF Relocatable Images. */ diff --git a/src/VBox/Runtime/common/ldr/ldrEx.cpp b/src/VBox/Runtime/common/ldr/ldrEx.cpp index 348199ddf..d0373ba9b 100644 --- a/src/VBox/Runtime/common/ldr/ldrEx.cpp +++ b/src/VBox/Runtime/common/ldr/ldrEx.cpp @@ -1,4 +1,4 @@ -/* $Id: ldrEx.cpp 28800 2010-04-27 08:22:32Z vboxsync $ */ +/* $Id: ldrEx.cpp $ */ /** @file * IPRT - Binary Image Loader, Extended Features. */ diff --git a/src/VBox/Runtime/common/ldr/ldrFile.cpp b/src/VBox/Runtime/common/ldr/ldrFile.cpp index aa9805cdf..4de2d328b 100644 --- a/src/VBox/Runtime/common/ldr/ldrFile.cpp +++ b/src/VBox/Runtime/common/ldr/ldrFile.cpp @@ -1,4 +1,4 @@ -/* $Id: ldrFile.cpp 28800 2010-04-27 08:22:32Z vboxsync $ */ +/* $Id: ldrFile.cpp $ */ /** @file * IPRT - Binary Image Loader, The File Oriented Parts. */ diff --git a/src/VBox/Runtime/common/ldr/ldrNative.cpp b/src/VBox/Runtime/common/ldr/ldrNative.cpp index 47366723c..4c5feda19 100644 --- a/src/VBox/Runtime/common/ldr/ldrNative.cpp +++ b/src/VBox/Runtime/common/ldr/ldrNative.cpp @@ -1,4 +1,4 @@ -/* $Id: ldrNative.cpp 28800 2010-04-27 08:22:32Z vboxsync $ */ +/* $Id: ldrNative.cpp $ */ /** @file * IPRT - Binary Image Loader, Native interface. */ diff --git a/src/VBox/Runtime/common/ldr/ldrPE.cpp b/src/VBox/Runtime/common/ldr/ldrPE.cpp index a8b3524d1..8faedcfeb 100644 --- a/src/VBox/Runtime/common/ldr/ldrPE.cpp +++ b/src/VBox/Runtime/common/ldr/ldrPE.cpp @@ -1,4 +1,4 @@ -/* $Id: ldrPE.cpp 28800 2010-04-27 08:22:32Z vboxsync $ */ +/* $Id: ldrPE.cpp $ */ /** @file * IPRT - Binary Image Loader, Portable Executable (PE). */ diff --git a/src/VBox/Runtime/common/ldr/ldrkStuff.cpp b/src/VBox/Runtime/common/ldr/ldrkStuff.cpp index 09fd971c0..96585a61b 100644 --- a/src/VBox/Runtime/common/ldr/ldrkStuff.cpp +++ b/src/VBox/Runtime/common/ldr/ldrkStuff.cpp @@ -1,4 +1,4 @@ -/* $Id: ldrkStuff.cpp 28800 2010-04-27 08:22:32Z vboxsync $ */ +/* $Id: ldrkStuff.cpp $ */ /** @file * IPRT - Binary Image Loader, kLdr Interface. */ diff --git a/src/VBox/Runtime/common/log/log.cpp b/src/VBox/Runtime/common/log/log.cpp index d9fbdbdfe..bdac01439 100644 --- a/src/VBox/Runtime/common/log/log.cpp +++ b/src/VBox/Runtime/common/log/log.cpp @@ -1,4 +1,4 @@ -/* $Id: log.cpp 29263 2010-05-09 19:52:03Z vboxsync $ */ +/* $Id: log.cpp $ */ /** @file * Runtime VBox - Logger. */ diff --git a/src/VBox/Runtime/common/log/logcom.cpp b/src/VBox/Runtime/common/log/logcom.cpp index 065b1dd4d..ed4f26208 100644 --- a/src/VBox/Runtime/common/log/logcom.cpp +++ b/src/VBox/Runtime/common/log/logcom.cpp @@ -1,4 +1,4 @@ -/* $Id: logcom.cpp 29271 2010-05-09 21:25:16Z vboxsync $ */ +/* $Id: logcom.cpp $ */ /** @file * IPRT - Logging to Serial Port. */ diff --git a/src/VBox/Runtime/common/log/logellipsis.cpp b/src/VBox/Runtime/common/log/logellipsis.cpp index 845e27d79..86d91bb14 100644 --- a/src/VBox/Runtime/common/log/logellipsis.cpp +++ b/src/VBox/Runtime/common/log/logellipsis.cpp @@ -1,4 +1,4 @@ -/* $Id: logellipsis.cpp 28800 2010-04-27 08:22:32Z vboxsync $ */ +/* $Id: logellipsis.cpp $ */ /** @file * Runtime VBox - Logger, the ellipsis variants. */ diff --git a/src/VBox/Runtime/common/log/logformat.cpp b/src/VBox/Runtime/common/log/logformat.cpp index 6a326f433..b4bf2af5c 100644 --- a/src/VBox/Runtime/common/log/logformat.cpp +++ b/src/VBox/Runtime/common/log/logformat.cpp @@ -1,4 +1,4 @@ -/* $Id: logformat.cpp 28800 2010-04-27 08:22:32Z vboxsync $ */ +/* $Id: logformat.cpp $ */ /** @file * IPRT - Log Formatter. */ diff --git a/src/VBox/Runtime/common/log/logrel.cpp b/src/VBox/Runtime/common/log/logrel.cpp index 360c4432a..42f459cd3 100644 --- a/src/VBox/Runtime/common/log/logrel.cpp +++ b/src/VBox/Runtime/common/log/logrel.cpp @@ -1,4 +1,4 @@ -/* $Id: logrel.cpp 28800 2010-04-27 08:22:32Z vboxsync $ */ +/* $Id: logrel.cpp $ */ /** @file * Runtime VBox - Logger. */ diff --git a/src/VBox/Runtime/common/log/logrelellipsis.cpp b/src/VBox/Runtime/common/log/logrelellipsis.cpp index 4f89cc43c..9ad3ae587 100644 --- a/src/VBox/Runtime/common/log/logrelellipsis.cpp +++ b/src/VBox/Runtime/common/log/logrelellipsis.cpp @@ -1,4 +1,4 @@ -/* $Id: logrelellipsis.cpp 28800 2010-04-27 08:22:32Z vboxsync $ */ +/* $Id: logrelellipsis.cpp $ */ /** @file * Runtime VBox - Logger, the release ellipsis variants. */ diff --git a/src/VBox/Runtime/common/math/ceill.asm b/src/VBox/Runtime/common/math/ceill.asm index 4cd635bad..502181cdd 100644 --- a/src/VBox/Runtime/common/math/ceill.asm +++ b/src/VBox/Runtime/common/math/ceill.asm @@ -1,4 +1,4 @@ -; $Id: ceill.asm 28800 2010-04-27 08:22:32Z vboxsync $ +; $Id: ceill.asm $ ;; @file ; IPRT - No-CRT ceill - AMD64 & X86. ; diff --git a/src/VBox/Runtime/common/math/cosl.asm b/src/VBox/Runtime/common/math/cosl.asm index 6e46eb70a..c37c3c6af 100644 --- a/src/VBox/Runtime/common/math/cosl.asm +++ b/src/VBox/Runtime/common/math/cosl.asm @@ -1,4 +1,4 @@ -; $Id: cosl.asm 28800 2010-04-27 08:22:32Z vboxsync $ +; $Id: cosl.asm $ ;; @file ; IPRT - No-CRT cosl - AMD64 & X86. ; diff --git a/src/VBox/Runtime/common/math/fabs.asm b/src/VBox/Runtime/common/math/fabs.asm index f2e114436..18ca01151 100644 --- a/src/VBox/Runtime/common/math/fabs.asm +++ b/src/VBox/Runtime/common/math/fabs.asm @@ -1,4 +1,4 @@ -; $Id: fabs.asm 28800 2010-04-27 08:22:32Z vboxsync $ +; $Id: fabs.asm $ ;; @file ; IPRT - No-CRT fabs - AMD64 & X86. ; diff --git a/src/VBox/Runtime/common/math/fabsf.asm b/src/VBox/Runtime/common/math/fabsf.asm index 550ebc9c6..c58d2fc4d 100644 --- a/src/VBox/Runtime/common/math/fabsf.asm +++ b/src/VBox/Runtime/common/math/fabsf.asm @@ -1,4 +1,4 @@ -; $Id: fabsf.asm 28800 2010-04-27 08:22:32Z vboxsync $ +; $Id: fabsf.asm $ ;; @file ; IPRT - No-CRT fabsf - AMD64 & X86. ; diff --git a/src/VBox/Runtime/common/math/fabsl.asm b/src/VBox/Runtime/common/math/fabsl.asm index e6cbd75a7..1302b00dd 100644 --- a/src/VBox/Runtime/common/math/fabsl.asm +++ b/src/VBox/Runtime/common/math/fabsl.asm @@ -1,4 +1,4 @@ -; $Id: fabsl.asm 28800 2010-04-27 08:22:32Z vboxsync $ +; $Id: fabsl.asm $ ;; @file ; IPRT - No-CRT fabsl - AMD64 & X86. ; diff --git a/src/VBox/Runtime/common/math/floor.asm b/src/VBox/Runtime/common/math/floor.asm index 49b8accbe..7d98b4b4f 100644 --- a/src/VBox/Runtime/common/math/floor.asm +++ b/src/VBox/Runtime/common/math/floor.asm @@ -1,4 +1,4 @@ -; $Id: floor.asm 28800 2010-04-27 08:22:32Z vboxsync $ +; $Id: floor.asm $ ;; @file ; IPRT - No-CRT floor - AMD64 & X86. ; diff --git a/src/VBox/Runtime/common/math/floorf.asm b/src/VBox/Runtime/common/math/floorf.asm index 9df9ae551..b54919190 100644 --- a/src/VBox/Runtime/common/math/floorf.asm +++ b/src/VBox/Runtime/common/math/floorf.asm @@ -1,4 +1,4 @@ -; $Id: floorf.asm 28800 2010-04-27 08:22:32Z vboxsync $ +; $Id: floorf.asm $ ;; @file ; IPRT - No-CRT floorf - AMD64 & X86. ; diff --git a/src/VBox/Runtime/common/math/floorl.asm b/src/VBox/Runtime/common/math/floorl.asm index 8ba748507..c27ada71f 100644 --- a/src/VBox/Runtime/common/math/floorl.asm +++ b/src/VBox/Runtime/common/math/floorl.asm @@ -1,4 +1,4 @@ -; $Id: floorl.asm 28800 2010-04-27 08:22:32Z vboxsync $ +; $Id: floorl.asm $ ;; @file ; IPRT - No-CRT floorl - AMD64 & X86. ; diff --git a/src/VBox/Runtime/common/math/ldexpl.asm b/src/VBox/Runtime/common/math/ldexpl.asm index 230f61fde..f53a4e439 100644 --- a/src/VBox/Runtime/common/math/ldexpl.asm +++ b/src/VBox/Runtime/common/math/ldexpl.asm @@ -1,4 +1,4 @@ -; $Id: ldexpl.asm 28800 2010-04-27 08:22:32Z vboxsync $ +; $Id: ldexpl.asm $ ;; @file ; IPRT - No-CRT ldexpl - AMD64 & X86. ; diff --git a/src/VBox/Runtime/common/math/llrint.asm b/src/VBox/Runtime/common/math/llrint.asm index edd46105d..c870b9136 100644 --- a/src/VBox/Runtime/common/math/llrint.asm +++ b/src/VBox/Runtime/common/math/llrint.asm @@ -1,4 +1,4 @@ -; $Id: llrint.asm 28800 2010-04-27 08:22:32Z vboxsync $ +; $Id: llrint.asm $ ;; @file ; IPRT - No-CRT llrint - AMD64 & X86. ; diff --git a/src/VBox/Runtime/common/math/llrintf.asm b/src/VBox/Runtime/common/math/llrintf.asm index 1662c474b..d0c23db7b 100644 --- a/src/VBox/Runtime/common/math/llrintf.asm +++ b/src/VBox/Runtime/common/math/llrintf.asm @@ -1,4 +1,4 @@ -; $Id: llrintf.asm 28800 2010-04-27 08:22:32Z vboxsync $ +; $Id: llrintf.asm $ ;; @file ; IPRT - No-CRT llrintf - AMD64 & X86. ; diff --git a/src/VBox/Runtime/common/math/llrintl.asm b/src/VBox/Runtime/common/math/llrintl.asm index f35a4d4e9..a0ce49125 100644 --- a/src/VBox/Runtime/common/math/llrintl.asm +++ b/src/VBox/Runtime/common/math/llrintl.asm @@ -1,4 +1,4 @@ -; $Id: llrintl.asm 28800 2010-04-27 08:22:32Z vboxsync $ +; $Id: llrintl.asm $ ;; @file ; IPRT - No-CRT llrintl - AMD64 & X86. ; diff --git a/src/VBox/Runtime/common/math/logl.asm b/src/VBox/Runtime/common/math/logl.asm index 11c19785e..83e7de969 100644 --- a/src/VBox/Runtime/common/math/logl.asm +++ b/src/VBox/Runtime/common/math/logl.asm @@ -1,4 +1,4 @@ -; $Id: logl.asm 28800 2010-04-27 08:22:32Z vboxsync $ +; $Id: logl.asm $ ;; @file ; IPRT - No-CRT logl - AMD64 & X86. ; diff --git a/src/VBox/Runtime/common/math/lrint.asm b/src/VBox/Runtime/common/math/lrint.asm index 7e0f0e0f9..270a79f82 100644 --- a/src/VBox/Runtime/common/math/lrint.asm +++ b/src/VBox/Runtime/common/math/lrint.asm @@ -1,4 +1,4 @@ -; $Id: lrint.asm 28800 2010-04-27 08:22:32Z vboxsync $ +; $Id: lrint.asm $ ;; @file ; IPRT - No-CRT lrint - AMD64 & X86. ; diff --git a/src/VBox/Runtime/common/math/lrintf.asm b/src/VBox/Runtime/common/math/lrintf.asm index 80a475587..997294971 100644 --- a/src/VBox/Runtime/common/math/lrintf.asm +++ b/src/VBox/Runtime/common/math/lrintf.asm @@ -1,4 +1,4 @@ -; $Id: lrintf.asm 28800 2010-04-27 08:22:32Z vboxsync $ +; $Id: lrintf.asm $ ;; @file ; IPRT - No-CRT lrintf - AMD64 & X86. ; diff --git a/src/VBox/Runtime/common/math/lrintl.asm b/src/VBox/Runtime/common/math/lrintl.asm index 777a4a5d8..f336af6ac 100644 --- a/src/VBox/Runtime/common/math/lrintl.asm +++ b/src/VBox/Runtime/common/math/lrintl.asm @@ -1,4 +1,4 @@ -; $Id: lrintl.asm 28800 2010-04-27 08:22:32Z vboxsync $ +; $Id: lrintl.asm $ ;; @file ; IPRT - No-CRT lrintl - AMD64 & X86. ; diff --git a/src/VBox/Runtime/common/math/remainder.asm b/src/VBox/Runtime/common/math/remainder.asm index 1ad6af1e1..117aa502e 100644 --- a/src/VBox/Runtime/common/math/remainder.asm +++ b/src/VBox/Runtime/common/math/remainder.asm @@ -1,4 +1,4 @@ -; $Id: remainder.asm 28800 2010-04-27 08:22:32Z vboxsync $ +; $Id: remainder.asm $ ;; @file ; IPRT - No-CRT remainder - AMD64 & X86. ; diff --git a/src/VBox/Runtime/common/math/remainderf.asm b/src/VBox/Runtime/common/math/remainderf.asm index 09e731259..c9b079b70 100644 --- a/src/VBox/Runtime/common/math/remainderf.asm +++ b/src/VBox/Runtime/common/math/remainderf.asm @@ -1,4 +1,4 @@ -; $Id: remainderf.asm 28800 2010-04-27 08:22:32Z vboxsync $ +; $Id: remainderf.asm $ ;; @file ; IPRT - No-CRT remainderf - AMD64 & X86. ; diff --git a/src/VBox/Runtime/common/math/remainderl.asm b/src/VBox/Runtime/common/math/remainderl.asm index 3f58e9086..922f93a74 100644 --- a/src/VBox/Runtime/common/math/remainderl.asm +++ b/src/VBox/Runtime/common/math/remainderl.asm @@ -1,4 +1,4 @@ -; $Id: remainderl.asm 28800 2010-04-27 08:22:32Z vboxsync $ +; $Id: remainderl.asm $ ;; @file ; IPRT - No-CRT remainderl - AMD64 & X86. ; diff --git a/src/VBox/Runtime/common/math/sinl.asm b/src/VBox/Runtime/common/math/sinl.asm index 689d33c72..57f5ab8b1 100644 --- a/src/VBox/Runtime/common/math/sinl.asm +++ b/src/VBox/Runtime/common/math/sinl.asm @@ -1,4 +1,4 @@ -; $Id: sinl.asm 28800 2010-04-27 08:22:32Z vboxsync $ +; $Id: sinl.asm $ ;; @file ; IPRT - No-CRT sinl - AMD64 & X86. ; diff --git a/src/VBox/Runtime/common/math/tanl.asm b/src/VBox/Runtime/common/math/tanl.asm index fea96200b..85e61d04f 100644 --- a/src/VBox/Runtime/common/math/tanl.asm +++ b/src/VBox/Runtime/common/math/tanl.asm @@ -1,4 +1,4 @@ -; $Id: tanl.asm 28800 2010-04-27 08:22:32Z vboxsync $ +; $Id: tanl.asm $ ;; @file ; IPRT - No-CRT tanl - AMD64 & X86. ; diff --git a/src/VBox/Runtime/common/math/trunc.asm b/src/VBox/Runtime/common/math/trunc.asm index c079fcc50..9ea36820f 100644 --- a/src/VBox/Runtime/common/math/trunc.asm +++ b/src/VBox/Runtime/common/math/trunc.asm @@ -1,4 +1,4 @@ -; $Id: trunc.asm 28800 2010-04-27 08:22:32Z vboxsync $ +; $Id: trunc.asm $ ;; @file ; IPRT - No-CRT trunc - AMD64 & X86. ; diff --git a/src/VBox/Runtime/common/math/truncf.asm b/src/VBox/Runtime/common/math/truncf.asm index e2a57264a..9fb8166c7 100644 --- a/src/VBox/Runtime/common/math/truncf.asm +++ b/src/VBox/Runtime/common/math/truncf.asm @@ -1,4 +1,4 @@ -; $Id: truncf.asm 28800 2010-04-27 08:22:32Z vboxsync $ +; $Id: truncf.asm $ ;; @file ; IPRT - No-CRT truncf - AMD64 & X86. ; diff --git a/src/VBox/Runtime/common/math/truncl.asm b/src/VBox/Runtime/common/math/truncl.asm index ff0fb816a..45576833e 100644 --- a/src/VBox/Runtime/common/math/truncl.asm +++ b/src/VBox/Runtime/common/math/truncl.asm @@ -1,4 +1,4 @@ -; $Id: truncl.asm 28800 2010-04-27 08:22:32Z vboxsync $ +; $Id: truncl.asm $ ;; @file ; IPRT - No-CRT truncl - AMD64 & X86. ; diff --git a/src/VBox/Runtime/common/misc/RTAssertMsg1Weak.cpp b/src/VBox/Runtime/common/misc/RTAssertMsg1Weak.cpp index 0621c9620..ef0f35ee7 100644 --- a/src/VBox/Runtime/common/misc/RTAssertMsg1Weak.cpp +++ b/src/VBox/Runtime/common/misc/RTAssertMsg1Weak.cpp @@ -1,4 +1,4 @@ -/* $Id: RTAssertMsg1Weak.cpp 28800 2010-04-27 08:22:32Z vboxsync $ */ +/* $Id: RTAssertMsg1Weak.cpp $ */ /** @file * IPRT - RTAssertMsg1Weak. */ diff --git a/src/VBox/Runtime/common/misc/RTAssertMsg2.cpp b/src/VBox/Runtime/common/misc/RTAssertMsg2.cpp index d6ee76210..401baac80 100644 --- a/src/VBox/Runtime/common/misc/RTAssertMsg2.cpp +++ b/src/VBox/Runtime/common/misc/RTAssertMsg2.cpp @@ -1,4 +1,4 @@ -/* $Id: RTAssertMsg2.cpp 28800 2010-04-27 08:22:32Z vboxsync $ */ +/* $Id: RTAssertMsg2.cpp $ */ /** @file * IPRT - RTAssertMsg2. */ diff --git a/src/VBox/Runtime/common/misc/RTAssertMsg2Add.cpp b/src/VBox/Runtime/common/misc/RTAssertMsg2Add.cpp index 6112b1835..e0f3fb23f 100644 --- a/src/VBox/Runtime/common/misc/RTAssertMsg2Add.cpp +++ b/src/VBox/Runtime/common/misc/RTAssertMsg2Add.cpp @@ -1,4 +1,4 @@ -/* $Id: RTAssertMsg2Add.cpp 28800 2010-04-27 08:22:32Z vboxsync $ */ +/* $Id: RTAssertMsg2Add.cpp $ */ /** @file * IPRT - RTAssertMsg2Add. */ diff --git a/src/VBox/Runtime/common/misc/RTAssertMsg2AddWeak.cpp b/src/VBox/Runtime/common/misc/RTAssertMsg2AddWeak.cpp index bbf1d998c..297e60d99 100644 --- a/src/VBox/Runtime/common/misc/RTAssertMsg2AddWeak.cpp +++ b/src/VBox/Runtime/common/misc/RTAssertMsg2AddWeak.cpp @@ -1,4 +1,4 @@ -/* $Id: RTAssertMsg2AddWeak.cpp 28800 2010-04-27 08:22:32Z vboxsync $ */ +/* $Id: RTAssertMsg2AddWeak.cpp $ */ /** @file * IPRT - RTAssertMsg2AddWeak. */ diff --git a/src/VBox/Runtime/common/misc/RTAssertMsg2AddWeakV.cpp b/src/VBox/Runtime/common/misc/RTAssertMsg2AddWeakV.cpp index d1361d99f..99bc5e64c 100644 --- a/src/VBox/Runtime/common/misc/RTAssertMsg2AddWeakV.cpp +++ b/src/VBox/Runtime/common/misc/RTAssertMsg2AddWeakV.cpp @@ -1,4 +1,4 @@ -/* $Id: RTAssertMsg2AddWeakV.cpp 28800 2010-04-27 08:22:32Z vboxsync $ */ +/* $Id: RTAssertMsg2AddWeakV.cpp $ */ /** @file * IPRT - RTAssertMsg2AddWeakV. */ diff --git a/src/VBox/Runtime/common/misc/RTAssertMsg2Weak.cpp b/src/VBox/Runtime/common/misc/RTAssertMsg2Weak.cpp index f45c1eff9..2b5b9cf6b 100644 --- a/src/VBox/Runtime/common/misc/RTAssertMsg2Weak.cpp +++ b/src/VBox/Runtime/common/misc/RTAssertMsg2Weak.cpp @@ -1,4 +1,4 @@ -/* $Id: RTAssertMsg2Weak.cpp 28800 2010-04-27 08:22:32Z vboxsync $ */ +/* $Id: RTAssertMsg2Weak.cpp $ */ /** @file * IPRT - RTAssertMsg2Weak. */ diff --git a/src/VBox/Runtime/common/misc/RTAssertMsg2WeakV.cpp b/src/VBox/Runtime/common/misc/RTAssertMsg2WeakV.cpp index 8cffc1212..2d9b5eff7 100644 --- a/src/VBox/Runtime/common/misc/RTAssertMsg2WeakV.cpp +++ b/src/VBox/Runtime/common/misc/RTAssertMsg2WeakV.cpp @@ -1,4 +1,4 @@ -/* $Id: RTAssertMsg2WeakV.cpp 28800 2010-04-27 08:22:32Z vboxsync $ */ +/* $Id: RTAssertMsg2WeakV.cpp $ */ /** @file * IPRT - RTAssertMsg2WeakV. */ diff --git a/src/VBox/Runtime/common/misc/RTFileOpenF.cpp b/src/VBox/Runtime/common/misc/RTFileOpenF.cpp index a99e66407..39e50e13c 100644 --- a/src/VBox/Runtime/common/misc/RTFileOpenF.cpp +++ b/src/VBox/Runtime/common/misc/RTFileOpenF.cpp @@ -1,4 +1,4 @@ -/* $Id: RTFileOpenF.cpp 28800 2010-04-27 08:22:32Z vboxsync $ */ +/* $Id: RTFileOpenF.cpp $ */ /** @file * IPRT - RTFileOpenF. */ diff --git a/src/VBox/Runtime/common/misc/RTFileOpenV.cpp b/src/VBox/Runtime/common/misc/RTFileOpenV.cpp index ac9caf42e..fe9bb46a2 100644 --- a/src/VBox/Runtime/common/misc/RTFileOpenV.cpp +++ b/src/VBox/Runtime/common/misc/RTFileOpenV.cpp @@ -1,4 +1,4 @@ -/* $Id: RTFileOpenV.cpp 28800 2010-04-27 08:22:32Z vboxsync $ */ +/* $Id: RTFileOpenV.cpp $ */ /** @file * IPRT - RTFileOpenV. */ diff --git a/src/VBox/Runtime/common/misc/assert.cpp b/src/VBox/Runtime/common/misc/assert.cpp index ee32555a8..162262891 100644 --- a/src/VBox/Runtime/common/misc/assert.cpp +++ b/src/VBox/Runtime/common/misc/assert.cpp @@ -1,4 +1,4 @@ -/* $Id: assert.cpp 28800 2010-04-27 08:22:32Z vboxsync $ */ +/* $Id: assert.cpp $ */ /** @file * IPRT - Assertions, common code. */ diff --git a/src/VBox/Runtime/common/misc/buildconfig.cpp b/src/VBox/Runtime/common/misc/buildconfig.cpp index ade5c95ee..b66f734e4 100644 --- a/src/VBox/Runtime/common/misc/buildconfig.cpp +++ b/src/VBox/Runtime/common/misc/buildconfig.cpp @@ -1,4 +1,4 @@ -/* $Id: buildconfig.cpp 28800 2010-04-27 08:22:32Z vboxsync $ */ +/* $Id: buildconfig.cpp $ */ /** @file * IPRT - Build Configuration Information. */ diff --git a/src/VBox/Runtime/common/misc/cidr.cpp b/src/VBox/Runtime/common/misc/cidr.cpp index 08aec3c1a..4d597e4f4 100644 --- a/src/VBox/Runtime/common/misc/cidr.cpp +++ b/src/VBox/Runtime/common/misc/cidr.cpp @@ -1,4 +1,4 @@ -/* $Id: cidr.cpp 29845 2010-05-27 11:29:36Z vboxsync $ */ +/* $Id: cidr.cpp $ */ /** @file * IPRT - IPv4 address parsing. */ diff --git a/src/VBox/Runtime/common/misc/getopt.cpp b/src/VBox/Runtime/common/misc/getopt.cpp index 3b04f81ee..326ae0dea 100644 --- a/src/VBox/Runtime/common/misc/getopt.cpp +++ b/src/VBox/Runtime/common/misc/getopt.cpp @@ -1,4 +1,4 @@ -/* $Id: getopt.cpp 28800 2010-04-27 08:22:32Z vboxsync $ */ +/* $Id: getopt.cpp $ */ /** @file * IPRT - Command Line Parsing */ diff --git a/src/VBox/Runtime/common/misc/getoptargv.cpp b/src/VBox/Runtime/common/misc/getoptargv.cpp index aea1407a7..d30682be8 100644 --- a/src/VBox/Runtime/common/misc/getoptargv.cpp +++ b/src/VBox/Runtime/common/misc/getoptargv.cpp @@ -1,4 +1,4 @@ -/* $Id: getoptargv.cpp 28800 2010-04-27 08:22:32Z vboxsync $ */ +/* $Id: getoptargv.cpp $ */ /** @file * IPRT - Command Line Parsing, Argument Vector. */ diff --git a/src/VBox/Runtime/common/misc/handle.cpp b/src/VBox/Runtime/common/misc/handle.cpp index c0fa6a798..bcd84395f 100644 --- a/src/VBox/Runtime/common/misc/handle.cpp +++ b/src/VBox/Runtime/common/misc/handle.cpp @@ -1,4 +1,4 @@ -/* $Id: handle.cpp 28800 2010-04-27 08:22:32Z vboxsync $ */ +/* $Id: handle.cpp $ */ /** @file * IPRT - Generic Handle Manipluation. */ diff --git a/src/VBox/Runtime/common/misc/handletable.cpp b/src/VBox/Runtime/common/misc/handletable.cpp index f56b965ca..2ba675335 100644 --- a/src/VBox/Runtime/common/misc/handletable.cpp +++ b/src/VBox/Runtime/common/misc/handletable.cpp @@ -1,4 +1,4 @@ -/* $Id: handletable.cpp 28800 2010-04-27 08:22:32Z vboxsync $ */ +/* $Id: handletable.cpp $ */ /** @file * IPRT - Handle Tables. */ diff --git a/src/VBox/Runtime/common/misc/handletable.h b/src/VBox/Runtime/common/misc/handletable.h index 27ae574ed..5e2eac29d 100644 --- a/src/VBox/Runtime/common/misc/handletable.h +++ b/src/VBox/Runtime/common/misc/handletable.h @@ -1,4 +1,4 @@ -/* $Id: handletable.h 28800 2010-04-27 08:22:32Z vboxsync $ */ +/* $Id: handletable.h $ */ /** @file * IPRT - Handle Tables, internal header. */ diff --git a/src/VBox/Runtime/common/misc/handletablectx.cpp b/src/VBox/Runtime/common/misc/handletablectx.cpp index e0511cc2b..f88363b77 100644 --- a/src/VBox/Runtime/common/misc/handletablectx.cpp +++ b/src/VBox/Runtime/common/misc/handletablectx.cpp @@ -1,4 +1,4 @@ -/* $Id: handletablectx.cpp 28800 2010-04-27 08:22:32Z vboxsync $ */ +/* $Id: handletablectx.cpp $ */ /** @file * IPRT - Handle Tables. */ diff --git a/src/VBox/Runtime/common/misc/handletablesimple.cpp b/src/VBox/Runtime/common/misc/handletablesimple.cpp index 7fbd77030..c5d685ffe 100644 --- a/src/VBox/Runtime/common/misc/handletablesimple.cpp +++ b/src/VBox/Runtime/common/misc/handletablesimple.cpp @@ -1,4 +1,4 @@ -/* $Id: handletablesimple.cpp 28800 2010-04-27 08:22:32Z vboxsync $ */ +/* $Id: handletablesimple.cpp $ */ /** @file * IPRT - Handle Tables. */ diff --git a/src/VBox/Runtime/common/misc/lockvalidator.cpp b/src/VBox/Runtime/common/misc/lockvalidator.cpp index 5e469d78e..ac6c7c9de 100644 --- a/src/VBox/Runtime/common/misc/lockvalidator.cpp +++ b/src/VBox/Runtime/common/misc/lockvalidator.cpp @@ -1,4 +1,4 @@ -/* $Id: lockvalidator.cpp 28800 2010-04-27 08:22:32Z vboxsync $ */ +/* $Id: lockvalidator.cpp $ */ /** @file * IPRT - Lock Validator. */ diff --git a/src/VBox/Runtime/common/misc/message.cpp b/src/VBox/Runtime/common/misc/message.cpp index a41ab12e9..937858708 100644 --- a/src/VBox/Runtime/common/misc/message.cpp +++ b/src/VBox/Runtime/common/misc/message.cpp @@ -1,4 +1,4 @@ -/* $Id: message.cpp 28800 2010-04-27 08:22:32Z vboxsync $ */ +/* $Id: message.cpp $ */ /** @file * IPRT - Error reporting to standard error. */ diff --git a/src/VBox/Runtime/common/misc/once.cpp b/src/VBox/Runtime/common/misc/once.cpp index 338d9393a..bfb82fd4a 100644 --- a/src/VBox/Runtime/common/misc/once.cpp +++ b/src/VBox/Runtime/common/misc/once.cpp @@ -1,4 +1,4 @@ -/* $Id: once.cpp 28800 2010-04-27 08:22:32Z vboxsync $ */ +/* $Id: once.cpp $ */ /** @file * IPRT - Execute Once. */ diff --git a/src/VBox/Runtime/common/misc/req.cpp b/src/VBox/Runtime/common/misc/req.cpp index 4ed4637c6..dbf89179f 100644 --- a/src/VBox/Runtime/common/misc/req.cpp +++ b/src/VBox/Runtime/common/misc/req.cpp @@ -1,4 +1,4 @@ -/* $Id: req.cpp 28800 2010-04-27 08:22:32Z vboxsync $ */ +/* $Id: req.cpp $ */ /** @file * IPRT - Request packets */ diff --git a/src/VBox/Runtime/common/misc/s3.cpp b/src/VBox/Runtime/common/misc/s3.cpp index b4f85edaa..8f54c367c 100644 --- a/src/VBox/Runtime/common/misc/s3.cpp +++ b/src/VBox/Runtime/common/misc/s3.cpp @@ -1,4 +1,4 @@ -/* $Id: s3.cpp 28800 2010-04-27 08:22:32Z vboxsync $ */ +/* $Id: s3.cpp $ */ /** @file * IPRT - S3 communication API. */ diff --git a/src/VBox/Runtime/common/misc/sanity-c.c b/src/VBox/Runtime/common/misc/sanity-c.c index 28cf5475a..042cf3839 100644 --- a/src/VBox/Runtime/common/misc/sanity-c.c +++ b/src/VBox/Runtime/common/misc/sanity-c.c @@ -1,4 +1,4 @@ -/* $Id: sanity-c.c 28800 2010-04-27 08:22:32Z vboxsync $ */ +/* $Id: sanity-c.c $ */ /** @file * IPRT - Setup Sanity Checks, C. */ diff --git a/src/VBox/Runtime/common/misc/sanity-cpp.cpp b/src/VBox/Runtime/common/misc/sanity-cpp.cpp index 2bbdf33e0..ea0202d9f 100644 --- a/src/VBox/Runtime/common/misc/sanity-cpp.cpp +++ b/src/VBox/Runtime/common/misc/sanity-cpp.cpp @@ -1,4 +1,4 @@ -/* $Id: sanity-cpp.cpp 28800 2010-04-27 08:22:32Z vboxsync $ */ +/* $Id: sanity-cpp.cpp $ */ /** @file * IPRT - Setup Sanity Checks, C++. */ diff --git a/src/VBox/Runtime/common/misc/sanity.h b/src/VBox/Runtime/common/misc/sanity.h index 4783c4ab1..e7f517f92 100644 --- a/src/VBox/Runtime/common/misc/sanity.h +++ b/src/VBox/Runtime/common/misc/sanity.h @@ -1,4 +1,4 @@ -/* $Id: sanity.h 28800 2010-04-27 08:22:32Z vboxsync $ */ +/* $Id: sanity.h $ */ /** @file * IPRT - Setup Sanity Checks, C and C++. */ diff --git a/src/VBox/Runtime/common/misc/semspingpong.cpp b/src/VBox/Runtime/common/misc/semspingpong.cpp index fa3802fa7..e13bed820 100644 --- a/src/VBox/Runtime/common/misc/semspingpong.cpp +++ b/src/VBox/Runtime/common/misc/semspingpong.cpp @@ -1,4 +1,4 @@ -/* $Id: semspingpong.cpp 28800 2010-04-27 08:22:32Z vboxsync $ */ +/* $Id: semspingpong.cpp $ */ /** @file * IPRT - Thread Ping-Pong Construct. */ diff --git a/src/VBox/Runtime/common/misc/setjmp.asm b/src/VBox/Runtime/common/misc/setjmp.asm index 811f03abd..9bacbbc4e 100644 --- a/src/VBox/Runtime/common/misc/setjmp.asm +++ b/src/VBox/Runtime/common/misc/setjmp.asm @@ -1,4 +1,4 @@ -; $Id: setjmp.asm 28800 2010-04-27 08:22:32Z vboxsync $ +; $Id: setjmp.asm $ ;; @file ; IPRT - No-CRT setjmp & longjmp - AMD64 & X86. ; diff --git a/src/VBox/Runtime/common/misc/sg.cpp b/src/VBox/Runtime/common/misc/sg.cpp index 5b115bcb7..f5f1ad8f7 100644 --- a/src/VBox/Runtime/common/misc/sg.cpp +++ b/src/VBox/Runtime/common/misc/sg.cpp @@ -1,4 +1,4 @@ -/* $Id: sg.cpp 28800 2010-04-27 08:22:32Z vboxsync $ */ +/* $Id: sg.cpp $ */ /** @file * IPRT - S/G buffer handling. */ diff --git a/src/VBox/Runtime/common/misc/tar.cpp b/src/VBox/Runtime/common/misc/tar.cpp index 5238f6c60..2c18f2a0e 100644 --- a/src/VBox/Runtime/common/misc/tar.cpp +++ b/src/VBox/Runtime/common/misc/tar.cpp @@ -1,4 +1,4 @@ -/* $Id: tar.cpp 28800 2010-04-27 08:22:32Z vboxsync $ */ +/* $Id: tar.cpp $ */ /** @file * IPRT - Tar archive I/O. */ diff --git a/src/VBox/Runtime/common/misc/term.cpp b/src/VBox/Runtime/common/misc/term.cpp index 68950bbcc..6b570dab9 100644 --- a/src/VBox/Runtime/common/misc/term.cpp +++ b/src/VBox/Runtime/common/misc/term.cpp @@ -1,4 +1,4 @@ -/* $Id: term.cpp 28800 2010-04-27 08:22:32Z vboxsync $ */ +/* $Id: term.cpp $ */ /** @file * IPRT - Common Termination Code. */ diff --git a/src/VBox/Runtime/common/misc/thread.cpp b/src/VBox/Runtime/common/misc/thread.cpp index 62f7562b3..b36f2e11e 100644 --- a/src/VBox/Runtime/common/misc/thread.cpp +++ b/src/VBox/Runtime/common/misc/thread.cpp @@ -1,4 +1,4 @@ -/* $Id: thread.cpp 28903 2010-04-29 14:58:12Z vboxsync $ */ +/* $Id: thread.cpp $ */ /** @file * IPRT - Threads, common routines. */ diff --git a/src/VBox/Runtime/common/misc/zip.cpp b/src/VBox/Runtime/common/misc/zip.cpp index 59cf05663..5b53fab7a 100644 --- a/src/VBox/Runtime/common/misc/zip.cpp +++ b/src/VBox/Runtime/common/misc/zip.cpp @@ -1,4 +1,4 @@ -/* $Id: zip.cpp 28800 2010-04-27 08:22:32Z vboxsync $ */ +/* $Id: zip.cpp $ */ /** @file * IPRT - Compression. */ diff --git a/src/VBox/Runtime/common/path/RTPathAbsDup.cpp b/src/VBox/Runtime/common/path/RTPathAbsDup.cpp index 50572f39f..b9f217f99 100644 --- a/src/VBox/Runtime/common/path/RTPathAbsDup.cpp +++ b/src/VBox/Runtime/common/path/RTPathAbsDup.cpp @@ -1,4 +1,4 @@ -/* $Id: RTPathAbsDup.cpp 28800 2010-04-27 08:22:32Z vboxsync $ */ +/* $Id: RTPathAbsDup.cpp $ */ /** @file * IPRT - RTPathAbsDup */ diff --git a/src/VBox/Runtime/common/path/RTPathAbsEx.cpp b/src/VBox/Runtime/common/path/RTPathAbsEx.cpp index bbd4f8095..c647b5473 100644 --- a/src/VBox/Runtime/common/path/RTPathAbsEx.cpp +++ b/src/VBox/Runtime/common/path/RTPathAbsEx.cpp @@ -1,4 +1,4 @@ -/* $Id: RTPathAbsEx.cpp 28800 2010-04-27 08:22:32Z vboxsync $ */ +/* $Id: RTPathAbsEx.cpp $ */ /** @file * IPRT - RTPathAbsEx */ diff --git a/src/VBox/Runtime/common/path/RTPathAbsExDup.cpp b/src/VBox/Runtime/common/path/RTPathAbsExDup.cpp index f756cbb4a..8bb8cd176 100644 --- a/src/VBox/Runtime/common/path/RTPathAbsExDup.cpp +++ b/src/VBox/Runtime/common/path/RTPathAbsExDup.cpp @@ -1,4 +1,4 @@ -/* $Id: RTPathAbsExDup.cpp 28800 2010-04-27 08:22:32Z vboxsync $ */ +/* $Id: RTPathAbsExDup.cpp $ */ /** @file * IPRT - RTPathAbsExDup */ diff --git a/src/VBox/Runtime/common/path/RTPathAppend.cpp b/src/VBox/Runtime/common/path/RTPathAppend.cpp index 2cdba603a..7b3407013 100644 --- a/src/VBox/Runtime/common/path/RTPathAppend.cpp +++ b/src/VBox/Runtime/common/path/RTPathAppend.cpp @@ -1,4 +1,4 @@ -/* $Id: RTPathAppend.cpp 28800 2010-04-27 08:22:32Z vboxsync $ */ +/* $Id: RTPathAppend.cpp $ */ /** @file * IPRT - RTPathAppend */ diff --git a/src/VBox/Runtime/common/path/RTPathChangeToDosSlashes.cpp b/src/VBox/Runtime/common/path/RTPathChangeToDosSlashes.cpp index 54b517c11..8108aae92 100644 --- a/src/VBox/Runtime/common/path/RTPathChangeToDosSlashes.cpp +++ b/src/VBox/Runtime/common/path/RTPathChangeToDosSlashes.cpp @@ -1,4 +1,4 @@ -/* $Id: RTPathChangeToDosSlashes.cpp 28800 2010-04-27 08:22:32Z vboxsync $ */ +/* $Id: RTPathChangeToDosSlashes.cpp $ */ /** @file * IPRT - RTPathChangeToDosSlashes */ diff --git a/src/VBox/Runtime/common/path/RTPathChangeToUnixSlashes.cpp b/src/VBox/Runtime/common/path/RTPathChangeToUnixSlashes.cpp index 41a73f34a..f7abe0c7a 100644 --- a/src/VBox/Runtime/common/path/RTPathChangeToUnixSlashes.cpp +++ b/src/VBox/Runtime/common/path/RTPathChangeToUnixSlashes.cpp @@ -1,4 +1,4 @@ -/* $Id: RTPathChangeToUnixSlashes.cpp 28800 2010-04-27 08:22:32Z vboxsync $ */ +/* $Id: RTPathChangeToUnixSlashes.cpp $ */ /** @file * IPRT - RTPathChangeToUnixSlashes */ diff --git a/src/VBox/Runtime/common/path/RTPathCopyComponents.cpp b/src/VBox/Runtime/common/path/RTPathCopyComponents.cpp index 55b5f4f86..afe4738cc 100644 --- a/src/VBox/Runtime/common/path/RTPathCopyComponents.cpp +++ b/src/VBox/Runtime/common/path/RTPathCopyComponents.cpp @@ -1,4 +1,4 @@ -/* $Id: RTPathCopyComponents.cpp 28800 2010-04-27 08:22:32Z vboxsync $ */ +/* $Id: RTPathCopyComponents.cpp $ */ /** @file * IPRT - RTPathCountComponents */ diff --git a/src/VBox/Runtime/common/path/RTPathCountComponents.cpp b/src/VBox/Runtime/common/path/RTPathCountComponents.cpp index 63a213bfc..509614634 100644 --- a/src/VBox/Runtime/common/path/RTPathCountComponents.cpp +++ b/src/VBox/Runtime/common/path/RTPathCountComponents.cpp @@ -1,4 +1,4 @@ -/* $Id: RTPathCountComponents.cpp 28800 2010-04-27 08:22:32Z vboxsync $ */ +/* $Id: RTPathCountComponents.cpp $ */ /** @file * IPRT - RTPathCountComponents */ diff --git a/src/VBox/Runtime/common/path/RTPathExt.cpp b/src/VBox/Runtime/common/path/RTPathExt.cpp index de33d45e8..292c5f2f7 100644 --- a/src/VBox/Runtime/common/path/RTPathExt.cpp +++ b/src/VBox/Runtime/common/path/RTPathExt.cpp @@ -1,4 +1,4 @@ -/* $Id: RTPathExt.cpp 28800 2010-04-27 08:22:32Z vboxsync $ */ +/* $Id: RTPathExt.cpp $ */ /** @file * IPRT - RTPathExt */ diff --git a/src/VBox/Runtime/common/path/RTPathFilename.cpp b/src/VBox/Runtime/common/path/RTPathFilename.cpp index a77835bf0..a6ef8cf8c 100644 --- a/src/VBox/Runtime/common/path/RTPathFilename.cpp +++ b/src/VBox/Runtime/common/path/RTPathFilename.cpp @@ -1,4 +1,4 @@ -/* $Id: RTPathFilename.cpp 28800 2010-04-27 08:22:32Z vboxsync $ */ +/* $Id: RTPathFilename.cpp $ */ /** @file * IPRT - RTPathFilename */ diff --git a/src/VBox/Runtime/common/path/RTPathHaveExt.cpp b/src/VBox/Runtime/common/path/RTPathHaveExt.cpp index 2959d10f8..3e025786d 100644 --- a/src/VBox/Runtime/common/path/RTPathHaveExt.cpp +++ b/src/VBox/Runtime/common/path/RTPathHaveExt.cpp @@ -1,4 +1,4 @@ -/* $Id: RTPathHaveExt.cpp 28800 2010-04-27 08:22:32Z vboxsync $ */ +/* $Id: RTPathHaveExt.cpp $ */ /** @file * IPRT - RTPathHaveExt */ diff --git a/src/VBox/Runtime/common/path/RTPathHavePath.cpp b/src/VBox/Runtime/common/path/RTPathHavePath.cpp index 0e7188c2d..3e33d4608 100644 --- a/src/VBox/Runtime/common/path/RTPathHavePath.cpp +++ b/src/VBox/Runtime/common/path/RTPathHavePath.cpp @@ -1,4 +1,4 @@ -/* $Id: RTPathHavePath.cpp 28800 2010-04-27 08:22:32Z vboxsync $ */ +/* $Id: RTPathHavePath.cpp $ */ /** @file * IPRT - RTPathHavePath */ diff --git a/src/VBox/Runtime/common/path/RTPathJoin.cpp b/src/VBox/Runtime/common/path/RTPathJoin.cpp index 54737e7ec..d493b5b88 100644 --- a/src/VBox/Runtime/common/path/RTPathJoin.cpp +++ b/src/VBox/Runtime/common/path/RTPathJoin.cpp @@ -1,4 +1,4 @@ -/* $Id: RTPathJoin.cpp 28800 2010-04-27 08:22:32Z vboxsync $ */ +/* $Id: RTPathJoin.cpp $ */ /** @file * IPRT - RTPathJoin */ diff --git a/src/VBox/Runtime/common/path/RTPathParse.cpp b/src/VBox/Runtime/common/path/RTPathParse.cpp index fa22539ef..ce42e3309 100644 --- a/src/VBox/Runtime/common/path/RTPathParse.cpp +++ b/src/VBox/Runtime/common/path/RTPathParse.cpp @@ -1,4 +1,4 @@ -/* $Id: RTPathParse.cpp 28800 2010-04-27 08:22:32Z vboxsync $ */ +/* $Id: RTPathParse.cpp $ */ /** @file * IPRT - RTPathParse */ diff --git a/src/VBox/Runtime/common/path/RTPathRealDup.cpp b/src/VBox/Runtime/common/path/RTPathRealDup.cpp index 6d28932b2..18ce0a821 100644 --- a/src/VBox/Runtime/common/path/RTPathRealDup.cpp +++ b/src/VBox/Runtime/common/path/RTPathRealDup.cpp @@ -1,4 +1,4 @@ -/* $Id: RTPathRealDup.cpp 28800 2010-04-27 08:22:32Z vboxsync $ */ +/* $Id: RTPathRealDup.cpp $ */ /** @file * IPRT - RTPathRealDup */ diff --git a/src/VBox/Runtime/common/path/RTPathStripExt.cpp b/src/VBox/Runtime/common/path/RTPathStripExt.cpp index aa8920588..789bb3e99 100644 --- a/src/VBox/Runtime/common/path/RTPathStripExt.cpp +++ b/src/VBox/Runtime/common/path/RTPathStripExt.cpp @@ -1,4 +1,4 @@ -/* $Id: RTPathStripExt.cpp 28800 2010-04-27 08:22:32Z vboxsync $ */ +/* $Id: RTPathStripExt.cpp $ */ /** @file * IPRT - RTPathStripExt */ diff --git a/src/VBox/Runtime/common/path/RTPathStripFilename.cpp b/src/VBox/Runtime/common/path/RTPathStripFilename.cpp index 13548445b..3db34165d 100644 --- a/src/VBox/Runtime/common/path/RTPathStripFilename.cpp +++ b/src/VBox/Runtime/common/path/RTPathStripFilename.cpp @@ -1,4 +1,4 @@ -/* $Id: RTPathStripFilename.cpp 28800 2010-04-27 08:22:32Z vboxsync $ */ +/* $Id: RTPathStripFilename.cpp $ */ /** @file * IPRT - RTPathStripFilename */ diff --git a/src/VBox/Runtime/common/path/RTPathStripTrailingSlash.cpp b/src/VBox/Runtime/common/path/RTPathStripTrailingSlash.cpp index 624409ce8..2296e04b7 100644 --- a/src/VBox/Runtime/common/path/RTPathStripTrailingSlash.cpp +++ b/src/VBox/Runtime/common/path/RTPathStripTrailingSlash.cpp @@ -1,4 +1,4 @@ -/* $Id: RTPathStripTrailingSlash.cpp 28800 2010-04-27 08:22:32Z vboxsync $ */ +/* $Id: RTPathStripTrailingSlash.cpp $ */ /** @file * IPRT - RTPathSTripTrailingSlash */ diff --git a/src/VBox/Runtime/common/path/RTPathTraverseList.cpp b/src/VBox/Runtime/common/path/RTPathTraverseList.cpp index c77d43792..daa88dcec 100644 --- a/src/VBox/Runtime/common/path/RTPathTraverseList.cpp +++ b/src/VBox/Runtime/common/path/RTPathTraverseList.cpp @@ -1,4 +1,4 @@ -/* $Id: RTPathTraverseList.cpp 28800 2010-04-27 08:22:32Z vboxsync $ */ +/* $Id: RTPathTraverseList.cpp $ */ /** @file * IPRT - RTPathTraverseList */ diff --git a/src/VBox/Runtime/common/path/comparepaths.cpp b/src/VBox/Runtime/common/path/comparepaths.cpp index b786ef0a4..9b9a26ffe 100644 --- a/src/VBox/Runtime/common/path/comparepaths.cpp +++ b/src/VBox/Runtime/common/path/comparepaths.cpp @@ -1,4 +1,4 @@ -/* $Id: comparepaths.cpp 28800 2010-04-27 08:22:32Z vboxsync $ */ +/* $Id: comparepaths.cpp $ */ /** @file * IPRT - Path Comparison. */ diff --git a/src/VBox/Runtime/common/path/rtPathRootSpecLen.cpp b/src/VBox/Runtime/common/path/rtPathRootSpecLen.cpp index 25db8263c..92c911361 100644 --- a/src/VBox/Runtime/common/path/rtPathRootSpecLen.cpp +++ b/src/VBox/Runtime/common/path/rtPathRootSpecLen.cpp @@ -1,4 +1,4 @@ -/* $Id: rtPathRootSpecLen.cpp 28800 2010-04-27 08:22:32Z vboxsync $ */ +/* $Id: rtPathRootSpecLen.cpp $ */ /** @file * IPRT - rtPathRootSpecLen (internal). */ diff --git a/src/VBox/Runtime/common/path/rtPathVolumeSpecLen.cpp b/src/VBox/Runtime/common/path/rtPathVolumeSpecLen.cpp index e40d5a6f6..4a9fcb7aa 100644 --- a/src/VBox/Runtime/common/path/rtPathVolumeSpecLen.cpp +++ b/src/VBox/Runtime/common/path/rtPathVolumeSpecLen.cpp @@ -1,4 +1,4 @@ -/* $Id: rtPathVolumeSpecLen.cpp 28800 2010-04-27 08:22:32Z vboxsync $ */ +/* $Id: rtPathVolumeSpecLen.cpp $ */ /** @file * IPRT - rtPathVolumeSpecLen */ diff --git a/src/VBox/Runtime/common/rand/rand.cpp b/src/VBox/Runtime/common/rand/rand.cpp index fe28ed2bf..078513765 100644 --- a/src/VBox/Runtime/common/rand/rand.cpp +++ b/src/VBox/Runtime/common/rand/rand.cpp @@ -1,4 +1,4 @@ -/* $Id: rand.cpp 29250 2010-05-09 17:53:58Z vboxsync $ */ +/* $Id: rand.cpp $ */ /** @file * IPRT - Random Numbers. */ diff --git a/src/VBox/Runtime/common/rand/randadv.cpp b/src/VBox/Runtime/common/rand/randadv.cpp index cdacdd881..c064d5db2 100644 --- a/src/VBox/Runtime/common/rand/randadv.cpp +++ b/src/VBox/Runtime/common/rand/randadv.cpp @@ -1,4 +1,4 @@ -/* $Id: randadv.cpp 28800 2010-04-27 08:22:32Z vboxsync $ */ +/* $Id: randadv.cpp $ */ /** @file * IPRT - Random Numbers, Generic Glue. */ diff --git a/src/VBox/Runtime/common/rand/randparkmiller.cpp b/src/VBox/Runtime/common/rand/randparkmiller.cpp index 94f118cac..4c0f3fd1e 100644 --- a/src/VBox/Runtime/common/rand/randparkmiller.cpp +++ b/src/VBox/Runtime/common/rand/randparkmiller.cpp @@ -1,4 +1,4 @@ -/* $Id: randparkmiller.cpp 29250 2010-05-09 17:53:58Z vboxsync $ */ +/* $Id: randparkmiller.cpp $ */ /** @file * IPRT - Random Numbers, Park-Miller Pseudo Random. */ diff --git a/src/VBox/Runtime/common/sort/RTSortApvIsSorted.cpp b/src/VBox/Runtime/common/sort/RTSortApvIsSorted.cpp index f422f839d..ccf4c62a5 100644 --- a/src/VBox/Runtime/common/sort/RTSortApvIsSorted.cpp +++ b/src/VBox/Runtime/common/sort/RTSortApvIsSorted.cpp @@ -1,4 +1,4 @@ -/* $Id: RTSortApvIsSorted.cpp 28800 2010-04-27 08:22:32Z vboxsync $ */ +/* $Id: RTSortApvIsSorted.cpp $ */ /** @file * IPRT - RTSortApvIsSorted. */ diff --git a/src/VBox/Runtime/common/sort/RTSortIsSorted.cpp b/src/VBox/Runtime/common/sort/RTSortIsSorted.cpp index 15b1e281b..ff066e4e4 100644 --- a/src/VBox/Runtime/common/sort/RTSortIsSorted.cpp +++ b/src/VBox/Runtime/common/sort/RTSortIsSorted.cpp @@ -1,4 +1,4 @@ -/* $Id: RTSortIsSorted.cpp 28800 2010-04-27 08:22:32Z vboxsync $ */ +/* $Id: RTSortIsSorted.cpp $ */ /** @file * IPRT - RTSortIsSorted. */ diff --git a/src/VBox/Runtime/common/sort/shellsort.cpp b/src/VBox/Runtime/common/sort/shellsort.cpp index e40728467..23f956fec 100644 --- a/src/VBox/Runtime/common/sort/shellsort.cpp +++ b/src/VBox/Runtime/common/sort/shellsort.cpp @@ -1,4 +1,4 @@ -/* $Id: shellsort.cpp 28800 2010-04-27 08:22:32Z vboxsync $ */ +/* $Id: shellsort.cpp $ */ /** @file * IPRT - RTSortIsSorted. */ diff --git a/src/VBox/Runtime/common/string/RTStrCmp.cpp b/src/VBox/Runtime/common/string/RTStrCmp.cpp index 1348da93f..779675f0b 100644 --- a/src/VBox/Runtime/common/string/RTStrCmp.cpp +++ b/src/VBox/Runtime/common/string/RTStrCmp.cpp @@ -1,4 +1,4 @@ -/* $Id: RTStrCmp.cpp 28800 2010-04-27 08:22:32Z vboxsync $ */ +/* $Id: RTStrCmp.cpp $ */ /** @file * IPRT - RTStrCmp. */ diff --git a/src/VBox/Runtime/common/string/RTStrConvertHexBytes.cpp b/src/VBox/Runtime/common/string/RTStrConvertHexBytes.cpp index 4e1c3f17c..841ff4436 100644 --- a/src/VBox/Runtime/common/string/RTStrConvertHexBytes.cpp +++ b/src/VBox/Runtime/common/string/RTStrConvertHexBytes.cpp @@ -1,4 +1,4 @@ -/* $Id: RTStrConvertHexBytes.cpp 28800 2010-04-27 08:22:32Z vboxsync $ */ +/* $Id: RTStrConvertHexBytes.cpp $ */ /** @file * IPRT - RTStrConvertHexBytes. */ diff --git a/src/VBox/Runtime/common/string/RTStrCopy.cpp b/src/VBox/Runtime/common/string/RTStrCopy.cpp index 51e67b38f..b8062cedc 100644 --- a/src/VBox/Runtime/common/string/RTStrCopy.cpp +++ b/src/VBox/Runtime/common/string/RTStrCopy.cpp @@ -1,4 +1,4 @@ -/* $Id: RTStrCopy.cpp 28800 2010-04-27 08:22:32Z vboxsync $ */ +/* $Id: RTStrCopy.cpp $ */ /** @file * IPRT - RTStrCopy. */ diff --git a/src/VBox/Runtime/common/string/RTStrCopyEx.cpp b/src/VBox/Runtime/common/string/RTStrCopyEx.cpp index 688b61686..29ebb5373 100644 --- a/src/VBox/Runtime/common/string/RTStrCopyEx.cpp +++ b/src/VBox/Runtime/common/string/RTStrCopyEx.cpp @@ -1,4 +1,4 @@ -/* $Id: RTStrCopyEx.cpp 28800 2010-04-27 08:22:32Z vboxsync $ */ +/* $Id: RTStrCopyEx.cpp $ */ /** @file * IPRT - RTStrCopy. */ diff --git a/src/VBox/Runtime/common/string/RTStrNCmp.cpp b/src/VBox/Runtime/common/string/RTStrNCmp.cpp index c1c3583f5..5070218aa 100644 --- a/src/VBox/Runtime/common/string/RTStrNCmp.cpp +++ b/src/VBox/Runtime/common/string/RTStrNCmp.cpp @@ -1,4 +1,4 @@ -/* $Id: RTStrNCmp.cpp 28800 2010-04-27 08:22:32Z vboxsync $ */ +/* $Id: RTStrNCmp.cpp $ */ /** @file * IPRT - RTStrNCmp. */ diff --git a/src/VBox/Runtime/common/string/RTStrNLen.cpp b/src/VBox/Runtime/common/string/RTStrNLen.cpp index 6dd3f7b2e..45d5e2b96 100644 --- a/src/VBox/Runtime/common/string/RTStrNLen.cpp +++ b/src/VBox/Runtime/common/string/RTStrNLen.cpp @@ -1,4 +1,4 @@ -/* $Id: RTStrNLen.cpp 28800 2010-04-27 08:22:32Z vboxsync $ */ +/* $Id: RTStrNLen.cpp $ */ /** @file * IPRT - RTStrNLen. */ diff --git a/src/VBox/Runtime/common/string/RTStrNLenEx.cpp b/src/VBox/Runtime/common/string/RTStrNLenEx.cpp index b0b2741e3..fbdf31a1a 100644 --- a/src/VBox/Runtime/common/string/RTStrNLenEx.cpp +++ b/src/VBox/Runtime/common/string/RTStrNLenEx.cpp @@ -1,4 +1,4 @@ -/* $Id: RTStrNLenEx.cpp 28800 2010-04-27 08:22:32Z vboxsync $ */ +/* $Id: RTStrNLenEx.cpp $ */ /** @file * IPRT - RTStrNLenEx. */ diff --git a/src/VBox/Runtime/common/string/RTStrPrintHexBytes.cpp b/src/VBox/Runtime/common/string/RTStrPrintHexBytes.cpp index 054ac46b3..f00298e5f 100644 --- a/src/VBox/Runtime/common/string/RTStrPrintHexBytes.cpp +++ b/src/VBox/Runtime/common/string/RTStrPrintHexBytes.cpp @@ -1,4 +1,4 @@ -/* $Id: RTStrPrintHexBytes.cpp 28800 2010-04-27 08:22:32Z vboxsync $ */ +/* $Id: RTStrPrintHexBytes.cpp $ */ /** @file * IPRT - RTStrPrintHexBytes. */ diff --git a/src/VBox/Runtime/common/string/RTStrStr.cpp b/src/VBox/Runtime/common/string/RTStrStr.cpp index 300837a00..903826e10 100644 --- a/src/VBox/Runtime/common/string/RTStrStr.cpp +++ b/src/VBox/Runtime/common/string/RTStrStr.cpp @@ -1,4 +1,4 @@ -/* $Id: RTStrStr.cpp 28800 2010-04-27 08:22:32Z vboxsync $ */ +/* $Id: RTStrStr.cpp $ */ /** @file * IPRT - RTStrStr. */ diff --git a/src/VBox/Runtime/common/string/base64.cpp b/src/VBox/Runtime/common/string/base64.cpp index bf0b02bde..3b104ff3a 100644 --- a/src/VBox/Runtime/common/string/base64.cpp +++ b/src/VBox/Runtime/common/string/base64.cpp @@ -1,4 +1,4 @@ -/* $Id: base64.cpp 28800 2010-04-27 08:22:32Z vboxsync $ */ +/* $Id: base64.cpp $ */ /** @file * IPRT - Base64, MIME content transfer encoding. */ diff --git a/src/VBox/Runtime/common/string/memchr.asm b/src/VBox/Runtime/common/string/memchr.asm index d8d0e37d7..0ee2968d5 100644 --- a/src/VBox/Runtime/common/string/memchr.asm +++ b/src/VBox/Runtime/common/string/memchr.asm @@ -1,4 +1,4 @@ -; $Id: memchr.asm 28800 2010-04-27 08:22:32Z vboxsync $ +; $Id: memchr.asm $ ;; @file ; IPRT - No-CRT memchr - AMD64 & X86. ; diff --git a/src/VBox/Runtime/common/string/memchr.cpp b/src/VBox/Runtime/common/string/memchr.cpp index f6cc7ed56..ba2de0958 100644 --- a/src/VBox/Runtime/common/string/memchr.cpp +++ b/src/VBox/Runtime/common/string/memchr.cpp @@ -1,4 +1,4 @@ -/* $Id: memchr.cpp 28800 2010-04-27 08:22:32Z vboxsync $ */ +/* $Id: memchr.cpp $ */ /** @file * IPRT - CRT Strings, memcpy(). */ diff --git a/src/VBox/Runtime/common/string/memchr_alias.c b/src/VBox/Runtime/common/string/memchr_alias.c index f023eac1d..0d009c7da 100644 --- a/src/VBox/Runtime/common/string/memchr_alias.c +++ b/src/VBox/Runtime/common/string/memchr_alias.c @@ -1,4 +1,4 @@ -/* $Id: memchr_alias.c 28800 2010-04-27 08:22:32Z vboxsync $ */ +/* $Id: memchr_alias.c $ */ /** @file * IPRT - No-CRT memchr() alias for gcc. */ diff --git a/src/VBox/Runtime/common/string/memcmp.asm b/src/VBox/Runtime/common/string/memcmp.asm index 15a8d10b6..d828ad16e 100644 --- a/src/VBox/Runtime/common/string/memcmp.asm +++ b/src/VBox/Runtime/common/string/memcmp.asm @@ -1,4 +1,4 @@ -; $Id: memcmp.asm 28800 2010-04-27 08:22:32Z vboxsync $ +; $Id: memcmp.asm $ ;; @file ; IPRT - No-CRT memcmp - AMD64 & X86. ; diff --git a/src/VBox/Runtime/common/string/memcmp.cpp b/src/VBox/Runtime/common/string/memcmp.cpp index f7a389271..3dea769e6 100644 --- a/src/VBox/Runtime/common/string/memcmp.cpp +++ b/src/VBox/Runtime/common/string/memcmp.cpp @@ -1,4 +1,4 @@ -/* $Id: memcmp.cpp 28800 2010-04-27 08:22:32Z vboxsync $ */ +/* $Id: memcmp.cpp $ */ /** @file * IPRT - CRT Strings, memcmp(). */ diff --git a/src/VBox/Runtime/common/string/memcmp_alias.c b/src/VBox/Runtime/common/string/memcmp_alias.c index 34f15a586..30f786375 100644 --- a/src/VBox/Runtime/common/string/memcmp_alias.c +++ b/src/VBox/Runtime/common/string/memcmp_alias.c @@ -1,4 +1,4 @@ -/* $Id: memcmp_alias.c 28800 2010-04-27 08:22:32Z vboxsync $ */ +/* $Id: memcmp_alias.c $ */ /** @file * IPRT - No-CRT memcmp() alias for gcc. */ diff --git a/src/VBox/Runtime/common/string/memcpy.asm b/src/VBox/Runtime/common/string/memcpy.asm index cda29d223..6f1bed22a 100644 --- a/src/VBox/Runtime/common/string/memcpy.asm +++ b/src/VBox/Runtime/common/string/memcpy.asm @@ -1,4 +1,4 @@ -; $Id: memcpy.asm 28800 2010-04-27 08:22:32Z vboxsync $ +; $Id: memcpy.asm $ ;; @file ; IPRT - No-CRT memcpy - AMD64 & X86. ; diff --git a/src/VBox/Runtime/common/string/memcpy.cpp b/src/VBox/Runtime/common/string/memcpy.cpp index f799113a5..56ccdfb28 100644 --- a/src/VBox/Runtime/common/string/memcpy.cpp +++ b/src/VBox/Runtime/common/string/memcpy.cpp @@ -1,4 +1,4 @@ -/* $Id: memcpy.cpp 28800 2010-04-27 08:22:32Z vboxsync $ */ +/* $Id: memcpy.cpp $ */ /** @file * IPRT - CRT Strings, memcpy(). */ diff --git a/src/VBox/Runtime/common/string/memcpy_alias.c b/src/VBox/Runtime/common/string/memcpy_alias.c index 1e4998286..5ddc7b8c9 100644 --- a/src/VBox/Runtime/common/string/memcpy_alias.c +++ b/src/VBox/Runtime/common/string/memcpy_alias.c @@ -1,4 +1,4 @@ -/* $Id: memcpy_alias.c 28800 2010-04-27 08:22:32Z vboxsync $ */ +/* $Id: memcpy_alias.c $ */ /** @file * IPRT - No-CRT memcpy() alias for gcc. */ diff --git a/src/VBox/Runtime/common/string/memmove.asm b/src/VBox/Runtime/common/string/memmove.asm index f25ff6510..5f5e351fe 100644 --- a/src/VBox/Runtime/common/string/memmove.asm +++ b/src/VBox/Runtime/common/string/memmove.asm @@ -1,4 +1,4 @@ -; $Id: memmove.asm 28800 2010-04-27 08:22:32Z vboxsync $ +; $Id: memmove.asm $ ;; @file ; IPRT - No-CRT memmove - AMD64 & X86. ; diff --git a/src/VBox/Runtime/common/string/memmove_alias.c b/src/VBox/Runtime/common/string/memmove_alias.c index 30c62a666..f30c91497 100644 --- a/src/VBox/Runtime/common/string/memmove_alias.c +++ b/src/VBox/Runtime/common/string/memmove_alias.c @@ -1,4 +1,4 @@ -/* $Id: memmove_alias.c 28800 2010-04-27 08:22:32Z vboxsync $ */ +/* $Id: memmove_alias.c $ */ /** @file * IPRT - No-CRT memmove() alias for gcc. */ diff --git a/src/VBox/Runtime/common/string/mempcpy.asm b/src/VBox/Runtime/common/string/mempcpy.asm index 849e0acf4..b47c43682 100644 --- a/src/VBox/Runtime/common/string/mempcpy.asm +++ b/src/VBox/Runtime/common/string/mempcpy.asm @@ -1,4 +1,4 @@ -; $Id: mempcpy.asm 28800 2010-04-27 08:22:32Z vboxsync $ +; $Id: mempcpy.asm $ ;; @file ; IPRT - No-CRT mempcpy - AMD64 & X86. ; diff --git a/src/VBox/Runtime/common/string/memset.asm b/src/VBox/Runtime/common/string/memset.asm index 1f39cd282..96cc48ec8 100644 --- a/src/VBox/Runtime/common/string/memset.asm +++ b/src/VBox/Runtime/common/string/memset.asm @@ -1,4 +1,4 @@ -; $Id: memset.asm 28800 2010-04-27 08:22:32Z vboxsync $ +; $Id: memset.asm $ ;; @file ; IPRT - No-CRT memset - AMD64 & X86. ; diff --git a/src/VBox/Runtime/common/string/memset.cpp b/src/VBox/Runtime/common/string/memset.cpp index c2fda0b1f..9bf358936 100644 --- a/src/VBox/Runtime/common/string/memset.cpp +++ b/src/VBox/Runtime/common/string/memset.cpp @@ -1,4 +1,4 @@ -/* $Id: memset.cpp 28800 2010-04-27 08:22:32Z vboxsync $ */ +/* $Id: memset.cpp $ */ /** @file * IPRT - CRT Strings, memset(). */ diff --git a/src/VBox/Runtime/common/string/memset_alias.c b/src/VBox/Runtime/common/string/memset_alias.c index 4c6bff270..49d4abd35 100644 --- a/src/VBox/Runtime/common/string/memset_alias.c +++ b/src/VBox/Runtime/common/string/memset_alias.c @@ -1,4 +1,4 @@ -/* $Id: memset_alias.c 28800 2010-04-27 08:22:32Z vboxsync $ */ +/* $Id: memset_alias.c $ */ /** @file * IPRT - No-CRT memset() alias for gcc. */ diff --git a/src/VBox/Runtime/common/string/ministring.cpp b/src/VBox/Runtime/common/string/ministring.cpp index 789539ab9..227ed3e74 100644 --- a/src/VBox/Runtime/common/string/ministring.cpp +++ b/src/VBox/Runtime/common/string/ministring.cpp @@ -1,4 +1,4 @@ -/* $Id: ministring.cpp 28800 2010-04-27 08:22:32Z vboxsync $ */ +/* $Id: ministring.cpp $ */ /** @file * IPRT - Mini C++ string class. * diff --git a/src/VBox/Runtime/common/string/simplepattern.cpp b/src/VBox/Runtime/common/string/simplepattern.cpp index 00e8f4e0c..50636d94e 100644 --- a/src/VBox/Runtime/common/string/simplepattern.cpp +++ b/src/VBox/Runtime/common/string/simplepattern.cpp @@ -1,4 +1,4 @@ -/* $Id: simplepattern.cpp 28800 2010-04-27 08:22:32Z vboxsync $ */ +/* $Id: simplepattern.cpp $ */ /** @file * IPRT - RTStrSimplePattern. */ diff --git a/src/VBox/Runtime/common/string/straprintf.cpp b/src/VBox/Runtime/common/string/straprintf.cpp index 6175004f7..d686444a4 100644 --- a/src/VBox/Runtime/common/string/straprintf.cpp +++ b/src/VBox/Runtime/common/string/straprintf.cpp @@ -1,4 +1,4 @@ -/* $Id: straprintf.cpp 28800 2010-04-27 08:22:32Z vboxsync $ */ +/* $Id: straprintf.cpp $ */ /** @file * IPRT - Allocating String Formatters. */ diff --git a/src/VBox/Runtime/common/string/strcache.cpp b/src/VBox/Runtime/common/string/strcache.cpp index 38799573c..f39e6a357 100644 --- a/src/VBox/Runtime/common/string/strcache.cpp +++ b/src/VBox/Runtime/common/string/strcache.cpp @@ -1,4 +1,4 @@ -/* $Id: strcache.cpp 28800 2010-04-27 08:22:32Z vboxsync $ */ +/* $Id: strcache.cpp $ */ /** @file * IPRT - String Cache. */ diff --git a/src/VBox/Runtime/common/string/strchr.asm b/src/VBox/Runtime/common/string/strchr.asm index 55ac28e44..7163f28c5 100644 --- a/src/VBox/Runtime/common/string/strchr.asm +++ b/src/VBox/Runtime/common/string/strchr.asm @@ -1,4 +1,4 @@ -; $Id: strchr.asm 28800 2010-04-27 08:22:32Z vboxsync $ +; $Id: strchr.asm $ ;; @file ; IPRT - No-CRT strchr - AMD64 & X86. ; diff --git a/src/VBox/Runtime/common/string/strchr_alias.c b/src/VBox/Runtime/common/string/strchr_alias.c index b0c5ba97a..4b4fe4b10 100644 --- a/src/VBox/Runtime/common/string/strchr_alias.c +++ b/src/VBox/Runtime/common/string/strchr_alias.c @@ -1,4 +1,4 @@ -/* $Id: strchr_alias.c 28800 2010-04-27 08:22:32Z vboxsync $ */ +/* $Id: strchr_alias.c $ */ /** @file * IPRT - No-CRT strchr() alias for gcc. */ diff --git a/src/VBox/Runtime/common/string/strcmp.asm b/src/VBox/Runtime/common/string/strcmp.asm index 261cabdd4..574e5d140 100644 --- a/src/VBox/Runtime/common/string/strcmp.asm +++ b/src/VBox/Runtime/common/string/strcmp.asm @@ -1,4 +1,4 @@ -; $Id: strcmp.asm 28800 2010-04-27 08:22:32Z vboxsync $ +; $Id: strcmp.asm $ ;; @file ; IPRT - No-CRT strcmp - AMD64 & X86. ; diff --git a/src/VBox/Runtime/common/string/strcmp_alias.c b/src/VBox/Runtime/common/string/strcmp_alias.c index d69b7130d..3c5f7f839 100644 --- a/src/VBox/Runtime/common/string/strcmp_alias.c +++ b/src/VBox/Runtime/common/string/strcmp_alias.c @@ -1,4 +1,4 @@ -/* $Id: strcmp_alias.c 28800 2010-04-27 08:22:32Z vboxsync $ */ +/* $Id: strcmp_alias.c $ */ /** @file * IPRT - No-CRT strcmp() alias for gcc. */ diff --git a/src/VBox/Runtime/common/string/strcpy.asm b/src/VBox/Runtime/common/string/strcpy.asm index 0c9e53377..bee8738ba 100644 --- a/src/VBox/Runtime/common/string/strcpy.asm +++ b/src/VBox/Runtime/common/string/strcpy.asm @@ -1,4 +1,4 @@ -; $Id: strcpy.asm 28800 2010-04-27 08:22:32Z vboxsync $ +; $Id: strcpy.asm $ ;; @file ; IPRT - No-CRT strcpy - AMD64 & X86. ; diff --git a/src/VBox/Runtime/common/string/strcpy.cpp b/src/VBox/Runtime/common/string/strcpy.cpp index 6c67ab319..55da775db 100644 --- a/src/VBox/Runtime/common/string/strcpy.cpp +++ b/src/VBox/Runtime/common/string/strcpy.cpp @@ -1,4 +1,4 @@ -/* $Id: strcpy.cpp 28800 2010-04-27 08:22:32Z vboxsync $ */ +/* $Id: strcpy.cpp $ */ /** @file * IPRT - CRT Strings, strcpy(). */ diff --git a/src/VBox/Runtime/common/string/strcpy_alias.c b/src/VBox/Runtime/common/string/strcpy_alias.c index 096f240a1..517cd801a 100644 --- a/src/VBox/Runtime/common/string/strcpy_alias.c +++ b/src/VBox/Runtime/common/string/strcpy_alias.c @@ -1,4 +1,4 @@ -/* $Id: strcpy_alias.c 28800 2010-04-27 08:22:32Z vboxsync $ */ +/* $Id: strcpy_alias.c $ */ /** @file * IPRT - No-CRT strcpy() alias for gcc. */ diff --git a/src/VBox/Runtime/common/string/strformat.cpp b/src/VBox/Runtime/common/string/strformat.cpp index 11ed8f4f1..b694a7d8d 100644 --- a/src/VBox/Runtime/common/string/strformat.cpp +++ b/src/VBox/Runtime/common/string/strformat.cpp @@ -1,4 +1,4 @@ -/* $Id: strformat.cpp 29783 2010-05-25 13:13:35Z vboxsync $ */ +/* $Id: strformat.cpp $ */ /** @file * IPRT - String Formatter. */ diff --git a/src/VBox/Runtime/common/string/strformatrt.cpp b/src/VBox/Runtime/common/string/strformatrt.cpp index 21c82e2a6..f168f0898 100644 --- a/src/VBox/Runtime/common/string/strformatrt.cpp +++ b/src/VBox/Runtime/common/string/strformatrt.cpp @@ -1,4 +1,4 @@ -/* $Id: strformatrt.cpp 29963 2010-06-01 16:43:09Z vboxsync $ */ +/* $Id: strformatrt.cpp $ */ /** @file * IPRT - IPRT String Formatter Extensions. */ diff --git a/src/VBox/Runtime/common/string/strformattype.cpp b/src/VBox/Runtime/common/string/strformattype.cpp index a3896d16a..9152ba261 100644 --- a/src/VBox/Runtime/common/string/strformattype.cpp +++ b/src/VBox/Runtime/common/string/strformattype.cpp @@ -1,4 +1,4 @@ -/* $Id: strformattype.cpp 28800 2010-04-27 08:22:32Z vboxsync $ */ +/* $Id: strformattype.cpp $ */ /** @file * IPRT - IPRT String Formatter Extensions, Dynamic Types. */ diff --git a/src/VBox/Runtime/common/string/stringalloc.cpp b/src/VBox/Runtime/common/string/stringalloc.cpp index f21291404..61f962bb7 100644 --- a/src/VBox/Runtime/common/string/stringalloc.cpp +++ b/src/VBox/Runtime/common/string/stringalloc.cpp @@ -1,4 +1,4 @@ -/* $Id: stringalloc.cpp 28800 2010-04-27 08:22:32Z vboxsync $ */ +/* $Id: stringalloc.cpp $ */ /** @file * IPRT - String Manipulation. */ diff --git a/src/VBox/Runtime/common/string/strlen.asm b/src/VBox/Runtime/common/string/strlen.asm index 90418f5af..e3ff2f378 100644 --- a/src/VBox/Runtime/common/string/strlen.asm +++ b/src/VBox/Runtime/common/string/strlen.asm @@ -1,4 +1,4 @@ -; $Id: strlen.asm 28800 2010-04-27 08:22:32Z vboxsync $ +; $Id: strlen.asm $ ;; @file ; IPRT - No-CRT strlen - AMD64 & X86. ; diff --git a/src/VBox/Runtime/common/string/strlen.cpp b/src/VBox/Runtime/common/string/strlen.cpp index 377ef64ee..173ba2cbc 100644 --- a/src/VBox/Runtime/common/string/strlen.cpp +++ b/src/VBox/Runtime/common/string/strlen.cpp @@ -1,4 +1,4 @@ -/* $Id: strlen.cpp 28800 2010-04-27 08:22:32Z vboxsync $ */ +/* $Id: strlen.cpp $ */ /** @file * IPRT - CRT Strings, strlen(). */ diff --git a/src/VBox/Runtime/common/string/strlen_alias.c b/src/VBox/Runtime/common/string/strlen_alias.c index a89c778ae..8fab3d167 100644 --- a/src/VBox/Runtime/common/string/strlen_alias.c +++ b/src/VBox/Runtime/common/string/strlen_alias.c @@ -1,4 +1,4 @@ -/* $Id: strlen_alias.c 28800 2010-04-27 08:22:32Z vboxsync $ */ +/* $Id: strlen_alias.c $ */ /** @file * IPRT - No-CRT strlen() alias for gcc. */ diff --git a/src/VBox/Runtime/common/string/strncmp.cpp b/src/VBox/Runtime/common/string/strncmp.cpp index 37f81e565..16faf4b1b 100644 --- a/src/VBox/Runtime/common/string/strncmp.cpp +++ b/src/VBox/Runtime/common/string/strncmp.cpp @@ -1,4 +1,4 @@ -/* $Id: strncmp.cpp 28800 2010-04-27 08:22:32Z vboxsync $ */ +/* $Id: strncmp.cpp $ */ /** @file * IPRT - CRT Strings, strncmp(). */ diff --git a/src/VBox/Runtime/common/string/strpbrk.cpp b/src/VBox/Runtime/common/string/strpbrk.cpp index 0f2c64b84..e8d49a811 100644 --- a/src/VBox/Runtime/common/string/strpbrk.cpp +++ b/src/VBox/Runtime/common/string/strpbrk.cpp @@ -1,4 +1,4 @@ -/* $Id: strpbrk.cpp 28800 2010-04-27 08:22:32Z vboxsync $ */ +/* $Id: strpbrk.cpp $ */ /** @file * IPRT - strpbrk(). */ diff --git a/src/VBox/Runtime/common/string/strprintf.cpp b/src/VBox/Runtime/common/string/strprintf.cpp index 40e589f7b..13bfd4b7a 100644 --- a/src/VBox/Runtime/common/string/strprintf.cpp +++ b/src/VBox/Runtime/common/string/strprintf.cpp @@ -1,4 +1,4 @@ -/* $Id: strprintf.cpp 28800 2010-04-27 08:22:32Z vboxsync $ */ +/* $Id: strprintf.cpp $ */ /** @file * IPRT - String Formatters. */ diff --git a/src/VBox/Runtime/common/string/strspace.cpp b/src/VBox/Runtime/common/string/strspace.cpp index 4debf6b60..55d57f083 100644 --- a/src/VBox/Runtime/common/string/strspace.cpp +++ b/src/VBox/Runtime/common/string/strspace.cpp @@ -1,4 +1,4 @@ -/* $Id: strspace.cpp 28800 2010-04-27 08:22:32Z vboxsync $ */ +/* $Id: strspace.cpp $ */ /** @file * IPRT - Unique String Spaces. */ diff --git a/src/VBox/Runtime/common/string/strstrip.cpp b/src/VBox/Runtime/common/string/strstrip.cpp index 909faebe5..3f1b28096 100644 --- a/src/VBox/Runtime/common/string/strstrip.cpp +++ b/src/VBox/Runtime/common/string/strstrip.cpp @@ -1,4 +1,4 @@ -/* $Id: strstrip.cpp 28800 2010-04-27 08:22:32Z vboxsync $ */ +/* $Id: strstrip.cpp $ */ /** @file * IPRT - String Stripping and Trimming. */ diff --git a/src/VBox/Runtime/common/string/strtonum.cpp b/src/VBox/Runtime/common/string/strtonum.cpp index 35fcf2aee..e9a346f97 100644 --- a/src/VBox/Runtime/common/string/strtonum.cpp +++ b/src/VBox/Runtime/common/string/strtonum.cpp @@ -1,4 +1,4 @@ -/* $Id: strtonum.cpp 28800 2010-04-27 08:22:32Z vboxsync $ */ +/* $Id: strtonum.cpp $ */ /** @file * IPRT - String To Number Convertion. */ diff --git a/src/VBox/Runtime/common/string/strversion.cpp b/src/VBox/Runtime/common/string/strversion.cpp index 922227306..b813f6f92 100644 --- a/src/VBox/Runtime/common/string/strversion.cpp +++ b/src/VBox/Runtime/common/string/strversion.cpp @@ -1,4 +1,4 @@ -/* $Id: strversion.cpp 28800 2010-04-27 08:22:32Z vboxsync $ */ +/* $Id: strversion.cpp $ */ /** @file * IPRT - Version String Parsing. */ diff --git a/src/VBox/Runtime/common/string/uni.cpp b/src/VBox/Runtime/common/string/uni.cpp index 1f84b533f..1fe613ecb 100644 --- a/src/VBox/Runtime/common/string/uni.cpp +++ b/src/VBox/Runtime/common/string/uni.cpp @@ -1,4 +1,4 @@ -/* $Id: uni.cpp 28800 2010-04-27 08:22:32Z vboxsync $ */ +/* $Id: uni.cpp $ */ /** @file * IPRT - Unicode. */ diff --git a/src/VBox/Runtime/common/string/unidata.cpp b/src/VBox/Runtime/common/string/unidata.cpp index 55d2d0155..7bfeb24f9 100644 --- a/src/VBox/Runtime/common/string/unidata.cpp +++ b/src/VBox/Runtime/common/string/unidata.cpp @@ -1,4 +1,4 @@ -/* $Id: unidata.cpp 28800 2010-04-27 08:22:32Z vboxsync $ */ +/* $Id: unidata.cpp $ */ /** @file * IPRT - Unicode Tables * diff --git a/src/VBox/Runtime/common/string/uniread.cpp b/src/VBox/Runtime/common/string/uniread.cpp index 711fb7ade..e014458f9 100644 --- a/src/VBox/Runtime/common/string/uniread.cpp +++ b/src/VBox/Runtime/common/string/uniread.cpp @@ -1,4 +1,4 @@ -/* $Id: uniread.cpp 28876 2010-04-28 19:01:33Z vboxsync $ */ +/* $Id: uniread.cpp $ */ /** @file * IPRT - Unicode Specification Reader. */ diff --git a/src/VBox/Runtime/common/string/utf-16.cpp b/src/VBox/Runtime/common/string/utf-16.cpp index ab47773e3..3ee13940d 100644 --- a/src/VBox/Runtime/common/string/utf-16.cpp +++ b/src/VBox/Runtime/common/string/utf-16.cpp @@ -1,4 +1,4 @@ -/* $Id: utf-16.cpp 28800 2010-04-27 08:22:32Z vboxsync $ */ +/* $Id: utf-16.cpp $ */ /** @file * IPRT - UTF-16. */ diff --git a/src/VBox/Runtime/common/string/utf-8-case.cpp b/src/VBox/Runtime/common/string/utf-8-case.cpp index a944082a6..d114466c8 100644 --- a/src/VBox/Runtime/common/string/utf-8-case.cpp +++ b/src/VBox/Runtime/common/string/utf-8-case.cpp @@ -1,4 +1,4 @@ -/* $Id: utf-8-case.cpp 28903 2010-04-29 14:58:12Z vboxsync $ */ +/* $Id: utf-8-case.cpp $ */ /** @file * IPRT - UTF-8 Case Sensitivity and Folding. */ diff --git a/src/VBox/Runtime/common/string/utf-8.cpp b/src/VBox/Runtime/common/string/utf-8.cpp index 43b80366f..d6cbb28ba 100644 --- a/src/VBox/Runtime/common/string/utf-8.cpp +++ b/src/VBox/Runtime/common/string/utf-8.cpp @@ -1,4 +1,4 @@ -/* $Id: utf-8.cpp 28903 2010-04-29 14:58:12Z vboxsync $ */ +/* $Id: utf-8.cpp $ */ /** @file * IPRT - UTF-8 Decoding. */ diff --git a/src/VBox/Runtime/common/table/avl_Base.cpp.h b/src/VBox/Runtime/common/table/avl_Base.cpp.h index ec9a7cbd6..ff69772f1 100644 --- a/src/VBox/Runtime/common/table/avl_Base.cpp.h +++ b/src/VBox/Runtime/common/table/avl_Base.cpp.h @@ -1,4 +1,4 @@ -/* $Id: avl_Base.cpp.h 28800 2010-04-27 08:22:32Z vboxsync $ */ +/* $Id: avl_Base.cpp.h $ */ /** @file * kAVLBase - basic routines for all AVL trees. */ diff --git a/src/VBox/Runtime/common/table/avl_Destroy.cpp.h b/src/VBox/Runtime/common/table/avl_Destroy.cpp.h index 6b625e9d0..0794d4aa1 100644 --- a/src/VBox/Runtime/common/table/avl_Destroy.cpp.h +++ b/src/VBox/Runtime/common/table/avl_Destroy.cpp.h @@ -1,4 +1,4 @@ -/* $Id: avl_Destroy.cpp.h 28800 2010-04-27 08:22:32Z vboxsync $ */ +/* $Id: avl_Destroy.cpp.h $ */ /** @file * kAVLDestroy - Walk the tree calling a callback to destroy all the nodes. */ diff --git a/src/VBox/Runtime/common/table/avl_DoWithAll.cpp.h b/src/VBox/Runtime/common/table/avl_DoWithAll.cpp.h index 16683adbc..ffc5ef582 100644 --- a/src/VBox/Runtime/common/table/avl_DoWithAll.cpp.h +++ b/src/VBox/Runtime/common/table/avl_DoWithAll.cpp.h @@ -1,4 +1,4 @@ -/* $Id: avl_DoWithAll.cpp.h 28800 2010-04-27 08:22:32Z vboxsync $ */ +/* $Id: avl_DoWithAll.cpp.h $ */ /** @file * kAVLDoWithAll - Do with all nodes routine for AVL trees. */ diff --git a/src/VBox/Runtime/common/table/avl_Enum.cpp.h b/src/VBox/Runtime/common/table/avl_Enum.cpp.h index 22dfeb1f1..b9a73092c 100644 --- a/src/VBox/Runtime/common/table/avl_Enum.cpp.h +++ b/src/VBox/Runtime/common/table/avl_Enum.cpp.h @@ -1,4 +1,4 @@ -/* $Id: avl_Enum.cpp.h 28800 2010-04-27 08:22:32Z vboxsync $ */ +/* $Id: avl_Enum.cpp.h $ */ /** @file * Enumeration routines for AVL trees. */ diff --git a/src/VBox/Runtime/common/table/avl_Get.cpp.h b/src/VBox/Runtime/common/table/avl_Get.cpp.h index 17456ceca..ea8b66be0 100644 --- a/src/VBox/Runtime/common/table/avl_Get.cpp.h +++ b/src/VBox/Runtime/common/table/avl_Get.cpp.h @@ -1,4 +1,4 @@ -/* $Id: avl_Get.cpp.h 28800 2010-04-27 08:22:32Z vboxsync $ */ +/* $Id: avl_Get.cpp.h $ */ /** @file * kAVLGet - get routine for AVL trees. */ diff --git a/src/VBox/Runtime/common/table/avl_GetBestFit.cpp.h b/src/VBox/Runtime/common/table/avl_GetBestFit.cpp.h index b99c98aad..10fba6627 100644 --- a/src/VBox/Runtime/common/table/avl_GetBestFit.cpp.h +++ b/src/VBox/Runtime/common/table/avl_GetBestFit.cpp.h @@ -1,4 +1,4 @@ -/* $Id: avl_GetBestFit.cpp.h 28800 2010-04-27 08:22:32Z vboxsync $ */ +/* $Id: avl_GetBestFit.cpp.h $ */ /** @file * kAVLGetBestFit - Get Best Fit routine for AVL trees. * Intended specially on heaps. The tree should allow duplicate keys. diff --git a/src/VBox/Runtime/common/table/avl_Range.cpp.h b/src/VBox/Runtime/common/table/avl_Range.cpp.h index ff8e5dbc2..dcdffea31 100644 --- a/src/VBox/Runtime/common/table/avl_Range.cpp.h +++ b/src/VBox/Runtime/common/table/avl_Range.cpp.h @@ -1,4 +1,4 @@ -/* $Id: avl_Range.cpp.h 28800 2010-04-27 08:22:32Z vboxsync $ */ +/* $Id: avl_Range.cpp.h $ */ /** @file * kAVLRange - Range routines for AVL trees. */ diff --git a/src/VBox/Runtime/common/table/avl_RemoveBestFit.cpp.h b/src/VBox/Runtime/common/table/avl_RemoveBestFit.cpp.h index 80a29d326..26d5a470f 100644 --- a/src/VBox/Runtime/common/table/avl_RemoveBestFit.cpp.h +++ b/src/VBox/Runtime/common/table/avl_RemoveBestFit.cpp.h @@ -1,4 +1,4 @@ -/* $Id: avl_RemoveBestFit.cpp.h 28800 2010-04-27 08:22:32Z vboxsync $ */ +/* $Id: avl_RemoveBestFit.cpp.h $ */ /** @file * kAVLRemoveBestFit - Remove Best Fit routine for AVL trees. * Intended specially on heaps. The tree should allow duplicate keys. diff --git a/src/VBox/Runtime/common/table/avlgcptr.cpp b/src/VBox/Runtime/common/table/avlgcptr.cpp index f1e184493..426668609 100644 --- a/src/VBox/Runtime/common/table/avlgcptr.cpp +++ b/src/VBox/Runtime/common/table/avlgcptr.cpp @@ -1,4 +1,4 @@ -/* $Id: avlgcptr.cpp 28800 2010-04-27 08:22:32Z vboxsync $ */ +/* $Id: avlgcptr.cpp $ */ /** @file * IPRT - AVL tree, RTGCPTR, unique keys. */ diff --git a/src/VBox/Runtime/common/table/avlhcphys.cpp b/src/VBox/Runtime/common/table/avlhcphys.cpp index f41088b52..499c55534 100644 --- a/src/VBox/Runtime/common/table/avlhcphys.cpp +++ b/src/VBox/Runtime/common/table/avlhcphys.cpp @@ -1,4 +1,4 @@ -/* $Id: avlhcphys.cpp 28800 2010-04-27 08:22:32Z vboxsync $ */ +/* $Id: avlhcphys.cpp $ */ /** @file * IPRT - AVL tree, RTHCPHYS, unique keys. */ diff --git a/src/VBox/Runtime/common/table/avllu32.cpp b/src/VBox/Runtime/common/table/avllu32.cpp index afc7a8fbf..587a5feb3 100644 --- a/src/VBox/Runtime/common/table/avllu32.cpp +++ b/src/VBox/Runtime/common/table/avllu32.cpp @@ -1,4 +1,4 @@ -/* $Id: avllu32.cpp 28800 2010-04-27 08:22:32Z vboxsync $ */ +/* $Id: avllu32.cpp $ */ /** @file * IPRT - AVL tree, uint32_t, unique keys. */ diff --git a/src/VBox/Runtime/common/table/avlogcphys.cpp b/src/VBox/Runtime/common/table/avlogcphys.cpp index fc83a1fbb..01cb5f0ef 100644 --- a/src/VBox/Runtime/common/table/avlogcphys.cpp +++ b/src/VBox/Runtime/common/table/avlogcphys.cpp @@ -1,4 +1,4 @@ -/* $Id: avlogcphys.cpp 28800 2010-04-27 08:22:32Z vboxsync $ */ +/* $Id: avlogcphys.cpp $ */ /** @file * IPRT - AVL tree, RTGCPHYS, unique keys, offset pointers. */ diff --git a/src/VBox/Runtime/common/table/avlogcptr.cpp b/src/VBox/Runtime/common/table/avlogcptr.cpp index 27f7c5b5f..6602c3097 100644 --- a/src/VBox/Runtime/common/table/avlogcptr.cpp +++ b/src/VBox/Runtime/common/table/avlogcptr.cpp @@ -1,4 +1,4 @@ -/* $Id: avlogcptr.cpp 28800 2010-04-27 08:22:32Z vboxsync $ */ +/* $Id: avlogcptr.cpp $ */ /** @file * IPRT - AVL tree, RTGCPTR, unique keys, offset pointers. */ diff --git a/src/VBox/Runtime/common/table/avlohcphys.cpp b/src/VBox/Runtime/common/table/avlohcphys.cpp index d3c273553..9f6dabae7 100644 --- a/src/VBox/Runtime/common/table/avlohcphys.cpp +++ b/src/VBox/Runtime/common/table/avlohcphys.cpp @@ -1,4 +1,4 @@ -/* $Id: avlohcphys.cpp 28800 2010-04-27 08:22:32Z vboxsync $ */ +/* $Id: avlohcphys.cpp $ */ /** @file * IPRT - AVL tree, RTHCPHYS, unique keys, offset pointers. */ diff --git a/src/VBox/Runtime/common/table/avloioport.cpp b/src/VBox/Runtime/common/table/avloioport.cpp index 4ff60d870..38aa69066 100644 --- a/src/VBox/Runtime/common/table/avloioport.cpp +++ b/src/VBox/Runtime/common/table/avloioport.cpp @@ -1,4 +1,4 @@ -/* $Id: avloioport.cpp 28800 2010-04-27 08:22:32Z vboxsync $ */ +/* $Id: avloioport.cpp $ */ /** @file * IPRT - AVL tree, RTIOPORT, unique keys, offset pointers. */ diff --git a/src/VBox/Runtime/common/table/avlou32.cpp b/src/VBox/Runtime/common/table/avlou32.cpp index 3882a5d0d..c01cafa1e 100644 --- a/src/VBox/Runtime/common/table/avlou32.cpp +++ b/src/VBox/Runtime/common/table/avlou32.cpp @@ -1,4 +1,4 @@ -/* $Id: avlou32.cpp 28800 2010-04-27 08:22:32Z vboxsync $ */ +/* $Id: avlou32.cpp $ */ /** @file * IPRT - AVL tree, uint_32, unique keys, offset pointers. */ diff --git a/src/VBox/Runtime/common/table/avlpv.cpp b/src/VBox/Runtime/common/table/avlpv.cpp index a5f82b9d3..c30680700 100644 --- a/src/VBox/Runtime/common/table/avlpv.cpp +++ b/src/VBox/Runtime/common/table/avlpv.cpp @@ -1,4 +1,4 @@ -/* $Id: avlpv.cpp 28800 2010-04-27 08:22:32Z vboxsync $ */ +/* $Id: avlpv.cpp $ */ /** @file * IPRT - AVL tree, void *, unique keys. */ diff --git a/src/VBox/Runtime/common/table/avlrfoff.cpp b/src/VBox/Runtime/common/table/avlrfoff.cpp index 7c9da3b87..dd6391b62 100644 --- a/src/VBox/Runtime/common/table/avlrfoff.cpp +++ b/src/VBox/Runtime/common/table/avlrfoff.cpp @@ -1,4 +1,4 @@ -/* $Id: avlrfoff.cpp 28800 2010-04-27 08:22:32Z vboxsync $ */ +/* $Id: avlrfoff.cpp $ */ /** @file * IPRT - AVL tree, RTFOFF, range, unique keys. */ diff --git a/src/VBox/Runtime/common/table/avlrgcptr.cpp b/src/VBox/Runtime/common/table/avlrgcptr.cpp index aa1c8b380..4ea64fd2d 100644 --- a/src/VBox/Runtime/common/table/avlrgcptr.cpp +++ b/src/VBox/Runtime/common/table/avlrgcptr.cpp @@ -1,4 +1,4 @@ -/* $Id: avlrgcptr.cpp 28800 2010-04-27 08:22:32Z vboxsync $ */ +/* $Id: avlrgcptr.cpp $ */ /** @file * IPRT - AVL tree, RTGCPTR, range, unique keys. */ diff --git a/src/VBox/Runtime/common/table/avlrogcphys.cpp b/src/VBox/Runtime/common/table/avlrogcphys.cpp index eb19638e3..f52acdbb2 100644 --- a/src/VBox/Runtime/common/table/avlrogcphys.cpp +++ b/src/VBox/Runtime/common/table/avlrogcphys.cpp @@ -1,4 +1,4 @@ -/* $Id: avlrogcphys.cpp 28800 2010-04-27 08:22:32Z vboxsync $ */ +/* $Id: avlrogcphys.cpp $ */ /** @file * IPRT - AVL tree, RTGCPHYS, range, unique keys, offset pointers. */ diff --git a/src/VBox/Runtime/common/table/avlrogcptr.cpp b/src/VBox/Runtime/common/table/avlrogcptr.cpp index 783923815..2f4559473 100644 --- a/src/VBox/Runtime/common/table/avlrogcptr.cpp +++ b/src/VBox/Runtime/common/table/avlrogcptr.cpp @@ -1,4 +1,4 @@ -/* $Id: avlrogcptr.cpp 28800 2010-04-27 08:22:32Z vboxsync $ */ +/* $Id: avlrogcptr.cpp $ */ /** @file * IPRT - AVL tree, RTGCPTR, range, unique keys, offset pointers. */ diff --git a/src/VBox/Runtime/common/table/avlroioport.cpp b/src/VBox/Runtime/common/table/avlroioport.cpp index b07e035c6..9aa583411 100644 --- a/src/VBox/Runtime/common/table/avlroioport.cpp +++ b/src/VBox/Runtime/common/table/avlroioport.cpp @@ -1,4 +1,4 @@ -/* $Id: avlroioport.cpp 28800 2010-04-27 08:22:32Z vboxsync $ */ +/* $Id: avlroioport.cpp $ */ /** @file * IPRT - AVL tree, RTIOPORT, range, unique keys, offset pointers. */ diff --git a/src/VBox/Runtime/common/table/avlroogcptr.cpp b/src/VBox/Runtime/common/table/avlroogcptr.cpp index 8b449f6a8..6c425d5b5 100644 --- a/src/VBox/Runtime/common/table/avlroogcptr.cpp +++ b/src/VBox/Runtime/common/table/avlroogcptr.cpp @@ -1,4 +1,4 @@ -/* $Id: avlroogcptr.cpp 28800 2010-04-27 08:22:32Z vboxsync $ */ +/* $Id: avlroogcptr.cpp $ */ /** @file * IPRT - AVL tree, RTGCPTR, range, unique keys, overlapping ranges, offset pointers. */ diff --git a/src/VBox/Runtime/common/table/avlruintptr.cpp b/src/VBox/Runtime/common/table/avlruintptr.cpp index b9b8bc2cb..c267284a9 100644 --- a/src/VBox/Runtime/common/table/avlruintptr.cpp +++ b/src/VBox/Runtime/common/table/avlruintptr.cpp @@ -1,4 +1,4 @@ -/* $Id: avlruintptr.cpp 28800 2010-04-27 08:22:32Z vboxsync $ */ +/* $Id: avlruintptr.cpp $ */ /** @file * IPRT - AVL tree, RTUINTPTR, range, unique keys. */ diff --git a/src/VBox/Runtime/common/table/avlu32.cpp b/src/VBox/Runtime/common/table/avlu32.cpp index 63420e65d..3bf1283b5 100644 --- a/src/VBox/Runtime/common/table/avlu32.cpp +++ b/src/VBox/Runtime/common/table/avlu32.cpp @@ -1,4 +1,4 @@ -/* $Id: avlu32.cpp 28800 2010-04-27 08:22:32Z vboxsync $ */ +/* $Id: avlu32.cpp $ */ /** @file * IPRT - AVL tree, uint32_t, unique keys. */ diff --git a/src/VBox/Runtime/common/table/avluintptr.cpp b/src/VBox/Runtime/common/table/avluintptr.cpp index 96e2b56a3..08d3eb455 100644 --- a/src/VBox/Runtime/common/table/avluintptr.cpp +++ b/src/VBox/Runtime/common/table/avluintptr.cpp @@ -1,4 +1,4 @@ -/* $Id: avluintptr.cpp 28800 2010-04-27 08:22:32Z vboxsync $ */ +/* $Id: avluintptr.cpp $ */ /** @file * IPRT - AVL tree, RTUINTPTR, unique keys. */ diff --git a/src/VBox/Runtime/common/table/avlul.cpp b/src/VBox/Runtime/common/table/avlul.cpp index 644c23d58..62b94f97e 100644 --- a/src/VBox/Runtime/common/table/avlul.cpp +++ b/src/VBox/Runtime/common/table/avlul.cpp @@ -1,4 +1,4 @@ -/* $Id: avlul.cpp 28800 2010-04-27 08:22:32Z vboxsync $ */ +/* $Id: avlul.cpp $ */ /** @file * IPRT - AVL tree, unsigned long, unique keys. */ diff --git a/src/VBox/Runtime/common/table/table.cpp b/src/VBox/Runtime/common/table/table.cpp index a649cb395..b2d7c8b03 100644 --- a/src/VBox/Runtime/common/table/table.cpp +++ b/src/VBox/Runtime/common/table/table.cpp @@ -1,4 +1,4 @@ -/* $Id: table.cpp 28800 2010-04-27 08:22:32Z vboxsync $ */ +/* $Id: table.cpp $ */ /** @file * IPRT - AVL tree, RTHCPHYS, unique keys. */ diff --git a/src/VBox/Runtime/common/time/time.cpp b/src/VBox/Runtime/common/time/time.cpp index 8bd391c23..f61c226e6 100644 --- a/src/VBox/Runtime/common/time/time.cpp +++ b/src/VBox/Runtime/common/time/time.cpp @@ -1,4 +1,4 @@ -/* $Id: time.cpp 28800 2010-04-27 08:22:32Z vboxsync $ */ +/* $Id: time.cpp $ */ /** @file * IPRT - Time. */ diff --git a/src/VBox/Runtime/common/time/timeprog.cpp b/src/VBox/Runtime/common/time/timeprog.cpp index c6bdd2380..61571d534 100644 --- a/src/VBox/Runtime/common/time/timeprog.cpp +++ b/src/VBox/Runtime/common/time/timeprog.cpp @@ -1,4 +1,4 @@ -/* $Id: timeprog.cpp 28800 2010-04-27 08:22:32Z vboxsync $ */ +/* $Id: timeprog.cpp $ */ /** @file * IPRT - Time Relative to Program Start. */ diff --git a/src/VBox/Runtime/common/time/timesup.cpp b/src/VBox/Runtime/common/time/timesup.cpp index 616d16176..84a9ba79c 100644 --- a/src/VBox/Runtime/common/time/timesup.cpp +++ b/src/VBox/Runtime/common/time/timesup.cpp @@ -1,4 +1,4 @@ -/* $Id: timesup.cpp 29267 2010-05-09 21:21:36Z vboxsync $ */ +/* $Id: timesup.cpp $ */ /** @file * IPRT - Time using SUPLib. */ diff --git a/src/VBox/Runtime/common/time/timesupA.asm b/src/VBox/Runtime/common/time/timesupA.asm index c5360fb2e..9c0449304 100644 --- a/src/VBox/Runtime/common/time/timesupA.asm +++ b/src/VBox/Runtime/common/time/timesupA.asm @@ -1,4 +1,4 @@ -; $Id: timesupA.asm 28800 2010-04-27 08:22:32Z vboxsync $ +; $Id: timesupA.asm $ ;; @file ; IPRT - Time using SUPLib, the Assembly Implementation. ; diff --git a/src/VBox/Runtime/common/time/timesupA.mac b/src/VBox/Runtime/common/time/timesupA.mac index fc76a1472..4c5db0c11 100644 --- a/src/VBox/Runtime/common/time/timesupA.mac +++ b/src/VBox/Runtime/common/time/timesupA.mac @@ -1,4 +1,4 @@ -; $Id: timesupA.mac 28800 2010-04-27 08:22:32Z vboxsync $ +; $Id: timesupA.mac $ ;; @file ; IPRT - Time using SUPLib, the Assembly Code Template. ; diff --git a/src/VBox/Runtime/common/time/timesupref.cpp b/src/VBox/Runtime/common/time/timesupref.cpp index 04f68f259..12c9bb350 100644 --- a/src/VBox/Runtime/common/time/timesupref.cpp +++ b/src/VBox/Runtime/common/time/timesupref.cpp @@ -1,4 +1,4 @@ -/* $Id: timesupref.cpp 29267 2010-05-09 21:21:36Z vboxsync $ */ +/* $Id: timesupref.cpp $ */ /** @file * IPRT - Time using SUPLib, the C Implementation. */ diff --git a/src/VBox/Runtime/common/time/timesupref.h b/src/VBox/Runtime/common/time/timesupref.h index 1859fecd4..2e0e8f30b 100644 --- a/src/VBox/Runtime/common/time/timesupref.h +++ b/src/VBox/Runtime/common/time/timesupref.h @@ -1,4 +1,4 @@ -/* $Id: timesupref.h 28800 2010-04-27 08:22:32Z vboxsync $ */ +/* $Id: timesupref.h $ */ /** @file * IPRT - Time using SUPLib, the C Code Template. */ diff --git a/src/VBox/Runtime/common/time/timesysalias.cpp b/src/VBox/Runtime/common/time/timesysalias.cpp index c3f91dcf8..37f65d392 100644 --- a/src/VBox/Runtime/common/time/timesysalias.cpp +++ b/src/VBox/Runtime/common/time/timesysalias.cpp @@ -1,4 +1,4 @@ -/* $Id: timesysalias.cpp 28800 2010-04-27 08:22:32Z vboxsync $ */ +/* $Id: timesysalias.cpp $ */ /** @file * IPRT - Time using RTTimeSystem*. */ diff --git a/src/VBox/Runtime/darwin/RTErrConvertFromDarwin.cpp b/src/VBox/Runtime/darwin/RTErrConvertFromDarwin.cpp index 64574d3f8..e575a6b1e 100644 --- a/src/VBox/Runtime/darwin/RTErrConvertFromDarwin.cpp +++ b/src/VBox/Runtime/darwin/RTErrConvertFromDarwin.cpp @@ -1,4 +1,4 @@ -/* $Id: RTErrConvertFromDarwin.cpp 28800 2010-04-27 08:22:32Z vboxsync $ */ +/* $Id: RTErrConvertFromDarwin.cpp $ */ /** @file * IPRT - Convert Darwin Mach returns codes to iprt status codes. */ diff --git a/src/VBox/Runtime/darwin/RTErrConvertFromDarwinCOM.cpp b/src/VBox/Runtime/darwin/RTErrConvertFromDarwinCOM.cpp index 346028778..bceb9067f 100644 --- a/src/VBox/Runtime/darwin/RTErrConvertFromDarwinCOM.cpp +++ b/src/VBox/Runtime/darwin/RTErrConvertFromDarwinCOM.cpp @@ -1,4 +1,4 @@ -/* $Id: RTErrConvertFromDarwinCOM.cpp 28800 2010-04-27 08:22:32Z vboxsync $ */ +/* $Id: RTErrConvertFromDarwinCOM.cpp $ */ /** @file * IPRT - Convert Darwin COM returns codes to iprt status codes. */ diff --git a/src/VBox/Runtime/darwin/RTErrConvertFromDarwinIO.cpp b/src/VBox/Runtime/darwin/RTErrConvertFromDarwinIO.cpp index 460f6540e..7e087b8b6 100644 --- a/src/VBox/Runtime/darwin/RTErrConvertFromDarwinIO.cpp +++ b/src/VBox/Runtime/darwin/RTErrConvertFromDarwinIO.cpp @@ -1,4 +1,4 @@ -/* $Id: RTErrConvertFromDarwinIO.cpp 28800 2010-04-27 08:22:32Z vboxsync $ */ +/* $Id: RTErrConvertFromDarwinIO.cpp $ */ /** @file * IPRT - Convert Darwin IOKit returns codes to iprt status codes. */ diff --git a/src/VBox/Runtime/darwin/RTErrConvertFromDarwinKern.cpp b/src/VBox/Runtime/darwin/RTErrConvertFromDarwinKern.cpp index 0dad72a90..880ba5a59 100644 --- a/src/VBox/Runtime/darwin/RTErrConvertFromDarwinKern.cpp +++ b/src/VBox/Runtime/darwin/RTErrConvertFromDarwinKern.cpp @@ -1,4 +1,4 @@ -/* $Id: RTErrConvertFromDarwinKern.cpp 28800 2010-04-27 08:22:32Z vboxsync $ */ +/* $Id: RTErrConvertFromDarwinKern.cpp $ */ /** @file * IPRT - Convert Darwin Mach returns codes to iprt status codes. */ diff --git a/src/VBox/Runtime/gc/initterm-gc.cpp b/src/VBox/Runtime/gc/initterm-gc.cpp index 4210e5049..b35ca578b 100644 --- a/src/VBox/Runtime/gc/initterm-gc.cpp +++ b/src/VBox/Runtime/gc/initterm-gc.cpp @@ -1,4 +1,4 @@ -/* $Id: initterm-gc.cpp 28800 2010-04-27 08:22:32Z vboxsync $ */ +/* $Id: initterm-gc.cpp $ */ /** @file * IPRT - Init Raw-mode Context. */ diff --git a/src/VBox/Runtime/generic/RTAssertShouldPanic-generic.cpp b/src/VBox/Runtime/generic/RTAssertShouldPanic-generic.cpp index b5d54e39e..52ea2eef2 100644 --- a/src/VBox/Runtime/generic/RTAssertShouldPanic-generic.cpp +++ b/src/VBox/Runtime/generic/RTAssertShouldPanic-generic.cpp @@ -1,4 +1,4 @@ -/* $Id: RTAssertShouldPanic-generic.cpp 28800 2010-04-27 08:22:32Z vboxsync $ */ +/* $Id: RTAssertShouldPanic-generic.cpp $ */ /** @file * IPRT - Assertions, generic RTAssertShouldPanic. */ diff --git a/src/VBox/Runtime/generic/RTDirCreateTemp-generic.cpp b/src/VBox/Runtime/generic/RTDirCreateTemp-generic.cpp index afb9aea46..82214b4fe 100644 --- a/src/VBox/Runtime/generic/RTDirCreateTemp-generic.cpp +++ b/src/VBox/Runtime/generic/RTDirCreateTemp-generic.cpp @@ -1,4 +1,4 @@ -/* $Id: RTDirCreateTemp-generic.cpp 28800 2010-04-27 08:22:32Z vboxsync $ */ +/* $Id: RTDirCreateTemp-generic.cpp $ */ /** @file * IPRT - RTDirCreateTemp, generic implementation. */ diff --git a/src/VBox/Runtime/generic/RTDirExists-generic.cpp b/src/VBox/Runtime/generic/RTDirExists-generic.cpp index f3a4fc1e0..0b5f04a98 100644 --- a/src/VBox/Runtime/generic/RTDirExists-generic.cpp +++ b/src/VBox/Runtime/generic/RTDirExists-generic.cpp @@ -1,4 +1,4 @@ -/* $Id: RTDirExists-generic.cpp 28800 2010-04-27 08:22:32Z vboxsync $ */ +/* $Id: RTDirExists-generic.cpp $ */ /** @file * IPRT - RTDirExists, generic implementation. */ diff --git a/src/VBox/Runtime/generic/RTDirQueryInfo-generic.cpp b/src/VBox/Runtime/generic/RTDirQueryInfo-generic.cpp index 60c2174a8..a01a8d80d 100644 --- a/src/VBox/Runtime/generic/RTDirQueryInfo-generic.cpp +++ b/src/VBox/Runtime/generic/RTDirQueryInfo-generic.cpp @@ -1,4 +1,4 @@ -/* $Id: RTDirQueryInfo-generic.cpp 28800 2010-04-27 08:22:32Z vboxsync $ */ +/* $Id: RTDirQueryInfo-generic.cpp $ */ /** @file * IPRT - RTDirQueryInfo, generic implementation. */ diff --git a/src/VBox/Runtime/generic/RTDirSetTimes-generic.cpp b/src/VBox/Runtime/generic/RTDirSetTimes-generic.cpp index 019c61f83..b5b781e24 100644 --- a/src/VBox/Runtime/generic/RTDirSetTimes-generic.cpp +++ b/src/VBox/Runtime/generic/RTDirSetTimes-generic.cpp @@ -1,4 +1,4 @@ -/* $Id: RTDirSetTimes-generic.cpp 28800 2010-04-27 08:22:32Z vboxsync $ */ +/* $Id: RTDirSetTimes-generic.cpp $ */ /** @file * IPRT - RTDirSetTimes, generic implementation. */ diff --git a/src/VBox/Runtime/generic/RTEnvDupEx-generic.cpp b/src/VBox/Runtime/generic/RTEnvDupEx-generic.cpp index c101ca7ed..5320cc5f0 100644 --- a/src/VBox/Runtime/generic/RTEnvDupEx-generic.cpp +++ b/src/VBox/Runtime/generic/RTEnvDupEx-generic.cpp @@ -1,4 +1,4 @@ -/* $Id: RTEnvDupEx-generic.cpp 28800 2010-04-27 08:22:32Z vboxsync $ */ +/* $Id: RTEnvDupEx-generic.cpp $ */ /** @file * IPRT - Environment, RTEnvDupEx, generic. */ diff --git a/src/VBox/Runtime/generic/RTFileCopy-generic.cpp b/src/VBox/Runtime/generic/RTFileCopy-generic.cpp index b19fb6c88..ea55290cf 100644 --- a/src/VBox/Runtime/generic/RTFileCopy-generic.cpp +++ b/src/VBox/Runtime/generic/RTFileCopy-generic.cpp @@ -1,4 +1,4 @@ -/* $Id: RTFileCopy-generic.cpp 28800 2010-04-27 08:22:32Z vboxsync $ */ +/* $Id: RTFileCopy-generic.cpp $ */ /** @file * IPRT - RTFileCopy, generic implementation. */ diff --git a/src/VBox/Runtime/generic/RTFileExists-generic.cpp b/src/VBox/Runtime/generic/RTFileExists-generic.cpp index 5c8cffd6d..f81988165 100644 --- a/src/VBox/Runtime/generic/RTFileExists-generic.cpp +++ b/src/VBox/Runtime/generic/RTFileExists-generic.cpp @@ -1,4 +1,4 @@ -/* $Id: RTFileExists-generic.cpp 28800 2010-04-27 08:22:32Z vboxsync $ */ +/* $Id: RTFileExists-generic.cpp $ */ /** @file * IPRT - RTFileExists, generic implementation. */ diff --git a/src/VBox/Runtime/generic/RTFileMove-generic.cpp b/src/VBox/Runtime/generic/RTFileMove-generic.cpp index aa2a37430..21556ec70 100644 --- a/src/VBox/Runtime/generic/RTFileMove-generic.cpp +++ b/src/VBox/Runtime/generic/RTFileMove-generic.cpp @@ -1,4 +1,4 @@ -/* $Id: RTFileMove-generic.cpp 28800 2010-04-27 08:22:32Z vboxsync $ */ +/* $Id: RTFileMove-generic.cpp $ */ /** @file * IPRT - RTFileMove, Generic. */ diff --git a/src/VBox/Runtime/generic/RTFileQuerySize-generic.cpp b/src/VBox/Runtime/generic/RTFileQuerySize-generic.cpp index 3129b7016..a561eea67 100644 --- a/src/VBox/Runtime/generic/RTFileQuerySize-generic.cpp +++ b/src/VBox/Runtime/generic/RTFileQuerySize-generic.cpp @@ -1,4 +1,4 @@ -/* $Id: RTFileQuerySize-generic.cpp 28800 2010-04-27 08:22:32Z vboxsync $ */ +/* $Id: RTFileQuerySize-generic.cpp $ */ /** @file * IPRT - RTFileQuerySize, generic implementation. */ diff --git a/src/VBox/Runtime/generic/RTFileReadAll-generic.cpp b/src/VBox/Runtime/generic/RTFileReadAll-generic.cpp index ea8b8dcc9..71c0af124 100644 --- a/src/VBox/Runtime/generic/RTFileReadAll-generic.cpp +++ b/src/VBox/Runtime/generic/RTFileReadAll-generic.cpp @@ -1,4 +1,4 @@ -/* $Id: RTFileReadAll-generic.cpp 28800 2010-04-27 08:22:32Z vboxsync $ */ +/* $Id: RTFileReadAll-generic.cpp $ */ /** @file * IPRT - RTFileReadAll, generic implementation. */ diff --git a/src/VBox/Runtime/generic/RTFileReadAllByHandle-generic.cpp b/src/VBox/Runtime/generic/RTFileReadAllByHandle-generic.cpp index d45ca98d1..2d94160f1 100644 --- a/src/VBox/Runtime/generic/RTFileReadAllByHandle-generic.cpp +++ b/src/VBox/Runtime/generic/RTFileReadAllByHandle-generic.cpp @@ -1,4 +1,4 @@ -/* $Id: RTFileReadAllByHandle-generic.cpp 28800 2010-04-27 08:22:32Z vboxsync $ */ +/* $Id: RTFileReadAllByHandle-generic.cpp $ */ /** @file * IPRT - RTFileReadAllByHandle, generic implementation. */ diff --git a/src/VBox/Runtime/generic/RTFileReadAllByHandleEx-generic.cpp b/src/VBox/Runtime/generic/RTFileReadAllByHandleEx-generic.cpp index 12b713ea4..0c41126c6 100644 --- a/src/VBox/Runtime/generic/RTFileReadAllByHandleEx-generic.cpp +++ b/src/VBox/Runtime/generic/RTFileReadAllByHandleEx-generic.cpp @@ -1,4 +1,4 @@ -/* $Id: RTFileReadAllByHandleEx-generic.cpp 28800 2010-04-27 08:22:32Z vboxsync $ */ +/* $Id: RTFileReadAllByHandleEx-generic.cpp $ */ /** @file * IPRT - RTFileReadAllByHandleEx, generic implementation. */ diff --git a/src/VBox/Runtime/generic/RTFileReadAllEx-generic.cpp b/src/VBox/Runtime/generic/RTFileReadAllEx-generic.cpp index fe086addd..2046d7319 100644 --- a/src/VBox/Runtime/generic/RTFileReadAllEx-generic.cpp +++ b/src/VBox/Runtime/generic/RTFileReadAllEx-generic.cpp @@ -1,4 +1,4 @@ -/* $Id: RTFileReadAllEx-generic.cpp 28800 2010-04-27 08:22:32Z vboxsync $ */ +/* $Id: RTFileReadAllEx-generic.cpp $ */ /** @file * IPRT - RTFileReadAllEx, generic implementation. */ diff --git a/src/VBox/Runtime/generic/RTFileReadAllFree-generic.cpp b/src/VBox/Runtime/generic/RTFileReadAllFree-generic.cpp index 8491c323a..1f1dd2920 100644 --- a/src/VBox/Runtime/generic/RTFileReadAllFree-generic.cpp +++ b/src/VBox/Runtime/generic/RTFileReadAllFree-generic.cpp @@ -1,4 +1,4 @@ -/* $Id: RTFileReadAllFree-generic.cpp 28800 2010-04-27 08:22:32Z vboxsync $ */ +/* $Id: RTFileReadAllFree-generic.cpp $ */ /** @file * IPRT - RTFileReadAllFree, generic implementation. */ diff --git a/src/VBox/Runtime/generic/RTLogDefaultInit-generic.cpp b/src/VBox/Runtime/generic/RTLogDefaultInit-generic.cpp index f0596f88e..5a1e122c5 100644 --- a/src/VBox/Runtime/generic/RTLogDefaultInit-generic.cpp +++ b/src/VBox/Runtime/generic/RTLogDefaultInit-generic.cpp @@ -1,4 +1,4 @@ -/* $Id: RTLogDefaultInit-generic.cpp 28800 2010-04-27 08:22:32Z vboxsync $ */ +/* $Id: RTLogDefaultInit-generic.cpp $ */ /** @file * IPRT - Default Log Init, Generic Dummy. */ diff --git a/src/VBox/Runtime/generic/RTLogWriteDebugger-generic.cpp b/src/VBox/Runtime/generic/RTLogWriteDebugger-generic.cpp index bb1b35876..116900b57 100644 --- a/src/VBox/Runtime/generic/RTLogWriteDebugger-generic.cpp +++ b/src/VBox/Runtime/generic/RTLogWriteDebugger-generic.cpp @@ -1,4 +1,4 @@ -/* $Id: RTLogWriteDebugger-generic.cpp 28800 2010-04-27 08:22:32Z vboxsync $ */ +/* $Id: RTLogWriteDebugger-generic.cpp $ */ /** @file * IPRT - Log To Debugger, Generic Dummy. */ diff --git a/src/VBox/Runtime/generic/RTLogWriteStdErr-generic.cpp b/src/VBox/Runtime/generic/RTLogWriteStdErr-generic.cpp index 18fdbf84a..fc7af9816 100644 --- a/src/VBox/Runtime/generic/RTLogWriteStdErr-generic.cpp +++ b/src/VBox/Runtime/generic/RTLogWriteStdErr-generic.cpp @@ -1,4 +1,4 @@ -/* $Id: RTLogWriteStdErr-generic.cpp 28800 2010-04-27 08:22:32Z vboxsync $ */ +/* $Id: RTLogWriteStdErr-generic.cpp $ */ /** @file * IPRT - Log To StdErr, Generic. */ diff --git a/src/VBox/Runtime/generic/RTLogWriteStdErr-stub-generic.cpp b/src/VBox/Runtime/generic/RTLogWriteStdErr-stub-generic.cpp index 9c3e05161..4a42187a7 100644 --- a/src/VBox/Runtime/generic/RTLogWriteStdErr-stub-generic.cpp +++ b/src/VBox/Runtime/generic/RTLogWriteStdErr-stub-generic.cpp @@ -1,4 +1,4 @@ -/* $Id: RTLogWriteStdErr-stub-generic.cpp 28800 2010-04-27 08:22:32Z vboxsync $ */ +/* $Id: RTLogWriteStdErr-stub-generic.cpp $ */ /** @file * IPRT - Log To StdErr, Generic Dummy. */ diff --git a/src/VBox/Runtime/generic/RTLogWriteStdOut-generic.cpp b/src/VBox/Runtime/generic/RTLogWriteStdOut-generic.cpp index 9805d180d..a358c08d4 100644 --- a/src/VBox/Runtime/generic/RTLogWriteStdOut-generic.cpp +++ b/src/VBox/Runtime/generic/RTLogWriteStdOut-generic.cpp @@ -1,4 +1,4 @@ -/* $Id: RTLogWriteStdOut-generic.cpp 28800 2010-04-27 08:22:32Z vboxsync $ */ +/* $Id: RTLogWriteStdOut-generic.cpp $ */ /** @file * IPRT - Log To StdOut, Generic. */ diff --git a/src/VBox/Runtime/generic/RTLogWriteStdOut-stub-generic.cpp b/src/VBox/Runtime/generic/RTLogWriteStdOut-stub-generic.cpp index 54fcd2850..99b6b2bb3 100644 --- a/src/VBox/Runtime/generic/RTLogWriteStdOut-stub-generic.cpp +++ b/src/VBox/Runtime/generic/RTLogWriteStdOut-stub-generic.cpp @@ -1,4 +1,4 @@ -/* $Id: RTLogWriteStdOut-stub-generic.cpp 28800 2010-04-27 08:22:32Z vboxsync $ */ +/* $Id: RTLogWriteStdOut-stub-generic.cpp $ */ /** @file * IPRT - Log To StdOut, Generic Dummy. */ diff --git a/src/VBox/Runtime/generic/RTLogWriteUser-generic.cpp b/src/VBox/Runtime/generic/RTLogWriteUser-generic.cpp index 6ac712221..2fe4d0dfb 100644 --- a/src/VBox/Runtime/generic/RTLogWriteUser-generic.cpp +++ b/src/VBox/Runtime/generic/RTLogWriteUser-generic.cpp @@ -1,4 +1,4 @@ -/* $Id: RTLogWriteUser-generic.cpp 28800 2010-04-27 08:22:32Z vboxsync $ */ +/* $Id: RTLogWriteUser-generic.cpp $ */ /** @file * IPRT - Log User Specific Output, Generic Dummy. */ diff --git a/src/VBox/Runtime/generic/RTMpCpuId-generic.cpp b/src/VBox/Runtime/generic/RTMpCpuId-generic.cpp index 7ee70e824..591d8318c 100644 --- a/src/VBox/Runtime/generic/RTMpCpuId-generic.cpp +++ b/src/VBox/Runtime/generic/RTMpCpuId-generic.cpp @@ -1,4 +1,4 @@ -/* $Id: RTMpCpuId-generic.cpp 29500 2010-05-14 21:43:06Z vboxsync $ */ +/* $Id: RTMpCpuId-generic.cpp $ */ /** @file * IPRT - Multiprocessor, Generic RTMpCpuId. */ diff --git a/src/VBox/Runtime/generic/RTMpCpuIdFromSetIndex-generic.cpp b/src/VBox/Runtime/generic/RTMpCpuIdFromSetIndex-generic.cpp index 09b6f26f2..2fec3382a 100644 --- a/src/VBox/Runtime/generic/RTMpCpuIdFromSetIndex-generic.cpp +++ b/src/VBox/Runtime/generic/RTMpCpuIdFromSetIndex-generic.cpp @@ -1,4 +1,4 @@ -/* $Id: RTMpCpuIdFromSetIndex-generic.cpp 28800 2010-04-27 08:22:32Z vboxsync $ */ +/* $Id: RTMpCpuIdFromSetIndex-generic.cpp $ */ /** @file * IPRT - Multiprocessor, Generic RTMpCpuIdFromSetIndex. */ diff --git a/src/VBox/Runtime/generic/RTMpCpuIdToSetIndex-generic.cpp b/src/VBox/Runtime/generic/RTMpCpuIdToSetIndex-generic.cpp index 5f70a3a2e..88df98053 100644 --- a/src/VBox/Runtime/generic/RTMpCpuIdToSetIndex-generic.cpp +++ b/src/VBox/Runtime/generic/RTMpCpuIdToSetIndex-generic.cpp @@ -1,4 +1,4 @@ -/* $Id: RTMpCpuIdToSetIndex-generic.cpp 28800 2010-04-27 08:22:32Z vboxsync $ */ +/* $Id: RTMpCpuIdToSetIndex-generic.cpp $ */ /** @file * IPRT - Multiprocessor, Generic RTMpCpuIdToSetIndex. */ diff --git a/src/VBox/Runtime/generic/RTMpGetCount-generic.cpp b/src/VBox/Runtime/generic/RTMpGetCount-generic.cpp index 52de02d84..f8625e183 100644 --- a/src/VBox/Runtime/generic/RTMpGetCount-generic.cpp +++ b/src/VBox/Runtime/generic/RTMpGetCount-generic.cpp @@ -1,4 +1,4 @@ -/* $Id: RTMpGetCount-generic.cpp 28800 2010-04-27 08:22:32Z vboxsync $ */ +/* $Id: RTMpGetCount-generic.cpp $ */ /** @file * IPRT - Multiprocessor, Generic RTMpGetCount. */ diff --git a/src/VBox/Runtime/generic/RTMpGetCurFrequency-generic.cpp b/src/VBox/Runtime/generic/RTMpGetCurFrequency-generic.cpp index c9f590ee6..04c9a68dc 100644 --- a/src/VBox/Runtime/generic/RTMpGetCurFrequency-generic.cpp +++ b/src/VBox/Runtime/generic/RTMpGetCurFrequency-generic.cpp @@ -1,4 +1,4 @@ -/* $Id: RTMpGetCurFrequency-generic.cpp 28800 2010-04-27 08:22:32Z vboxsync $ */ +/* $Id: RTMpGetCurFrequency-generic.cpp $ */ /** @file * IPRT - Multiprocessor, Generic RTMpGetCurFrequency. */ diff --git a/src/VBox/Runtime/generic/RTMpGetDescription-generic-stub.cpp b/src/VBox/Runtime/generic/RTMpGetDescription-generic-stub.cpp index 3391abb38..a3c176689 100644 --- a/src/VBox/Runtime/generic/RTMpGetDescription-generic-stub.cpp +++ b/src/VBox/Runtime/generic/RTMpGetDescription-generic-stub.cpp @@ -1,4 +1,4 @@ -/* $Id: RTMpGetDescription-generic-stub.cpp 28800 2010-04-27 08:22:32Z vboxsync $ */ +/* $Id: RTMpGetDescription-generic-stub.cpp $ */ /** @file * IPRT - Multiprocessor, Generic RTMpGetDescription stub. */ diff --git a/src/VBox/Runtime/generic/RTMpGetDescription-generic.cpp b/src/VBox/Runtime/generic/RTMpGetDescription-generic.cpp index cdb41904a..dccd40583 100644 --- a/src/VBox/Runtime/generic/RTMpGetDescription-generic.cpp +++ b/src/VBox/Runtime/generic/RTMpGetDescription-generic.cpp @@ -1,4 +1,4 @@ -/* $Id: RTMpGetDescription-generic.cpp 29264 2010-05-09 19:58:37Z vboxsync $ */ +/* $Id: RTMpGetDescription-generic.cpp $ */ /** @file * IPRT - Multiprocessor, Generic RTMpGetDescription. */ diff --git a/src/VBox/Runtime/generic/RTMpGetMaxCpuId-generic.cpp b/src/VBox/Runtime/generic/RTMpGetMaxCpuId-generic.cpp index 8ef1b8dbf..e79633014 100644 --- a/src/VBox/Runtime/generic/RTMpGetMaxCpuId-generic.cpp +++ b/src/VBox/Runtime/generic/RTMpGetMaxCpuId-generic.cpp @@ -1,4 +1,4 @@ -/* $Id: RTMpGetMaxCpuId-generic.cpp 28800 2010-04-27 08:22:32Z vboxsync $ */ +/* $Id: RTMpGetMaxCpuId-generic.cpp $ */ /** @file * IPRT - Multiprocessor, Generic RTMpGetMaxCpuId. */ diff --git a/src/VBox/Runtime/generic/RTMpGetMaxFrequency-generic.cpp b/src/VBox/Runtime/generic/RTMpGetMaxFrequency-generic.cpp index 978f439d7..4f468d882 100644 --- a/src/VBox/Runtime/generic/RTMpGetMaxFrequency-generic.cpp +++ b/src/VBox/Runtime/generic/RTMpGetMaxFrequency-generic.cpp @@ -1,4 +1,4 @@ -/* $Id: RTMpGetMaxFrequency-generic.cpp 28800 2010-04-27 08:22:32Z vboxsync $ */ +/* $Id: RTMpGetMaxFrequency-generic.cpp $ */ /** @file * IPRT - Multiprocessor, Generic RTMpGetMaxFrequency. */ diff --git a/src/VBox/Runtime/generic/RTMpGetOnlineCount-generic.cpp b/src/VBox/Runtime/generic/RTMpGetOnlineCount-generic.cpp index 36f43f1ed..e11543e04 100644 --- a/src/VBox/Runtime/generic/RTMpGetOnlineCount-generic.cpp +++ b/src/VBox/Runtime/generic/RTMpGetOnlineCount-generic.cpp @@ -1,4 +1,4 @@ -/* $Id: RTMpGetOnlineCount-generic.cpp 28800 2010-04-27 08:22:32Z vboxsync $ */ +/* $Id: RTMpGetOnlineCount-generic.cpp $ */ /** @file * IPRT - Multiprocessor, Generic RTMpGetOnlineCount. */ diff --git a/src/VBox/Runtime/generic/RTMpGetOnlineSet-generic.cpp b/src/VBox/Runtime/generic/RTMpGetOnlineSet-generic.cpp index 05be2872c..753ee62dc 100644 --- a/src/VBox/Runtime/generic/RTMpGetOnlineSet-generic.cpp +++ b/src/VBox/Runtime/generic/RTMpGetOnlineSet-generic.cpp @@ -1,4 +1,4 @@ -/* $Id: RTMpGetOnlineSet-generic.cpp 28800 2010-04-27 08:22:32Z vboxsync $ */ +/* $Id: RTMpGetOnlineSet-generic.cpp $ */ /** @file * IPRT - Multiprocessor, Generic RTMpGetOnlineSet. */ diff --git a/src/VBox/Runtime/generic/RTMpGetSet-generic.cpp b/src/VBox/Runtime/generic/RTMpGetSet-generic.cpp index 6a83d70e9..01b724965 100644 --- a/src/VBox/Runtime/generic/RTMpGetSet-generic.cpp +++ b/src/VBox/Runtime/generic/RTMpGetSet-generic.cpp @@ -1,4 +1,4 @@ -/* $Id: RTMpGetSet-generic.cpp 28800 2010-04-27 08:22:32Z vboxsync $ */ +/* $Id: RTMpGetSet-generic.cpp $ */ /** @file * IPRT - Multiprocessor, Generic RTMpGetSet. */ diff --git a/src/VBox/Runtime/generic/RTMpIsCpuOnline-generic.cpp b/src/VBox/Runtime/generic/RTMpIsCpuOnline-generic.cpp index 79cfae8b8..b53c13ae9 100644 --- a/src/VBox/Runtime/generic/RTMpIsCpuOnline-generic.cpp +++ b/src/VBox/Runtime/generic/RTMpIsCpuOnline-generic.cpp @@ -1,4 +1,4 @@ -/* $Id: RTMpIsCpuOnline-generic.cpp 28800 2010-04-27 08:22:32Z vboxsync $ */ +/* $Id: RTMpIsCpuOnline-generic.cpp $ */ /** @file * IPRT - Multiprocessor, Generic RTMpIsCpuOnline. */ diff --git a/src/VBox/Runtime/generic/RTMpIsCpuPossible-generic.cpp b/src/VBox/Runtime/generic/RTMpIsCpuPossible-generic.cpp index dfdb48046..7c57ae831 100644 --- a/src/VBox/Runtime/generic/RTMpIsCpuPossible-generic.cpp +++ b/src/VBox/Runtime/generic/RTMpIsCpuPossible-generic.cpp @@ -1,4 +1,4 @@ -/* $Id: RTMpIsCpuPossible-generic.cpp 28800 2010-04-27 08:22:32Z vboxsync $ */ +/* $Id: RTMpIsCpuPossible-generic.cpp $ */ /** @file * IPRT - Multiprocessor, Generic RTMpIsCpuPossible. */ diff --git a/src/VBox/Runtime/generic/RTProcDaemonize-generic.cpp b/src/VBox/Runtime/generic/RTProcDaemonize-generic.cpp index 355855bd9..808c6e989 100644 --- a/src/VBox/Runtime/generic/RTProcDaemonize-generic.cpp +++ b/src/VBox/Runtime/generic/RTProcDaemonize-generic.cpp @@ -1,4 +1,4 @@ -/* $Id: RTProcDaemonize-generic.cpp 28800 2010-04-27 08:22:32Z vboxsync $ */ +/* $Id: RTProcDaemonize-generic.cpp $ */ /** @file * IPRT - RTProcDaemonize, generic implementation. */ diff --git a/src/VBox/Runtime/generic/RTProcIsRunningByName-generic.cpp b/src/VBox/Runtime/generic/RTProcIsRunningByName-generic.cpp index ff37e079a..89e2b4c82 100644 --- a/src/VBox/Runtime/generic/RTProcIsRunningByName-generic.cpp +++ b/src/VBox/Runtime/generic/RTProcIsRunningByName-generic.cpp @@ -1,4 +1,4 @@ -/* $Id: RTProcIsRunningByName-generic.cpp 28800 2010-04-27 08:22:32Z vboxsync $ */ +/* $Id: RTProcIsRunningByName-generic.cpp $ */ /** @file * IPRT - RTProcIsRunningByName, generic stub. */ diff --git a/src/VBox/Runtime/generic/RTRandAdvCreateSystemFaster-generic.cpp b/src/VBox/Runtime/generic/RTRandAdvCreateSystemFaster-generic.cpp index fb277d4e5..0b05fa5e8 100644 --- a/src/VBox/Runtime/generic/RTRandAdvCreateSystemFaster-generic.cpp +++ b/src/VBox/Runtime/generic/RTRandAdvCreateSystemFaster-generic.cpp @@ -1,4 +1,4 @@ -/* $Id: RTRandAdvCreateSystemFaster-generic.cpp 28800 2010-04-27 08:22:32Z vboxsync $ */ +/* $Id: RTRandAdvCreateSystemFaster-generic.cpp $ */ /** @file * IPRT - Random Numbers, generic RTRandAdvCreateSystemFaster. */ diff --git a/src/VBox/Runtime/generic/RTRandAdvCreateSystemTruer-generic.cpp b/src/VBox/Runtime/generic/RTRandAdvCreateSystemTruer-generic.cpp index 39c42cbca..375757a77 100644 --- a/src/VBox/Runtime/generic/RTRandAdvCreateSystemTruer-generic.cpp +++ b/src/VBox/Runtime/generic/RTRandAdvCreateSystemTruer-generic.cpp @@ -1,4 +1,4 @@ -/* $Id: RTRandAdvCreateSystemTruer-generic.cpp 28800 2010-04-27 08:22:32Z vboxsync $ */ +/* $Id: RTRandAdvCreateSystemTruer-generic.cpp $ */ /** @file * IPRT - Random Numbers, generic RTRandAdvCreateSystemTruer. */ diff --git a/src/VBox/Runtime/generic/RTSemEventMultiWait-generic.cpp b/src/VBox/Runtime/generic/RTSemEventMultiWait-generic.cpp index 047ec309c..a92fd2716 100644 --- a/src/VBox/Runtime/generic/RTSemEventMultiWait-generic.cpp +++ b/src/VBox/Runtime/generic/RTSemEventMultiWait-generic.cpp @@ -1,4 +1,4 @@ -/* $Id: RTSemEventMultiWait-generic.cpp 28800 2010-04-27 08:22:32Z vboxsync $ */ +/* $Id: RTSemEventMultiWait-generic.cpp $ */ /** @file * IPRT - RTSemEventMultiWait, generic RTSemEventMultiWaitNoResume wrapper. */ diff --git a/src/VBox/Runtime/generic/RTSemEventWait-generic.cpp b/src/VBox/Runtime/generic/RTSemEventWait-generic.cpp index 57ebcab25..0c01c8644 100644 --- a/src/VBox/Runtime/generic/RTSemEventWait-generic.cpp +++ b/src/VBox/Runtime/generic/RTSemEventWait-generic.cpp @@ -1,4 +1,4 @@ -/* $Id: RTSemEventWait-generic.cpp 28800 2010-04-27 08:22:32Z vboxsync $ */ +/* $Id: RTSemEventWait-generic.cpp $ */ /** @file * IPRT - RTSemEventWait, generic RTSemEventWaitNoResume wrapper. */ diff --git a/src/VBox/Runtime/generic/RTSemMutexRequest-generic.cpp b/src/VBox/Runtime/generic/RTSemMutexRequest-generic.cpp index 9dbf9d654..02838bab0 100644 --- a/src/VBox/Runtime/generic/RTSemMutexRequest-generic.cpp +++ b/src/VBox/Runtime/generic/RTSemMutexRequest-generic.cpp @@ -1,4 +1,4 @@ -/* $Id: RTSemMutexRequest-generic.cpp 28800 2010-04-27 08:22:32Z vboxsync $ */ +/* $Id: RTSemMutexRequest-generic.cpp $ */ /** @file * IPRT - RTSemMutexRequest, generic RTSemMutexRequestNoResume wrapper. */ diff --git a/src/VBox/Runtime/generic/RTSemMutexRequestDebug-generic.cpp b/src/VBox/Runtime/generic/RTSemMutexRequestDebug-generic.cpp index b426a789f..4ba150392 100644 --- a/src/VBox/Runtime/generic/RTSemMutexRequestDebug-generic.cpp +++ b/src/VBox/Runtime/generic/RTSemMutexRequestDebug-generic.cpp @@ -1,4 +1,4 @@ -/* $Id: RTSemMutexRequestDebug-generic.cpp 28800 2010-04-27 08:22:32Z vboxsync $ */ +/* $Id: RTSemMutexRequestDebug-generic.cpp $ */ /** @file * IPRT - RTSemMutexRequestDebug, generic RTSemMutexRequestNoResumeDebug wrapper. */ diff --git a/src/VBox/Runtime/generic/RTSystemQueryDmiString-generic.cpp b/src/VBox/Runtime/generic/RTSystemQueryDmiString-generic.cpp index 59c064bcc..723f1aa33 100644 --- a/src/VBox/Runtime/generic/RTSystemQueryDmiString-generic.cpp +++ b/src/VBox/Runtime/generic/RTSystemQueryDmiString-generic.cpp @@ -1,4 +1,4 @@ -/* $Id: RTSystemQueryDmiString-generic.cpp 28800 2010-04-27 08:22:32Z vboxsync $ */ +/* $Id: RTSystemQueryDmiString-generic.cpp $ */ /** @file * IPRT - RTSystemQueryDmiString, generic stub. */ diff --git a/src/VBox/Runtime/generic/RTSystemQueryOSInfo-generic.cpp b/src/VBox/Runtime/generic/RTSystemQueryOSInfo-generic.cpp index c2fe3c6ae..ec52c77d9 100644 --- a/src/VBox/Runtime/generic/RTSystemQueryOSInfo-generic.cpp +++ b/src/VBox/Runtime/generic/RTSystemQueryOSInfo-generic.cpp @@ -1,4 +1,4 @@ -/* $Id: RTSystemQueryOSInfo-generic.cpp 28800 2010-04-27 08:22:32Z vboxsync $ */ +/* $Id: RTSystemQueryOSInfo-generic.cpp $ */ /** @file * IPRT - RTSystemQueryOSInfo, generic stub. */ diff --git a/src/VBox/Runtime/generic/RTThreadGetNativeState-generic.cpp b/src/VBox/Runtime/generic/RTThreadGetNativeState-generic.cpp index d776ac8d7..ab8229bd7 100644 --- a/src/VBox/Runtime/generic/RTThreadGetNativeState-generic.cpp +++ b/src/VBox/Runtime/generic/RTThreadGetNativeState-generic.cpp @@ -1,4 +1,4 @@ -/* $Id: RTThreadGetNativeState-generic.cpp 28800 2010-04-27 08:22:32Z vboxsync $ */ +/* $Id: RTThreadGetNativeState-generic.cpp $ */ /** @file * IPRT - RTThreadGetNativeState, generic stub implementation. */ diff --git a/src/VBox/Runtime/generic/RTTimeLocalDeltaNano-generic.cpp b/src/VBox/Runtime/generic/RTTimeLocalDeltaNano-generic.cpp index 6c55fdaf5..92826f0e5 100644 --- a/src/VBox/Runtime/generic/RTTimeLocalDeltaNano-generic.cpp +++ b/src/VBox/Runtime/generic/RTTimeLocalDeltaNano-generic.cpp @@ -1,4 +1,4 @@ -/* $Id: RTTimeLocalDeltaNano-generic.cpp 28800 2010-04-27 08:22:32Z vboxsync $ */ +/* $Id: RTTimeLocalDeltaNano-generic.cpp $ */ /** @file * IPRT - Time, generic RTTimeLocalDeltaNano. */ diff --git a/src/VBox/Runtime/generic/RTTimeLocalExplode-generic.cpp b/src/VBox/Runtime/generic/RTTimeLocalExplode-generic.cpp index d488a322b..f6a8a4759 100644 --- a/src/VBox/Runtime/generic/RTTimeLocalExplode-generic.cpp +++ b/src/VBox/Runtime/generic/RTTimeLocalExplode-generic.cpp @@ -1,4 +1,4 @@ -/* $Id: RTTimeLocalExplode-generic.cpp 28800 2010-04-27 08:22:32Z vboxsync $ */ +/* $Id: RTTimeLocalExplode-generic.cpp $ */ /** @file * IPRT - Time, generic RTTimeLocalExplode. */ diff --git a/src/VBox/Runtime/generic/RTTimerCreate-generic.cpp b/src/VBox/Runtime/generic/RTTimerCreate-generic.cpp index 6385a11f3..984da9b11 100644 --- a/src/VBox/Runtime/generic/RTTimerCreate-generic.cpp +++ b/src/VBox/Runtime/generic/RTTimerCreate-generic.cpp @@ -1,4 +1,4 @@ -/* $Id: RTTimerCreate-generic.cpp 28800 2010-04-27 08:22:32Z vboxsync $ */ +/* $Id: RTTimerCreate-generic.cpp $ */ /** @file * IPRT - Timers, Generic RTTimerCreate() Implementation. */ diff --git a/src/VBox/Runtime/generic/RTTimerLRCreate-generic.cpp b/src/VBox/Runtime/generic/RTTimerLRCreate-generic.cpp index e7d1e3db8..6af2c79a5 100644 --- a/src/VBox/Runtime/generic/RTTimerLRCreate-generic.cpp +++ b/src/VBox/Runtime/generic/RTTimerLRCreate-generic.cpp @@ -1,4 +1,4 @@ -/* $Id: RTTimerLRCreate-generic.cpp 28800 2010-04-27 08:22:32Z vboxsync $ */ +/* $Id: RTTimerLRCreate-generic.cpp $ */ /** @file * IPRT - Low Resolution Timers, Generic RTTimerLRCreate() Implementation. */ diff --git a/src/VBox/Runtime/generic/RTUuidCreate-generic.cpp b/src/VBox/Runtime/generic/RTUuidCreate-generic.cpp index 1df1dbf3c..e88ab1ff8 100644 --- a/src/VBox/Runtime/generic/RTUuidCreate-generic.cpp +++ b/src/VBox/Runtime/generic/RTUuidCreate-generic.cpp @@ -1,4 +1,4 @@ -/* $Id: RTUuidCreate-generic.cpp 28800 2010-04-27 08:22:32Z vboxsync $ */ +/* $Id: RTUuidCreate-generic.cpp $ */ /** @file * IPRT - UUID, Generic RTUuidCreate implementation. */ diff --git a/src/VBox/Runtime/generic/critsect-generic.cpp b/src/VBox/Runtime/generic/critsect-generic.cpp index 236771a92..e56104f81 100644 --- a/src/VBox/Runtime/generic/critsect-generic.cpp +++ b/src/VBox/Runtime/generic/critsect-generic.cpp @@ -1,4 +1,4 @@ -/* $Id: critsect-generic.cpp 28800 2010-04-27 08:22:32Z vboxsync $ */ +/* $Id: critsect-generic.cpp $ */ /** @file * IPRT - Critical Section, Generic. */ diff --git a/src/VBox/Runtime/generic/env-generic.cpp b/src/VBox/Runtime/generic/env-generic.cpp index fddf823b0..94a00f068 100644 --- a/src/VBox/Runtime/generic/env-generic.cpp +++ b/src/VBox/Runtime/generic/env-generic.cpp @@ -1,4 +1,4 @@ -/* $Id: env-generic.cpp 28800 2010-04-27 08:22:32Z vboxsync $ */ +/* $Id: env-generic.cpp $ */ /** @file * IPRT - Environment, Generic. */ diff --git a/src/VBox/Runtime/generic/fs-stubs-generic.cpp b/src/VBox/Runtime/generic/fs-stubs-generic.cpp index 193121b50..4d4403ad8 100644 --- a/src/VBox/Runtime/generic/fs-stubs-generic.cpp +++ b/src/VBox/Runtime/generic/fs-stubs-generic.cpp @@ -1,4 +1,4 @@ -/* $Id: fs-stubs-generic.cpp 28800 2010-04-27 08:22:32Z vboxsync $ */ +/* $Id: fs-stubs-generic.cpp $ */ /** @file * IPRT - File System, Generic Stubs. */ diff --git a/src/VBox/Runtime/generic/mempool-generic.cpp b/src/VBox/Runtime/generic/mempool-generic.cpp index d18f8061a..21e2a7a10 100644 --- a/src/VBox/Runtime/generic/mempool-generic.cpp +++ b/src/VBox/Runtime/generic/mempool-generic.cpp @@ -1,4 +1,4 @@ -/* $Id: mempool-generic.cpp 28800 2010-04-27 08:22:32Z vboxsync $ */ +/* $Id: mempool-generic.cpp $ */ /** @file * IPRT - Memory Allocation Pool. */ diff --git a/src/VBox/Runtime/generic/mppresent-generic.cpp b/src/VBox/Runtime/generic/mppresent-generic.cpp index 6ebfa08df..2d345f771 100644 --- a/src/VBox/Runtime/generic/mppresent-generic.cpp +++ b/src/VBox/Runtime/generic/mppresent-generic.cpp @@ -1,4 +1,4 @@ -/* $Id: mppresent-generic.cpp 28800 2010-04-27 08:22:32Z vboxsync $ */ +/* $Id: mppresent-generic.cpp $ */ /** @file * IPRT - Multiprocessor, Stubs for the RTMp*Present* API. */ diff --git a/src/VBox/Runtime/generic/pathhost-generic.cpp b/src/VBox/Runtime/generic/pathhost-generic.cpp index 92ecf372e..966cf9fe4 100644 --- a/src/VBox/Runtime/generic/pathhost-generic.cpp +++ b/src/VBox/Runtime/generic/pathhost-generic.cpp @@ -1,4 +1,4 @@ -/* $Id: pathhost-generic.cpp 28919 2010-04-29 18:34:08Z vboxsync $ */ +/* $Id: pathhost-generic.cpp $ */ /** @file * IPRT - Path Convertions, generic pass through. */ diff --git a/src/VBox/Runtime/generic/sched-generic.cpp b/src/VBox/Runtime/generic/sched-generic.cpp index 9d0666c1d..8ae5b89c0 100644 --- a/src/VBox/Runtime/generic/sched-generic.cpp +++ b/src/VBox/Runtime/generic/sched-generic.cpp @@ -1,4 +1,4 @@ -/* $Id: sched-generic.cpp 28800 2010-04-27 08:22:32Z vboxsync $ */ +/* $Id: sched-generic.cpp $ */ /** @file * IPRT - Scheduling, generic stubs. */ diff --git a/src/VBox/Runtime/generic/semfastmutex-generic.cpp b/src/VBox/Runtime/generic/semfastmutex-generic.cpp index 8c4ac1ee6..69de1410e 100644 --- a/src/VBox/Runtime/generic/semfastmutex-generic.cpp +++ b/src/VBox/Runtime/generic/semfastmutex-generic.cpp @@ -1,4 +1,4 @@ -/* $Id: semfastmutex-generic.cpp 28800 2010-04-27 08:22:32Z vboxsync $ */ +/* $Id: semfastmutex-generic.cpp $ */ /** @file * IPRT - Fast Mutex, Generic. */ diff --git a/src/VBox/Runtime/generic/semrw-generic.cpp b/src/VBox/Runtime/generic/semrw-generic.cpp index a138c43b5..d2e41dba0 100644 --- a/src/VBox/Runtime/generic/semrw-generic.cpp +++ b/src/VBox/Runtime/generic/semrw-generic.cpp @@ -1,4 +1,4 @@ -/* $Id: semrw-generic.cpp 28800 2010-04-27 08:22:32Z vboxsync $ */ +/* $Id: semrw-generic.cpp $ */ /** @file * IPRT - Read-Write Semaphore, Generic. * diff --git a/src/VBox/Runtime/generic/semrw-lockless-generic.cpp b/src/VBox/Runtime/generic/semrw-lockless-generic.cpp index d6021b400..82d11fbc9 100644 --- a/src/VBox/Runtime/generic/semrw-lockless-generic.cpp +++ b/src/VBox/Runtime/generic/semrw-lockless-generic.cpp @@ -1,4 +1,4 @@ -/* $Id: semrw-lockless-generic.cpp 28800 2010-04-27 08:22:32Z vboxsync $ */ +/* $Id: semrw-lockless-generic.cpp $ */ /** @file * IPRT Testcase - RTSemXRoads, generic implementation. */ diff --git a/src/VBox/Runtime/generic/semxroads-generic.cpp b/src/VBox/Runtime/generic/semxroads-generic.cpp index e5ef2f285..081b44f2c 100644 --- a/src/VBox/Runtime/generic/semxroads-generic.cpp +++ b/src/VBox/Runtime/generic/semxroads-generic.cpp @@ -1,4 +1,4 @@ -/* $Id: semxroads-generic.cpp 29247 2010-05-09 16:30:58Z vboxsync $ */ +/* $Id: semxroads-generic.cpp $ */ /** @file * IPRT Testcase - RTSemXRoads, generic implementation. */ diff --git a/src/VBox/Runtime/generic/spinlock-generic.cpp b/src/VBox/Runtime/generic/spinlock-generic.cpp index a3c4ba26b..d687925a9 100644 --- a/src/VBox/Runtime/generic/spinlock-generic.cpp +++ b/src/VBox/Runtime/generic/spinlock-generic.cpp @@ -1,4 +1,4 @@ -/* $Id: spinlock-generic.cpp 29271 2010-05-09 21:25:16Z vboxsync $ */ +/* $Id: spinlock-generic.cpp $ */ /** @file * IPRT - Spinlock, generic implementation. */ diff --git a/src/VBox/Runtime/generic/strcache-stubs-generic.cpp b/src/VBox/Runtime/generic/strcache-stubs-generic.cpp index 40ccbb50a..a55a23996 100644 --- a/src/VBox/Runtime/generic/strcache-stubs-generic.cpp +++ b/src/VBox/Runtime/generic/strcache-stubs-generic.cpp @@ -1,4 +1,4 @@ -/* $Id: strcache-stubs-generic.cpp 28800 2010-04-27 08:22:32Z vboxsync $ */ +/* $Id: strcache-stubs-generic.cpp $ */ /** @file * IPRT - String Cache, stub implementation. */ diff --git a/src/VBox/Runtime/generic/timer-generic.cpp b/src/VBox/Runtime/generic/timer-generic.cpp index 319146e5d..2aed4aca0 100644 --- a/src/VBox/Runtime/generic/timer-generic.cpp +++ b/src/VBox/Runtime/generic/timer-generic.cpp @@ -1,4 +1,4 @@ -/* $Id: timer-generic.cpp 28800 2010-04-27 08:22:32Z vboxsync $ */ +/* $Id: timer-generic.cpp $ */ /** @file * IPRT - Timers, Generic. */ diff --git a/src/VBox/Runtime/generic/timerlr-generic.cpp b/src/VBox/Runtime/generic/timerlr-generic.cpp index ee5b08561..d6bc819b8 100644 --- a/src/VBox/Runtime/generic/timerlr-generic.cpp +++ b/src/VBox/Runtime/generic/timerlr-generic.cpp @@ -1,4 +1,4 @@ -/* $Id: timerlr-generic.cpp 28800 2010-04-27 08:22:32Z vboxsync $ */ +/* $Id: timerlr-generic.cpp $ */ /** @file * IPRT - Low Resolution Timers, Generic. * diff --git a/src/VBox/Runtime/generic/tls-generic.cpp b/src/VBox/Runtime/generic/tls-generic.cpp index dc64f062b..ad400be43 100644 --- a/src/VBox/Runtime/generic/tls-generic.cpp +++ b/src/VBox/Runtime/generic/tls-generic.cpp @@ -1,4 +1,4 @@ -/* $Id: tls-generic.cpp 28800 2010-04-27 08:22:32Z vboxsync $ */ +/* $Id: tls-generic.cpp $ */ /** @file * IPRT - Thread Local Storage (TSL), Generic Implementation. */ diff --git a/src/VBox/Runtime/generic/utf16locale-generic.cpp b/src/VBox/Runtime/generic/utf16locale-generic.cpp index 22a1b5896..b75ec9d15 100644 --- a/src/VBox/Runtime/generic/utf16locale-generic.cpp +++ b/src/VBox/Runtime/generic/utf16locale-generic.cpp @@ -1,4 +1,4 @@ -/* $Id: utf16locale-generic.cpp 28800 2010-04-27 08:22:32Z vboxsync $ */ +/* $Id: utf16locale-generic.cpp $ */ /** @file * IPRT - UTF-16 Locale Specific Manipulation, Generic. */ diff --git a/src/VBox/Runtime/generic/uuid-generic.cpp b/src/VBox/Runtime/generic/uuid-generic.cpp index 791309a8e..bb0ef01f2 100644 --- a/src/VBox/Runtime/generic/uuid-generic.cpp +++ b/src/VBox/Runtime/generic/uuid-generic.cpp @@ -1,4 +1,4 @@ -/* $Id: uuid-generic.cpp 28800 2010-04-27 08:22:32Z vboxsync $ */ +/* $Id: uuid-generic.cpp $ */ /** @file * IPRT - UUID, Generic. */ diff --git a/src/VBox/Runtime/include/internal/alignmentchecks.h b/src/VBox/Runtime/include/internal/alignmentchecks.h index 5ecda8bf9..96e96e88e 100644 --- a/src/VBox/Runtime/include/internal/alignmentchecks.h +++ b/src/VBox/Runtime/include/internal/alignmentchecks.h @@ -1,4 +1,4 @@ -/* $Id: alignmentchecks.h 29250 2010-05-09 17:53:58Z vboxsync $ */ +/* $Id: alignmentchecks.h $ */ /** @file * IPRT - Internal header for hacking alignment checks on x86 and AMD64. */ diff --git a/src/VBox/Runtime/include/internal/assert.h b/src/VBox/Runtime/include/internal/assert.h index 002c858bd..8d56b8cf2 100644 --- a/src/VBox/Runtime/include/internal/assert.h +++ b/src/VBox/Runtime/include/internal/assert.h @@ -1,4 +1,4 @@ -/* $Id: assert.h 28800 2010-04-27 08:22:32Z vboxsync $ */ +/* $Id: assert.h $ */ /** @file * IPRT - Internal RTAssert header */ diff --git a/src/VBox/Runtime/include/internal/dbgmod.h b/src/VBox/Runtime/include/internal/dbgmod.h index ec333545b..baa094195 100644 --- a/src/VBox/Runtime/include/internal/dbgmod.h +++ b/src/VBox/Runtime/include/internal/dbgmod.h @@ -1,4 +1,4 @@ -/* $Id: dbgmod.h 28800 2010-04-27 08:22:32Z vboxsync $ */ +/* $Id: dbgmod.h $ */ /** @file * IPRT - Internal Header for RTDbgMod and the associated interpreters. */ diff --git a/src/VBox/Runtime/include/internal/dir.h b/src/VBox/Runtime/include/internal/dir.h index 57a5d1f14..987fe32a0 100644 --- a/src/VBox/Runtime/include/internal/dir.h +++ b/src/VBox/Runtime/include/internal/dir.h @@ -1,4 +1,4 @@ -/* $Id: dir.h 28918 2010-04-29 18:30:09Z vboxsync $ */ +/* $Id: dir.h $ */ /** @file * IPRT - Internal Header for RTDir. */ diff --git a/src/VBox/Runtime/include/internal/file.h b/src/VBox/Runtime/include/internal/file.h index 1341cba4d..c55efb89d 100644 --- a/src/VBox/Runtime/include/internal/file.h +++ b/src/VBox/Runtime/include/internal/file.h @@ -1,4 +1,4 @@ -/* $Id: file.h 28800 2010-04-27 08:22:32Z vboxsync $ */ +/* $Id: file.h $ */ /** @file * IPRT - Internal RTFile header. */ diff --git a/src/VBox/Runtime/include/internal/fileaio.h b/src/VBox/Runtime/include/internal/fileaio.h index 6ff4ced99..81172acc6 100644 --- a/src/VBox/Runtime/include/internal/fileaio.h +++ b/src/VBox/Runtime/include/internal/fileaio.h @@ -1,4 +1,4 @@ -/* $Id: fileaio.h 29451 2010-05-13 15:38:48Z vboxsync $ */ +/* $Id: fileaio.h $ */ /** @file * IPRT - Internal RTFileAio header. */ diff --git a/src/VBox/Runtime/include/internal/fs.h b/src/VBox/Runtime/include/internal/fs.h index e070854f7..a09bcd4f0 100644 --- a/src/VBox/Runtime/include/internal/fs.h +++ b/src/VBox/Runtime/include/internal/fs.h @@ -1,4 +1,4 @@ -/* $Id: fs.h 28800 2010-04-27 08:22:32Z vboxsync $ */ +/* $Id: fs.h $ */ /** @file * IPRT - Internal RTFs header. */ diff --git a/src/VBox/Runtime/include/internal/initterm.h b/src/VBox/Runtime/include/internal/initterm.h index e4b42d675..4e613b09f 100644 --- a/src/VBox/Runtime/include/internal/initterm.h +++ b/src/VBox/Runtime/include/internal/initterm.h @@ -1,4 +1,4 @@ -/* $Id: initterm.h 28800 2010-04-27 08:22:32Z vboxsync $ */ +/* $Id: initterm.h $ */ /** @file * IPRT - Initialization & Termination. */ diff --git a/src/VBox/Runtime/include/internal/iprt.h b/src/VBox/Runtime/include/internal/iprt.h index 9c4aa16ae..911fdca52 100644 --- a/src/VBox/Runtime/include/internal/iprt.h +++ b/src/VBox/Runtime/include/internal/iprt.h @@ -1,4 +1,4 @@ -/* $Id: iprt.h 29250 2010-05-09 17:53:58Z vboxsync $ */ +/* $Id: iprt.h $ */ /** @file * IPRT - Internal header for miscellaneous global defs and types. */ diff --git a/src/VBox/Runtime/include/internal/ldr.h b/src/VBox/Runtime/include/internal/ldr.h index 90b55625d..07e3543fa 100644 --- a/src/VBox/Runtime/include/internal/ldr.h +++ b/src/VBox/Runtime/include/internal/ldr.h @@ -1,4 +1,4 @@ -/* $Id: ldr.h 28800 2010-04-27 08:22:32Z vboxsync $ */ +/* $Id: ldr.h $ */ /** @file * IPRT - Loader Internals. */ diff --git a/src/VBox/Runtime/include/internal/ldrMZ.h b/src/VBox/Runtime/include/internal/ldrMZ.h index c598970ff..c6c15c163 100644 --- a/src/VBox/Runtime/include/internal/ldrMZ.h +++ b/src/VBox/Runtime/include/internal/ldrMZ.h @@ -1,4 +1,4 @@ -/* $Id: ldrMZ.h 28800 2010-04-27 08:22:32Z vboxsync $ */ +/* $Id: ldrMZ.h $ */ /** @file * IPRT, MZ header. */ diff --git a/src/VBox/Runtime/include/internal/ldrPE.h b/src/VBox/Runtime/include/internal/ldrPE.h index 6e008f257..6b973a2cf 100644 --- a/src/VBox/Runtime/include/internal/ldrPE.h +++ b/src/VBox/Runtime/include/internal/ldrPE.h @@ -1,4 +1,4 @@ -/* $Id: ldrPE.h 28800 2010-04-27 08:22:32Z vboxsync $ */ +/* $Id: ldrPE.h $ */ /** @file * IPRT - Windows NT PE Structures and Constants. */ diff --git a/src/VBox/Runtime/include/internal/lockvalidator.h b/src/VBox/Runtime/include/internal/lockvalidator.h index 2cc9b5cca..27edb3c88 100644 --- a/src/VBox/Runtime/include/internal/lockvalidator.h +++ b/src/VBox/Runtime/include/internal/lockvalidator.h @@ -1,4 +1,4 @@ -/* $Id: lockvalidator.h 28800 2010-04-27 08:22:32Z vboxsync $ */ +/* $Id: lockvalidator.h $ */ /** @file * IPRT - Internal RTLockValidator header. */ diff --git a/src/VBox/Runtime/include/internal/magics.h b/src/VBox/Runtime/include/internal/magics.h index ce7104fb8..b84c00fc9 100644 --- a/src/VBox/Runtime/include/internal/magics.h +++ b/src/VBox/Runtime/include/internal/magics.h @@ -1,4 +1,4 @@ -/* $Id: magics.h 28800 2010-04-27 08:22:32Z vboxsync $ */ +/* $Id: magics.h $ */ /** @file * IPRT - Internal header defining The Magic Numbers. */ diff --git a/src/VBox/Runtime/include/internal/memobj.h b/src/VBox/Runtime/include/internal/memobj.h index 9555926e7..001eab8b7 100644 --- a/src/VBox/Runtime/include/internal/memobj.h +++ b/src/VBox/Runtime/include/internal/memobj.h @@ -1,4 +1,4 @@ -/* $Revision: 29027 $ */ +/* $Revision: 61067 $ */ /** @file * IPRT - Ring-0 Memory Objects. */ diff --git a/src/VBox/Runtime/include/internal/path.h b/src/VBox/Runtime/include/internal/path.h index 5c9b595af..b90fdbd4e 100644 --- a/src/VBox/Runtime/include/internal/path.h +++ b/src/VBox/Runtime/include/internal/path.h @@ -1,4 +1,4 @@ -/* $Id: path.h 28915 2010-04-29 18:12:35Z vboxsync $ */ +/* $Id: path.h $ */ /** @file * IPRT - RTPath Internal header. */ diff --git a/src/VBox/Runtime/include/internal/pipe.h b/src/VBox/Runtime/include/internal/pipe.h index 37e87316d..8ce7dfa7e 100644 --- a/src/VBox/Runtime/include/internal/pipe.h +++ b/src/VBox/Runtime/include/internal/pipe.h @@ -1,4 +1,4 @@ -/* $Id: pipe.h 28800 2010-04-27 08:22:32Z vboxsync $ */ +/* $Id: pipe.h $ */ /** @file * IPRT - Internal RTPipe header. */ diff --git a/src/VBox/Runtime/include/internal/process.h b/src/VBox/Runtime/include/internal/process.h index 50316f7a5..463368008 100644 --- a/src/VBox/Runtime/include/internal/process.h +++ b/src/VBox/Runtime/include/internal/process.h @@ -1,4 +1,4 @@ -/* $Id: process.h 28800 2010-04-27 08:22:32Z vboxsync $ */ +/* $Id: process.h $ */ /** @file * IPRT - Internal RTProc header. */ diff --git a/src/VBox/Runtime/include/internal/rand.h b/src/VBox/Runtime/include/internal/rand.h index 0fce51cab..c8f3c3b2f 100644 --- a/src/VBox/Runtime/include/internal/rand.h +++ b/src/VBox/Runtime/include/internal/rand.h @@ -1,4 +1,4 @@ -/* $Id: rand.h 28800 2010-04-27 08:22:32Z vboxsync $ */ +/* $Id: rand.h $ */ /** @file * IPRT - Internal RTRand header */ diff --git a/src/VBox/Runtime/include/internal/sched.h b/src/VBox/Runtime/include/internal/sched.h index 3cf37097c..af7fe7cfa 100644 --- a/src/VBox/Runtime/include/internal/sched.h +++ b/src/VBox/Runtime/include/internal/sched.h @@ -1,4 +1,4 @@ -/* $Id: sched.h 28800 2010-04-27 08:22:32Z vboxsync $ */ +/* $Id: sched.h $ */ /** @file * IPRT - Internal RTSched header. */ diff --git a/src/VBox/Runtime/include/internal/socket.h b/src/VBox/Runtime/include/internal/socket.h index e85c957cd..841230ae1 100644 --- a/src/VBox/Runtime/include/internal/socket.h +++ b/src/VBox/Runtime/include/internal/socket.h @@ -1,4 +1,4 @@ -/* $Id: socket.h 28800 2010-04-27 08:22:32Z vboxsync $ */ +/* $Id: socket.h $ */ /** @file * IPRT - Internal Header for RTSocket. */ diff --git a/src/VBox/Runtime/include/internal/strict.h b/src/VBox/Runtime/include/internal/strict.h index 7dcd11ba1..eed9a33c2 100644 --- a/src/VBox/Runtime/include/internal/strict.h +++ b/src/VBox/Runtime/include/internal/strict.h @@ -1,4 +1,4 @@ -/* $Id: strict.h 28800 2010-04-27 08:22:32Z vboxsync $ */ +/* $Id: strict.h $ */ /** @file * IPRT - Internal Header Defining Strictness Indicators. */ diff --git a/src/VBox/Runtime/include/internal/string.h b/src/VBox/Runtime/include/internal/string.h index ed1f35cd2..0cf3b54df 100644 --- a/src/VBox/Runtime/include/internal/string.h +++ b/src/VBox/Runtime/include/internal/string.h @@ -1,4 +1,4 @@ -/* $Id: string.h 28903 2010-04-29 14:58:12Z vboxsync $ */ +/* $Id: string.h $ */ /** @file * IPRT - Internal RTStr header. */ diff --git a/src/VBox/Runtime/include/internal/thread.h b/src/VBox/Runtime/include/internal/thread.h index 50fc943f3..8c22f007a 100644 --- a/src/VBox/Runtime/include/internal/thread.h +++ b/src/VBox/Runtime/include/internal/thread.h @@ -1,4 +1,4 @@ -/* $Id: thread.h 28903 2010-04-29 14:58:12Z vboxsync $ */ +/* $Id: thread.h $ */ /** @file * IPRT - Internal RTThread header. */ diff --git a/src/VBox/Runtime/include/internal/time.h b/src/VBox/Runtime/include/internal/time.h index 35a4613a7..9d2895fc8 100644 --- a/src/VBox/Runtime/include/internal/time.h +++ b/src/VBox/Runtime/include/internal/time.h @@ -1,4 +1,4 @@ -/* $Id: time.h 28800 2010-04-27 08:22:32Z vboxsync $ */ +/* $Id: time.h $ */ /** @file * IPRT - Internal RTTime header */ diff --git a/src/VBox/Runtime/nt/NtProcessStartup-stub.cpp b/src/VBox/Runtime/nt/NtProcessStartup-stub.cpp index 279b40726..fcb3bc21c 100644 --- a/src/VBox/Runtime/nt/NtProcessStartup-stub.cpp +++ b/src/VBox/Runtime/nt/NtProcessStartup-stub.cpp @@ -1,4 +1,4 @@ -/* $Id: NtProcessStartup-stub.cpp 28800 2010-04-27 08:22:32Z vboxsync $ */ +/* $Id: NtProcessStartup-stub.cpp $ */ /** @file * IPRT - NtProcessStartup stub to make the link happy. */ diff --git a/src/VBox/Runtime/nt/RTErrConvertFromNtStatus.cpp b/src/VBox/Runtime/nt/RTErrConvertFromNtStatus.cpp index f3a8b58fb..0f74823bd 100644 --- a/src/VBox/Runtime/nt/RTErrConvertFromNtStatus.cpp +++ b/src/VBox/Runtime/nt/RTErrConvertFromNtStatus.cpp @@ -1,4 +1,4 @@ -/* $Id: RTErrConvertFromNtStatus.cpp 28800 2010-04-27 08:22:32Z vboxsync $ */ +/* $Id: RTErrConvertFromNtStatus.cpp $ */ /** @file * IPRT - Convert NT status codes to iprt status codes. */ diff --git a/src/VBox/Runtime/os2/RTErrConvertFromOS2.cpp b/src/VBox/Runtime/os2/RTErrConvertFromOS2.cpp index a87a064f0..edbfb3315 100644 --- a/src/VBox/Runtime/os2/RTErrConvertFromOS2.cpp +++ b/src/VBox/Runtime/os2/RTErrConvertFromOS2.cpp @@ -1,4 +1,4 @@ -/* $Id: RTErrConvertFromOS2.cpp 28800 2010-04-27 08:22:32Z vboxsync $ */ +/* $Id: RTErrConvertFromOS2.cpp $ */ /** @file * IPRT - Convert OS/2 error codes to iprt status codes. */ diff --git a/src/VBox/Runtime/r0drv/alloc-r0drv.cpp b/src/VBox/Runtime/r0drv/alloc-r0drv.cpp index 7e29f3c14..77a2e8613 100644 --- a/src/VBox/Runtime/r0drv/alloc-r0drv.cpp +++ b/src/VBox/Runtime/r0drv/alloc-r0drv.cpp @@ -1,4 +1,4 @@ -/* $Id: alloc-r0drv.cpp 29250 2010-05-09 17:53:58Z vboxsync $ */ +/* $Id: alloc-r0drv.cpp $ */ /** @file * IPRT - Memory Allocation, Ring-0 Driver. */ diff --git a/src/VBox/Runtime/r0drv/alloc-r0drv.h b/src/VBox/Runtime/r0drv/alloc-r0drv.h index f0e3abf76..3ff88ba46 100644 --- a/src/VBox/Runtime/r0drv/alloc-r0drv.h +++ b/src/VBox/Runtime/r0drv/alloc-r0drv.h @@ -1,4 +1,4 @@ -/* $Id: alloc-r0drv.h 28800 2010-04-27 08:22:32Z vboxsync $ */ +/* $Id: alloc-r0drv.h $ */ /** @file * IPRT - Memory Allocation, Ring-0 Driver. */ diff --git a/src/VBox/Runtime/r0drv/darwin/RTLogWriteDebugger-r0drv-darwin.cpp b/src/VBox/Runtime/r0drv/darwin/RTLogWriteDebugger-r0drv-darwin.cpp index ef63e351f..9a65df825 100644 --- a/src/VBox/Runtime/r0drv/darwin/RTLogWriteDebugger-r0drv-darwin.cpp +++ b/src/VBox/Runtime/r0drv/darwin/RTLogWriteDebugger-r0drv-darwin.cpp @@ -1,4 +1,4 @@ -/* $Id: RTLogWriteDebugger-r0drv-darwin.cpp 28800 2010-04-27 08:22:32Z vboxsync $ */ +/* $Id: RTLogWriteDebugger-r0drv-darwin.cpp $ */ /** @file * IPRT - Log To Debugger, Ring-0 Driver, Darwin. */ diff --git a/src/VBox/Runtime/r0drv/darwin/RTLogWriteStdOut-r0drv-darwin.cpp b/src/VBox/Runtime/r0drv/darwin/RTLogWriteStdOut-r0drv-darwin.cpp index 0946d3b4c..57da5a760 100644 --- a/src/VBox/Runtime/r0drv/darwin/RTLogWriteStdOut-r0drv-darwin.cpp +++ b/src/VBox/Runtime/r0drv/darwin/RTLogWriteStdOut-r0drv-darwin.cpp @@ -1,4 +1,4 @@ -/* $Id: RTLogWriteStdOut-r0drv-darwin.cpp 28800 2010-04-27 08:22:32Z vboxsync $ */ +/* $Id: RTLogWriteStdOut-r0drv-darwin.cpp $ */ /** @file * IPRT - Log To StdOut, Ring-0 Driver, Darwin. */ diff --git a/src/VBox/Runtime/r0drv/darwin/alloc-r0drv-darwin.cpp b/src/VBox/Runtime/r0drv/darwin/alloc-r0drv-darwin.cpp index a604d4349..91670ef73 100644 --- a/src/VBox/Runtime/r0drv/darwin/alloc-r0drv-darwin.cpp +++ b/src/VBox/Runtime/r0drv/darwin/alloc-r0drv-darwin.cpp @@ -1,4 +1,4 @@ -/* $Id: alloc-r0drv-darwin.cpp 28800 2010-04-27 08:22:32Z vboxsync $ */ +/* $Id: alloc-r0drv-darwin.cpp $ */ /** @file * IPRT - Memory Allocation, Ring-0 Driver, Darwin. */ diff --git a/src/VBox/Runtime/r0drv/darwin/assert-r0drv-darwin.cpp b/src/VBox/Runtime/r0drv/darwin/assert-r0drv-darwin.cpp index f3be6a993..14a40addf 100644 --- a/src/VBox/Runtime/r0drv/darwin/assert-r0drv-darwin.cpp +++ b/src/VBox/Runtime/r0drv/darwin/assert-r0drv-darwin.cpp @@ -1,4 +1,4 @@ -/* $Id: assert-r0drv-darwin.cpp 28800 2010-04-27 08:22:32Z vboxsync $ */ +/* $Id: assert-r0drv-darwin.cpp $ */ /** @file * IPRT - Assertion Workers, Ring-0 Drivers, Darwin. */ diff --git a/src/VBox/Runtime/r0drv/darwin/initterm-r0drv-darwin.cpp b/src/VBox/Runtime/r0drv/darwin/initterm-r0drv-darwin.cpp index 933505636..eaa800a13 100644 --- a/src/VBox/Runtime/r0drv/darwin/initterm-r0drv-darwin.cpp +++ b/src/VBox/Runtime/r0drv/darwin/initterm-r0drv-darwin.cpp @@ -1,4 +1,4 @@ -/* $Id: initterm-r0drv-darwin.cpp 28800 2010-04-27 08:22:32Z vboxsync $ */ +/* $Id: initterm-r0drv-darwin.cpp $ */ /** @file * IPRT - Initialization & Termination, R0 Driver, Darwin. */ diff --git a/src/VBox/Runtime/r0drv/darwin/memobj-r0drv-darwin.cpp b/src/VBox/Runtime/r0drv/darwin/memobj-r0drv-darwin.cpp index ed548e8c4..ba1b3e18d 100644 --- a/src/VBox/Runtime/r0drv/darwin/memobj-r0drv-darwin.cpp +++ b/src/VBox/Runtime/r0drv/darwin/memobj-r0drv-darwin.cpp @@ -1,4 +1,4 @@ -/* $Id: memobj-r0drv-darwin.cpp 29255 2010-05-09 18:11:24Z vboxsync $ */ +/* $Id: memobj-r0drv-darwin.cpp $ */ /** @file * IPRT - Ring-0 Memory Objects, Darwin. */ diff --git a/src/VBox/Runtime/r0drv/darwin/memuserkernel-r0drv-darwin.cpp b/src/VBox/Runtime/r0drv/darwin/memuserkernel-r0drv-darwin.cpp index b43aee5e5..9918f92ca 100644 --- a/src/VBox/Runtime/r0drv/darwin/memuserkernel-r0drv-darwin.cpp +++ b/src/VBox/Runtime/r0drv/darwin/memuserkernel-r0drv-darwin.cpp @@ -1,4 +1,4 @@ -/* $Id: memuserkernel-r0drv-darwin.cpp 29255 2010-05-09 18:11:24Z vboxsync $ */ +/* $Id: memuserkernel-r0drv-darwin.cpp $ */ /** @file * IPRT - User & Kernel Memory, Ring-0 Driver, Darwin. */ diff --git a/src/VBox/Runtime/r0drv/darwin/mp-r0drv-darwin.cpp b/src/VBox/Runtime/r0drv/darwin/mp-r0drv-darwin.cpp index 2e1adacdf..eb31f7919 100644 --- a/src/VBox/Runtime/r0drv/darwin/mp-r0drv-darwin.cpp +++ b/src/VBox/Runtime/r0drv/darwin/mp-r0drv-darwin.cpp @@ -1,4 +1,4 @@ -/* $Id: mp-r0drv-darwin.cpp 29255 2010-05-09 18:11:24Z vboxsync $ */ +/* $Id: mp-r0drv-darwin.cpp $ */ /** @file * IPRT - Multiprocessor, Ring-0 Driver, Darwin. */ diff --git a/src/VBox/Runtime/r0drv/darwin/process-r0drv-darwin.cpp b/src/VBox/Runtime/r0drv/darwin/process-r0drv-darwin.cpp index 215a009a2..355420304 100644 --- a/src/VBox/Runtime/r0drv/darwin/process-r0drv-darwin.cpp +++ b/src/VBox/Runtime/r0drv/darwin/process-r0drv-darwin.cpp @@ -1,4 +1,4 @@ -/* $Id: process-r0drv-darwin.cpp 28800 2010-04-27 08:22:32Z vboxsync $ */ +/* $Id: process-r0drv-darwin.cpp $ */ /** @file * IPRT - Process, Ring-0 Driver, Darwin. */ diff --git a/src/VBox/Runtime/r0drv/darwin/semevent-r0drv-darwin.cpp b/src/VBox/Runtime/r0drv/darwin/semevent-r0drv-darwin.cpp index 407e94c14..e97ddaab2 100644 --- a/src/VBox/Runtime/r0drv/darwin/semevent-r0drv-darwin.cpp +++ b/src/VBox/Runtime/r0drv/darwin/semevent-r0drv-darwin.cpp @@ -1,4 +1,4 @@ -/* $Id: semevent-r0drv-darwin.cpp 29255 2010-05-09 18:11:24Z vboxsync $ */ +/* $Id: semevent-r0drv-darwin.cpp $ */ /** @file * IPRT - Event Semaphores, Ring-0 Driver, Darwin. */ diff --git a/src/VBox/Runtime/r0drv/darwin/semeventmulti-r0drv-darwin.cpp b/src/VBox/Runtime/r0drv/darwin/semeventmulti-r0drv-darwin.cpp index feb5e89ba..c23d0325f 100644 --- a/src/VBox/Runtime/r0drv/darwin/semeventmulti-r0drv-darwin.cpp +++ b/src/VBox/Runtime/r0drv/darwin/semeventmulti-r0drv-darwin.cpp @@ -1,4 +1,4 @@ -/* $Id: semeventmulti-r0drv-darwin.cpp 29255 2010-05-09 18:11:24Z vboxsync $ */ +/* $Id: semeventmulti-r0drv-darwin.cpp $ */ /** @file * IPRT - Multiple Release Event Semaphores, Ring-0 Driver, Darwin. */ diff --git a/src/VBox/Runtime/r0drv/darwin/semfastmutex-r0drv-darwin.cpp b/src/VBox/Runtime/r0drv/darwin/semfastmutex-r0drv-darwin.cpp index d286362b3..407381ec6 100644 --- a/src/VBox/Runtime/r0drv/darwin/semfastmutex-r0drv-darwin.cpp +++ b/src/VBox/Runtime/r0drv/darwin/semfastmutex-r0drv-darwin.cpp @@ -1,4 +1,4 @@ -/* $Id: semfastmutex-r0drv-darwin.cpp 29255 2010-05-09 18:11:24Z vboxsync $ */ +/* $Id: semfastmutex-r0drv-darwin.cpp $ */ /** @file * IPRT - Fast Mutex Semaphores, Ring-0 Driver, Darwin. */ diff --git a/src/VBox/Runtime/r0drv/darwin/semmutex-r0drv-darwin.cpp b/src/VBox/Runtime/r0drv/darwin/semmutex-r0drv-darwin.cpp index 00c50f29c..d6488c39e 100644 --- a/src/VBox/Runtime/r0drv/darwin/semmutex-r0drv-darwin.cpp +++ b/src/VBox/Runtime/r0drv/darwin/semmutex-r0drv-darwin.cpp @@ -1,4 +1,4 @@ -/* $Id: semmutex-r0drv-darwin.cpp 29255 2010-05-09 18:11:24Z vboxsync $ */ +/* $Id: semmutex-r0drv-darwin.cpp $ */ /** @file * IPRT - Mutex Semaphores, Ring-0 Driver, Darwin. */ diff --git a/src/VBox/Runtime/r0drv/darwin/spinlock-r0drv-darwin.cpp b/src/VBox/Runtime/r0drv/darwin/spinlock-r0drv-darwin.cpp index 2f6986582..df46ce0d7 100644 --- a/src/VBox/Runtime/r0drv/darwin/spinlock-r0drv-darwin.cpp +++ b/src/VBox/Runtime/r0drv/darwin/spinlock-r0drv-darwin.cpp @@ -1,4 +1,4 @@ -/* $Id: spinlock-r0drv-darwin.cpp 29255 2010-05-09 18:11:24Z vboxsync $ */ +/* $Id: spinlock-r0drv-darwin.cpp $ */ /** @file * IPRT - Spinlocks, Ring-0 Driver, Darwin. */ diff --git a/src/VBox/Runtime/r0drv/darwin/the-darwin-kernel.h b/src/VBox/Runtime/r0drv/darwin/the-darwin-kernel.h index 846381b88..8ffb29238 100644 --- a/src/VBox/Runtime/r0drv/darwin/the-darwin-kernel.h +++ b/src/VBox/Runtime/r0drv/darwin/the-darwin-kernel.h @@ -1,4 +1,4 @@ -/* $Id: the-darwin-kernel.h 28800 2010-04-27 08:22:32Z vboxsync $ */ +/* $Id: the-darwin-kernel.h $ */ /** @file * IPRT - Include all necessary headers for the Darwing kernel. */ diff --git a/src/VBox/Runtime/r0drv/darwin/thread-r0drv-darwin.cpp b/src/VBox/Runtime/r0drv/darwin/thread-r0drv-darwin.cpp index 920065af5..c71476355 100644 --- a/src/VBox/Runtime/r0drv/darwin/thread-r0drv-darwin.cpp +++ b/src/VBox/Runtime/r0drv/darwin/thread-r0drv-darwin.cpp @@ -1,4 +1,4 @@ -/* $Id: thread-r0drv-darwin.cpp 28800 2010-04-27 08:22:32Z vboxsync $ */ +/* $Id: thread-r0drv-darwin.cpp $ */ /** @file * IPRT - Threads, Ring-0 Driver, Darwin. */ diff --git a/src/VBox/Runtime/r0drv/darwin/thread2-r0drv-darwin.cpp b/src/VBox/Runtime/r0drv/darwin/thread2-r0drv-darwin.cpp index 625bf6535..e7dbca0ab 100644 --- a/src/VBox/Runtime/r0drv/darwin/thread2-r0drv-darwin.cpp +++ b/src/VBox/Runtime/r0drv/darwin/thread2-r0drv-darwin.cpp @@ -1,4 +1,4 @@ -/* $Id: thread2-r0drv-darwin.cpp 29255 2010-05-09 18:11:24Z vboxsync $ */ +/* $Id: thread2-r0drv-darwin.cpp $ */ /** @file * IPRT - Threads (Part 2), Ring-0 Driver, Darwin. */ diff --git a/src/VBox/Runtime/r0drv/darwin/threadpreempt-r0drv-darwin.cpp b/src/VBox/Runtime/r0drv/darwin/threadpreempt-r0drv-darwin.cpp index f88711247..80fe1a611 100644 --- a/src/VBox/Runtime/r0drv/darwin/threadpreempt-r0drv-darwin.cpp +++ b/src/VBox/Runtime/r0drv/darwin/threadpreempt-r0drv-darwin.cpp @@ -1,4 +1,4 @@ -/* $Id: threadpreempt-r0drv-darwin.cpp 29255 2010-05-09 18:11:24Z vboxsync $ */ +/* $Id: threadpreempt-r0drv-darwin.cpp $ */ /** @file * IPRT - Thread Preemption, Ring-0 Driver, Darwin. */ diff --git a/src/VBox/Runtime/r0drv/darwin/time-r0drv-darwin.cpp b/src/VBox/Runtime/r0drv/darwin/time-r0drv-darwin.cpp index 487099d07..913fa711e 100644 --- a/src/VBox/Runtime/r0drv/darwin/time-r0drv-darwin.cpp +++ b/src/VBox/Runtime/r0drv/darwin/time-r0drv-darwin.cpp @@ -1,4 +1,4 @@ -/* $Id: time-r0drv-darwin.cpp 28800 2010-04-27 08:22:32Z vboxsync $ */ +/* $Id: time-r0drv-darwin.cpp $ */ /** @file * IPRT - Time, Ring-0 Driver, Darwin. */ diff --git a/src/VBox/Runtime/r0drv/freebsd/alloc-r0drv-freebsd.c b/src/VBox/Runtime/r0drv/freebsd/alloc-r0drv-freebsd.c index f86832a18..f2f8fbfea 100644 --- a/src/VBox/Runtime/r0drv/freebsd/alloc-r0drv-freebsd.c +++ b/src/VBox/Runtime/r0drv/freebsd/alloc-r0drv-freebsd.c @@ -1,4 +1,4 @@ -/* $Id: alloc-r0drv-freebsd.c 29832 2010-05-26 21:40:25Z vboxsync $ */ +/* $Id: alloc-r0drv-freebsd.c $ */ /** @file * IPRT - Memory Allocation, Ring-0 Driver, FreeBSD. */ diff --git a/src/VBox/Runtime/r0drv/freebsd/assert-r0drv-freebsd.c b/src/VBox/Runtime/r0drv/freebsd/assert-r0drv-freebsd.c index 4e8b22de6..56f6acaa8 100644 --- a/src/VBox/Runtime/r0drv/freebsd/assert-r0drv-freebsd.c +++ b/src/VBox/Runtime/r0drv/freebsd/assert-r0drv-freebsd.c @@ -1,4 +1,4 @@ -/* $Id: assert-r0drv-freebsd.c 25536 2009-12-21 11:06:08Z vboxsync $ */ +/* $Id: assert-r0drv-freebsd.c $ */ /** @file * IPRT - Assertion Workers, Ring-0 Drivers, FreeBSD. */ diff --git a/src/VBox/Runtime/r0drv/freebsd/initterm-r0drv-freebsd.c b/src/VBox/Runtime/r0drv/freebsd/initterm-r0drv-freebsd.c index 901547c49..591b77973 100644 --- a/src/VBox/Runtime/r0drv/freebsd/initterm-r0drv-freebsd.c +++ b/src/VBox/Runtime/r0drv/freebsd/initterm-r0drv-freebsd.c @@ -1,4 +1,4 @@ -/* $Id: initterm-r0drv-freebsd.c 18972 2009-04-16 23:43:08Z vboxsync $ */ +/* $Id: initterm-r0drv-freebsd.c $ */ /** @file * IPRT - Initialization & Termination, Ring-0 Driver, FreeBSD. */ diff --git a/src/VBox/Runtime/r0drv/freebsd/memobj-r0drv-freebsd.c b/src/VBox/Runtime/r0drv/freebsd/memobj-r0drv-freebsd.c index 4b98b8958..0cb36c724 100644 --- a/src/VBox/Runtime/r0drv/freebsd/memobj-r0drv-freebsd.c +++ b/src/VBox/Runtime/r0drv/freebsd/memobj-r0drv-freebsd.c @@ -1,4 +1,4 @@ -/* $Id: memobj-r0drv-freebsd.c 29877 2010-05-28 23:23:53Z vboxsync $ */ +/* $Id: memobj-r0drv-freebsd.c $ */ /** @file * IPRT - Ring-0 Memory Objects, FreeBSD. */ diff --git a/src/VBox/Runtime/r0drv/freebsd/memuserkernel-r0drv-freebsd.c b/src/VBox/Runtime/r0drv/freebsd/memuserkernel-r0drv-freebsd.c index 6bd7c45b9..ce24fb5d3 100644 --- a/src/VBox/Runtime/r0drv/freebsd/memuserkernel-r0drv-freebsd.c +++ b/src/VBox/Runtime/r0drv/freebsd/memuserkernel-r0drv-freebsd.c @@ -1,4 +1,4 @@ -/* $Id: memuserkernel-r0drv-freebsd.c 28800 2010-04-27 08:22:32Z vboxsync $ */ +/* $Id: memuserkernel-r0drv-freebsd.c $ */ /** @file * IPRT - User & Kernel Memory, Ring-0 Driver, FreeBSD. */ diff --git a/src/VBox/Runtime/r0drv/freebsd/mp-r0drv-freebsd.c b/src/VBox/Runtime/r0drv/freebsd/mp-r0drv-freebsd.c index 18d9f6669..20fcd879a 100644 --- a/src/VBox/Runtime/r0drv/freebsd/mp-r0drv-freebsd.c +++ b/src/VBox/Runtime/r0drv/freebsd/mp-r0drv-freebsd.c @@ -1,4 +1,4 @@ -/* $Id: mp-r0drv-freebsd.c 29499 2010-05-14 21:19:32Z vboxsync $ */ +/* $Id: mp-r0drv-freebsd.c $ */ /** @file * IPRT - Multiprocessor, Ring-0 Driver, FreeBSD. */ diff --git a/src/VBox/Runtime/r0drv/freebsd/process-r0drv-freebsd.c b/src/VBox/Runtime/r0drv/freebsd/process-r0drv-freebsd.c index ac08c3e94..96af287aa 100644 --- a/src/VBox/Runtime/r0drv/freebsd/process-r0drv-freebsd.c +++ b/src/VBox/Runtime/r0drv/freebsd/process-r0drv-freebsd.c @@ -1,4 +1,4 @@ -/* $Id: process-r0drv-freebsd.c 18972 2009-04-16 23:43:08Z vboxsync $ */ +/* $Id: process-r0drv-freebsd.c $ */ /** @file * IPRT - Process Management, Ring-0 Driver, FreeBSD. */ diff --git a/src/VBox/Runtime/r0drv/freebsd/semevent-r0drv-freebsd.c b/src/VBox/Runtime/r0drv/freebsd/semevent-r0drv-freebsd.c index d690bb9bd..ed129f32e 100644 --- a/src/VBox/Runtime/r0drv/freebsd/semevent-r0drv-freebsd.c +++ b/src/VBox/Runtime/r0drv/freebsd/semevent-r0drv-freebsd.c @@ -1,4 +1,4 @@ -/* $Id: semevent-r0drv-freebsd.c 25724 2010-01-11 14:45:34Z vboxsync $ */ +/* $Id: semevent-r0drv-freebsd.c $ */ /** @file * IPRT - Single Release Event Semaphores, Ring-0 Driver, FreeBSD. */ diff --git a/src/VBox/Runtime/r0drv/freebsd/semeventmulti-r0drv-freebsd.c b/src/VBox/Runtime/r0drv/freebsd/semeventmulti-r0drv-freebsd.c index 8991cc6bb..240292daf 100644 --- a/src/VBox/Runtime/r0drv/freebsd/semeventmulti-r0drv-freebsd.c +++ b/src/VBox/Runtime/r0drv/freebsd/semeventmulti-r0drv-freebsd.c @@ -1,4 +1,4 @@ -/* $Id: semeventmulti-r0drv-freebsd.c 25724 2010-01-11 14:45:34Z vboxsync $ */ +/* $Id: semeventmulti-r0drv-freebsd.c $ */ /** @file * IPRT - Multiple Release Event Semaphores, Ring-0 Driver, FreeBSD. */ diff --git a/src/VBox/Runtime/r0drv/freebsd/semfastmutex-r0drv-freebsd.c b/src/VBox/Runtime/r0drv/freebsd/semfastmutex-r0drv-freebsd.c index 7058b7fd0..2f42336f0 100644 --- a/src/VBox/Runtime/r0drv/freebsd/semfastmutex-r0drv-freebsd.c +++ b/src/VBox/Runtime/r0drv/freebsd/semfastmutex-r0drv-freebsd.c @@ -1,4 +1,4 @@ -/* $Id: semfastmutex-r0drv-freebsd.c 25722 2010-01-11 14:22:03Z vboxsync $ */ +/* $Id: semfastmutex-r0drv-freebsd.c $ */ /** @file * IPRT - Fast Mutex Semaphores, Ring-0 Driver, FreeBSD. */ diff --git a/src/VBox/Runtime/r0drv/freebsd/semmutex-r0drv-freebsd.c b/src/VBox/Runtime/r0drv/freebsd/semmutex-r0drv-freebsd.c index aa651513a..0f36490b9 100644 --- a/src/VBox/Runtime/r0drv/freebsd/semmutex-r0drv-freebsd.c +++ b/src/VBox/Runtime/r0drv/freebsd/semmutex-r0drv-freebsd.c @@ -1,4 +1,4 @@ -/* $Id: semmutex-r0drv-freebsd.c 28800 2010-04-27 08:22:32Z vboxsync $ */ +/* $Id: semmutex-r0drv-freebsd.c $ */ /** @file * IPRT - Mutex Semaphores, Ring-0 Driver, FreeBSD. */ diff --git a/src/VBox/Runtime/r0drv/freebsd/spinlock-r0drv-freebsd.c b/src/VBox/Runtime/r0drv/freebsd/spinlock-r0drv-freebsd.c index f208aea90..97a988e6a 100644 --- a/src/VBox/Runtime/r0drv/freebsd/spinlock-r0drv-freebsd.c +++ b/src/VBox/Runtime/r0drv/freebsd/spinlock-r0drv-freebsd.c @@ -1,4 +1,4 @@ -/* $Id: spinlock-r0drv-freebsd.c 29500 2010-05-14 21:43:06Z vboxsync $ */ +/* $Id: spinlock-r0drv-freebsd.c $ */ /** @file * IPRT - Spinlocks, Ring-0 Driver, FreeBSD. */ diff --git a/src/VBox/Runtime/r0drv/freebsd/the-freebsd-kernel.h b/src/VBox/Runtime/r0drv/freebsd/the-freebsd-kernel.h index 63412b4e0..41f16360e 100644 --- a/src/VBox/Runtime/r0drv/freebsd/the-freebsd-kernel.h +++ b/src/VBox/Runtime/r0drv/freebsd/the-freebsd-kernel.h @@ -1,4 +1,4 @@ -/* $Id: the-freebsd-kernel.h 29878 2010-05-29 12:18:52Z vboxsync $ */ +/* $Id: the-freebsd-kernel.h $ */ /** @file * IPRT - Ring-0 Driver, The FreeBSD Kernel Headers. */ diff --git a/src/VBox/Runtime/r0drv/freebsd/thread-r0drv-freebsd.c b/src/VBox/Runtime/r0drv/freebsd/thread-r0drv-freebsd.c index 6cf6a8128..72006a065 100644 --- a/src/VBox/Runtime/r0drv/freebsd/thread-r0drv-freebsd.c +++ b/src/VBox/Runtime/r0drv/freebsd/thread-r0drv-freebsd.c @@ -1,4 +1,4 @@ -/* $Id: thread-r0drv-freebsd.c 29500 2010-05-14 21:43:06Z vboxsync $ */ +/* $Id: thread-r0drv-freebsd.c $ */ /** @file * IPRT - Threads (Part 1), Ring-0 Driver, FreeBSD. */ diff --git a/src/VBox/Runtime/r0drv/freebsd/thread2-r0drv-freebsd.c b/src/VBox/Runtime/r0drv/freebsd/thread2-r0drv-freebsd.c index 6e736bb3d..2fb9276af 100644 --- a/src/VBox/Runtime/r0drv/freebsd/thread2-r0drv-freebsd.c +++ b/src/VBox/Runtime/r0drv/freebsd/thread2-r0drv-freebsd.c @@ -1,4 +1,4 @@ -/* $Id: thread2-r0drv-freebsd.c 19341 2009-05-04 21:25:26Z vboxsync $ */ +/* $Id: thread2-r0drv-freebsd.c $ */ /** @file * IPRT - Threads (Part 2), Ring-0 Driver, FreeBSD. */ diff --git a/src/VBox/Runtime/r0drv/freebsd/time-r0drv-freebsd.c b/src/VBox/Runtime/r0drv/freebsd/time-r0drv-freebsd.c index 3d1ff7e78..7f356a10c 100644 --- a/src/VBox/Runtime/r0drv/freebsd/time-r0drv-freebsd.c +++ b/src/VBox/Runtime/r0drv/freebsd/time-r0drv-freebsd.c @@ -1,4 +1,4 @@ -/* $Id: time-r0drv-freebsd.c 18972 2009-04-16 23:43:08Z vboxsync $ */ +/* $Id: time-r0drv-freebsd.c $ */ /** @file * IPRT - Time, Ring-0 Driver, FreeBSD. */ diff --git a/src/VBox/Runtime/r0drv/freebsd/timer-r0drv-freebsd.c b/src/VBox/Runtime/r0drv/freebsd/timer-r0drv-freebsd.c index 2ba296027..5573b3b40 100644 --- a/src/VBox/Runtime/r0drv/freebsd/timer-r0drv-freebsd.c +++ b/src/VBox/Runtime/r0drv/freebsd/timer-r0drv-freebsd.c @@ -1,4 +1,4 @@ -/* $Id: timer-r0drv-freebsd.c 18972 2009-04-16 23:43:08Z vboxsync $ */ +/* $Id: timer-r0drv-freebsd.c $ */ /** @file * IPRT - Memory Allocation, Ring-0 Driver, FreeBSD. */ diff --git a/src/VBox/Runtime/r0drv/generic/RTMpIsCpuWorkPending-r0drv-generic.cpp b/src/VBox/Runtime/r0drv/generic/RTMpIsCpuWorkPending-r0drv-generic.cpp index 100e12e29..925842eb4 100644 --- a/src/VBox/Runtime/r0drv/generic/RTMpIsCpuWorkPending-r0drv-generic.cpp +++ b/src/VBox/Runtime/r0drv/generic/RTMpIsCpuWorkPending-r0drv-generic.cpp @@ -1,4 +1,4 @@ -/* $Id: RTMpIsCpuWorkPending-r0drv-generic.cpp 28800 2010-04-27 08:22:32Z vboxsync $ */ +/* $Id: RTMpIsCpuWorkPending-r0drv-generic.cpp $ */ /** @file * IPRT - RTMpIsCpuWorkPending, Generic. */ diff --git a/src/VBox/Runtime/r0drv/generic/RTMpOn-r0drv-generic.cpp b/src/VBox/Runtime/r0drv/generic/RTMpOn-r0drv-generic.cpp index 44114a12a..a9844aceb 100644 --- a/src/VBox/Runtime/r0drv/generic/RTMpOn-r0drv-generic.cpp +++ b/src/VBox/Runtime/r0drv/generic/RTMpOn-r0drv-generic.cpp @@ -1,4 +1,4 @@ -/* $Id: RTMpOn-r0drv-generic.cpp 28800 2010-04-27 08:22:32Z vboxsync $ */ +/* $Id: RTMpOn-r0drv-generic.cpp $ */ /** @file * IPRT - Multiprocessor, Ring-0 Driver, Generic Stubs. */ diff --git a/src/VBox/Runtime/r0drv/generic/RTMpPokeCpu-r0drv-generic.cpp b/src/VBox/Runtime/r0drv/generic/RTMpPokeCpu-r0drv-generic.cpp index e253d3ecf..01835679e 100644 --- a/src/VBox/Runtime/r0drv/generic/RTMpPokeCpu-r0drv-generic.cpp +++ b/src/VBox/Runtime/r0drv/generic/RTMpPokeCpu-r0drv-generic.cpp @@ -1,4 +1,4 @@ -/* $Id: RTMpPokeCpu-r0drv-generic.cpp 28800 2010-04-27 08:22:32Z vboxsync $ */ +/* $Id: RTMpPokeCpu-r0drv-generic.cpp $ */ /** @file * IPRT - RTMpPokeCpu, Generic Implementation. */ diff --git a/src/VBox/Runtime/r0drv/generic/RTThreadPreemptDisable-r0drv-generic.cpp b/src/VBox/Runtime/r0drv/generic/RTThreadPreemptDisable-r0drv-generic.cpp index afc70a258..0d943b3b2 100644 --- a/src/VBox/Runtime/r0drv/generic/RTThreadPreemptDisable-r0drv-generic.cpp +++ b/src/VBox/Runtime/r0drv/generic/RTThreadPreemptDisable-r0drv-generic.cpp @@ -1,4 +1,4 @@ -/* $Id: RTThreadPreemptDisable-r0drv-generic.cpp 28800 2010-04-27 08:22:32Z vboxsync $ */ +/* $Id: RTThreadPreemptDisable-r0drv-generic.cpp $ */ /** @file * IPRT - RTThreadPreemptDisable, Generic ring-0 driver implementation. */ diff --git a/src/VBox/Runtime/r0drv/generic/RTThreadPreemptIsEnabled-r0drv-generic.cpp b/src/VBox/Runtime/r0drv/generic/RTThreadPreemptIsEnabled-r0drv-generic.cpp index d496cacfb..0e00439d0 100644 --- a/src/VBox/Runtime/r0drv/generic/RTThreadPreemptIsEnabled-r0drv-generic.cpp +++ b/src/VBox/Runtime/r0drv/generic/RTThreadPreemptIsEnabled-r0drv-generic.cpp @@ -1,4 +1,4 @@ -/* $Id: RTThreadPreemptIsEnabled-r0drv-generic.cpp 28800 2010-04-27 08:22:32Z vboxsync $ */ +/* $Id: RTThreadPreemptIsEnabled-r0drv-generic.cpp $ */ /** @file * IPRT - RTThreadPreemptIsEnabled, Generic ring-0 driver implementation. */ diff --git a/src/VBox/Runtime/r0drv/generic/RTThreadPreemptIsPending-r0drv-generic.cpp b/src/VBox/Runtime/r0drv/generic/RTThreadPreemptIsPending-r0drv-generic.cpp index 88e91de25..1fc9b894f 100644 --- a/src/VBox/Runtime/r0drv/generic/RTThreadPreemptIsPending-r0drv-generic.cpp +++ b/src/VBox/Runtime/r0drv/generic/RTThreadPreemptIsPending-r0drv-generic.cpp @@ -1,4 +1,4 @@ -/* $Id: RTThreadPreemptIsPending-r0drv-generic.cpp 28800 2010-04-27 08:22:32Z vboxsync $ */ +/* $Id: RTThreadPreemptIsPending-r0drv-generic.cpp $ */ /** @file * IPRT - RTThreadPreemptIsPending, Generic ring-0 driver implementation. */ diff --git a/src/VBox/Runtime/r0drv/generic/RTThreadPreemptIsPendingTrusty-r0drv-generic.cpp b/src/VBox/Runtime/r0drv/generic/RTThreadPreemptIsPendingTrusty-r0drv-generic.cpp index 2288b4d8c..fe94d0226 100644 --- a/src/VBox/Runtime/r0drv/generic/RTThreadPreemptIsPendingTrusty-r0drv-generic.cpp +++ b/src/VBox/Runtime/r0drv/generic/RTThreadPreemptIsPendingTrusty-r0drv-generic.cpp @@ -1,4 +1,4 @@ -/* $Id: RTThreadPreemptIsPendingTrusty-r0drv-generic.cpp 28800 2010-04-27 08:22:32Z vboxsync $ */ +/* $Id: RTThreadPreemptIsPendingTrusty-r0drv-generic.cpp $ */ /** @file * IPRT - RTThreadPreemptIsPendingTrusty, Generic ring-0 driver implementation. */ diff --git a/src/VBox/Runtime/r0drv/generic/RTThreadPreemptRestore-r0drv-generic.cpp b/src/VBox/Runtime/r0drv/generic/RTThreadPreemptRestore-r0drv-generic.cpp index d327ea6ad..9fa8461e1 100644 --- a/src/VBox/Runtime/r0drv/generic/RTThreadPreemptRestore-r0drv-generic.cpp +++ b/src/VBox/Runtime/r0drv/generic/RTThreadPreemptRestore-r0drv-generic.cpp @@ -1,4 +1,4 @@ -/* $Id: RTThreadPreemptRestore-r0drv-generic.cpp 28800 2010-04-27 08:22:32Z vboxsync $ */ +/* $Id: RTThreadPreemptRestore-r0drv-generic.cpp $ */ /** @file * IPRT - RTThreadPreemptRestore, Generic ring-0 driver implementation. */ diff --git a/src/VBox/Runtime/r0drv/generic/mpnotification-r0drv-generic.cpp b/src/VBox/Runtime/r0drv/generic/mpnotification-r0drv-generic.cpp index 3e6aa2b2c..0b22a8e57 100644 --- a/src/VBox/Runtime/r0drv/generic/mpnotification-r0drv-generic.cpp +++ b/src/VBox/Runtime/r0drv/generic/mpnotification-r0drv-generic.cpp @@ -1,4 +1,4 @@ -/* $Id: mpnotification-r0drv-generic.cpp 28800 2010-04-27 08:22:32Z vboxsync $ */ +/* $Id: mpnotification-r0drv-generic.cpp $ */ /** @file * IPRT - Multiprocessor Notifications, Ring-0 Driver, Generic Stubs. */ diff --git a/src/VBox/Runtime/r0drv/generic/semspinmutex-r0drv-generic.c b/src/VBox/Runtime/r0drv/generic/semspinmutex-r0drv-generic.c index 329b8ff8f..59a8881d6 100644 --- a/src/VBox/Runtime/r0drv/generic/semspinmutex-r0drv-generic.c +++ b/src/VBox/Runtime/r0drv/generic/semspinmutex-r0drv-generic.c @@ -1,4 +1,4 @@ -/* $Id: semspinmutex-r0drv-generic.c 29250 2010-05-09 17:53:58Z vboxsync $ */ +/* $Id: semspinmutex-r0drv-generic.c $ */ /** @file * IPRT - Spinning Mutex Semaphores, Ring-0 Driver, Generic. */ diff --git a/src/VBox/Runtime/r0drv/initterm-r0drv.cpp b/src/VBox/Runtime/r0drv/initterm-r0drv.cpp index 49247ff06..ebfc4169f 100644 --- a/src/VBox/Runtime/r0drv/initterm-r0drv.cpp +++ b/src/VBox/Runtime/r0drv/initterm-r0drv.cpp @@ -1,4 +1,4 @@ -/* $Id: initterm-r0drv.cpp 28800 2010-04-27 08:22:32Z vboxsync $ */ +/* $Id: initterm-r0drv.cpp $ */ /** @file * IPRT - Initialization & Termination, R0 Driver, Common. */ diff --git a/src/VBox/Runtime/r0drv/linux/RTLogWriteDebugger-r0drv-linux.c b/src/VBox/Runtime/r0drv/linux/RTLogWriteDebugger-r0drv-linux.c index 0bb7b0181..144d637ea 100644 --- a/src/VBox/Runtime/r0drv/linux/RTLogWriteDebugger-r0drv-linux.c +++ b/src/VBox/Runtime/r0drv/linux/RTLogWriteDebugger-r0drv-linux.c @@ -1,4 +1,4 @@ -/* $Id: RTLogWriteDebugger-r0drv-linux.c 28800 2010-04-27 08:22:32Z vboxsync $ */ +/* $Id: RTLogWriteDebugger-r0drv-linux.c $ */ /** @file * IPRT - Log To Debugger, Ring-0 Driver, Linux. */ diff --git a/src/VBox/Runtime/r0drv/linux/alloc-r0drv-linux.c b/src/VBox/Runtime/r0drv/linux/alloc-r0drv-linux.c index fbd321b50..6370343d9 100644 --- a/src/VBox/Runtime/r0drv/linux/alloc-r0drv-linux.c +++ b/src/VBox/Runtime/r0drv/linux/alloc-r0drv-linux.c @@ -1,4 +1,4 @@ -/* $Id: alloc-r0drv-linux.c 28800 2010-04-27 08:22:32Z vboxsync $ */ +/* $Id: alloc-r0drv-linux.c $ */ /** @file * IPRT - Memory Allocation, Ring-0 Driver, Linux. */ diff --git a/src/VBox/Runtime/r0drv/linux/assert-r0drv-linux.c b/src/VBox/Runtime/r0drv/linux/assert-r0drv-linux.c index 55394220b..db9a1257b 100644 --- a/src/VBox/Runtime/r0drv/linux/assert-r0drv-linux.c +++ b/src/VBox/Runtime/r0drv/linux/assert-r0drv-linux.c @@ -1,4 +1,4 @@ -/* $Id: assert-r0drv-linux.c 28800 2010-04-27 08:22:32Z vboxsync $ */ +/* $Id: assert-r0drv-linux.c $ */ /** @file * IPRT - Assertion Workers, Ring-0 Drivers, Linux. */ diff --git a/src/VBox/Runtime/r0drv/linux/initterm-r0drv-linux.c b/src/VBox/Runtime/r0drv/linux/initterm-r0drv-linux.c index 6bf27c1c8..0d27c022c 100644 --- a/src/VBox/Runtime/r0drv/linux/initterm-r0drv-linux.c +++ b/src/VBox/Runtime/r0drv/linux/initterm-r0drv-linux.c @@ -1,4 +1,4 @@ -/* $Id: initterm-r0drv-linux.c 28800 2010-04-27 08:22:32Z vboxsync $ */ +/* $Id: initterm-r0drv-linux.c $ */ /** @file * IPRT - Initialization & Termination, R0 Driver, Linux. */ diff --git a/src/VBox/Runtime/r0drv/linux/memobj-r0drv-linux.c b/src/VBox/Runtime/r0drv/linux/memobj-r0drv-linux.c index ecbc281ed..be8386272 100644 --- a/src/VBox/Runtime/r0drv/linux/memobj-r0drv-linux.c +++ b/src/VBox/Runtime/r0drv/linux/memobj-r0drv-linux.c @@ -1,4 +1,4 @@ -/* $Revision: 29027 $ */ +/* $Revision: 61067 $ */ /** @file * IPRT - Ring-0 Memory Objects, Linux. */ diff --git a/src/VBox/Runtime/r0drv/linux/memuserkernel-r0drv-linux.c b/src/VBox/Runtime/r0drv/linux/memuserkernel-r0drv-linux.c index b9c470049..4517fea98 100644 --- a/src/VBox/Runtime/r0drv/linux/memuserkernel-r0drv-linux.c +++ b/src/VBox/Runtime/r0drv/linux/memuserkernel-r0drv-linux.c @@ -1,4 +1,4 @@ -/* $Id: memuserkernel-r0drv-linux.c 28800 2010-04-27 08:22:32Z vboxsync $ */ +/* $Id: memuserkernel-r0drv-linux.c $ */ /** @file * IPRT - User & Kernel Memory, Ring-0 Driver, Linux. */ diff --git a/src/VBox/Runtime/r0drv/linux/mp-r0drv-linux.c b/src/VBox/Runtime/r0drv/linux/mp-r0drv-linux.c index 0be36a36f..53b8c1a8b 100644 --- a/src/VBox/Runtime/r0drv/linux/mp-r0drv-linux.c +++ b/src/VBox/Runtime/r0drv/linux/mp-r0drv-linux.c @@ -1,4 +1,4 @@ -/* $Id: mp-r0drv-linux.c 28800 2010-04-27 08:22:32Z vboxsync $ */ +/* $Id: mp-r0drv-linux.c $ */ /** @file * IPRT - Multiprocessor, Ring-0 Driver, Linux. */ diff --git a/src/VBox/Runtime/r0drv/linux/mpnotification-r0drv-linux.c b/src/VBox/Runtime/r0drv/linux/mpnotification-r0drv-linux.c index 2a69553d5..f18e30d49 100644 --- a/src/VBox/Runtime/r0drv/linux/mpnotification-r0drv-linux.c +++ b/src/VBox/Runtime/r0drv/linux/mpnotification-r0drv-linux.c @@ -1,4 +1,4 @@ -/* $Id: mpnotification-r0drv-linux.c 28800 2010-04-27 08:22:32Z vboxsync $ */ +/* $Id: mpnotification-r0drv-linux.c $ */ /** @file * IPRT - Multiprocessor Event Notifications, Ring-0 Driver, Linux. */ diff --git a/src/VBox/Runtime/r0drv/linux/process-r0drv-linux.c b/src/VBox/Runtime/r0drv/linux/process-r0drv-linux.c index 4c838081a..e69aeace2 100644 --- a/src/VBox/Runtime/r0drv/linux/process-r0drv-linux.c +++ b/src/VBox/Runtime/r0drv/linux/process-r0drv-linux.c @@ -1,4 +1,4 @@ -/* $Id: process-r0drv-linux.c 28800 2010-04-27 08:22:32Z vboxsync $ */ +/* $Id: process-r0drv-linux.c $ */ /** @file * IPRT - Process, Ring-0 Driver, Linux. */ diff --git a/src/VBox/Runtime/r0drv/linux/semevent-r0drv-linux.c b/src/VBox/Runtime/r0drv/linux/semevent-r0drv-linux.c index eadea91bc..ef0c88f5a 100644 --- a/src/VBox/Runtime/r0drv/linux/semevent-r0drv-linux.c +++ b/src/VBox/Runtime/r0drv/linux/semevent-r0drv-linux.c @@ -1,4 +1,4 @@ -/* $Id: semevent-r0drv-linux.c 29661 2010-05-19 14:29:49Z vboxsync $ */ +/* $Id: semevent-r0drv-linux.c $ */ /** @file * IPRT - Single Release Event Semaphores, Ring-0 Driver, Linux. */ diff --git a/src/VBox/Runtime/r0drv/linux/semeventmulti-r0drv-linux.c b/src/VBox/Runtime/r0drv/linux/semeventmulti-r0drv-linux.c index c2a0dbe84..c21817af9 100644 --- a/src/VBox/Runtime/r0drv/linux/semeventmulti-r0drv-linux.c +++ b/src/VBox/Runtime/r0drv/linux/semeventmulti-r0drv-linux.c @@ -1,4 +1,4 @@ -/* $Id: semeventmulti-r0drv-linux.c 29661 2010-05-19 14:29:49Z vboxsync $ */ +/* $Id: semeventmulti-r0drv-linux.c $ */ /** @file * IPRT - Multiple Release Event Semaphores, Ring-0 Driver, Linux. */ diff --git a/src/VBox/Runtime/r0drv/linux/semfastmutex-r0drv-linux.c b/src/VBox/Runtime/r0drv/linux/semfastmutex-r0drv-linux.c index 55eead12d..45d1d5128 100644 --- a/src/VBox/Runtime/r0drv/linux/semfastmutex-r0drv-linux.c +++ b/src/VBox/Runtime/r0drv/linux/semfastmutex-r0drv-linux.c @@ -1,4 +1,4 @@ -/* $Id: semfastmutex-r0drv-linux.c 29661 2010-05-19 14:29:49Z vboxsync $ */ +/* $Id: semfastmutex-r0drv-linux.c $ */ /** @file * IPRT - Fast Mutex Semaphores, Ring-0 Driver, Linux. */ diff --git a/src/VBox/Runtime/r0drv/linux/semmutex-r0drv-linux.c b/src/VBox/Runtime/r0drv/linux/semmutex-r0drv-linux.c index d863597eb..4947e782f 100644 --- a/src/VBox/Runtime/r0drv/linux/semmutex-r0drv-linux.c +++ b/src/VBox/Runtime/r0drv/linux/semmutex-r0drv-linux.c @@ -1,4 +1,4 @@ -/* $Id: semmutex-r0drv-linux.c 28800 2010-04-27 08:22:32Z vboxsync $ */ +/* $Id: semmutex-r0drv-linux.c $ */ /** @file * IPRT - Mutex Semaphores, Ring-0 Driver, Linux. */ diff --git a/src/VBox/Runtime/r0drv/linux/spinlock-r0drv-linux.c b/src/VBox/Runtime/r0drv/linux/spinlock-r0drv-linux.c index e68b5b0c8..e3be185f0 100644 --- a/src/VBox/Runtime/r0drv/linux/spinlock-r0drv-linux.c +++ b/src/VBox/Runtime/r0drv/linux/spinlock-r0drv-linux.c @@ -1,4 +1,4 @@ -/* $Id: spinlock-r0drv-linux.c 29250 2010-05-09 17:53:58Z vboxsync $ */ +/* $Id: spinlock-r0drv-linux.c $ */ /** @file * IPRT - Spinlocks, Ring-0 Driver, Linux. */ diff --git a/src/VBox/Runtime/r0drv/linux/string.h b/src/VBox/Runtime/r0drv/linux/string.h index f62834f8f..f2f319411 100644 --- a/src/VBox/Runtime/r0drv/linux/string.h +++ b/src/VBox/Runtime/r0drv/linux/string.h @@ -1,4 +1,4 @@ -/* $Id: string.h 28800 2010-04-27 08:22:32Z vboxsync $ */ +/* $Id: string.h $ */ /** @file * IPRT - wrapper for the linux kernel asm/string.h. */ diff --git a/src/VBox/Runtime/r0drv/linux/the-linux-kernel.h b/src/VBox/Runtime/r0drv/linux/the-linux-kernel.h index 433714980..38e8273d1 100644 --- a/src/VBox/Runtime/r0drv/linux/the-linux-kernel.h +++ b/src/VBox/Runtime/r0drv/linux/the-linux-kernel.h @@ -1,4 +1,4 @@ -/* $Id: the-linux-kernel.h 29648 2010-05-18 16:15:42Z vboxsync $ */ +/* $Id: the-linux-kernel.h $ */ /** @file * IPRT - Include all necessary headers for the Linux kernel. */ diff --git a/src/VBox/Runtime/r0drv/linux/thread-r0drv-linux.c b/src/VBox/Runtime/r0drv/linux/thread-r0drv-linux.c index 13df34779..d53a8e274 100644 --- a/src/VBox/Runtime/r0drv/linux/thread-r0drv-linux.c +++ b/src/VBox/Runtime/r0drv/linux/thread-r0drv-linux.c @@ -1,4 +1,4 @@ -/* $Id: thread-r0drv-linux.c 28800 2010-04-27 08:22:32Z vboxsync $ */ +/* $Id: thread-r0drv-linux.c $ */ /** @file * IPRT - Threads, Ring-0 Driver, Linux. */ diff --git a/src/VBox/Runtime/r0drv/linux/thread2-r0drv-linux.c b/src/VBox/Runtime/r0drv/linux/thread2-r0drv-linux.c index 68625ba26..381bd2e82 100644 --- a/src/VBox/Runtime/r0drv/linux/thread2-r0drv-linux.c +++ b/src/VBox/Runtime/r0drv/linux/thread2-r0drv-linux.c @@ -1,4 +1,4 @@ -/* $Id: thread2-r0drv-linux.c 28800 2010-04-27 08:22:32Z vboxsync $ */ +/* $Id: thread2-r0drv-linux.c $ */ /** @file * IPRT - Threads (Part 2), Ring-0 Driver, Linux. */ diff --git a/src/VBox/Runtime/r0drv/linux/time-r0drv-linux.c b/src/VBox/Runtime/r0drv/linux/time-r0drv-linux.c index b807aaf72..c739f427a 100644 --- a/src/VBox/Runtime/r0drv/linux/time-r0drv-linux.c +++ b/src/VBox/Runtime/r0drv/linux/time-r0drv-linux.c @@ -1,4 +1,4 @@ -/* $Id: time-r0drv-linux.c 28800 2010-04-27 08:22:32Z vboxsync $ */ +/* $Id: time-r0drv-linux.c $ */ /** @file * IPRT - Time, Ring-0 Driver, Linux. */ diff --git a/src/VBox/Runtime/r0drv/linux/timer-r0drv-linux.c b/src/VBox/Runtime/r0drv/linux/timer-r0drv-linux.c index f1e45eaac..dbf55ed71 100644 --- a/src/VBox/Runtime/r0drv/linux/timer-r0drv-linux.c +++ b/src/VBox/Runtime/r0drv/linux/timer-r0drv-linux.c @@ -1,4 +1,4 @@ -/* $Id: timer-r0drv-linux.c 28800 2010-04-27 08:22:32Z vboxsync $ */ +/* $Id: timer-r0drv-linux.c $ */ /** @file * IPRT - Timers, Ring-0 Driver, Linux. */ diff --git a/src/VBox/Runtime/r0drv/memobj-r0drv.cpp b/src/VBox/Runtime/r0drv/memobj-r0drv.cpp index 00d55c8a6..b22232aed 100644 --- a/src/VBox/Runtime/r0drv/memobj-r0drv.cpp +++ b/src/VBox/Runtime/r0drv/memobj-r0drv.cpp @@ -1,4 +1,4 @@ -/* $Revision: 29027 $ */ +/* $Revision: 61067 $ */ /** @file * IPRT - Ring-0 Memory Objects, Common Code. */ diff --git a/src/VBox/Runtime/r0drv/mp-r0drv.h b/src/VBox/Runtime/r0drv/mp-r0drv.h index a640c431f..a32ae5d65 100644 --- a/src/VBox/Runtime/r0drv/mp-r0drv.h +++ b/src/VBox/Runtime/r0drv/mp-r0drv.h @@ -1,4 +1,4 @@ -/* $Id: mp-r0drv.h 28800 2010-04-27 08:22:32Z vboxsync $ */ +/* $Id: mp-r0drv.h $ */ /** @file * IPRT - Multiprocessor, Ring-0 Driver, Internal Header. */ diff --git a/src/VBox/Runtime/r0drv/mpnotification-r0drv.c b/src/VBox/Runtime/r0drv/mpnotification-r0drv.c index 4c659569c..ea5a3c11a 100644 --- a/src/VBox/Runtime/r0drv/mpnotification-r0drv.c +++ b/src/VBox/Runtime/r0drv/mpnotification-r0drv.c @@ -1,4 +1,4 @@ -/* $Id: mpnotification-r0drv.c 29250 2010-05-09 17:53:58Z vboxsync $ */ +/* $Id: mpnotification-r0drv.c $ */ /** @file * IPRT - Multiprocessor, Ring-0 Driver, Event Notifications. */ diff --git a/src/VBox/Runtime/r0drv/nt/RTLogWriteDebugger-r0drv-nt.cpp b/src/VBox/Runtime/r0drv/nt/RTLogWriteDebugger-r0drv-nt.cpp index 11c5143b3..95d6a112b 100644 --- a/src/VBox/Runtime/r0drv/nt/RTLogWriteDebugger-r0drv-nt.cpp +++ b/src/VBox/Runtime/r0drv/nt/RTLogWriteDebugger-r0drv-nt.cpp @@ -1,4 +1,4 @@ -/* $Id: RTLogWriteDebugger-r0drv-nt.cpp 28800 2010-04-27 08:22:32Z vboxsync $ */ +/* $Id: RTLogWriteDebugger-r0drv-nt.cpp $ */ /** @file * IPRT - Log To Debugger, Ring-0 Driver, NT. */ diff --git a/src/VBox/Runtime/r0drv/nt/alloc-r0drv-nt.cpp b/src/VBox/Runtime/r0drv/nt/alloc-r0drv-nt.cpp index 1d984d10b..0cb224fcb 100644 --- a/src/VBox/Runtime/r0drv/nt/alloc-r0drv-nt.cpp +++ b/src/VBox/Runtime/r0drv/nt/alloc-r0drv-nt.cpp @@ -1,4 +1,4 @@ -/* $Id: alloc-r0drv-nt.cpp 28800 2010-04-27 08:22:32Z vboxsync $ */ +/* $Id: alloc-r0drv-nt.cpp $ */ /** @file * IPRT - Memory Allocation, Ring-0 Driver, NT. */ diff --git a/src/VBox/Runtime/r0drv/nt/assert-r0drv-nt.cpp b/src/VBox/Runtime/r0drv/nt/assert-r0drv-nt.cpp index f3c95e897..056eabb7d 100644 --- a/src/VBox/Runtime/r0drv/nt/assert-r0drv-nt.cpp +++ b/src/VBox/Runtime/r0drv/nt/assert-r0drv-nt.cpp @@ -1,4 +1,4 @@ -/* $Id: assert-r0drv-nt.cpp 28800 2010-04-27 08:22:32Z vboxsync $ */ +/* $Id: assert-r0drv-nt.cpp $ */ /** @file * IPRT - Assertion Workers, Ring-0 Drivers, NT. */ diff --git a/src/VBox/Runtime/r0drv/nt/initterm-r0drv-nt.cpp b/src/VBox/Runtime/r0drv/nt/initterm-r0drv-nt.cpp index bf4934628..e9dd1e913 100644 --- a/src/VBox/Runtime/r0drv/nt/initterm-r0drv-nt.cpp +++ b/src/VBox/Runtime/r0drv/nt/initterm-r0drv-nt.cpp @@ -1,4 +1,4 @@ -/* $Id: initterm-r0drv-nt.cpp 29738 2010-05-21 14:25:22Z vboxsync $ */ +/* $Id: initterm-r0drv-nt.cpp $ */ /** @file * IPRT - Initialization & Termination, R0 Driver, NT. */ @@ -184,7 +184,7 @@ int rtR0InitNative(void) g_offrtNtPbQuantumEnd = 0x1a41; g_cbrtNtPbQuantumEnd = 1; g_offrtNtPbDpcQueueDepth = 0x19e0 + 0xc; - } + } else if ( BuildNumber == 3790 /* Server 2003 SP2 */ && !memcmp(&pbPrcb[0xb60], &u.szVendor[0], 4*3)) { diff --git a/src/VBox/Runtime/r0drv/nt/internal-r0drv-nt.h b/src/VBox/Runtime/r0drv/nt/internal-r0drv-nt.h index 2d4c85aeb..e04230faf 100644 --- a/src/VBox/Runtime/r0drv/nt/internal-r0drv-nt.h +++ b/src/VBox/Runtime/r0drv/nt/internal-r0drv-nt.h @@ -1,4 +1,4 @@ -/* $Id: internal-r0drv-nt.h 28800 2010-04-27 08:22:32Z vboxsync $ */ +/* $Id: internal-r0drv-nt.h $ */ /** @file * IPRT - Internal Header for the NT Ring-0 Driver Code. */ diff --git a/src/VBox/Runtime/r0drv/nt/memobj-r0drv-nt.cpp b/src/VBox/Runtime/r0drv/nt/memobj-r0drv-nt.cpp index 13bb762d3..4c0cbc7e7 100644 --- a/src/VBox/Runtime/r0drv/nt/memobj-r0drv-nt.cpp +++ b/src/VBox/Runtime/r0drv/nt/memobj-r0drv-nt.cpp @@ -1,4 +1,4 @@ -/* $Id: memobj-r0drv-nt.cpp 29703 2010-05-20 15:38:42Z vboxsync $ */ +/* $Id: memobj-r0drv-nt.cpp $ */ /** @file * IPRT - Ring-0 Memory Objects, NT. */ diff --git a/src/VBox/Runtime/r0drv/nt/memuserkernel-r0drv-nt.cpp b/src/VBox/Runtime/r0drv/nt/memuserkernel-r0drv-nt.cpp index 02f411a8e..9abfd83f5 100644 --- a/src/VBox/Runtime/r0drv/nt/memuserkernel-r0drv-nt.cpp +++ b/src/VBox/Runtime/r0drv/nt/memuserkernel-r0drv-nt.cpp @@ -1,4 +1,4 @@ -/* $Id: memuserkernel-r0drv-nt.cpp 29705 2010-05-20 15:58:39Z vboxsync $ */ +/* $Id: memuserkernel-r0drv-nt.cpp $ */ /** @file * IPRT - User & Kernel Memory, Ring-0 Driver, NT. */ diff --git a/src/VBox/Runtime/r0drv/nt/mp-r0drv-nt.cpp b/src/VBox/Runtime/r0drv/nt/mp-r0drv-nt.cpp index 6a18feb97..fb7287720 100644 --- a/src/VBox/Runtime/r0drv/nt/mp-r0drv-nt.cpp +++ b/src/VBox/Runtime/r0drv/nt/mp-r0drv-nt.cpp @@ -1,4 +1,4 @@ -/* $Id: mp-r0drv-nt.cpp 28800 2010-04-27 08:22:32Z vboxsync $ */ +/* $Id: mp-r0drv-nt.cpp $ */ /** @file * IPRT - Multiprocessor, Ring-0 Driver, NT. */ diff --git a/src/VBox/Runtime/r0drv/nt/mpnotification-r0drv-nt.cpp b/src/VBox/Runtime/r0drv/nt/mpnotification-r0drv-nt.cpp index c57a2fb85..5e7532447 100644 --- a/src/VBox/Runtime/r0drv/nt/mpnotification-r0drv-nt.cpp +++ b/src/VBox/Runtime/r0drv/nt/mpnotification-r0drv-nt.cpp @@ -1,4 +1,4 @@ -/* $Id: mpnotification-r0drv-nt.cpp 28800 2010-04-27 08:22:32Z vboxsync $ */ +/* $Id: mpnotification-r0drv-nt.cpp $ */ /** @file * IPRT - Multiprocessor Event Notifications, Ring-0 Driver, NT. */ diff --git a/src/VBox/Runtime/r0drv/nt/process-r0drv-nt.cpp b/src/VBox/Runtime/r0drv/nt/process-r0drv-nt.cpp index 30e5be609..934887659 100644 --- a/src/VBox/Runtime/r0drv/nt/process-r0drv-nt.cpp +++ b/src/VBox/Runtime/r0drv/nt/process-r0drv-nt.cpp @@ -1,4 +1,4 @@ -/* $Id: process-r0drv-nt.cpp 28800 2010-04-27 08:22:32Z vboxsync $ */ +/* $Id: process-r0drv-nt.cpp $ */ /** @file * IPRT - Process, Ring-0 Driver, NT. */ diff --git a/src/VBox/Runtime/r0drv/nt/semevent-r0drv-nt.cpp b/src/VBox/Runtime/r0drv/nt/semevent-r0drv-nt.cpp index 82bccf861..c502bcf0d 100644 --- a/src/VBox/Runtime/r0drv/nt/semevent-r0drv-nt.cpp +++ b/src/VBox/Runtime/r0drv/nt/semevent-r0drv-nt.cpp @@ -1,4 +1,4 @@ -/* $Id: semevent-r0drv-nt.cpp 28800 2010-04-27 08:22:32Z vboxsync $ */ +/* $Id: semevent-r0drv-nt.cpp $ */ /** @file * IPRT - Single Release Event Semaphores, Ring-0 Driver, NT. */ diff --git a/src/VBox/Runtime/r0drv/nt/semeventmulti-r0drv-nt.cpp b/src/VBox/Runtime/r0drv/nt/semeventmulti-r0drv-nt.cpp index ceb6da491..8a321bdd5 100644 --- a/src/VBox/Runtime/r0drv/nt/semeventmulti-r0drv-nt.cpp +++ b/src/VBox/Runtime/r0drv/nt/semeventmulti-r0drv-nt.cpp @@ -1,4 +1,4 @@ -/* $Id: semeventmulti-r0drv-nt.cpp 28800 2010-04-27 08:22:32Z vboxsync $ */ +/* $Id: semeventmulti-r0drv-nt.cpp $ */ /** @file * IPRT - Multiple Release Event Semaphores, Ring-0 Driver, NT. */ diff --git a/src/VBox/Runtime/r0drv/nt/semfastmutex-r0drv-nt.cpp b/src/VBox/Runtime/r0drv/nt/semfastmutex-r0drv-nt.cpp index 62d7bc0b2..bd3efc87c 100644 --- a/src/VBox/Runtime/r0drv/nt/semfastmutex-r0drv-nt.cpp +++ b/src/VBox/Runtime/r0drv/nt/semfastmutex-r0drv-nt.cpp @@ -1,4 +1,4 @@ -/* $Id: semfastmutex-r0drv-nt.cpp 28800 2010-04-27 08:22:32Z vboxsync $ */ +/* $Id: semfastmutex-r0drv-nt.cpp $ */ /** @file * IPRT - Fast Mutex Semaphores, Ring-0 Driver, NT. */ diff --git a/src/VBox/Runtime/r0drv/nt/semmutex-r0drv-nt.cpp b/src/VBox/Runtime/r0drv/nt/semmutex-r0drv-nt.cpp index 3f3e6fbce..1079a55a5 100644 --- a/src/VBox/Runtime/r0drv/nt/semmutex-r0drv-nt.cpp +++ b/src/VBox/Runtime/r0drv/nt/semmutex-r0drv-nt.cpp @@ -1,4 +1,4 @@ -/* $Id: semmutex-r0drv-nt.cpp 28800 2010-04-27 08:22:32Z vboxsync $ */ +/* $Id: semmutex-r0drv-nt.cpp $ */ /** @file * IPRT - Mutex Semaphores, Ring-0 Driver, NT. */ diff --git a/src/VBox/Runtime/r0drv/nt/spinlock-r0drv-nt.cpp b/src/VBox/Runtime/r0drv/nt/spinlock-r0drv-nt.cpp index c832bba6d..c8f9fff96 100644 --- a/src/VBox/Runtime/r0drv/nt/spinlock-r0drv-nt.cpp +++ b/src/VBox/Runtime/r0drv/nt/spinlock-r0drv-nt.cpp @@ -1,4 +1,4 @@ -/* $Id: spinlock-r0drv-nt.cpp 29254 2010-05-09 18:11:22Z vboxsync $ */ +/* $Id: spinlock-r0drv-nt.cpp $ */ /** @file * IPRT - Spinlocks, Ring-0 Driver, NT. */ diff --git a/src/VBox/Runtime/r0drv/nt/the-nt-kernel.h b/src/VBox/Runtime/r0drv/nt/the-nt-kernel.h index ada6354e3..3da03794c 100644 --- a/src/VBox/Runtime/r0drv/nt/the-nt-kernel.h +++ b/src/VBox/Runtime/r0drv/nt/the-nt-kernel.h @@ -1,4 +1,4 @@ -/* $Id: the-nt-kernel.h 28800 2010-04-27 08:22:32Z vboxsync $ */ +/* $Id: the-nt-kernel.h $ */ /** @file * IPRT - Include all necessary headers for the NT kernel. */ diff --git a/src/VBox/Runtime/r0drv/nt/thread-r0drv-nt.cpp b/src/VBox/Runtime/r0drv/nt/thread-r0drv-nt.cpp index 21f412b88..53b4cec13 100644 --- a/src/VBox/Runtime/r0drv/nt/thread-r0drv-nt.cpp +++ b/src/VBox/Runtime/r0drv/nt/thread-r0drv-nt.cpp @@ -1,4 +1,4 @@ -/* $Id: thread-r0drv-nt.cpp 29254 2010-05-09 18:11:22Z vboxsync $ */ +/* $Id: thread-r0drv-nt.cpp $ */ /** @file * IPRT - Threads, Ring-0 Driver, NT. */ diff --git a/src/VBox/Runtime/r0drv/nt/thread2-r0drv-nt.cpp b/src/VBox/Runtime/r0drv/nt/thread2-r0drv-nt.cpp index e704c0f48..f6a1bedcc 100644 --- a/src/VBox/Runtime/r0drv/nt/thread2-r0drv-nt.cpp +++ b/src/VBox/Runtime/r0drv/nt/thread2-r0drv-nt.cpp @@ -1,4 +1,4 @@ -/* $Id: thread2-r0drv-nt.cpp 28800 2010-04-27 08:22:32Z vboxsync $ */ +/* $Id: thread2-r0drv-nt.cpp $ */ /** @file * IPRT - Threads (Part 2), Ring-0 Driver, NT. */ diff --git a/src/VBox/Runtime/r0drv/nt/time-r0drv-nt.cpp b/src/VBox/Runtime/r0drv/nt/time-r0drv-nt.cpp index 9545caa23..965f2cbb9 100644 --- a/src/VBox/Runtime/r0drv/nt/time-r0drv-nt.cpp +++ b/src/VBox/Runtime/r0drv/nt/time-r0drv-nt.cpp @@ -1,4 +1,4 @@ -/* $Id: time-r0drv-nt.cpp 28800 2010-04-27 08:22:32Z vboxsync $ */ +/* $Id: time-r0drv-nt.cpp $ */ /** @file * IPRT - Time, Ring-0 Driver, Nt. */ diff --git a/src/VBox/Runtime/r0drv/nt/timer-r0drv-nt.cpp b/src/VBox/Runtime/r0drv/nt/timer-r0drv-nt.cpp index f190fe65e..1ae8c51b6 100644 --- a/src/VBox/Runtime/r0drv/nt/timer-r0drv-nt.cpp +++ b/src/VBox/Runtime/r0drv/nt/timer-r0drv-nt.cpp @@ -1,4 +1,4 @@ -/* $Id: timer-r0drv-nt.cpp 28800 2010-04-27 08:22:32Z vboxsync $ */ +/* $Id: timer-r0drv-nt.cpp $ */ /** @file * IPRT - Timers, Ring-0 Driver, NT. */ diff --git a/src/VBox/Runtime/r0drv/os2/RTR0AssertPanicSystem-r0drv-os2.asm b/src/VBox/Runtime/r0drv/os2/RTR0AssertPanicSystem-r0drv-os2.asm index dedefeb81..17e370520 100644 --- a/src/VBox/Runtime/r0drv/os2/RTR0AssertPanicSystem-r0drv-os2.asm +++ b/src/VBox/Runtime/r0drv/os2/RTR0AssertPanicSystem-r0drv-os2.asm @@ -1,4 +1,4 @@ -; $Id: RTR0AssertPanicSystem-r0drv-os2.asm 13306 2008-10-15 21:17:04Z vboxsync $ +; $Id: RTR0AssertPanicSystem-r0drv-os2.asm $ ;; @file ; IPRT - RTR0AssertPanicSystem, Ring-0 Driver, OS/2. ; diff --git a/src/VBox/Runtime/r0drv/os2/RTR0Os2DHQueryDOSVar.asm b/src/VBox/Runtime/r0drv/os2/RTR0Os2DHQueryDOSVar.asm index 2ad429f45..e0c94b7f2 100644 --- a/src/VBox/Runtime/r0drv/os2/RTR0Os2DHQueryDOSVar.asm +++ b/src/VBox/Runtime/r0drv/os2/RTR0Os2DHQueryDOSVar.asm @@ -1,4 +1,4 @@ -; $Id: RTR0Os2DHQueryDOSVar.asm 8256 2008-04-21 20:53:28Z vboxsync $ +; $Id: RTR0Os2DHQueryDOSVar.asm $ ;; @file ; IPRT - DevHelp_GetDOSVar, Ring-0 Driver, OS/2. ; diff --git a/src/VBox/Runtime/r0drv/os2/RTR0Os2DHVMGlobalToProcess.asm b/src/VBox/Runtime/r0drv/os2/RTR0Os2DHVMGlobalToProcess.asm index 82e221123..e1b44d42b 100644 --- a/src/VBox/Runtime/r0drv/os2/RTR0Os2DHVMGlobalToProcess.asm +++ b/src/VBox/Runtime/r0drv/os2/RTR0Os2DHVMGlobalToProcess.asm @@ -1,4 +1,4 @@ -; $Id: RTR0Os2DHVMGlobalToProcess.asm 8256 2008-04-21 20:53:28Z vboxsync $ +; $Id: RTR0Os2DHVMGlobalToProcess.asm $ ;; @file ; IPRT - DevHelp_VMGlobalToProcess, Ring-0 Driver, OS/2. ; diff --git a/src/VBox/Runtime/r0drv/os2/alloc-r0drv-os2.cpp b/src/VBox/Runtime/r0drv/os2/alloc-r0drv-os2.cpp index 53e707972..6974e5c44 100644 --- a/src/VBox/Runtime/r0drv/os2/alloc-r0drv-os2.cpp +++ b/src/VBox/Runtime/r0drv/os2/alloc-r0drv-os2.cpp @@ -1,4 +1,4 @@ -/* $Id: alloc-r0drv-os2.cpp 28298 2010-04-14 12:20:39Z vboxsync $ */ +/* $Id: alloc-r0drv-os2.cpp $ */ /** @file * IPRT - Memory Allocation, Ring-0 Driver, OS/2. */ diff --git a/src/VBox/Runtime/r0drv/os2/assert-r0drv-os2.cpp b/src/VBox/Runtime/r0drv/os2/assert-r0drv-os2.cpp index 987c89d1d..c3b1a5e00 100644 --- a/src/VBox/Runtime/r0drv/os2/assert-r0drv-os2.cpp +++ b/src/VBox/Runtime/r0drv/os2/assert-r0drv-os2.cpp @@ -1,4 +1,4 @@ -/* $Id: assert-r0drv-os2.cpp 25536 2009-12-21 11:06:08Z vboxsync $ */ +/* $Id: assert-r0drv-os2.cpp $ */ /** @file * IPRT - Assertion Workers, Ring-0 Drivers, OS/2. */ diff --git a/src/VBox/Runtime/r0drv/os2/assertA-r0drv-os2.asm b/src/VBox/Runtime/r0drv/os2/assertA-r0drv-os2.asm index 4da5eea74..0e0808aab 100644 --- a/src/VBox/Runtime/r0drv/os2/assertA-r0drv-os2.asm +++ b/src/VBox/Runtime/r0drv/os2/assertA-r0drv-os2.asm @@ -1,4 +1,4 @@ -; $Id: assertA-r0drv-os2.asm 8256 2008-04-21 20:53:28Z vboxsync $ +; $Id: assertA-r0drv-os2.asm $ ;; @file ; IPRT - DevHelp_GetDOSVar, Ring-0 Driver, OS/2. ; diff --git a/src/VBox/Runtime/r0drv/os2/initterm-r0drv-os2.cpp b/src/VBox/Runtime/r0drv/os2/initterm-r0drv-os2.cpp index 55d491a93..9a1872a81 100644 --- a/src/VBox/Runtime/r0drv/os2/initterm-r0drv-os2.cpp +++ b/src/VBox/Runtime/r0drv/os2/initterm-r0drv-os2.cpp @@ -1,4 +1,4 @@ -/* $Id: initterm-r0drv-os2.cpp 8245 2008-04-21 17:24:28Z vboxsync $ */ +/* $Id: initterm-r0drv-os2.cpp $ */ /** @file * IPRT - Initialization & Termination, Ring-0 Driver, OS/2. */ diff --git a/src/VBox/Runtime/r0drv/os2/memobj-r0drv-os2.cpp b/src/VBox/Runtime/r0drv/os2/memobj-r0drv-os2.cpp index 8db197af4..e4447cc3d 100644 --- a/src/VBox/Runtime/r0drv/os2/memobj-r0drv-os2.cpp +++ b/src/VBox/Runtime/r0drv/os2/memobj-r0drv-os2.cpp @@ -1,4 +1,4 @@ -/* $Id: memobj-r0drv-os2.cpp 29027 2010-05-04 14:33:41Z vboxsync $ */ +/* $Id: memobj-r0drv-os2.cpp $ */ /** @file * IPRT - Ring-0 Memory Objects, OS/2. */ diff --git a/src/VBox/Runtime/r0drv/os2/memuserkernel-r0drv-os2.cpp b/src/VBox/Runtime/r0drv/os2/memuserkernel-r0drv-os2.cpp index fd742f134..888b5409a 100644 --- a/src/VBox/Runtime/r0drv/os2/memuserkernel-r0drv-os2.cpp +++ b/src/VBox/Runtime/r0drv/os2/memuserkernel-r0drv-os2.cpp @@ -1,4 +1,4 @@ -/* $Id: memuserkernel-r0drv-os2.cpp 28800 2010-04-27 08:22:32Z vboxsync $ */ +/* $Id: memuserkernel-r0drv-os2.cpp $ */ /** @file * IPRT - User & Kernel Memory, Ring-0 Driver, OS/2. */ diff --git a/src/VBox/Runtime/r0drv/os2/process-r0drv-os2.cpp b/src/VBox/Runtime/r0drv/os2/process-r0drv-os2.cpp index eac1e4624..a05d0617e 100644 --- a/src/VBox/Runtime/r0drv/os2/process-r0drv-os2.cpp +++ b/src/VBox/Runtime/r0drv/os2/process-r0drv-os2.cpp @@ -1,4 +1,4 @@ -/* $Id: process-r0drv-os2.cpp 8245 2008-04-21 17:24:28Z vboxsync $ */ +/* $Id: process-r0drv-os2.cpp $ */ /** @file * IPRT - Process Management, Ring-0 Driver, OS/2. */ diff --git a/src/VBox/Runtime/r0drv/os2/semevent-r0drv-os2.cpp b/src/VBox/Runtime/r0drv/os2/semevent-r0drv-os2.cpp index 875ac2f99..ee9798ff1 100644 --- a/src/VBox/Runtime/r0drv/os2/semevent-r0drv-os2.cpp +++ b/src/VBox/Runtime/r0drv/os2/semevent-r0drv-os2.cpp @@ -1,4 +1,4 @@ -/* $Id: semevent-r0drv-os2.cpp 25724 2010-01-11 14:45:34Z vboxsync $ */ +/* $Id: semevent-r0drv-os2.cpp $ */ /** @file * IPRT - Single Release Event Semaphores, Ring-0 Driver, OS/2. */ diff --git a/src/VBox/Runtime/r0drv/os2/semeventmulti-r0drv-os2.cpp b/src/VBox/Runtime/r0drv/os2/semeventmulti-r0drv-os2.cpp index f886fe6b7..bba973a9e 100644 --- a/src/VBox/Runtime/r0drv/os2/semeventmulti-r0drv-os2.cpp +++ b/src/VBox/Runtime/r0drv/os2/semeventmulti-r0drv-os2.cpp @@ -1,4 +1,4 @@ -/* $Id: semeventmulti-r0drv-os2.cpp 25724 2010-01-11 14:45:34Z vboxsync $ */ +/* $Id: semeventmulti-r0drv-os2.cpp $ */ /** @file * IPRT - Multiple Release Event Semaphores, Ring-0 Driver, OS/2. */ diff --git a/src/VBox/Runtime/r0drv/os2/semfastmutex-r0drv-os2.cpp b/src/VBox/Runtime/r0drv/os2/semfastmutex-r0drv-os2.cpp index caf6ddc7a..d2edff5e8 100644 --- a/src/VBox/Runtime/r0drv/os2/semfastmutex-r0drv-os2.cpp +++ b/src/VBox/Runtime/r0drv/os2/semfastmutex-r0drv-os2.cpp @@ -1,4 +1,4 @@ -/* $Id: semfastmutex-r0drv-os2.cpp 25722 2010-01-11 14:22:03Z vboxsync $ */ +/* $Id: semfastmutex-r0drv-os2.cpp $ */ /** @file * IPRT - Fast Mutex Semaphores, Ring-0 Driver, OS/2. */ diff --git a/src/VBox/Runtime/r0drv/os2/spinlock-r0drv-os2.cpp b/src/VBox/Runtime/r0drv/os2/spinlock-r0drv-os2.cpp index d2b7b5fc2..e239f766a 100644 --- a/src/VBox/Runtime/r0drv/os2/spinlock-r0drv-os2.cpp +++ b/src/VBox/Runtime/r0drv/os2/spinlock-r0drv-os2.cpp @@ -1,4 +1,4 @@ -/* $Id: spinlock-r0drv-os2.cpp 8245 2008-04-21 17:24:28Z vboxsync $ */ +/* $Id: spinlock-r0drv-os2.cpp $ */ /** @file * IPRT - Spinlocks, Ring-0 Driver, OS/2. */ diff --git a/src/VBox/Runtime/r0drv/os2/the-os2-kernel.h b/src/VBox/Runtime/r0drv/os2/the-os2-kernel.h index f08bd11bf..2057b50bb 100644 --- a/src/VBox/Runtime/r0drv/os2/the-os2-kernel.h +++ b/src/VBox/Runtime/r0drv/os2/the-os2-kernel.h @@ -1,4 +1,4 @@ -/* $Id: the-os2-kernel.h 20374 2009-06-08 00:43:21Z vboxsync $ */ +/* $Id: the-os2-kernel.h $ */ /** @file * IPRT - Ring-0 Driver, The OS/2 Kernel Headers. */ diff --git a/src/VBox/Runtime/r0drv/os2/thread-r0drv-os2.cpp b/src/VBox/Runtime/r0drv/os2/thread-r0drv-os2.cpp index 52c52045a..4f734ff20 100644 --- a/src/VBox/Runtime/r0drv/os2/thread-r0drv-os2.cpp +++ b/src/VBox/Runtime/r0drv/os2/thread-r0drv-os2.cpp @@ -1,4 +1,4 @@ -/* $Id: thread-r0drv-os2.cpp 25724 2010-01-11 14:45:34Z vboxsync $ */ +/* $Id: thread-r0drv-os2.cpp $ */ /** @file * IPRT - Threads (Part 1), Ring-0 Driver, OS/2. */ diff --git a/src/VBox/Runtime/r0drv/os2/thread2-r0drv-os2.cpp b/src/VBox/Runtime/r0drv/os2/thread2-r0drv-os2.cpp index e13d305f8..77f4cbc56 100644 --- a/src/VBox/Runtime/r0drv/os2/thread2-r0drv-os2.cpp +++ b/src/VBox/Runtime/r0drv/os2/thread2-r0drv-os2.cpp @@ -1,4 +1,4 @@ -/* $Id: thread2-r0drv-os2.cpp 8245 2008-04-21 17:24:28Z vboxsync $ */ +/* $Id: thread2-r0drv-os2.cpp $ */ /** @file * IPRT - Threads (Part 2), Ring-0 Driver, Generic Stubs. */ diff --git a/src/VBox/Runtime/r0drv/os2/time-r0drv-os2.cpp b/src/VBox/Runtime/r0drv/os2/time-r0drv-os2.cpp index ab4bf1b9a..778ee2b0a 100644 --- a/src/VBox/Runtime/r0drv/os2/time-r0drv-os2.cpp +++ b/src/VBox/Runtime/r0drv/os2/time-r0drv-os2.cpp @@ -1,4 +1,4 @@ -/* $Id: time-r0drv-os2.cpp 8245 2008-04-21 17:24:28Z vboxsync $ */ +/* $Id: time-r0drv-os2.cpp $ */ /** @file * IPRT - Time, Ring-0 Driver, OS/2. */ diff --git a/src/VBox/Runtime/r0drv/os2/timer-r0drv-os2.cpp b/src/VBox/Runtime/r0drv/os2/timer-r0drv-os2.cpp index 2f20b6b0a..bdb9f5818 100644 --- a/src/VBox/Runtime/r0drv/os2/timer-r0drv-os2.cpp +++ b/src/VBox/Runtime/r0drv/os2/timer-r0drv-os2.cpp @@ -1,4 +1,4 @@ -/* $Id: timer-r0drv-os2.cpp 20374 2009-06-08 00:43:21Z vboxsync $ */ +/* $Id: timer-r0drv-os2.cpp $ */ /** @file * IPRT - Memory Allocation, Ring-0 Driver, OS/2. */ diff --git a/src/VBox/Runtime/r0drv/os2/timerA-r0drv-os2.asm b/src/VBox/Runtime/r0drv/os2/timerA-r0drv-os2.asm index 788bcc907..474f85767 100644 --- a/src/VBox/Runtime/r0drv/os2/timerA-r0drv-os2.asm +++ b/src/VBox/Runtime/r0drv/os2/timerA-r0drv-os2.asm @@ -1,4 +1,4 @@ -; $Id: timerA-r0drv-os2.asm 8256 2008-04-21 20:53:28Z vboxsync $ +; $Id: timerA-r0drv-os2.asm $ ;; @file ; IPRT - DevHelp_VMGlobalToProcess, Ring-0 Driver, OS/2. ; diff --git a/src/VBox/Runtime/r0drv/power-r0drv.h b/src/VBox/Runtime/r0drv/power-r0drv.h index 80e8e97f7..11f5493be 100644 --- a/src/VBox/Runtime/r0drv/power-r0drv.h +++ b/src/VBox/Runtime/r0drv/power-r0drv.h @@ -1,4 +1,4 @@ -/* $Id: power-r0drv.h 28800 2010-04-27 08:22:32Z vboxsync $ */ +/* $Id: power-r0drv.h $ */ /** @file * IPRT - Power Management, Ring-0 Driver, Internal Header. */ diff --git a/src/VBox/Runtime/r0drv/powernotification-r0drv.c b/src/VBox/Runtime/r0drv/powernotification-r0drv.c index 529182df4..9e03da213 100644 --- a/src/VBox/Runtime/r0drv/powernotification-r0drv.c +++ b/src/VBox/Runtime/r0drv/powernotification-r0drv.c @@ -1,4 +1,4 @@ -/* $Id: powernotification-r0drv.c 29250 2010-05-09 17:53:58Z vboxsync $ */ +/* $Id: powernotification-r0drv.c $ */ /** @file * IPRT - Power Management, Ring-0 Driver, Event Notifications. */ diff --git a/src/VBox/Runtime/r0drv/solaris/RTLogWriteDebugger-r0drv-solaris.c b/src/VBox/Runtime/r0drv/solaris/RTLogWriteDebugger-r0drv-solaris.c index 86b07c181..5aa03da81 100644 --- a/src/VBox/Runtime/r0drv/solaris/RTLogWriteDebugger-r0drv-solaris.c +++ b/src/VBox/Runtime/r0drv/solaris/RTLogWriteDebugger-r0drv-solaris.c @@ -1,4 +1,4 @@ -/* $Id: RTLogWriteDebugger-r0drv-solaris.c 29281 2010-05-09 23:40:43Z vboxsync $ */ +/* $Id: RTLogWriteDebugger-r0drv-solaris.c $ */ /** @file * IPRT - Log To Debugger, Ring-0 Driver, Solaris. */ diff --git a/src/VBox/Runtime/r0drv/solaris/assert-r0drv-solaris.c b/src/VBox/Runtime/r0drv/solaris/assert-r0drv-solaris.c index 1d7cf961d..55befdcaf 100644 --- a/src/VBox/Runtime/r0drv/solaris/assert-r0drv-solaris.c +++ b/src/VBox/Runtime/r0drv/solaris/assert-r0drv-solaris.c @@ -1,4 +1,4 @@ -/* $Id: assert-r0drv-solaris.c 28800 2010-04-27 08:22:32Z vboxsync $ */ +/* $Id: assert-r0drv-solaris.c $ */ /** @file * IPRT - Assertion Workers, Ring-0 Drivers, Solaris. */ diff --git a/src/VBox/Runtime/r0drv/solaris/initterm-r0drv-solaris.c b/src/VBox/Runtime/r0drv/solaris/initterm-r0drv-solaris.c index 728f659a9..3e96eea7f 100644 --- a/src/VBox/Runtime/r0drv/solaris/initterm-r0drv-solaris.c +++ b/src/VBox/Runtime/r0drv/solaris/initterm-r0drv-solaris.c @@ -1,4 +1,4 @@ -/* $Id: initterm-r0drv-solaris.c 29281 2010-05-09 23:40:43Z vboxsync $ */ +/* $Id: initterm-r0drv-solaris.c $ */ /** @file * IPRT - Initialization & Termination, R0 Driver, Solaris. */ diff --git a/src/VBox/Runtime/r0drv/solaris/memuserkernel-r0drv-solaris.c b/src/VBox/Runtime/r0drv/solaris/memuserkernel-r0drv-solaris.c index 88d50e4d1..11b24bd7a 100644 --- a/src/VBox/Runtime/r0drv/solaris/memuserkernel-r0drv-solaris.c +++ b/src/VBox/Runtime/r0drv/solaris/memuserkernel-r0drv-solaris.c @@ -1,4 +1,4 @@ -/* $Id: memuserkernel-r0drv-solaris.c 29284 2010-05-10 00:22:16Z vboxsync $ */ +/* $Id: memuserkernel-r0drv-solaris.c $ */ /** @file * IPRT - User & Kernel Memory, Ring-0 Driver, Solaris. */ diff --git a/src/VBox/Runtime/r0drv/solaris/mpnotification-r0drv-solaris.c b/src/VBox/Runtime/r0drv/solaris/mpnotification-r0drv-solaris.c index de18ba1f3..1b5c736cf 100644 --- a/src/VBox/Runtime/r0drv/solaris/mpnotification-r0drv-solaris.c +++ b/src/VBox/Runtime/r0drv/solaris/mpnotification-r0drv-solaris.c @@ -1,4 +1,4 @@ -/* $Id: mpnotification-r0drv-solaris.c 28800 2010-04-27 08:22:32Z vboxsync $ */ +/* $Id: mpnotification-r0drv-solaris.c $ */ /** @file * IPRT - Multiprocessor Event Notifications, Ring-0 Driver, Solaris. */ diff --git a/src/VBox/Runtime/r0drv/solaris/semevent-r0drv-solaris.c b/src/VBox/Runtime/r0drv/solaris/semevent-r0drv-solaris.c index 09681e531..ede72855f 100644 --- a/src/VBox/Runtime/r0drv/solaris/semevent-r0drv-solaris.c +++ b/src/VBox/Runtime/r0drv/solaris/semevent-r0drv-solaris.c @@ -1,4 +1,4 @@ -/* $Id: semevent-r0drv-solaris.c 29284 2010-05-10 00:22:16Z vboxsync $ */ +/* $Id: semevent-r0drv-solaris.c $ */ /** @file * IPRT - Semaphores, Ring-0 Driver, Solaris. */ diff --git a/src/VBox/Runtime/r0drv/solaris/semeventmulti-r0drv-solaris.c b/src/VBox/Runtime/r0drv/solaris/semeventmulti-r0drv-solaris.c index e73a87870..bbdc5f962 100644 --- a/src/VBox/Runtime/r0drv/solaris/semeventmulti-r0drv-solaris.c +++ b/src/VBox/Runtime/r0drv/solaris/semeventmulti-r0drv-solaris.c @@ -1,4 +1,4 @@ -/* $Id: semeventmulti-r0drv-solaris.c 29284 2010-05-10 00:22:16Z vboxsync $ */ +/* $Id: semeventmulti-r0drv-solaris.c $ */ /** @file * IPRT - Multiple Release Event Semaphores, Ring-0 Driver, Solaris. */ diff --git a/src/VBox/Runtime/r0drv/solaris/semfastmutex-r0drv-solaris.c b/src/VBox/Runtime/r0drv/solaris/semfastmutex-r0drv-solaris.c index ef0f5b602..baeaec2f5 100644 --- a/src/VBox/Runtime/r0drv/solaris/semfastmutex-r0drv-solaris.c +++ b/src/VBox/Runtime/r0drv/solaris/semfastmutex-r0drv-solaris.c @@ -1,4 +1,4 @@ -/* $Id: semfastmutex-r0drv-solaris.c 29284 2010-05-10 00:22:16Z vboxsync $ */ +/* $Id: semfastmutex-r0drv-solaris.c $ */ /** @file * IPRT - Fast Mutex Semaphores, Ring-0 Driver, Solaris. */ diff --git a/src/VBox/Runtime/r0drv/solaris/semmutex-r0drv-solaris.c b/src/VBox/Runtime/r0drv/solaris/semmutex-r0drv-solaris.c index 39a3ce58e..94c4bbac3 100644 --- a/src/VBox/Runtime/r0drv/solaris/semmutex-r0drv-solaris.c +++ b/src/VBox/Runtime/r0drv/solaris/semmutex-r0drv-solaris.c @@ -1,4 +1,4 @@ -/* $Id: semmutex-r0drv-solaris.c 29284 2010-05-10 00:22:16Z vboxsync $ */ +/* $Id: semmutex-r0drv-solaris.c $ */ /** @file * IPRT - Mutex Semaphores, Ring-0 Driver, Solaris. */ @@ -386,4 +386,3 @@ RTDECL(bool) RTSemMutexIsOwned(RTSEMMUTEX hMutexSem) return fOwned; } - diff --git a/src/VBox/Runtime/r0drv/solaris/spinlock-r0drv-solaris.c b/src/VBox/Runtime/r0drv/solaris/spinlock-r0drv-solaris.c index 1b37be6b3..a66e63b3c 100644 --- a/src/VBox/Runtime/r0drv/solaris/spinlock-r0drv-solaris.c +++ b/src/VBox/Runtime/r0drv/solaris/spinlock-r0drv-solaris.c @@ -1,4 +1,4 @@ -/* $Id: spinlock-r0drv-solaris.c 29281 2010-05-09 23:40:43Z vboxsync $ */ +/* $Id: spinlock-r0drv-solaris.c $ */ /** @file * IPRT - Spinlocks, Ring-0 Driver, Solaris. */ diff --git a/src/VBox/Runtime/r0drv/solaris/the-solaris-kernel.h b/src/VBox/Runtime/r0drv/solaris/the-solaris-kernel.h index 6764cf857..47b738dc1 100644 --- a/src/VBox/Runtime/r0drv/solaris/the-solaris-kernel.h +++ b/src/VBox/Runtime/r0drv/solaris/the-solaris-kernel.h @@ -1,4 +1,4 @@ -/* $Id: the-solaris-kernel.h 28800 2010-04-27 08:22:32Z vboxsync $ */ +/* $Id: the-solaris-kernel.h $ */ /** @file * IPRT - Include all necessary headers for the Solaris kernel. */ diff --git a/src/VBox/Runtime/r0drv/solaris/vbi/RTMpPokeCpu-r0drv-solaris.c b/src/VBox/Runtime/r0drv/solaris/vbi/RTMpPokeCpu-r0drv-solaris.c index 2dad122b2..524236571 100644 --- a/src/VBox/Runtime/r0drv/solaris/vbi/RTMpPokeCpu-r0drv-solaris.c +++ b/src/VBox/Runtime/r0drv/solaris/vbi/RTMpPokeCpu-r0drv-solaris.c @@ -1,4 +1,4 @@ -/* $Id: RTMpPokeCpu-r0drv-solaris.c 29300 2010-05-10 12:30:43Z vboxsync $ */ +/* $Id: RTMpPokeCpu-r0drv-solaris.c $ */ /** @file * IPRT - RTMpPokeCpu, Solaris Implementation. */ diff --git a/src/VBox/Runtime/r0drv/solaris/vbi/alloc-r0drv-solaris.c b/src/VBox/Runtime/r0drv/solaris/vbi/alloc-r0drv-solaris.c index 006b6106e..0a57a97d5 100644 --- a/src/VBox/Runtime/r0drv/solaris/vbi/alloc-r0drv-solaris.c +++ b/src/VBox/Runtime/r0drv/solaris/vbi/alloc-r0drv-solaris.c @@ -1,4 +1,4 @@ -/* $Id: alloc-r0drv-solaris.c 28800 2010-04-27 08:22:32Z vboxsync $ */ +/* $Id: alloc-r0drv-solaris.c $ */ /** @file * IPRT - Memory Allocation, Ring-0 Driver, Solaris. */ diff --git a/src/VBox/Runtime/r0drv/solaris/vbi/memobj-r0drv-solaris.c b/src/VBox/Runtime/r0drv/solaris/vbi/memobj-r0drv-solaris.c index 3431ba603..d1c36fe5d 100644 --- a/src/VBox/Runtime/r0drv/solaris/vbi/memobj-r0drv-solaris.c +++ b/src/VBox/Runtime/r0drv/solaris/vbi/memobj-r0drv-solaris.c @@ -1,4 +1,4 @@ -/* $Id: memobj-r0drv-solaris.c 29027 2010-05-04 14:33:41Z vboxsync $ */ +/* $Id: memobj-r0drv-solaris.c $ */ /** @file * IPRT - Ring-0 Memory Objects, Solaris. */ diff --git a/src/VBox/Runtime/r0drv/solaris/vbi/mp-r0drv-solaris.c b/src/VBox/Runtime/r0drv/solaris/vbi/mp-r0drv-solaris.c index de0216d81..ecbdfa7c2 100644 --- a/src/VBox/Runtime/r0drv/solaris/vbi/mp-r0drv-solaris.c +++ b/src/VBox/Runtime/r0drv/solaris/vbi/mp-r0drv-solaris.c @@ -1,4 +1,4 @@ -/* $Id: mp-r0drv-solaris.c 29284 2010-05-10 00:22:16Z vboxsync $ */ +/* $Id: mp-r0drv-solaris.c $ */ /** @file * IPRT - Multiprocessor, Ring-0 Driver, Solaris. */ diff --git a/src/VBox/Runtime/r0drv/solaris/vbi/mpnotification-r0drv-solaris.c b/src/VBox/Runtime/r0drv/solaris/vbi/mpnotification-r0drv-solaris.c index d836ff596..7867c6230 100644 --- a/src/VBox/Runtime/r0drv/solaris/vbi/mpnotification-r0drv-solaris.c +++ b/src/VBox/Runtime/r0drv/solaris/vbi/mpnotification-r0drv-solaris.c @@ -1,4 +1,4 @@ -/* $Id: mpnotification-r0drv-solaris.c 28800 2010-04-27 08:22:32Z vboxsync $ */ +/* $Id: mpnotification-r0drv-solaris.c $ */ /** @file * IPRT - Multiprocessor Event Notifications, Ring-0 Driver, Solaris. */ diff --git a/src/VBox/Runtime/r0drv/solaris/vbi/process-r0drv-solaris.c b/src/VBox/Runtime/r0drv/solaris/vbi/process-r0drv-solaris.c index 3e3b61179..dbfb639c8 100644 --- a/src/VBox/Runtime/r0drv/solaris/vbi/process-r0drv-solaris.c +++ b/src/VBox/Runtime/r0drv/solaris/vbi/process-r0drv-solaris.c @@ -1,4 +1,4 @@ -/* $Id: process-r0drv-solaris.c 28800 2010-04-27 08:22:32Z vboxsync $ */ +/* $Id: process-r0drv-solaris.c $ */ /** @file * IPRT - Process Management, Ring-0 Driver, Solaris. */ diff --git a/src/VBox/Runtime/r0drv/solaris/vbi/thread-r0drv-solaris.c b/src/VBox/Runtime/r0drv/solaris/vbi/thread-r0drv-solaris.c index ab31c4b70..9fbf4eff5 100644 --- a/src/VBox/Runtime/r0drv/solaris/vbi/thread-r0drv-solaris.c +++ b/src/VBox/Runtime/r0drv/solaris/vbi/thread-r0drv-solaris.c @@ -1,4 +1,4 @@ -/* $Id: thread-r0drv-solaris.c 29281 2010-05-09 23:40:43Z vboxsync $ */ +/* $Id: thread-r0drv-solaris.c $ */ /** @file * IPRT - Threads, Ring-0 Driver, Solaris. */ diff --git a/src/VBox/Runtime/r0drv/solaris/vbi/thread2-r0drv-solaris.c b/src/VBox/Runtime/r0drv/solaris/vbi/thread2-r0drv-solaris.c index 2db92c0cf..59203b63f 100644 --- a/src/VBox/Runtime/r0drv/solaris/vbi/thread2-r0drv-solaris.c +++ b/src/VBox/Runtime/r0drv/solaris/vbi/thread2-r0drv-solaris.c @@ -1,4 +1,4 @@ -/* $Id: thread2-r0drv-solaris.c 28800 2010-04-27 08:22:32Z vboxsync $ */ +/* $Id: thread2-r0drv-solaris.c $ */ /** @file * IPRT - Threads (Part 2), Ring-0 Driver, Solaris. */ diff --git a/src/VBox/Runtime/r0drv/solaris/vbi/time-r0drv-solaris.c b/src/VBox/Runtime/r0drv/solaris/vbi/time-r0drv-solaris.c index e0b6f903c..d8db73fd1 100644 --- a/src/VBox/Runtime/r0drv/solaris/vbi/time-r0drv-solaris.c +++ b/src/VBox/Runtime/r0drv/solaris/vbi/time-r0drv-solaris.c @@ -1,4 +1,4 @@ -/* $Id: time-r0drv-solaris.c 28800 2010-04-27 08:22:32Z vboxsync $ */ +/* $Id: time-r0drv-solaris.c $ */ /** @file * IPRT - Time, Ring-0 Driver, Solaris. */ diff --git a/src/VBox/Runtime/r0drv/solaris/vbi/timer-r0drv-solaris.c b/src/VBox/Runtime/r0drv/solaris/vbi/timer-r0drv-solaris.c index 7d0f2e029..e32663273 100644 --- a/src/VBox/Runtime/r0drv/solaris/vbi/timer-r0drv-solaris.c +++ b/src/VBox/Runtime/r0drv/solaris/vbi/timer-r0drv-solaris.c @@ -1,4 +1,4 @@ -/* $Id: timer-r0drv-solaris.c 29284 2010-05-10 00:22:16Z vboxsync $ */ +/* $Id: timer-r0drv-solaris.c $ */ /** @file * IPRT - Timer, Ring-0 Driver, Solaris. */ diff --git a/src/VBox/Runtime/r3/alloc-ef-cpp.cpp b/src/VBox/Runtime/r3/alloc-ef-cpp.cpp index a61ea52f9..07e66691b 100644 --- a/src/VBox/Runtime/r3/alloc-ef-cpp.cpp +++ b/src/VBox/Runtime/r3/alloc-ef-cpp.cpp @@ -1,4 +1,4 @@ -/* $Id: alloc-ef-cpp.cpp 28800 2010-04-27 08:22:32Z vboxsync $ */ +/* $Id: alloc-ef-cpp.cpp $ */ /** @file * IPRT - Memory Allocation, C++ electric fence. */ diff --git a/src/VBox/Runtime/r3/alloc-ef.cpp b/src/VBox/Runtime/r3/alloc-ef.cpp index 9a0220bec..8be37e71a 100644 --- a/src/VBox/Runtime/r3/alloc-ef.cpp +++ b/src/VBox/Runtime/r3/alloc-ef.cpp @@ -1,4 +1,4 @@ -/* $Id: alloc-ef.cpp 28800 2010-04-27 08:22:32Z vboxsync $ */ +/* $Id: alloc-ef.cpp $ */ /** @file * IPRT - Memory Allocation, electric fence. */ diff --git a/src/VBox/Runtime/r3/alloc-ef.h b/src/VBox/Runtime/r3/alloc-ef.h index acee3e9b0..3c2395f18 100644 --- a/src/VBox/Runtime/r3/alloc-ef.h +++ b/src/VBox/Runtime/r3/alloc-ef.h @@ -1,4 +1,4 @@ -/* $Id: alloc-ef.h 28800 2010-04-27 08:22:32Z vboxsync $ */ +/* $Id: alloc-ef.h $ */ /** @file * IPRT - Memory Allocation, electric fence. */ diff --git a/src/VBox/Runtime/r3/alloc.cpp b/src/VBox/Runtime/r3/alloc.cpp index 63af5bab7..8fe20603f 100644 --- a/src/VBox/Runtime/r3/alloc.cpp +++ b/src/VBox/Runtime/r3/alloc.cpp @@ -1,4 +1,4 @@ -/* $Id: alloc.cpp 28800 2010-04-27 08:22:32Z vboxsync $ */ +/* $Id: alloc.cpp $ */ /** @file * IPRT - Memory Allocation. */ diff --git a/src/VBox/Runtime/r3/darwin/RTSystemQueryDmiString-darwin.cpp b/src/VBox/Runtime/r3/darwin/RTSystemQueryDmiString-darwin.cpp index bea8c0aec..064bdcbf1 100644 --- a/src/VBox/Runtime/r3/darwin/RTSystemQueryDmiString-darwin.cpp +++ b/src/VBox/Runtime/r3/darwin/RTSystemQueryDmiString-darwin.cpp @@ -1,4 +1,4 @@ -/* $Id: RTSystemQueryDmiString-darwin.cpp 29560 2010-05-17 15:08:09Z vboxsync $ */ +/* $Id: RTSystemQueryDmiString-darwin.cpp $ */ /** @file * IPRT - RTSystemQueryDmiString, darwin ring-3. */ diff --git a/src/VBox/Runtime/r3/darwin/alloc-darwin.cpp b/src/VBox/Runtime/r3/darwin/alloc-darwin.cpp index cc60841cf..847351987 100644 --- a/src/VBox/Runtime/r3/darwin/alloc-darwin.cpp +++ b/src/VBox/Runtime/r3/darwin/alloc-darwin.cpp @@ -1,4 +1,4 @@ -/* $Id: alloc-darwin.cpp 28800 2010-04-27 08:22:32Z vboxsync $ */ +/* $Id: alloc-darwin.cpp $ */ /** @file * IPRT - Memory Allocation, POSIX. */ diff --git a/src/VBox/Runtime/r3/darwin/filelock-darwin.cpp b/src/VBox/Runtime/r3/darwin/filelock-darwin.cpp index 0df09f047..f588963e1 100644 --- a/src/VBox/Runtime/r3/darwin/filelock-darwin.cpp +++ b/src/VBox/Runtime/r3/darwin/filelock-darwin.cpp @@ -1,4 +1,4 @@ -/* $Id: filelock-darwin.cpp 28800 2010-04-27 08:22:32Z vboxsync $ */ +/* $Id: filelock-darwin.cpp $ */ /** @file * IPRT - File Locking, POSIX. */ diff --git a/src/VBox/Runtime/r3/darwin/mp-darwin.cpp b/src/VBox/Runtime/r3/darwin/mp-darwin.cpp index 1ef129712..bedff4496 100644 --- a/src/VBox/Runtime/r3/darwin/mp-darwin.cpp +++ b/src/VBox/Runtime/r3/darwin/mp-darwin.cpp @@ -1,4 +1,4 @@ -/* $Id: mp-darwin.cpp 28800 2010-04-27 08:22:32Z vboxsync $ */ +/* $Id: mp-darwin.cpp $ */ /** @file * IPRT - Multiprocessor, Darwin. */ diff --git a/src/VBox/Runtime/r3/darwin/pathhost-darwin.cpp b/src/VBox/Runtime/r3/darwin/pathhost-darwin.cpp index d15b76856..8a9d3d86c 100644 --- a/src/VBox/Runtime/r3/darwin/pathhost-darwin.cpp +++ b/src/VBox/Runtime/r3/darwin/pathhost-darwin.cpp @@ -1,4 +1,4 @@ -/* $Id: pathhost-darwin.cpp 28919 2010-04-29 18:34:08Z vboxsync $ */ +/* $Id: pathhost-darwin.cpp $ */ /** @file * IPRT - Path Convertions, Darwin. * diff --git a/src/VBox/Runtime/r3/darwin/rtProcInitExePath-darwin.cpp b/src/VBox/Runtime/r3/darwin/rtProcInitExePath-darwin.cpp index e9bb2f278..103e70b44 100644 --- a/src/VBox/Runtime/r3/darwin/rtProcInitExePath-darwin.cpp +++ b/src/VBox/Runtime/r3/darwin/rtProcInitExePath-darwin.cpp @@ -1,4 +1,4 @@ -/* $Id: rtProcInitExePath-darwin.cpp 28929 2010-04-30 11:26:46Z vboxsync $ */ +/* $Id: rtProcInitExePath-darwin.cpp $ */ /** @file * IPRT - rtProcInitName, Darwin. */ diff --git a/src/VBox/Runtime/r3/darwin/sched-darwin.cpp b/src/VBox/Runtime/r3/darwin/sched-darwin.cpp index 8e27b5086..6290fef4c 100644 --- a/src/VBox/Runtime/r3/darwin/sched-darwin.cpp +++ b/src/VBox/Runtime/r3/darwin/sched-darwin.cpp @@ -1,4 +1,4 @@ -/* $Id: sched-darwin.cpp 28800 2010-04-27 08:22:32Z vboxsync $ */ +/* $Id: sched-darwin.cpp $ */ /** @file * IPRT - Scheduling, Darwin. */ diff --git a/src/VBox/Runtime/r3/darwin/time-darwin.cpp b/src/VBox/Runtime/r3/darwin/time-darwin.cpp index 4743f433e..705fa4c42 100644 --- a/src/VBox/Runtime/r3/darwin/time-darwin.cpp +++ b/src/VBox/Runtime/r3/darwin/time-darwin.cpp @@ -1,4 +1,4 @@ -/* $Id: time-darwin.cpp 28800 2010-04-27 08:22:32Z vboxsync $ */ +/* $Id: time-darwin.cpp $ */ /** @file * IPRT - Time, Darwin. */ diff --git a/src/VBox/Runtime/r3/dir.cpp b/src/VBox/Runtime/r3/dir.cpp index bf115a7e8..345ef1daa 100644 --- a/src/VBox/Runtime/r3/dir.cpp +++ b/src/VBox/Runtime/r3/dir.cpp @@ -1,4 +1,4 @@ -/* $Id: dir.cpp 28918 2010-04-29 18:30:09Z vboxsync $ */ +/* $Id: dir.cpp $ */ /** @file * IPRT - Directory Manipulation. */ diff --git a/src/VBox/Runtime/r3/fileio.cpp b/src/VBox/Runtime/r3/fileio.cpp index f2e15e897..552725335 100644 --- a/src/VBox/Runtime/r3/fileio.cpp +++ b/src/VBox/Runtime/r3/fileio.cpp @@ -1,4 +1,4 @@ -/* $Id: fileio.cpp 28800 2010-04-27 08:22:32Z vboxsync $ */ +/* $Id: fileio.cpp $ */ /** @file * IPRT - File I/O. */ diff --git a/src/VBox/Runtime/r3/freebsd/alloc-freebsd.cpp b/src/VBox/Runtime/r3/freebsd/alloc-freebsd.cpp index 8f5fc0375..2fa2a04c4 100644 --- a/src/VBox/Runtime/r3/freebsd/alloc-freebsd.cpp +++ b/src/VBox/Runtime/r3/freebsd/alloc-freebsd.cpp @@ -1,4 +1,4 @@ -/* $Id: alloc-freebsd.cpp 28800 2010-04-27 08:22:32Z vboxsync $ */ +/* $Id: alloc-freebsd.cpp $ */ /** @file * IPRT - Memory Allocation, POSIX. */ diff --git a/src/VBox/Runtime/r3/freebsd/fileaio-freebsd.cpp b/src/VBox/Runtime/r3/freebsd/fileaio-freebsd.cpp index 34be45ed5..3550f7fe4 100644 --- a/src/VBox/Runtime/r3/freebsd/fileaio-freebsd.cpp +++ b/src/VBox/Runtime/r3/freebsd/fileaio-freebsd.cpp @@ -1,4 +1,4 @@ -/* $Id: fileaio-freebsd.cpp 29833 2010-05-26 21:40:59Z vboxsync $ */ +/* $Id: fileaio-freebsd.cpp $ */ /** @file * IPRT - File async I/O, native implementation for the FreeBSD host platform. */ diff --git a/src/VBox/Runtime/r3/freebsd/mp-freebsd.cpp b/src/VBox/Runtime/r3/freebsd/mp-freebsd.cpp index 7ce94592a..73eb1ed24 100644 --- a/src/VBox/Runtime/r3/freebsd/mp-freebsd.cpp +++ b/src/VBox/Runtime/r3/freebsd/mp-freebsd.cpp @@ -1,4 +1,4 @@ -/* $Id: mp-freebsd.cpp 28800 2010-04-27 08:22:32Z vboxsync $ */ +/* $Id: mp-freebsd.cpp $ */ /** @file * IPRT - Multiprocessor, FreeBSD. */ diff --git a/src/VBox/Runtime/r3/freebsd/rtProcInitExePath-freebsd.cpp b/src/VBox/Runtime/r3/freebsd/rtProcInitExePath-freebsd.cpp index a1f4e6669..55112775d 100644 --- a/src/VBox/Runtime/r3/freebsd/rtProcInitExePath-freebsd.cpp +++ b/src/VBox/Runtime/r3/freebsd/rtProcInitExePath-freebsd.cpp @@ -1,4 +1,4 @@ -/* $Id: rtProcInitExePath-freebsd.cpp 28929 2010-04-30 11:26:46Z vboxsync $ */ +/* $Id: rtProcInitExePath-freebsd.cpp $ */ /** @file * IPRT - rtProcInitName, FreeBSD. */ diff --git a/src/VBox/Runtime/r3/fs.cpp b/src/VBox/Runtime/r3/fs.cpp index 6f8e5d868..a7970f81b 100644 --- a/src/VBox/Runtime/r3/fs.cpp +++ b/src/VBox/Runtime/r3/fs.cpp @@ -1,4 +1,4 @@ -/* $Id: fs.cpp 28800 2010-04-27 08:22:32Z vboxsync $ */ +/* $Id: fs.cpp $ */ /** @file * IPRT - File System. */ diff --git a/src/VBox/Runtime/r3/generic/semspinmutex-r3-generic.cpp b/src/VBox/Runtime/r3/generic/semspinmutex-r3-generic.cpp index 1efc9b236..1c0e46037 100644 --- a/src/VBox/Runtime/r3/generic/semspinmutex-r3-generic.cpp +++ b/src/VBox/Runtime/r3/generic/semspinmutex-r3-generic.cpp @@ -1,4 +1,4 @@ -/* $Id: semspinmutex-r3-generic.cpp 28800 2010-04-27 08:22:32Z vboxsync $ */ +/* $Id: semspinmutex-r3-generic.cpp $ */ /** @file * IPRT - Spinning Mutex Semaphores, Ring-3, Generic. */ diff --git a/src/VBox/Runtime/r3/init.cpp b/src/VBox/Runtime/r3/init.cpp index f6e6fe206..2f1ae0819 100644 --- a/src/VBox/Runtime/r3/init.cpp +++ b/src/VBox/Runtime/r3/init.cpp @@ -1,4 +1,4 @@ -/* $Id: init.cpp 28903 2010-04-29 14:58:12Z vboxsync $ */ +/* $Id: init.cpp $ */ /** @file * IPRT - Init Ring-3. */ diff --git a/src/VBox/Runtime/r3/linux/RTProcIsRunningByName-linux.cpp b/src/VBox/Runtime/r3/linux/RTProcIsRunningByName-linux.cpp index 065856c2e..5582cef91 100644 --- a/src/VBox/Runtime/r3/linux/RTProcIsRunningByName-linux.cpp +++ b/src/VBox/Runtime/r3/linux/RTProcIsRunningByName-linux.cpp @@ -1,4 +1,4 @@ -/* $Id: RTProcIsRunningByName-linux.cpp 28800 2010-04-27 08:22:32Z vboxsync $ */ +/* $Id: RTProcIsRunningByName-linux.cpp $ */ /** @file * IPRT - RTProcIsRunningByName, Linux implementation. */ diff --git a/src/VBox/Runtime/r3/linux/RTSystemQueryDmiString-linux.cpp b/src/VBox/Runtime/r3/linux/RTSystemQueryDmiString-linux.cpp index 91cfbcd66..056a6ade3 100644 --- a/src/VBox/Runtime/r3/linux/RTSystemQueryDmiString-linux.cpp +++ b/src/VBox/Runtime/r3/linux/RTSystemQueryDmiString-linux.cpp @@ -1,4 +1,4 @@ -/* $Id: RTSystemQueryDmiString-linux.cpp 29642 2010-05-18 14:44:56Z vboxsync $ */ +/* $Id: RTSystemQueryDmiString-linux.cpp $ */ /** @file * IPRT - RTSystemQueryDmiString, linux ring-3. */ diff --git a/src/VBox/Runtime/r3/linux/RTThreadGetNativeState-linux.cpp b/src/VBox/Runtime/r3/linux/RTThreadGetNativeState-linux.cpp index ff65d2575..2a7c13964 100644 --- a/src/VBox/Runtime/r3/linux/RTThreadGetNativeState-linux.cpp +++ b/src/VBox/Runtime/r3/linux/RTThreadGetNativeState-linux.cpp @@ -1,4 +1,4 @@ -/* $Id: RTThreadGetNativeState-linux.cpp 28800 2010-04-27 08:22:32Z vboxsync $ */ +/* $Id: RTThreadGetNativeState-linux.cpp $ */ /** @file * IPRT - RTThreadGetNativeState, linux implementation. */ diff --git a/src/VBox/Runtime/r3/linux/fileaio-linux.cpp b/src/VBox/Runtime/r3/linux/fileaio-linux.cpp index 093d75469..7b8a6fd93 100644 --- a/src/VBox/Runtime/r3/linux/fileaio-linux.cpp +++ b/src/VBox/Runtime/r3/linux/fileaio-linux.cpp @@ -1,4 +1,4 @@ -/* $Id: fileaio-linux.cpp 29111 2010-05-05 20:28:30Z vboxsync $ */ +/* $Id: fileaio-linux.cpp $ */ /** @file * IPRT - File async I/O, native implementation for the Linux host platform. */ diff --git a/src/VBox/Runtime/r3/linux/mp-linux.cpp b/src/VBox/Runtime/r3/linux/mp-linux.cpp index 50d8edc95..681e3045b 100644 --- a/src/VBox/Runtime/r3/linux/mp-linux.cpp +++ b/src/VBox/Runtime/r3/linux/mp-linux.cpp @@ -1,4 +1,4 @@ -/* $Id: mp-linux.cpp 28863 2010-04-28 12:24:32Z vboxsync $ */ +/* $Id: mp-linux.cpp $ */ /** @file * IPRT - Multiprocessor, Linux. */ diff --git a/src/VBox/Runtime/r3/linux/rtProcInitExePath-linux.cpp b/src/VBox/Runtime/r3/linux/rtProcInitExePath-linux.cpp index 50a12f24f..3ab0860b0 100644 --- a/src/VBox/Runtime/r3/linux/rtProcInitExePath-linux.cpp +++ b/src/VBox/Runtime/r3/linux/rtProcInitExePath-linux.cpp @@ -1,4 +1,4 @@ -/* $Id: rtProcInitExePath-linux.cpp 28929 2010-04-30 11:26:46Z vboxsync $ */ +/* $Id: rtProcInitExePath-linux.cpp $ */ /** @file * IPRT - rtProcInitName, Linux. */ diff --git a/src/VBox/Runtime/r3/linux/sched-linux.cpp b/src/VBox/Runtime/r3/linux/sched-linux.cpp index ef66c272d..96d066d0f 100644 --- a/src/VBox/Runtime/r3/linux/sched-linux.cpp +++ b/src/VBox/Runtime/r3/linux/sched-linux.cpp @@ -1,4 +1,4 @@ -/* $Id: sched-linux.cpp 28800 2010-04-27 08:22:32Z vboxsync $ */ +/* $Id: sched-linux.cpp $ */ /** @file * IPRT - Scheduling, POSIX. */ diff --git a/src/VBox/Runtime/r3/linux/semevent-linux.cpp b/src/VBox/Runtime/r3/linux/semevent-linux.cpp index 3bd51e977..5202c083b 100644 --- a/src/VBox/Runtime/r3/linux/semevent-linux.cpp +++ b/src/VBox/Runtime/r3/linux/semevent-linux.cpp @@ -1,4 +1,4 @@ -/* $Id: semevent-linux.cpp 28800 2010-04-27 08:22:32Z vboxsync $ */ +/* $Id: semevent-linux.cpp $ */ /** @file * IPRT - Event Semaphore, Linux (2.6.x+). */ diff --git a/src/VBox/Runtime/r3/linux/semeventmulti-linux.cpp b/src/VBox/Runtime/r3/linux/semeventmulti-linux.cpp index 059f3facb..13b70449d 100644 --- a/src/VBox/Runtime/r3/linux/semeventmulti-linux.cpp +++ b/src/VBox/Runtime/r3/linux/semeventmulti-linux.cpp @@ -1,4 +1,4 @@ -/* $Id: semeventmulti-linux.cpp 28800 2010-04-27 08:22:32Z vboxsync $ */ +/* $Id: semeventmulti-linux.cpp $ */ /** @file * IPRT - Multiple Release Event Semaphore, Linux (2.6.x+). */ diff --git a/src/VBox/Runtime/r3/linux/semmutex-linux.cpp b/src/VBox/Runtime/r3/linux/semmutex-linux.cpp index 16a28270f..1be76f4e7 100644 --- a/src/VBox/Runtime/r3/linux/semmutex-linux.cpp +++ b/src/VBox/Runtime/r3/linux/semmutex-linux.cpp @@ -1,4 +1,4 @@ -/* $Id: semmutex-linux.cpp 28800 2010-04-27 08:22:32Z vboxsync $ */ +/* $Id: semmutex-linux.cpp $ */ /** @file * IPRT - Mutex Semaphore, Linux (2.6.x+). */ diff --git a/src/VBox/Runtime/r3/linux/sysfs.cpp b/src/VBox/Runtime/r3/linux/sysfs.cpp index 5b099fb6a..96fb6b160 100644 --- a/src/VBox/Runtime/r3/linux/sysfs.cpp +++ b/src/VBox/Runtime/r3/linux/sysfs.cpp @@ -1,4 +1,4 @@ -/* $Id: sysfs.cpp 28800 2010-04-27 08:22:32Z vboxsync $ */ +/* $Id: sysfs.cpp $ */ /** @file * IPRT - Linux sysfs access. */ diff --git a/src/VBox/Runtime/r3/linux/time-linux.cpp b/src/VBox/Runtime/r3/linux/time-linux.cpp index b9be9e532..a9de927e7 100644 --- a/src/VBox/Runtime/r3/linux/time-linux.cpp +++ b/src/VBox/Runtime/r3/linux/time-linux.cpp @@ -1,4 +1,4 @@ -/* $Id: time-linux.cpp 28800 2010-04-27 08:22:32Z vboxsync $ */ +/* $Id: time-linux.cpp $ */ /** @file * IPRT - Time, POSIX. */ diff --git a/src/VBox/Runtime/r3/os2/filelock-os2.cpp b/src/VBox/Runtime/r3/os2/filelock-os2.cpp index 9e77ea224..364d6adc0 100644 --- a/src/VBox/Runtime/r3/os2/filelock-os2.cpp +++ b/src/VBox/Runtime/r3/os2/filelock-os2.cpp @@ -1,4 +1,4 @@ -/* $Id: filelock-os2.cpp 28800 2010-04-27 08:22:32Z vboxsync $ */ +/* $Id: filelock-os2.cpp $ */ /** @file * IPRT - File Locking, OS/2. */ diff --git a/src/VBox/Runtime/r3/os2/mp-os2.cpp b/src/VBox/Runtime/r3/os2/mp-os2.cpp index ea4b14cc9..00260ca01 100644 --- a/src/VBox/Runtime/r3/os2/mp-os2.cpp +++ b/src/VBox/Runtime/r3/os2/mp-os2.cpp @@ -1,4 +1,4 @@ -/* $Id: mp-os2.cpp 28800 2010-04-27 08:22:32Z vboxsync $ */ +/* $Id: mp-os2.cpp $ */ /** @file * IPRT - Multiprocessor, OS/2. */ diff --git a/src/VBox/Runtime/r3/os2/pipe-os2.cpp b/src/VBox/Runtime/r3/os2/pipe-os2.cpp index b84b3226d..b3fbecf1d 100644 --- a/src/VBox/Runtime/r3/os2/pipe-os2.cpp +++ b/src/VBox/Runtime/r3/os2/pipe-os2.cpp @@ -1,4 +1,4 @@ -/* $Id: pipe-os2.cpp 28800 2010-04-27 08:22:32Z vboxsync $ */ +/* $Id: pipe-os2.cpp $ */ /** @file * IPRT - Anonymous Pipes, OS/2 Implementation. */ diff --git a/src/VBox/Runtime/r3/os2/poll-os2.cpp b/src/VBox/Runtime/r3/os2/poll-os2.cpp index 988cad5d8..890cdc8cd 100644 --- a/src/VBox/Runtime/r3/os2/poll-os2.cpp +++ b/src/VBox/Runtime/r3/os2/poll-os2.cpp @@ -1,4 +1,4 @@ -/* $Id: poll-os2.cpp 28800 2010-04-27 08:22:32Z vboxsync $ */ +/* $Id: poll-os2.cpp $ */ /** @file * IPRT - Polling I/O Handles, OS/2 Implementation. */ diff --git a/src/VBox/Runtime/r3/os2/rtProcInitExePath-os2.cpp b/src/VBox/Runtime/r3/os2/rtProcInitExePath-os2.cpp index a991619e7..26ee5b49f 100644 --- a/src/VBox/Runtime/r3/os2/rtProcInitExePath-os2.cpp +++ b/src/VBox/Runtime/r3/os2/rtProcInitExePath-os2.cpp @@ -1,4 +1,4 @@ -/* $Id: rtProcInitExePath-os2.cpp 28929 2010-04-30 11:26:46Z vboxsync $ */ +/* $Id: rtProcInitExePath-os2.cpp $ */ /** @file * IPRT - rtProcInitName, OS/2. */ diff --git a/src/VBox/Runtime/r3/os2/sched-os2.cpp b/src/VBox/Runtime/r3/os2/sched-os2.cpp index e348066c4..60bd3b83e 100644 --- a/src/VBox/Runtime/r3/os2/sched-os2.cpp +++ b/src/VBox/Runtime/r3/os2/sched-os2.cpp @@ -1,4 +1,4 @@ -/* $Id: sched-os2.cpp 28800 2010-04-27 08:22:32Z vboxsync $ */ +/* $Id: sched-os2.cpp $ */ /** @file * IPRT - Scheduling, OS/2 */ diff --git a/src/VBox/Runtime/r3/os2/sems-os2.cpp b/src/VBox/Runtime/r3/os2/sems-os2.cpp index 2370c4926..b5a58fb03 100644 --- a/src/VBox/Runtime/r3/os2/sems-os2.cpp +++ b/src/VBox/Runtime/r3/os2/sems-os2.cpp @@ -1,4 +1,4 @@ -/* $Id: sems-os2.cpp 28800 2010-04-27 08:22:32Z vboxsync $ */ +/* $Id: sems-os2.cpp $ */ /** @file * IPRT - Semaphores, OS/2. */ diff --git a/src/VBox/Runtime/r3/os2/thread-os2.cpp b/src/VBox/Runtime/r3/os2/thread-os2.cpp index c2f849c75..483fa933a 100644 --- a/src/VBox/Runtime/r3/os2/thread-os2.cpp +++ b/src/VBox/Runtime/r3/os2/thread-os2.cpp @@ -1,4 +1,4 @@ -/* $Id: thread-os2.cpp 28800 2010-04-27 08:22:32Z vboxsync $ */ +/* $Id: thread-os2.cpp $ */ /** @file * IPRT - Threads, OS/2. */ diff --git a/src/VBox/Runtime/r3/os2/time-os2.cpp b/src/VBox/Runtime/r3/os2/time-os2.cpp index d39e1fc24..13fcad048 100644 --- a/src/VBox/Runtime/r3/os2/time-os2.cpp +++ b/src/VBox/Runtime/r3/os2/time-os2.cpp @@ -1,4 +1,4 @@ -/* $Id: time-os2.cpp 8245 2008-04-21 17:24:28Z vboxsync $ */ +/* $Id: time-os2.cpp $ */ /** @file * IPRT - Time, POSIX. */ diff --git a/src/VBox/Runtime/r3/path.cpp b/src/VBox/Runtime/r3/path.cpp index 2da0ce374..fb5647cd3 100644 --- a/src/VBox/Runtime/r3/path.cpp +++ b/src/VBox/Runtime/r3/path.cpp @@ -1,4 +1,4 @@ -/* $Id: path.cpp 28916 2010-04-29 18:13:54Z vboxsync $ */ +/* $Id: path.cpp $ */ /** @file * IPRT - Path Manipulation. */ diff --git a/src/VBox/Runtime/r3/posix/RTFileQueryFsSizes-posix.cpp b/src/VBox/Runtime/r3/posix/RTFileQueryFsSizes-posix.cpp index c5ac85d04..d87bb4e0a 100644 --- a/src/VBox/Runtime/r3/posix/RTFileQueryFsSizes-posix.cpp +++ b/src/VBox/Runtime/r3/posix/RTFileQueryFsSizes-posix.cpp @@ -1,4 +1,4 @@ -/* $Id: RTFileQueryFsSizes-posix.cpp 28800 2010-04-27 08:22:32Z vboxsync $ */ +/* $Id: RTFileQueryFsSizes-posix.cpp $ */ /** @file * IPRT - File I/O, RTFileFsQuerySizes, POSIX. */ diff --git a/src/VBox/Runtime/r3/posix/RTMpGetCount-posix.cpp b/src/VBox/Runtime/r3/posix/RTMpGetCount-posix.cpp index 740e437b5..4e2e116dd 100644 --- a/src/VBox/Runtime/r3/posix/RTMpGetCount-posix.cpp +++ b/src/VBox/Runtime/r3/posix/RTMpGetCount-posix.cpp @@ -1,4 +1,4 @@ -/* $Id: RTMpGetCount-posix.cpp 28800 2010-04-27 08:22:32Z vboxsync $ */ +/* $Id: RTMpGetCount-posix.cpp $ */ /** @file * IPRT - RTMpGetCount, POSIX. */ diff --git a/src/VBox/Runtime/r3/posix/RTSystemQueryOSInfo-posix.cpp b/src/VBox/Runtime/r3/posix/RTSystemQueryOSInfo-posix.cpp index 8e17a976a..b37d921e0 100644 --- a/src/VBox/Runtime/r3/posix/RTSystemQueryOSInfo-posix.cpp +++ b/src/VBox/Runtime/r3/posix/RTSystemQueryOSInfo-posix.cpp @@ -1,4 +1,4 @@ -/* $Id: RTSystemQueryOSInfo-posix.cpp 28800 2010-04-27 08:22:32Z vboxsync $ */ +/* $Id: RTSystemQueryOSInfo-posix.cpp $ */ /** @file * IPRT - RTSystemQueryOSInfo, POSIX implementation. */ diff --git a/src/VBox/Runtime/r3/posix/RTTimeNow-posix.cpp b/src/VBox/Runtime/r3/posix/RTTimeNow-posix.cpp index 43f628271..96915feac 100644 --- a/src/VBox/Runtime/r3/posix/RTTimeNow-posix.cpp +++ b/src/VBox/Runtime/r3/posix/RTTimeNow-posix.cpp @@ -1,4 +1,4 @@ -/* $Id: RTTimeNow-posix.cpp 28800 2010-04-27 08:22:32Z vboxsync $ */ +/* $Id: RTTimeNow-posix.cpp $ */ /** @file * IPRT - RTTimeNow, POSIX. */ diff --git a/src/VBox/Runtime/r3/posix/RTTimeSet-posix.cpp b/src/VBox/Runtime/r3/posix/RTTimeSet-posix.cpp index 32a09a975..3bebb9ac4 100644 --- a/src/VBox/Runtime/r3/posix/RTTimeSet-posix.cpp +++ b/src/VBox/Runtime/r3/posix/RTTimeSet-posix.cpp @@ -1,4 +1,4 @@ -/* $Id: RTTimeSet-posix.cpp 28800 2010-04-27 08:22:32Z vboxsync $ */ +/* $Id: RTTimeSet-posix.cpp $ */ /** @file * IPRT - RTTimeSet, POSIX. */ diff --git a/src/VBox/Runtime/r3/posix/alloc-posix.cpp b/src/VBox/Runtime/r3/posix/alloc-posix.cpp index 76aa044b5..9ea39bb15 100644 --- a/src/VBox/Runtime/r3/posix/alloc-posix.cpp +++ b/src/VBox/Runtime/r3/posix/alloc-posix.cpp @@ -1,4 +1,4 @@ -/* $Id: alloc-posix.cpp 28800 2010-04-27 08:22:32Z vboxsync $ */ +/* $Id: alloc-posix.cpp $ */ /** @file * IPRT - Memory Allocation, POSIX. */ diff --git a/src/VBox/Runtime/r3/posix/dir-posix.cpp b/src/VBox/Runtime/r3/posix/dir-posix.cpp index 5f0d4bcbb..52a839099 100644 --- a/src/VBox/Runtime/r3/posix/dir-posix.cpp +++ b/src/VBox/Runtime/r3/posix/dir-posix.cpp @@ -1,4 +1,4 @@ -/* $Id: dir-posix.cpp 28918 2010-04-29 18:30:09Z vboxsync $ */ +/* $Id: dir-posix.cpp $ */ /** @file * IPRT - Directory manipulation, POSIX. */ diff --git a/src/VBox/Runtime/r3/posix/env-posix.cpp b/src/VBox/Runtime/r3/posix/env-posix.cpp index ecdb06d98..a6068df69 100644 --- a/src/VBox/Runtime/r3/posix/env-posix.cpp +++ b/src/VBox/Runtime/r3/posix/env-posix.cpp @@ -1,4 +1,4 @@ -/* $Id: env-posix.cpp 28800 2010-04-27 08:22:32Z vboxsync $ */ +/* $Id: env-posix.cpp $ */ /** @file * IPRT - Environment, Posix. */ diff --git a/src/VBox/Runtime/r3/posix/fileaio-posix.cpp b/src/VBox/Runtime/r3/posix/fileaio-posix.cpp index 7e67876ee..fbd69ed35 100644 --- a/src/VBox/Runtime/r3/posix/fileaio-posix.cpp +++ b/src/VBox/Runtime/r3/posix/fileaio-posix.cpp @@ -1,4 +1,4 @@ -/* $Id: fileaio-posix.cpp 29477 2010-05-14 14:59:29Z vboxsync $ */ +/* $Id: fileaio-posix.cpp $ */ /** @file * IPRT - File async I/O, native implementation for POSIX compliant host platforms. */ diff --git a/src/VBox/Runtime/r3/posix/fileio-posix.cpp b/src/VBox/Runtime/r3/posix/fileio-posix.cpp index fa1dae898..7218aeb54 100644 --- a/src/VBox/Runtime/r3/posix/fileio-posix.cpp +++ b/src/VBox/Runtime/r3/posix/fileio-posix.cpp @@ -1,4 +1,4 @@ -/* $Id: fileio-posix.cpp 29263 2010-05-09 19:52:03Z vboxsync $ */ +/* $Id: fileio-posix.cpp $ */ /** @file * IPRT - File I/O, POSIX. */ diff --git a/src/VBox/Runtime/r3/posix/filelock-posix.cpp b/src/VBox/Runtime/r3/posix/filelock-posix.cpp index da89162c8..261c41a6f 100644 --- a/src/VBox/Runtime/r3/posix/filelock-posix.cpp +++ b/src/VBox/Runtime/r3/posix/filelock-posix.cpp @@ -1,4 +1,4 @@ -/* $Id: filelock-posix.cpp 28800 2010-04-27 08:22:32Z vboxsync $ */ +/* $Id: filelock-posix.cpp $ */ /** @file * IPRT - File Locking, POSIX. */ diff --git a/src/VBox/Runtime/r3/posix/fs-posix.cpp b/src/VBox/Runtime/r3/posix/fs-posix.cpp index f7522d0c0..5bb97c1df 100644 --- a/src/VBox/Runtime/r3/posix/fs-posix.cpp +++ b/src/VBox/Runtime/r3/posix/fs-posix.cpp @@ -1,4 +1,4 @@ -/* $Id: fs-posix.cpp 28915 2010-04-29 18:12:35Z vboxsync $ */ +/* $Id: fs-posix.cpp $ */ /** @file * IPRT - File System, Linux. */ diff --git a/src/VBox/Runtime/r3/posix/ldrNative-posix.cpp b/src/VBox/Runtime/r3/posix/ldrNative-posix.cpp index 72355ecbe..f146f0d6a 100644 --- a/src/VBox/Runtime/r3/posix/ldrNative-posix.cpp +++ b/src/VBox/Runtime/r3/posix/ldrNative-posix.cpp @@ -1,4 +1,4 @@ -/* $Id: ldrNative-posix.cpp 28800 2010-04-27 08:22:32Z vboxsync $ */ +/* $Id: ldrNative-posix.cpp $ */ /** @file * IPRT - Binary Image Loader, POSIX native. */ diff --git a/src/VBox/Runtime/r3/posix/path-posix.cpp b/src/VBox/Runtime/r3/posix/path-posix.cpp index a62174234..36b662164 100644 --- a/src/VBox/Runtime/r3/posix/path-posix.cpp +++ b/src/VBox/Runtime/r3/posix/path-posix.cpp @@ -1,4 +1,4 @@ -/* $Id: path-posix.cpp 28915 2010-04-29 18:12:35Z vboxsync $ */ +/* $Id: path-posix.cpp $ */ /** @file * IPRT - Path Manipulation, POSIX. */ diff --git a/src/VBox/Runtime/r3/posix/pathhost-posix.cpp b/src/VBox/Runtime/r3/posix/pathhost-posix.cpp index d9f2e2813..fa085e570 100644 --- a/src/VBox/Runtime/r3/posix/pathhost-posix.cpp +++ b/src/VBox/Runtime/r3/posix/pathhost-posix.cpp @@ -1,4 +1,4 @@ -/* $Id: pathhost-posix.cpp 28916 2010-04-29 18:13:54Z vboxsync $ */ +/* $Id: pathhost-posix.cpp $ */ /** @file * IPRT - Path Convertions, POSIX. */ diff --git a/src/VBox/Runtime/r3/posix/pipe-posix.cpp b/src/VBox/Runtime/r3/posix/pipe-posix.cpp index 029bb411b..8ec59c536 100644 --- a/src/VBox/Runtime/r3/posix/pipe-posix.cpp +++ b/src/VBox/Runtime/r3/posix/pipe-posix.cpp @@ -1,4 +1,4 @@ -/* $Id: pipe-posix.cpp 29559 2010-05-17 15:07:02Z vboxsync $ */ +/* $Id: pipe-posix.cpp $ */ /** @file * IPRT - Anonymous Pipes, POSIX Implementation. */ diff --git a/src/VBox/Runtime/r3/posix/poll-posix.cpp b/src/VBox/Runtime/r3/posix/poll-posix.cpp index c71a1a83f..15fe7ee12 100644 --- a/src/VBox/Runtime/r3/posix/poll-posix.cpp +++ b/src/VBox/Runtime/r3/posix/poll-posix.cpp @@ -1,4 +1,4 @@ -/* $Id: poll-posix.cpp 28800 2010-04-27 08:22:32Z vboxsync $ */ +/* $Id: poll-posix.cpp $ */ /** @file * IPRT - Polling I/O Handles, POSIX Implementation. */ diff --git a/src/VBox/Runtime/r3/posix/process-posix.cpp b/src/VBox/Runtime/r3/posix/process-posix.cpp index 412617bff..5f8ae40ae 100644 --- a/src/VBox/Runtime/r3/posix/process-posix.cpp +++ b/src/VBox/Runtime/r3/posix/process-posix.cpp @@ -1,4 +1,4 @@ -/* $Id: process-posix.cpp 29636 2010-05-18 13:43:55Z vboxsync $ */ +/* $Id: process-posix.cpp $ */ /** @file * IPRT - Process, POSIX. */ diff --git a/src/VBox/Runtime/r3/posix/rand-posix.cpp b/src/VBox/Runtime/r3/posix/rand-posix.cpp index b31126e5f..44870e5be 100644 --- a/src/VBox/Runtime/r3/posix/rand-posix.cpp +++ b/src/VBox/Runtime/r3/posix/rand-posix.cpp @@ -1,4 +1,4 @@ -/* $Id: rand-posix.cpp 28800 2010-04-27 08:22:32Z vboxsync $ */ +/* $Id: rand-posix.cpp $ */ /** @file * IPRT - Random Numbers and Byte Streams, POSIX. */ diff --git a/src/VBox/Runtime/r3/posix/sched-posix.cpp b/src/VBox/Runtime/r3/posix/sched-posix.cpp index 56ee6f034..b763a51ee 100644 --- a/src/VBox/Runtime/r3/posix/sched-posix.cpp +++ b/src/VBox/Runtime/r3/posix/sched-posix.cpp @@ -1,4 +1,4 @@ -/* $Id: sched-posix.cpp 28800 2010-04-27 08:22:32Z vboxsync $ */ +/* $Id: sched-posix.cpp $ */ /** @file * IPRT - Scheduling, POSIX. */ diff --git a/src/VBox/Runtime/r3/posix/semevent-posix.cpp b/src/VBox/Runtime/r3/posix/semevent-posix.cpp index 12a8dee77..02d0895a0 100644 --- a/src/VBox/Runtime/r3/posix/semevent-posix.cpp +++ b/src/VBox/Runtime/r3/posix/semevent-posix.cpp @@ -1,4 +1,4 @@ -/* $Id: semevent-posix.cpp 28800 2010-04-27 08:22:32Z vboxsync $ */ +/* $Id: semevent-posix.cpp $ */ /** @file * IPRT - Event Semaphore, POSIX. */ diff --git a/src/VBox/Runtime/r3/posix/semeventmulti-posix.cpp b/src/VBox/Runtime/r3/posix/semeventmulti-posix.cpp index d7cc1a970..3af1d78f1 100644 --- a/src/VBox/Runtime/r3/posix/semeventmulti-posix.cpp +++ b/src/VBox/Runtime/r3/posix/semeventmulti-posix.cpp @@ -1,4 +1,4 @@ -/* $Id: semeventmulti-posix.cpp 28800 2010-04-27 08:22:32Z vboxsync $ */ +/* $Id: semeventmulti-posix.cpp $ */ /** @file * IPRT - Multiple Release Event Semaphore, POSIX. */ diff --git a/src/VBox/Runtime/r3/posix/semmutex-posix.cpp b/src/VBox/Runtime/r3/posix/semmutex-posix.cpp index ea845d2ad..e1e82558e 100644 --- a/src/VBox/Runtime/r3/posix/semmutex-posix.cpp +++ b/src/VBox/Runtime/r3/posix/semmutex-posix.cpp @@ -1,4 +1,4 @@ -/* $Id: semmutex-posix.cpp 28800 2010-04-27 08:22:32Z vboxsync $ */ +/* $Id: semmutex-posix.cpp $ */ /** @file * IPRT - Mutex Semaphore, POSIX. */ diff --git a/src/VBox/Runtime/r3/posix/semrw-posix.cpp b/src/VBox/Runtime/r3/posix/semrw-posix.cpp index 930e54f1c..e65a271af 100644 --- a/src/VBox/Runtime/r3/posix/semrw-posix.cpp +++ b/src/VBox/Runtime/r3/posix/semrw-posix.cpp @@ -1,4 +1,4 @@ -/* $Id: semrw-posix.cpp 28800 2010-04-27 08:22:32Z vboxsync $ */ +/* $Id: semrw-posix.cpp $ */ /** @file * IPRT - Read-Write Semaphore, POSIX. */ diff --git a/src/VBox/Runtime/r3/posix/thread-posix.cpp b/src/VBox/Runtime/r3/posix/thread-posix.cpp index a9af70edb..9073617d0 100644 --- a/src/VBox/Runtime/r3/posix/thread-posix.cpp +++ b/src/VBox/Runtime/r3/posix/thread-posix.cpp @@ -1,4 +1,4 @@ -/* $Id: thread-posix.cpp 29250 2010-05-09 17:53:58Z vboxsync $ */ +/* $Id: thread-posix.cpp $ */ /** @file * IPRT - Threads, POSIX. */ diff --git a/src/VBox/Runtime/r3/posix/time-posix.cpp b/src/VBox/Runtime/r3/posix/time-posix.cpp index 179911465..bdb3dcb72 100644 --- a/src/VBox/Runtime/r3/posix/time-posix.cpp +++ b/src/VBox/Runtime/r3/posix/time-posix.cpp @@ -1,4 +1,4 @@ -/* $Id: time-posix.cpp 28800 2010-04-27 08:22:32Z vboxsync $ */ +/* $Id: time-posix.cpp $ */ /** @file * IPRT - Time, POSIX. */ diff --git a/src/VBox/Runtime/r3/posix/timer-posix.cpp b/src/VBox/Runtime/r3/posix/timer-posix.cpp index eb580db6f..437b80774 100644 --- a/src/VBox/Runtime/r3/posix/timer-posix.cpp +++ b/src/VBox/Runtime/r3/posix/timer-posix.cpp @@ -1,4 +1,4 @@ -/* $Id: timer-posix.cpp 28800 2010-04-27 08:22:32Z vboxsync $ */ +/* $Id: timer-posix.cpp $ */ /** @file * IPRT - Timer, POSIX. */ diff --git a/src/VBox/Runtime/r3/posix/tls-posix.cpp b/src/VBox/Runtime/r3/posix/tls-posix.cpp index 17dd255c5..c8005a59f 100644 --- a/src/VBox/Runtime/r3/posix/tls-posix.cpp +++ b/src/VBox/Runtime/r3/posix/tls-posix.cpp @@ -1,4 +1,4 @@ -/* $Id: tls-posix.cpp 28800 2010-04-27 08:22:32Z vboxsync $ */ +/* $Id: tls-posix.cpp $ */ /** @file * IPRT - Thread Local Storage (TLS), POSIX. */ diff --git a/src/VBox/Runtime/r3/posix/utf8-posix.cpp b/src/VBox/Runtime/r3/posix/utf8-posix.cpp index b199bf7e1..5e10bb03c 100644 --- a/src/VBox/Runtime/r3/posix/utf8-posix.cpp +++ b/src/VBox/Runtime/r3/posix/utf8-posix.cpp @@ -1,4 +1,4 @@ -/* $Id: utf8-posix.cpp 28928 2010-04-30 11:24:30Z vboxsync $ */ +/* $Id: utf8-posix.cpp $ */ /** @file * IPRT - UTF-8 helpers, POSIX. */ diff --git a/src/VBox/Runtime/r3/process.cpp b/src/VBox/Runtime/r3/process.cpp index 5b55a7172..863b4342f 100644 --- a/src/VBox/Runtime/r3/process.cpp +++ b/src/VBox/Runtime/r3/process.cpp @@ -1,4 +1,4 @@ -/* $Id: process.cpp 28800 2010-04-27 08:22:32Z vboxsync $ */ +/* $Id: process.cpp $ */ /** @file * IPRT - Process, Common. */ diff --git a/src/VBox/Runtime/r3/socket.cpp b/src/VBox/Runtime/r3/socket.cpp index f885c52be..4b6f656c8 100644 --- a/src/VBox/Runtime/r3/socket.cpp +++ b/src/VBox/Runtime/r3/socket.cpp @@ -1,4 +1,4 @@ -/* $Id: socket.cpp 28800 2010-04-27 08:22:32Z vboxsync $ */ +/* $Id: socket.cpp $ */ /** @file * IPRT - Network Sockets. */ diff --git a/src/VBox/Runtime/r3/solaris/RTSystemQueryDmiString-solaris.cpp b/src/VBox/Runtime/r3/solaris/RTSystemQueryDmiString-solaris.cpp index 3f5634264..0dc82edbd 100644 --- a/src/VBox/Runtime/r3/solaris/RTSystemQueryDmiString-solaris.cpp +++ b/src/VBox/Runtime/r3/solaris/RTSystemQueryDmiString-solaris.cpp @@ -1,4 +1,4 @@ -/* $Id: RTSystemQueryDmiString-solaris.cpp 29560 2010-05-17 15:08:09Z vboxsync $ */ +/* $Id: RTSystemQueryDmiString-solaris.cpp $ */ /** @file * IPRT - RTSystemQueryDmiString, solaris ring-3. */ diff --git a/src/VBox/Runtime/r3/solaris/alloc-solaris.cpp b/src/VBox/Runtime/r3/solaris/alloc-solaris.cpp index f53cbd662..64819af48 100644 --- a/src/VBox/Runtime/r3/solaris/alloc-solaris.cpp +++ b/src/VBox/Runtime/r3/solaris/alloc-solaris.cpp @@ -1,4 +1,4 @@ -/* $Id: alloc-solaris.cpp 29277 2010-05-09 23:25:51Z vboxsync $ */ +/* $Id: alloc-solaris.cpp $ */ /** @file * IPRT - Memory Allocation, POSIX. */ diff --git a/src/VBox/Runtime/r3/solaris/fileaio-solaris.cpp b/src/VBox/Runtime/r3/solaris/fileaio-solaris.cpp index 6d99d1f60..083787f48 100644 --- a/src/VBox/Runtime/r3/solaris/fileaio-solaris.cpp +++ b/src/VBox/Runtime/r3/solaris/fileaio-solaris.cpp @@ -1,4 +1,4 @@ -/* $Id: fileaio-solaris.cpp 29129 2010-05-06 10:40:30Z vboxsync $ */ +/* $Id: fileaio-solaris.cpp $ */ /** @file * IPRT - File async I/O, native implementation for the Solaris host platform. */ diff --git a/src/VBox/Runtime/r3/solaris/mp-solaris.cpp b/src/VBox/Runtime/r3/solaris/mp-solaris.cpp index 5101f20bc..0f2c6fdf0 100644 --- a/src/VBox/Runtime/r3/solaris/mp-solaris.cpp +++ b/src/VBox/Runtime/r3/solaris/mp-solaris.cpp @@ -1,4 +1,4 @@ -/* $Id: mp-solaris.cpp 29269 2010-05-09 21:24:06Z vboxsync $ */ +/* $Id: mp-solaris.cpp $ */ /** @file * IPRT - Multiprocessor, Solaris. */ diff --git a/src/VBox/Runtime/r3/solaris/rtProcInitExePath-solaris.cpp b/src/VBox/Runtime/r3/solaris/rtProcInitExePath-solaris.cpp index f14a3404b..40baf8c25 100644 --- a/src/VBox/Runtime/r3/solaris/rtProcInitExePath-solaris.cpp +++ b/src/VBox/Runtime/r3/solaris/rtProcInitExePath-solaris.cpp @@ -1,4 +1,4 @@ -/* $Id: rtProcInitExePath-solaris.cpp 28929 2010-04-30 11:26:46Z vboxsync $ */ +/* $Id: rtProcInitExePath-solaris.cpp $ */ /** @file * IPRT - rtProcInitName, Solaris. */ diff --git a/src/VBox/Runtime/r3/stream.cpp b/src/VBox/Runtime/r3/stream.cpp index 632a1ada8..781ceb83c 100644 --- a/src/VBox/Runtime/r3/stream.cpp +++ b/src/VBox/Runtime/r3/stream.cpp @@ -1,4 +1,4 @@ -/* $Id: stream.cpp 28800 2010-04-27 08:22:32Z vboxsync $ */ +/* $Id: stream.cpp $ */ /** @file * IPRT - I/O Stream. */ diff --git a/src/VBox/Runtime/r3/tcp.cpp b/src/VBox/Runtime/r3/tcp.cpp index b11bcbd87..f27c68945 100644 --- a/src/VBox/Runtime/r3/tcp.cpp +++ b/src/VBox/Runtime/r3/tcp.cpp @@ -1,4 +1,4 @@ -/* $Id: tcp.cpp 29951 2010-06-01 13:27:25Z vboxsync $ */ +/* $Id: tcp.cpp $ */ /** @file * IPRT - TCP/IP. */ diff --git a/src/VBox/Runtime/r3/test.cpp b/src/VBox/Runtime/r3/test.cpp index 7d8c3c967..0922c211e 100644 --- a/src/VBox/Runtime/r3/test.cpp +++ b/src/VBox/Runtime/r3/test.cpp @@ -1,4 +1,4 @@ -/* $Id: test.cpp 28800 2010-04-27 08:22:32Z vboxsync $ */ +/* $Id: test.cpp $ */ /** @file * IPRT - Testcase Framework. */ diff --git a/src/VBox/Runtime/r3/testi.cpp b/src/VBox/Runtime/r3/testi.cpp index e6db79d6b..e143e3c1e 100644 --- a/src/VBox/Runtime/r3/testi.cpp +++ b/src/VBox/Runtime/r3/testi.cpp @@ -1,4 +1,4 @@ -/* $Id: testi.cpp 28800 2010-04-27 08:22:32Z vboxsync $ */ +/* $Id: testi.cpp $ */ /** @file * IPRT - Testcase Framework, the implicit test handle API variation. */ diff --git a/src/VBox/Runtime/r3/win/RTLogWriteDebugger-win.cpp b/src/VBox/Runtime/r3/win/RTLogWriteDebugger-win.cpp index faff04b90..2f3c16c03 100644 --- a/src/VBox/Runtime/r3/win/RTLogWriteDebugger-win.cpp +++ b/src/VBox/Runtime/r3/win/RTLogWriteDebugger-win.cpp @@ -1,4 +1,4 @@ -/* $Id: RTLogWriteDebugger-win.cpp 28800 2010-04-27 08:22:32Z vboxsync $ */ +/* $Id: RTLogWriteDebugger-win.cpp $ */ /** @file * IPRT - Log To Debugger, Win32. */ diff --git a/src/VBox/Runtime/r3/win/RTSystemQueryDmiString-win.cpp b/src/VBox/Runtime/r3/win/RTSystemQueryDmiString-win.cpp index af3b7b79b..57586fe98 100644 --- a/src/VBox/Runtime/r3/win/RTSystemQueryDmiString-win.cpp +++ b/src/VBox/Runtime/r3/win/RTSystemQueryDmiString-win.cpp @@ -1,4 +1,4 @@ -/* $Id: RTSystemQueryDmiString-win.cpp 29578 2010-05-17 16:56:04Z vboxsync $ */ +/* $Id: RTSystemQueryDmiString-win.cpp $ */ /** @file * IPRT - RTSystemQueryDmiString, windows ring-3. */ @@ -59,7 +59,7 @@ static HRESULT rtSystemDmiWinInitialize(void) NULL, /* Authentication info. */ EOAC_NONE, /* Additional capabilities. */ NULL); /* Reserved. */ - if (hrc == RPC_E_TOO_LATE) + if (hrc == RPC_E_TOO_LATE) hrc = S_OK; } return hrc; diff --git a/src/VBox/Runtime/r3/win/RTSystemQueryOSInfo-win.cpp b/src/VBox/Runtime/r3/win/RTSystemQueryOSInfo-win.cpp index a87892ac9..194e3ee23 100644 --- a/src/VBox/Runtime/r3/win/RTSystemQueryOSInfo-win.cpp +++ b/src/VBox/Runtime/r3/win/RTSystemQueryOSInfo-win.cpp @@ -1,4 +1,4 @@ -/* $Id: RTSystemQueryOSInfo-win.cpp 28800 2010-04-27 08:22:32Z vboxsync $ */ +/* $Id: RTSystemQueryOSInfo-win.cpp $ */ /** @file * IPRT - RTSystemQueryOSInfo, generic stub. */ diff --git a/src/VBox/Runtime/r3/win/RTUuidCreate-win.cpp b/src/VBox/Runtime/r3/win/RTUuidCreate-win.cpp index e979fa18c..8083f98de 100644 --- a/src/VBox/Runtime/r3/win/RTUuidCreate-win.cpp +++ b/src/VBox/Runtime/r3/win/RTUuidCreate-win.cpp @@ -1,4 +1,4 @@ -/* $Id: RTUuidCreate-win.cpp 28800 2010-04-27 08:22:32Z vboxsync $ */ +/* $Id: RTUuidCreate-win.cpp $ */ /** @file * IPRT - UUID, Windows RTUuidCreate implementation. */ diff --git a/src/VBox/Runtime/r3/win/VBoxRT-openssl-ose.def b/src/VBox/Runtime/r3/win/VBoxRT-openssl-ose.def index af170f9bd..8c0fd755e 100644 --- a/src/VBox/Runtime/r3/win/VBoxRT-openssl-ose.def +++ b/src/VBox/Runtime/r3/win/VBoxRT-openssl-ose.def @@ -1,4 +1,4 @@ -; $Id: VBoxRT-openssl-ose.def 28800 2010-04-27 08:22:32Z vboxsync $ +; $Id: VBoxRT-openssl-ose.def $ ;; @file ; IPRT - Windows OpenSSL exports. ; diff --git a/src/VBox/Runtime/r3/win/VBoxRT-openssl.def b/src/VBox/Runtime/r3/win/VBoxRT-openssl.def index d2328e03f..c4f6e7d84 100644 --- a/src/VBox/Runtime/r3/win/VBoxRT-openssl.def +++ b/src/VBox/Runtime/r3/win/VBoxRT-openssl.def @@ -1,4 +1,4 @@ -; $Id: VBoxRT-openssl.def 28800 2010-04-27 08:22:32Z vboxsync $ +; $Id: VBoxRT-openssl.def $ ;; @file ; IPRT - Windows OpenSSL exports. ; diff --git a/src/VBox/Runtime/r3/win/VBoxRT-win32.def b/src/VBox/Runtime/r3/win/VBoxRT-win32.def index d21bae79c..5d5f91510 100644 --- a/src/VBox/Runtime/r3/win/VBoxRT-win32.def +++ b/src/VBox/Runtime/r3/win/VBoxRT-win32.def @@ -1,4 +1,4 @@ -; $Id: $
+; $Id: $
;; @file
; IPRT - Win32 ASM exports.
;
diff --git a/src/VBox/Runtime/r3/win/VBoxRT-win64.def b/src/VBox/Runtime/r3/win/VBoxRT-win64.def index 84b9cd4b9..8182e4949 100644 --- a/src/VBox/Runtime/r3/win/VBoxRT-win64.def +++ b/src/VBox/Runtime/r3/win/VBoxRT-win64.def @@ -1,4 +1,4 @@ -; $Id: $
+; $Id: $
;; @file
; IPRT - Win64 ASM exports.
;
diff --git a/src/VBox/Runtime/r3/win/alloc-win.cpp b/src/VBox/Runtime/r3/win/alloc-win.cpp index 711f6e5be..3e6587165 100644 --- a/src/VBox/Runtime/r3/win/alloc-win.cpp +++ b/src/VBox/Runtime/r3/win/alloc-win.cpp @@ -1,4 +1,4 @@ -/* $Id: alloc-win.cpp 28800 2010-04-27 08:22:32Z vboxsync $ */ +/* $Id: alloc-win.cpp $ */ /** @file * IPRT - Memory Allocation, Win32. */ diff --git a/src/VBox/Runtime/r3/win/dir-win.cpp b/src/VBox/Runtime/r3/win/dir-win.cpp index c7824c209..3cbcf50fc 100644 --- a/src/VBox/Runtime/r3/win/dir-win.cpp +++ b/src/VBox/Runtime/r3/win/dir-win.cpp @@ -1,4 +1,4 @@ -/* $Id: dir-win.cpp 28918 2010-04-29 18:30:09Z vboxsync $ */ +/* $Id: dir-win.cpp $ */ /** @file * IPRT - Directory, win32. */ diff --git a/src/VBox/Runtime/r3/win/dllmain-win.cpp b/src/VBox/Runtime/r3/win/dllmain-win.cpp index d05a3d17c..9b553f6dc 100644 --- a/src/VBox/Runtime/r3/win/dllmain-win.cpp +++ b/src/VBox/Runtime/r3/win/dllmain-win.cpp @@ -1,4 +1,4 @@ -/* $Id: dllmain-win.cpp 28800 2010-04-27 08:22:32Z vboxsync $ */ +/* $Id: dllmain-win.cpp $ */ /** @file * IPRT - Win32 DllMain (Ring-3). */ diff --git a/src/VBox/Runtime/r3/win/fileaio-win.cpp b/src/VBox/Runtime/r3/win/fileaio-win.cpp index e554ab5b3..dd8470d93 100644 --- a/src/VBox/Runtime/r3/win/fileaio-win.cpp +++ b/src/VBox/Runtime/r3/win/fileaio-win.cpp @@ -1,4 +1,4 @@ -/* $Id: fileaio-win.cpp 29241 2010-05-08 16:20:18Z vboxsync $ */ +/* $Id: fileaio-win.cpp $ */ /** @file * IPRT - File async I/O, native implementation for the Windows host platform. */ diff --git a/src/VBox/Runtime/r3/win/fileio-win.cpp b/src/VBox/Runtime/r3/win/fileio-win.cpp index 51d85f964..8ecd8ceb7 100644 --- a/src/VBox/Runtime/r3/win/fileio-win.cpp +++ b/src/VBox/Runtime/r3/win/fileio-win.cpp @@ -1,4 +1,4 @@ -/* $Id: fileio-win.cpp 28918 2010-04-29 18:30:09Z vboxsync $ */ +/* $Id: fileio-win.cpp $ */ /** @file * IPRT - File I/O, native implementation for the Windows host platform. */ diff --git a/src/VBox/Runtime/r3/win/fs-win.cpp b/src/VBox/Runtime/r3/win/fs-win.cpp index c4829622a..4f5743be4 100644 --- a/src/VBox/Runtime/r3/win/fs-win.cpp +++ b/src/VBox/Runtime/r3/win/fs-win.cpp @@ -1,4 +1,4 @@ -/* $Id: fs-win.cpp 28918 2010-04-29 18:30:09Z vboxsync $ */ +/* $Id: fs-win.cpp $ */ /** @file * IPRT - File System, Win32. */ diff --git a/src/VBox/Runtime/r3/win/ldrNative-win.cpp b/src/VBox/Runtime/r3/win/ldrNative-win.cpp index a0b1ac83a..0542c576d 100644 --- a/src/VBox/Runtime/r3/win/ldrNative-win.cpp +++ b/src/VBox/Runtime/r3/win/ldrNative-win.cpp @@ -1,4 +1,4 @@ -/* $Id: ldrNative-win.cpp 28800 2010-04-27 08:22:32Z vboxsync $ */ +/* $Id: ldrNative-win.cpp $ */ /** @file * IPRT - Binary Image Loader, Win32 native. */ diff --git a/src/VBox/Runtime/r3/win/localipc-win.cpp b/src/VBox/Runtime/r3/win/localipc-win.cpp index 97a9906e6..80ddc8b27 100644 --- a/src/VBox/Runtime/r3/win/localipc-win.cpp +++ b/src/VBox/Runtime/r3/win/localipc-win.cpp @@ -1,4 +1,4 @@ -/* $Id: localipc-win.cpp 28800 2010-04-27 08:22:32Z vboxsync $ */ +/* $Id: localipc-win.cpp $ */ /** @file * IPRT - Local IPC, Windows Implementation Using Named Pipes. */ diff --git a/src/VBox/Runtime/r3/win/mp-win.cpp b/src/VBox/Runtime/r3/win/mp-win.cpp index 101b1a926..e23b958a1 100644 --- a/src/VBox/Runtime/r3/win/mp-win.cpp +++ b/src/VBox/Runtime/r3/win/mp-win.cpp @@ -1,4 +1,4 @@ -/* $Id: mp-win.cpp 28800 2010-04-27 08:22:32Z vboxsync $ */ +/* $Id: mp-win.cpp $ */ /** @file * IPRT - Multiprocessor, Windows. */ diff --git a/src/VBox/Runtime/r3/win/path-win.cpp b/src/VBox/Runtime/r3/win/path-win.cpp index 4db2fc343..fe176d019 100644 --- a/src/VBox/Runtime/r3/win/path-win.cpp +++ b/src/VBox/Runtime/r3/win/path-win.cpp @@ -1,4 +1,4 @@ -/* $Id: path-win.cpp 28918 2010-04-29 18:30:09Z vboxsync $ */ +/* $Id: path-win.cpp $ */ /** @file * IPRT - Path manipulation. */ diff --git a/src/VBox/Runtime/r3/win/pipe-win.cpp b/src/VBox/Runtime/r3/win/pipe-win.cpp index e5392e72f..3764bf8ac 100644 --- a/src/VBox/Runtime/r3/win/pipe-win.cpp +++ b/src/VBox/Runtime/r3/win/pipe-win.cpp @@ -1,4 +1,4 @@ -/* $Id: pipe-win.cpp 28800 2010-04-27 08:22:32Z vboxsync $ */ +/* $Id: pipe-win.cpp $ */ /** @file * IPRT - Anonymous Pipes, Windows Implementation. */ diff --git a/src/VBox/Runtime/r3/win/poll-win.cpp b/src/VBox/Runtime/r3/win/poll-win.cpp index c5ca2cad3..ab60cc06c 100644 --- a/src/VBox/Runtime/r3/win/poll-win.cpp +++ b/src/VBox/Runtime/r3/win/poll-win.cpp @@ -1,4 +1,4 @@ -/* $Id: poll-win.cpp 28800 2010-04-27 08:22:32Z vboxsync $ */ +/* $Id: poll-win.cpp $ */ /** @file * IPRT - Polling I/O Handles, Windows Implementation. * diff --git a/src/VBox/Runtime/r3/win/process-win.cpp b/src/VBox/Runtime/r3/win/process-win.cpp index 1dc3a169b..b0c762e91 100644 --- a/src/VBox/Runtime/r3/win/process-win.cpp +++ b/src/VBox/Runtime/r3/win/process-win.cpp @@ -1,4 +1,4 @@ -/* $Id: process-win.cpp 29912 2010-05-31 14:36:04Z vboxsync $ */ +/* $Id: process-win.cpp $ */ /** @file * IPRT - Process, Windows. */ @@ -528,10 +528,10 @@ static int rtProcCreateAsUserHlp(PRTUTF16 pwszUser, PRTUTF16 pwszPassword, PRTUT PHANDLE phToken = NULL; HANDLE hTokenLogon = INVALID_HANDLE_VALUE; fRc = LogonUserW(pwszUser, - /* + /* * Because we have to deal with http://support.microsoft.com/kb/245683 * for NULL domain names when running on NT4 here, pass an empty string if so. - * However, passing FQDNs should work! + * However, passing FQDNs should work! */ ((DWORD)(LOBYTE(LOWORD(GetVersion()))) < 5) /* < Windows 2000. */ ? L"" /* NT4 and older. */ @@ -656,7 +656,7 @@ static int rtProcCreateAsUserHlp(PRTUTF16 pwszUser, PRTUTF16 pwszPassword, PRTUT rc = VERR_PERMISSION_DENIED; break; - case ERROR_PASSWORD_EXPIRED: + case ERROR_PASSWORD_EXPIRED: case ERROR_ACCOUNT_RESTRICTION: /* See: http://support.microsoft.com/kb/303846/ */ rc = VERR_LOGON_FAILURE; break; diff --git a/src/VBox/Runtime/r3/win/rtFileNativeSetAttributes-win.cpp b/src/VBox/Runtime/r3/win/rtFileNativeSetAttributes-win.cpp index d216687b0..5c8a1b71f 100644 --- a/src/VBox/Runtime/r3/win/rtFileNativeSetAttributes-win.cpp +++ b/src/VBox/Runtime/r3/win/rtFileNativeSetAttributes-win.cpp @@ -1,4 +1,4 @@ -/* $Id: rtFileNativeSetAttributes-win.cpp 28800 2010-04-27 08:22:32Z vboxsync $ */ +/* $Id: rtFileNativeSetAttributes-win.cpp $ */ /** @file * IPRT - NtSetInformationFile wrapper. */ diff --git a/src/VBox/Runtime/r3/win/rtProcInitExePath-win.cpp b/src/VBox/Runtime/r3/win/rtProcInitExePath-win.cpp index d285a8052..3b056cde1 100644 --- a/src/VBox/Runtime/r3/win/rtProcInitExePath-win.cpp +++ b/src/VBox/Runtime/r3/win/rtProcInitExePath-win.cpp @@ -1,4 +1,4 @@ -/* $Id: rtProcInitExePath-win.cpp 28800 2010-04-27 08:22:32Z vboxsync $ */ +/* $Id: rtProcInitExePath-win.cpp $ */ /** @file * IPRT - rtProcInitName, Windows. */ diff --git a/src/VBox/Runtime/r3/win/sched-win.cpp b/src/VBox/Runtime/r3/win/sched-win.cpp index 52329ae73..1f4a985c9 100644 --- a/src/VBox/Runtime/r3/win/sched-win.cpp +++ b/src/VBox/Runtime/r3/win/sched-win.cpp @@ -1,4 +1,4 @@ -/* $Id: sched-win.cpp 28800 2010-04-27 08:22:32Z vboxsync $ */ +/* $Id: sched-win.cpp $ */ /** @file * IPRT - Scheduling, Win32. */ diff --git a/src/VBox/Runtime/r3/win/semevent-win.cpp b/src/VBox/Runtime/r3/win/semevent-win.cpp index f55efedbe..f8da28893 100644 --- a/src/VBox/Runtime/r3/win/semevent-win.cpp +++ b/src/VBox/Runtime/r3/win/semevent-win.cpp @@ -1,4 +1,4 @@ -/* $Id: semevent-win.cpp 28800 2010-04-27 08:22:32Z vboxsync $ */ +/* $Id: semevent-win.cpp $ */ /** @file * IPRT - Event Sempahore, Windows. */ diff --git a/src/VBox/Runtime/r3/win/semeventmulti-win.cpp b/src/VBox/Runtime/r3/win/semeventmulti-win.cpp index 3dc3ced9c..3fbc5d6ed 100644 --- a/src/VBox/Runtime/r3/win/semeventmulti-win.cpp +++ b/src/VBox/Runtime/r3/win/semeventmulti-win.cpp @@ -1,4 +1,4 @@ -/* $Id: semeventmulti-win.cpp 28800 2010-04-27 08:22:32Z vboxsync $ */ +/* $Id: semeventmulti-win.cpp $ */ /** @file * IPRT - Multiple Release Event Semaphore, Windows. * diff --git a/src/VBox/Runtime/r3/win/semmutex-win.cpp b/src/VBox/Runtime/r3/win/semmutex-win.cpp index 2dd484373..aa74f7948 100644 --- a/src/VBox/Runtime/r3/win/semmutex-win.cpp +++ b/src/VBox/Runtime/r3/win/semmutex-win.cpp @@ -1,4 +1,4 @@ -/* $Id: semmutex-win.cpp 28800 2010-04-27 08:22:32Z vboxsync $ */ +/* $Id: semmutex-win.cpp $ */ /** @file * IPRT - Mutex Semaphores, Windows. */ diff --git a/src/VBox/Runtime/r3/win/thread-win.cpp b/src/VBox/Runtime/r3/win/thread-win.cpp index ab4e73e90..e5cd7b075 100644 --- a/src/VBox/Runtime/r3/win/thread-win.cpp +++ b/src/VBox/Runtime/r3/win/thread-win.cpp @@ -1,4 +1,4 @@ -/* $Id: thread-win.cpp 29251 2010-05-09 17:57:12Z vboxsync $ */ +/* $Id: thread-win.cpp $ */ /** @file * IPRT - Threads, Win32. */ diff --git a/src/VBox/Runtime/r3/win/time-win.cpp b/src/VBox/Runtime/r3/win/time-win.cpp index 517589c09..bd4e768a7 100644 --- a/src/VBox/Runtime/r3/win/time-win.cpp +++ b/src/VBox/Runtime/r3/win/time-win.cpp @@ -1,4 +1,4 @@ -/* $Id: time-win.cpp 28800 2010-04-27 08:22:32Z vboxsync $ */ +/* $Id: time-win.cpp $ */ /** @file * IPRT - Time, Windows. */ diff --git a/src/VBox/Runtime/r3/win/timer-win.cpp b/src/VBox/Runtime/r3/win/timer-win.cpp index 868d1d371..08ed4ec1f 100644 --- a/src/VBox/Runtime/r3/win/timer-win.cpp +++ b/src/VBox/Runtime/r3/win/timer-win.cpp @@ -1,4 +1,4 @@ -/* $Id: timer-win.cpp 28800 2010-04-27 08:22:32Z vboxsync $ */ +/* $Id: timer-win.cpp $ */ /** @file * IPRT - Timer. */ diff --git a/src/VBox/Runtime/r3/win/tls-win.cpp b/src/VBox/Runtime/r3/win/tls-win.cpp index 3d2bf6855..7632d38fe 100644 --- a/src/VBox/Runtime/r3/win/tls-win.cpp +++ b/src/VBox/Runtime/r3/win/tls-win.cpp @@ -1,4 +1,4 @@ -/* $Id: tls-win.cpp 28800 2010-04-27 08:22:32Z vboxsync $ */ +/* $Id: tls-win.cpp $ */ /** @file * IPRT - Thread Local Storage (TLS), Win32. */ diff --git a/src/VBox/Runtime/r3/win/utf16locale-win.cpp b/src/VBox/Runtime/r3/win/utf16locale-win.cpp index 1831a5088..40d99bb2b 100644 --- a/src/VBox/Runtime/r3/win/utf16locale-win.cpp +++ b/src/VBox/Runtime/r3/win/utf16locale-win.cpp @@ -1,4 +1,4 @@ -/* $Id: utf16locale-win.cpp 28800 2010-04-27 08:22:32Z vboxsync $ */ +/* $Id: utf16locale-win.cpp $ */ /** @file * IPRT - UTF-16 Locale Specific Manipulation, Win32. */ diff --git a/src/VBox/Runtime/r3/win/utf8-win.cpp b/src/VBox/Runtime/r3/win/utf8-win.cpp index a6b2ac4f1..2c2857860 100644 --- a/src/VBox/Runtime/r3/win/utf8-win.cpp +++ b/src/VBox/Runtime/r3/win/utf8-win.cpp @@ -1,4 +1,4 @@ -/* $Id: utf8-win.cpp 28800 2010-04-27 08:22:32Z vboxsync $ */ +/* $Id: utf8-win.cpp $ */ /** @file * IPRT - UTF8 helpers. */ diff --git a/src/VBox/Runtime/r3/win/uuid-win.cpp b/src/VBox/Runtime/r3/win/uuid-win.cpp index 203b81594..0d91df790 100644 --- a/src/VBox/Runtime/r3/win/uuid-win.cpp +++ b/src/VBox/Runtime/r3/win/uuid-win.cpp @@ -1,4 +1,4 @@ -/* $Id: uuid-win.cpp 28800 2010-04-27 08:22:32Z vboxsync $ */ +/* $Id: uuid-win.cpp $ */ /** @file * IPRT - UUID, Windows implementation. */ diff --git a/src/VBox/Runtime/r3/xml.cpp b/src/VBox/Runtime/r3/xml.cpp index 94f421afe..2a2d58908 100644 --- a/src/VBox/Runtime/r3/xml.cpp +++ b/src/VBox/Runtime/r3/xml.cpp @@ -1,4 +1,4 @@ -/* $Id: xml.cpp 29873 2010-05-28 17:14:53Z vboxsync $ */ +/* $Id: xml.cpp $ */ /** @file * IPRT - XML Manipulation API. */ diff --git a/src/VBox/Runtime/testcase/Makefile.kmk b/src/VBox/Runtime/testcase/Makefile.kmk index 0bd37823a..9b3af1b92 100644 --- a/src/VBox/Runtime/testcase/Makefile.kmk +++ b/src/VBox/Runtime/testcase/Makefile.kmk @@ -1,4 +1,4 @@ -# $Id: Makefile.kmk 29393 2010-05-12 00:20:38Z vboxsync $ +# $Id: Makefile.kmk $ ## @file # Sub-Makefile for the IPRT testcases. # diff --git a/src/VBox/Runtime/testcase/ioctl.h b/src/VBox/Runtime/testcase/ioctl.h index 57732e44b..f9a5273ec 100644 --- a/src/VBox/Runtime/testcase/ioctl.h +++ b/src/VBox/Runtime/testcase/ioctl.h @@ -1,4 +1,4 @@ -/* $Id: ioctl.h 28800 2010-04-27 08:22:32Z vboxsync $ */ +/* $Id: ioctl.h $ */ /** @file * VBox L4/OSS audio - header for Linux IoCtls. */ diff --git a/src/VBox/Runtime/testcase/ntGetTimerResolution.cpp b/src/VBox/Runtime/testcase/ntGetTimerResolution.cpp index c25551be1..7e12327c6 100644 --- a/src/VBox/Runtime/testcase/ntGetTimerResolution.cpp +++ b/src/VBox/Runtime/testcase/ntGetTimerResolution.cpp @@ -1,4 +1,4 @@ -/* $Id: ntGetTimerResolution.cpp 28800 2010-04-27 08:22:32Z vboxsync $ */ +/* $Id: ntGetTimerResolution.cpp $ */ /** @file * IPRT - Win32 (NT) testcase for getting the timer resolution. */ diff --git a/src/VBox/Runtime/testcase/tstDir-2.cpp b/src/VBox/Runtime/testcase/tstDir-2.cpp index 39e8e76b2..27c4edc5e 100644 --- a/src/VBox/Runtime/testcase/tstDir-2.cpp +++ b/src/VBox/Runtime/testcase/tstDir-2.cpp @@ -1,4 +1,4 @@ -/* $Id: tstDir-2.cpp 28800 2010-04-27 08:22:32Z vboxsync $ */ +/* $Id: tstDir-2.cpp $ */ /** @file * IPRT Testcase - Directory listing & filtering . */ diff --git a/src/VBox/Runtime/testcase/tstDir-3.cpp b/src/VBox/Runtime/testcase/tstDir-3.cpp index ff763b6de..476d7aae8 100644 --- a/src/VBox/Runtime/testcase/tstDir-3.cpp +++ b/src/VBox/Runtime/testcase/tstDir-3.cpp @@ -1,4 +1,4 @@ -/* $Id: tstDir-3.cpp 28800 2010-04-27 08:22:32Z vboxsync $ */ +/* $Id: tstDir-3.cpp $ */ /** @file * IPRT Testcase - Directory listing & filtering (no parameters needed). */ diff --git a/src/VBox/Runtime/testcase/tstDir.cpp b/src/VBox/Runtime/testcase/tstDir.cpp index 225258add..154231068 100644 --- a/src/VBox/Runtime/testcase/tstDir.cpp +++ b/src/VBox/Runtime/testcase/tstDir.cpp @@ -1,4 +1,4 @@ -/* $Id: tstDir.cpp 28800 2010-04-27 08:22:32Z vboxsync $ */ +/* $Id: tstDir.cpp $ */ /** @file * IPRT Testcase - Directory listing. */ diff --git a/src/VBox/Runtime/testcase/tstEnv.cpp b/src/VBox/Runtime/testcase/tstEnv.cpp index 3fe9e37de..b21bdc77f 100644 --- a/src/VBox/Runtime/testcase/tstEnv.cpp +++ b/src/VBox/Runtime/testcase/tstEnv.cpp @@ -1,4 +1,4 @@ -/* $Id: tstEnv.cpp 28800 2010-04-27 08:22:32Z vboxsync $ */ +/* $Id: tstEnv.cpp $ */ /** @file * IPRT Testcase - Environment. */ diff --git a/src/VBox/Runtime/testcase/tstErrUnique.cpp b/src/VBox/Runtime/testcase/tstErrUnique.cpp index d3f802482..41386e6f2 100644 --- a/src/VBox/Runtime/testcase/tstErrUnique.cpp +++ b/src/VBox/Runtime/testcase/tstErrUnique.cpp @@ -1,4 +1,4 @@ -/* $Id: tstErrUnique.cpp 28800 2010-04-27 08:22:32Z vboxsync $ */ +/* $Id: tstErrUnique.cpp $ */ /** @file * IPRT Testcase - Error Messages. */ diff --git a/src/VBox/Runtime/testcase/tstFile.cpp b/src/VBox/Runtime/testcase/tstFile.cpp index 1a38ddec6..8da4c1693 100644 --- a/src/VBox/Runtime/testcase/tstFile.cpp +++ b/src/VBox/Runtime/testcase/tstFile.cpp @@ -1,4 +1,4 @@ -/* $Id: tstFile.cpp 28800 2010-04-27 08:22:32Z vboxsync $ */ +/* $Id: tstFile.cpp $ */ /** @file * IPRT Testcase - File I/O. */ diff --git a/src/VBox/Runtime/testcase/tstFileAppendWin-1.cpp b/src/VBox/Runtime/testcase/tstFileAppendWin-1.cpp index 6714aec30..7ffd7fe1a 100644 --- a/src/VBox/Runtime/testcase/tstFileAppendWin-1.cpp +++ b/src/VBox/Runtime/testcase/tstFileAppendWin-1.cpp @@ -1,4 +1,4 @@ -/* $Id: tstFileAppendWin-1.cpp 28800 2010-04-27 08:22:32Z vboxsync $ */ +/* $Id: tstFileAppendWin-1.cpp $ */ /** @file * IPRT Testcase - Exploration of File Appending on Windows. */ diff --git a/src/VBox/Runtime/testcase/tstFileLock.cpp b/src/VBox/Runtime/testcase/tstFileLock.cpp index 6b577fc8d..950ce1268 100644 --- a/src/VBox/Runtime/testcase/tstFileLock.cpp +++ b/src/VBox/Runtime/testcase/tstFileLock.cpp @@ -1,4 +1,4 @@ -/* $Id: tstFileLock.cpp 28800 2010-04-27 08:22:32Z vboxsync $ */ +/* $Id: tstFileLock.cpp $ */ /** @file * IPRT Testcase - File Locks. */ diff --git a/src/VBox/Runtime/testcase/tstFork.cpp b/src/VBox/Runtime/testcase/tstFork.cpp index 180661ea0..d5b6af87f 100644 --- a/src/VBox/Runtime/testcase/tstFork.cpp +++ b/src/VBox/Runtime/testcase/tstFork.cpp @@ -1,4 +1,4 @@ -/* $Id: tstFork.cpp 28800 2010-04-27 08:22:32Z vboxsync $ */ +/* $Id: tstFork.cpp $ */ /** @file * IPRT Testcase - fork() issues. */ diff --git a/src/VBox/Runtime/testcase/tstHandleTable.cpp b/src/VBox/Runtime/testcase/tstHandleTable.cpp index b5791f7ba..6dfec0828 100644 --- a/src/VBox/Runtime/testcase/tstHandleTable.cpp +++ b/src/VBox/Runtime/testcase/tstHandleTable.cpp @@ -1,4 +1,4 @@ -/* $Id: tstHandleTable.cpp 28800 2010-04-27 08:22:32Z vboxsync $ */ +/* $Id: tstHandleTable.cpp $ */ /** @file * IPRT Testcase - Handle Tables. */ diff --git a/src/VBox/Runtime/testcase/tstInlineAsm.cpp b/src/VBox/Runtime/testcase/tstInlineAsm.cpp index c5287343e..552655fa0 100644 --- a/src/VBox/Runtime/testcase/tstInlineAsm.cpp +++ b/src/VBox/Runtime/testcase/tstInlineAsm.cpp @@ -1,4 +1,4 @@ -/* $Id: tstInlineAsm.cpp 29279 2010-05-09 23:29:11Z vboxsync $ */ +/* $Id: tstInlineAsm.cpp $ */ /** @file * IPRT Testcase - inline assembly. */ diff --git a/src/VBox/Runtime/testcase/tstIoCtl.cpp b/src/VBox/Runtime/testcase/tstIoCtl.cpp index 0f592b90b..31e901ef8 100644 --- a/src/VBox/Runtime/testcase/tstIoCtl.cpp +++ b/src/VBox/Runtime/testcase/tstIoCtl.cpp @@ -1,4 +1,4 @@ -/* $Id: tstIoCtl.cpp 28800 2010-04-27 08:22:32Z vboxsync $ */ +/* $Id: tstIoCtl.cpp $ */ /** @file * IPRT Testcase - file IoCtl. */ diff --git a/src/VBox/Runtime/testcase/tstLdr-2.cpp b/src/VBox/Runtime/testcase/tstLdr-2.cpp index dbeb310e6..9dcb2ca7e 100644 --- a/src/VBox/Runtime/testcase/tstLdr-2.cpp +++ b/src/VBox/Runtime/testcase/tstLdr-2.cpp @@ -1,4 +1,4 @@ -/* $Id: tstLdr-2.cpp 28800 2010-04-27 08:22:32Z vboxsync $ */ +/* $Id: tstLdr-2.cpp $ */ /** @file * IPRT - Testcase for parts of RTLdr*, manual inspection. */ diff --git a/src/VBox/Runtime/testcase/tstLdr-3.cpp b/src/VBox/Runtime/testcase/tstLdr-3.cpp index 08c9e5cac..881c94698 100644 --- a/src/VBox/Runtime/testcase/tstLdr-3.cpp +++ b/src/VBox/Runtime/testcase/tstLdr-3.cpp @@ -1,4 +1,4 @@ -/* $Id: tstLdr-3.cpp 28800 2010-04-27 08:22:32Z vboxsync $ */ +/* $Id: tstLdr-3.cpp $ */ /** @file * IPRT - Testcase for parts of RTLdr*, manual inspection. */ diff --git a/src/VBox/Runtime/testcase/tstLdr-4.cpp b/src/VBox/Runtime/testcase/tstLdr-4.cpp index e2ffc9ed0..d7a2b6e8d 100644 --- a/src/VBox/Runtime/testcase/tstLdr-4.cpp +++ b/src/VBox/Runtime/testcase/tstLdr-4.cpp @@ -1,4 +1,4 @@ -/* $Id: tstLdr-4.cpp 28800 2010-04-27 08:22:32Z vboxsync $ */ +/* $Id: tstLdr-4.cpp $ */ /** @file * IPRT - Testcase for RTLdrOpen using ldrLdrObjR0.r0. */ diff --git a/src/VBox/Runtime/testcase/tstLdr.cpp b/src/VBox/Runtime/testcase/tstLdr.cpp index 564f1a760..5bc0f567d 100644 --- a/src/VBox/Runtime/testcase/tstLdr.cpp +++ b/src/VBox/Runtime/testcase/tstLdr.cpp @@ -1,4 +1,4 @@ -/* $Id: tstLdr.cpp 28800 2010-04-27 08:22:32Z vboxsync $ */ +/* $Id: tstLdr.cpp $ */ /** @file * IPRT - Testcase for parts of RTLdr*. */ diff --git a/src/VBox/Runtime/testcase/tstLdrDisasmTest.cpp b/src/VBox/Runtime/testcase/tstLdrDisasmTest.cpp index aaa75b836..ad50e9ad2 100644 --- a/src/VBox/Runtime/testcase/tstLdrDisasmTest.cpp +++ b/src/VBox/Runtime/testcase/tstLdrDisasmTest.cpp @@ -1,4 +1,4 @@ -/* $Id: tstLdrDisasmTest.cpp 28800 2010-04-27 08:22:32Z vboxsync $ */ +/* $Id: tstLdrDisasmTest.cpp $ */ /** @file * IPRT - RTLdr test object. * diff --git a/src/VBox/Runtime/testcase/tstLdrLoad.cpp b/src/VBox/Runtime/testcase/tstLdrLoad.cpp index 7d794e222..ce9b283f4 100644 --- a/src/VBox/Runtime/testcase/tstLdrLoad.cpp +++ b/src/VBox/Runtime/testcase/tstLdrLoad.cpp @@ -1,4 +1,4 @@ -/* $Id: tstLdrLoad.cpp 28800 2010-04-27 08:22:32Z vboxsync $ */ +/* $Id: tstLdrLoad.cpp $ */ /** @file * IPRT Testcase - Native Loader. */ diff --git a/src/VBox/Runtime/testcase/tstLdrObj.cpp b/src/VBox/Runtime/testcase/tstLdrObj.cpp index 9dd6a5528..d04cc8577 100644 --- a/src/VBox/Runtime/testcase/tstLdrObj.cpp +++ b/src/VBox/Runtime/testcase/tstLdrObj.cpp @@ -1,4 +1,4 @@ -/* $Id: tstLdrObj.cpp 28800 2010-04-27 08:22:32Z vboxsync $ */ +/* $Id: tstLdrObj.cpp $ */ /** @file * IPRT - RTLdr test object. * diff --git a/src/VBox/Runtime/testcase/tstLdrObjR0.cpp b/src/VBox/Runtime/testcase/tstLdrObjR0.cpp index 93e96389b..23c220d4e 100644 --- a/src/VBox/Runtime/testcase/tstLdrObjR0.cpp +++ b/src/VBox/Runtime/testcase/tstLdrObjR0.cpp @@ -1,4 +1,4 @@ -/* $Id: tstLdrObjR0.cpp 28800 2010-04-27 08:22:32Z vboxsync $ */ +/* $Id: tstLdrObjR0.cpp $ */ /** @file * IPRT - RTLdr test object. * diff --git a/src/VBox/Runtime/testcase/tstLog.cpp b/src/VBox/Runtime/testcase/tstLog.cpp index d1a31f810..1e1366c7b 100644 --- a/src/VBox/Runtime/testcase/tstLog.cpp +++ b/src/VBox/Runtime/testcase/tstLog.cpp @@ -1,4 +1,4 @@ -/* $Id: tstLog.cpp 28800 2010-04-27 08:22:32Z vboxsync $ */ +/* $Id: tstLog.cpp $ */ /** @file * IPRT Testcase - Log Formatting. */ diff --git a/src/VBox/Runtime/testcase/tstMemAutoPtr.cpp b/src/VBox/Runtime/testcase/tstMemAutoPtr.cpp index b7058a4cb..1b72e3823 100644 --- a/src/VBox/Runtime/testcase/tstMemAutoPtr.cpp +++ b/src/VBox/Runtime/testcase/tstMemAutoPtr.cpp @@ -1,4 +1,4 @@ -/* $Id: tstMemAutoPtr.cpp 28800 2010-04-27 08:22:32Z vboxsync $ */ +/* $Id: tstMemAutoPtr.cpp $ */ /** @file * IPRT - Testcase the RTMemAutoPtr template. */ diff --git a/src/VBox/Runtime/testcase/tstMove.cpp b/src/VBox/Runtime/testcase/tstMove.cpp index a2589795e..ad8d9870c 100644 --- a/src/VBox/Runtime/testcase/tstMove.cpp +++ b/src/VBox/Runtime/testcase/tstMove.cpp @@ -1,4 +1,4 @@ -/* $Id: tstMove.cpp 28800 2010-04-27 08:22:32Z vboxsync $ */ +/* $Id: tstMove.cpp $ */ /** @file * IPRT - RTFileMove & RTDirMove test program. */ diff --git a/src/VBox/Runtime/testcase/tstMp-1.cpp b/src/VBox/Runtime/testcase/tstMp-1.cpp index f42ec50ab..be613b5a3 100644 --- a/src/VBox/Runtime/testcase/tstMp-1.cpp +++ b/src/VBox/Runtime/testcase/tstMp-1.cpp @@ -1,4 +1,4 @@ -/* $Id: tstMp-1.cpp 28800 2010-04-27 08:22:32Z vboxsync $ */ +/* $Id: tstMp-1.cpp $ */ /** @file * IPRT Testcase - RTMp. */ diff --git a/src/VBox/Runtime/testcase/tstNoCrt-1.cpp b/src/VBox/Runtime/testcase/tstNoCrt-1.cpp index 2c905d6a0..2bbffdd23 100644 --- a/src/VBox/Runtime/testcase/tstNoCrt-1.cpp +++ b/src/VBox/Runtime/testcase/tstNoCrt-1.cpp @@ -1,4 +1,4 @@ -/* $Id: tstNoCrt-1.cpp 28800 2010-04-27 08:22:32Z vboxsync $ */ +/* $Id: tstNoCrt-1.cpp $ */ /** @file * IPRT Testcase - Testcase for the No-CRT assembly bits. */ diff --git a/src/VBox/Runtime/testcase/tstOnce.cpp b/src/VBox/Runtime/testcase/tstOnce.cpp index 15c717e73..bd48bcf96 100644 --- a/src/VBox/Runtime/testcase/tstOnce.cpp +++ b/src/VBox/Runtime/testcase/tstOnce.cpp @@ -1,4 +1,4 @@ -/* $Id: tstOnce.cpp 28800 2010-04-27 08:22:32Z vboxsync $ */ +/* $Id: tstOnce.cpp $ */ /** @file * IPRT Testcase - RTOnce. */ diff --git a/src/VBox/Runtime/testcase/tstPrfRT.cpp b/src/VBox/Runtime/testcase/tstPrfRT.cpp index 0a8c1003b..68be5fe59 100644 --- a/src/VBox/Runtime/testcase/tstPrfRT.cpp +++ b/src/VBox/Runtime/testcase/tstPrfRT.cpp @@ -1,4 +1,4 @@ -/* $Id: tstPrfRT.cpp 29250 2010-05-09 17:53:58Z vboxsync $ */ +/* $Id: tstPrfRT.cpp $ */ /** @file * IPRT testcase - profile some of the important functions. */ diff --git a/src/VBox/Runtime/testcase/tstR0ThreadPreemption.cpp b/src/VBox/Runtime/testcase/tstR0ThreadPreemption.cpp index ca91925c9..0c0cfd8d6 100644 --- a/src/VBox/Runtime/testcase/tstR0ThreadPreemption.cpp +++ b/src/VBox/Runtime/testcase/tstR0ThreadPreemption.cpp @@ -1,4 +1,4 @@ -/* $Id: tstR0ThreadPreemption.cpp 29250 2010-05-09 17:53:58Z vboxsync $ */ +/* $Id: tstR0ThreadPreemption.cpp $ */ /** @file * IPRT R0 Testcase - Thread Preemption. */ diff --git a/src/VBox/Runtime/testcase/tstR0ThreadPreemption.h b/src/VBox/Runtime/testcase/tstR0ThreadPreemption.h index a5b993662..f37376428 100644 --- a/src/VBox/Runtime/testcase/tstR0ThreadPreemption.h +++ b/src/VBox/Runtime/testcase/tstR0ThreadPreemption.h @@ -1,4 +1,4 @@ -/* $Id: tstR0ThreadPreemption.h 28800 2010-04-27 08:22:32Z vboxsync $ */ +/* $Id: tstR0ThreadPreemption.h $ */ /** @file * IPRT R0 Testcase - Thread Preemption, common header. */ diff --git a/src/VBox/Runtime/testcase/tstR0ThreadPreemptionDriver.cpp b/src/VBox/Runtime/testcase/tstR0ThreadPreemptionDriver.cpp index b09a08dc3..921269391 100644 --- a/src/VBox/Runtime/testcase/tstR0ThreadPreemptionDriver.cpp +++ b/src/VBox/Runtime/testcase/tstR0ThreadPreemptionDriver.cpp @@ -1,4 +1,4 @@ -/* $Id: tstR0ThreadPreemptionDriver.cpp 28800 2010-04-27 08:22:32Z vboxsync $ */ +/* $Id: tstR0ThreadPreemptionDriver.cpp $ */ /** @file * IPRT R0 Testcase - Thread Preemption, driver program. */ diff --git a/src/VBox/Runtime/testcase/tstRTAvl.cpp b/src/VBox/Runtime/testcase/tstRTAvl.cpp index 152bec482..d3d466721 100644 --- a/src/VBox/Runtime/testcase/tstRTAvl.cpp +++ b/src/VBox/Runtime/testcase/tstRTAvl.cpp @@ -1,4 +1,4 @@ -/* $Id: tstRTAvl.cpp 28800 2010-04-27 08:22:32Z vboxsync $ */ +/* $Id: tstRTAvl.cpp $ */ /** @file * IPRT Testcase - AVL trees. */ diff --git a/src/VBox/Runtime/testcase/tstRTBase64.cpp b/src/VBox/Runtime/testcase/tstRTBase64.cpp index 41f905c5e..bbb2c38d9 100644 --- a/src/VBox/Runtime/testcase/tstRTBase64.cpp +++ b/src/VBox/Runtime/testcase/tstRTBase64.cpp @@ -1,4 +1,4 @@ -/* $Id: tstRTBase64.cpp 28800 2010-04-27 08:22:32Z vboxsync $ */ +/* $Id: tstRTBase64.cpp $ */ /** @file * IPRT Testcase - Base64. */ diff --git a/src/VBox/Runtime/testcase/tstRTBitOperations.cpp b/src/VBox/Runtime/testcase/tstRTBitOperations.cpp index a962ec69e..f7a0c5a10 100644 --- a/src/VBox/Runtime/testcase/tstRTBitOperations.cpp +++ b/src/VBox/Runtime/testcase/tstRTBitOperations.cpp @@ -1,4 +1,4 @@ -/* $Id: tstRTBitOperations.cpp 28800 2010-04-27 08:22:32Z vboxsync $ */ +/* $Id: tstRTBitOperations.cpp $ */ /** @file * IPRT Testcase - Inlined Bit Operations. */ diff --git a/src/VBox/Runtime/testcase/tstRTCidr.cpp b/src/VBox/Runtime/testcase/tstRTCidr.cpp index 270ac2549..48c5ed375 100644 --- a/src/VBox/Runtime/testcase/tstRTCidr.cpp +++ b/src/VBox/Runtime/testcase/tstRTCidr.cpp @@ -1,4 +1,4 @@ -/* $Id: tstRTCidr.cpp 29845 2010-05-27 11:29:36Z vboxsync $ */ +/* $Id: tstRTCidr.cpp $ */ /** @file * IPRT Testcase - IPv4. */ diff --git a/src/VBox/Runtime/testcase/tstRTCritSect.cpp b/src/VBox/Runtime/testcase/tstRTCritSect.cpp index bcc9b996d..b6ae874a0 100644 --- a/src/VBox/Runtime/testcase/tstRTCritSect.cpp +++ b/src/VBox/Runtime/testcase/tstRTCritSect.cpp @@ -1,4 +1,4 @@ -/* $Id: tstRTCritSect.cpp 28800 2010-04-27 08:22:32Z vboxsync $ */ +/* $Id: tstRTCritSect.cpp $ */ /** @file * IPRT Testcase - Critical Sections. */ diff --git a/src/VBox/Runtime/testcase/tstRTDigest.cpp b/src/VBox/Runtime/testcase/tstRTDigest.cpp index 985a421a5..4276d8b95 100644 --- a/src/VBox/Runtime/testcase/tstRTDigest.cpp +++ b/src/VBox/Runtime/testcase/tstRTDigest.cpp @@ -1,4 +1,4 @@ -/* $Id: tstRTDigest.cpp 29906 2010-05-31 13:01:17Z vboxsync $ */ +/* $Id: tstRTDigest.cpp $ */ /** @file * IPRT Testcase - RTSha*, RTMd5, RTCrc*. */ diff --git a/src/VBox/Runtime/testcase/tstRTFileAio.cpp b/src/VBox/Runtime/testcase/tstRTFileAio.cpp index 9e3da3d83..b164083f2 100644 --- a/src/VBox/Runtime/testcase/tstRTFileAio.cpp +++ b/src/VBox/Runtime/testcase/tstRTFileAio.cpp @@ -1,4 +1,4 @@ -/* $Id: tstRTFileAio.cpp 29393 2010-05-12 00:20:38Z vboxsync $ */ +/* $Id: tstRTFileAio.cpp $ */ /** @file * IPRT Testcase - File Async I/O. */ diff --git a/src/VBox/Runtime/testcase/tstRTFileAppend-1.cpp b/src/VBox/Runtime/testcase/tstRTFileAppend-1.cpp index d9a977eb4..c18940b3a 100644 --- a/src/VBox/Runtime/testcase/tstRTFileAppend-1.cpp +++ b/src/VBox/Runtime/testcase/tstRTFileAppend-1.cpp @@ -1,4 +1,4 @@ -/* $Id: tstRTFileAppend-1.cpp 29393 2010-05-12 00:20:38Z vboxsync $ */ +/* $Id: tstRTFileAppend-1.cpp $ */ /** @file * IPRT Testcase - File Appending. */ diff --git a/src/VBox/Runtime/testcase/tstRTFsQueries.cpp b/src/VBox/Runtime/testcase/tstRTFsQueries.cpp index 0e75fe389..b133166f0 100644 --- a/src/VBox/Runtime/testcase/tstRTFsQueries.cpp +++ b/src/VBox/Runtime/testcase/tstRTFsQueries.cpp @@ -1,4 +1,4 @@ -/* $Id: tstRTFsQueries.cpp 28800 2010-04-27 08:22:32Z vboxsync $ */ +/* $Id: tstRTFsQueries.cpp $ */ /** @file * IPRT Testcase - RTFs Queries.. */ diff --git a/src/VBox/Runtime/testcase/tstRTGetOpt.cpp b/src/VBox/Runtime/testcase/tstRTGetOpt.cpp index dab09a4f3..ad1e2c5a4 100644 --- a/src/VBox/Runtime/testcase/tstRTGetOpt.cpp +++ b/src/VBox/Runtime/testcase/tstRTGetOpt.cpp @@ -1,4 +1,4 @@ -/* $Id: tstRTGetOpt.cpp 28800 2010-04-27 08:22:32Z vboxsync $ */ +/* $Id: tstRTGetOpt.cpp $ */ /** @file * IPRT Testcase - RTGetOpt */ diff --git a/src/VBox/Runtime/testcase/tstRTGetOptArgv.cpp b/src/VBox/Runtime/testcase/tstRTGetOptArgv.cpp index baaab0318..27c067683 100644 --- a/src/VBox/Runtime/testcase/tstRTGetOptArgv.cpp +++ b/src/VBox/Runtime/testcase/tstRTGetOptArgv.cpp @@ -1,4 +1,4 @@ -/* $Id: tstRTGetOptArgv.cpp 28800 2010-04-27 08:22:32Z vboxsync $ */ +/* $Id: tstRTGetOptArgv.cpp $ */ /** @file * IPRT Testcase - RTGetOptArgv*. */ diff --git a/src/VBox/Runtime/testcase/tstRTHeapOffset.cpp b/src/VBox/Runtime/testcase/tstRTHeapOffset.cpp index d017f5c27..467619a2a 100644 --- a/src/VBox/Runtime/testcase/tstRTHeapOffset.cpp +++ b/src/VBox/Runtime/testcase/tstRTHeapOffset.cpp @@ -1,4 +1,4 @@ -/* $Id: tstRTHeapOffset.cpp 28800 2010-04-27 08:22:32Z vboxsync $ */ +/* $Id: tstRTHeapOffset.cpp $ */ /** @file * IPRT Testcase - Offset Based Heap. */ diff --git a/src/VBox/Runtime/testcase/tstRTHeapSimple.cpp b/src/VBox/Runtime/testcase/tstRTHeapSimple.cpp index 7921a1482..ef763466f 100644 --- a/src/VBox/Runtime/testcase/tstRTHeapSimple.cpp +++ b/src/VBox/Runtime/testcase/tstRTHeapSimple.cpp @@ -1,4 +1,4 @@ -/* $Id: tstRTHeapSimple.cpp 28800 2010-04-27 08:22:32Z vboxsync $ */ +/* $Id: tstRTHeapSimple.cpp $ */ /** @file * IPRT Testcase - Simple Heap. */ diff --git a/src/VBox/Runtime/testcase/tstRTList.cpp b/src/VBox/Runtime/testcase/tstRTList.cpp index d42aae3cc..7b5ee03df 100644 --- a/src/VBox/Runtime/testcase/tstRTList.cpp +++ b/src/VBox/Runtime/testcase/tstRTList.cpp @@ -1,4 +1,4 @@ -/* $Id: tstRTList.cpp 28800 2010-04-27 08:22:32Z vboxsync $ */ +/* $Id: tstRTList.cpp $ */ /** @file * IPRT Testcase - List interface. */ diff --git a/src/VBox/Runtime/testcase/tstRTLockValidator.cpp b/src/VBox/Runtime/testcase/tstRTLockValidator.cpp index 671fed9cd..36977ec9f 100644 --- a/src/VBox/Runtime/testcase/tstRTLockValidator.cpp +++ b/src/VBox/Runtime/testcase/tstRTLockValidator.cpp @@ -1,4 +1,4 @@ -/* $Id: tstRTLockValidator.cpp 28800 2010-04-27 08:22:32Z vboxsync $ */ +/* $Id: tstRTLockValidator.cpp $ */ /** @file * IPRT Testcase - RTLockValidator. */ diff --git a/src/VBox/Runtime/testcase/tstRTMemCache.cpp b/src/VBox/Runtime/testcase/tstRTMemCache.cpp index 2b4499788..73c481460 100644 --- a/src/VBox/Runtime/testcase/tstRTMemCache.cpp +++ b/src/VBox/Runtime/testcase/tstRTMemCache.cpp @@ -1,4 +1,4 @@ -/* $Id: tstRTMemCache.cpp 28800 2010-04-27 08:22:32Z vboxsync $ */ +/* $Id: tstRTMemCache.cpp $ */ /** @file * IPRT Testcase - RTMemCache. */ diff --git a/src/VBox/Runtime/testcase/tstRTMemEf.cpp b/src/VBox/Runtime/testcase/tstRTMemEf.cpp index 269fbf893..3160e4757 100644 --- a/src/VBox/Runtime/testcase/tstRTMemEf.cpp +++ b/src/VBox/Runtime/testcase/tstRTMemEf.cpp @@ -1,4 +1,4 @@ -/* $Id: tstRTMemEf.cpp 28800 2010-04-27 08:22:32Z vboxsync $ */ +/* $Id: tstRTMemEf.cpp $ */ /** @file * IPRT - Testcase for the RTMemEf* functions. */ diff --git a/src/VBox/Runtime/testcase/tstRTMemPool.cpp b/src/VBox/Runtime/testcase/tstRTMemPool.cpp index 576b74373..d2d1a23ab 100644 --- a/src/VBox/Runtime/testcase/tstRTMemPool.cpp +++ b/src/VBox/Runtime/testcase/tstRTMemPool.cpp @@ -1,4 +1,4 @@ -/* $Id: tstRTMemPool.cpp 28800 2010-04-27 08:22:32Z vboxsync $ */ +/* $Id: tstRTMemPool.cpp $ */ /** @file * IPRT Testcase - MemPool. */ diff --git a/src/VBox/Runtime/testcase/tstRTPath.cpp b/src/VBox/Runtime/testcase/tstRTPath.cpp index dac818ca3..0279e6ab4 100644 --- a/src/VBox/Runtime/testcase/tstRTPath.cpp +++ b/src/VBox/Runtime/testcase/tstRTPath.cpp @@ -1,4 +1,4 @@ -/* $Id: tstRTPath.cpp 28800 2010-04-27 08:22:32Z vboxsync $ */ +/* $Id: tstRTPath.cpp $ */ /** @file * IPRT Testcase - Test various path functions. */ diff --git a/src/VBox/Runtime/testcase/tstRTPipe.cpp b/src/VBox/Runtime/testcase/tstRTPipe.cpp index 8ca7ccc09..deb0d5c6d 100644 --- a/src/VBox/Runtime/testcase/tstRTPipe.cpp +++ b/src/VBox/Runtime/testcase/tstRTPipe.cpp @@ -1,4 +1,4 @@ -/* $Id: tstRTPipe.cpp 28800 2010-04-27 08:22:32Z vboxsync $ */ +/* $Id: tstRTPipe.cpp $ */ /** @file * IPRT Testcase - RTPipe. */ diff --git a/src/VBox/Runtime/testcase/tstRTPoll.cpp b/src/VBox/Runtime/testcase/tstRTPoll.cpp index 9b9e09d93..8e14c23d7 100644 --- a/src/VBox/Runtime/testcase/tstRTPoll.cpp +++ b/src/VBox/Runtime/testcase/tstRTPoll.cpp @@ -1,4 +1,4 @@ -/* $Id: tstRTPoll.cpp 28800 2010-04-27 08:22:32Z vboxsync $ */ +/* $Id: tstRTPoll.cpp $ */ /** @file * IPRT Testcase - RTPoll. */ diff --git a/src/VBox/Runtime/testcase/tstRTProcCreateEx.cpp b/src/VBox/Runtime/testcase/tstRTProcCreateEx.cpp index a3b46a49e..35cce26f3 100644 --- a/src/VBox/Runtime/testcase/tstRTProcCreateEx.cpp +++ b/src/VBox/Runtime/testcase/tstRTProcCreateEx.cpp @@ -1,4 +1,4 @@ -/* $Id: tstRTProcCreateEx.cpp 28800 2010-04-27 08:22:32Z vboxsync $ */ +/* $Id: tstRTProcCreateEx.cpp $ */ /** @file * IPRT Testcase - RTProcCreateEx. */ diff --git a/src/VBox/Runtime/testcase/tstRTProcIsRunningByName.cpp b/src/VBox/Runtime/testcase/tstRTProcIsRunningByName.cpp index 866620a16..ee8b6107a 100644 --- a/src/VBox/Runtime/testcase/tstRTProcIsRunningByName.cpp +++ b/src/VBox/Runtime/testcase/tstRTProcIsRunningByName.cpp @@ -1,4 +1,4 @@ -/* $Id: tstRTProcIsRunningByName.cpp 28800 2010-04-27 08:22:32Z vboxsync $ */ +/* $Id: tstRTProcIsRunningByName.cpp $ */ /** @file * IPRT Testcase - RTProcIsRunningByName */ diff --git a/src/VBox/Runtime/testcase/tstRTProcWait.cpp b/src/VBox/Runtime/testcase/tstRTProcWait.cpp index 6217521e9..210988a8d 100644 --- a/src/VBox/Runtime/testcase/tstRTProcWait.cpp +++ b/src/VBox/Runtime/testcase/tstRTProcWait.cpp @@ -1,4 +1,4 @@ -/* $Id: tstRTProcWait.cpp 28800 2010-04-27 08:22:32Z vboxsync $ */ +/* $Id: tstRTProcWait.cpp $ */ /** @file * IPRT Testcase - RTProcWait. */ diff --git a/src/VBox/Runtime/testcase/tstRTR0MemUserKernel.cpp b/src/VBox/Runtime/testcase/tstRTR0MemUserKernel.cpp index 4f504b6b3..4fc007651 100644 --- a/src/VBox/Runtime/testcase/tstRTR0MemUserKernel.cpp +++ b/src/VBox/Runtime/testcase/tstRTR0MemUserKernel.cpp @@ -1,4 +1,4 @@ -/* $Id: tstRTR0MemUserKernel.cpp 28800 2010-04-27 08:22:32Z vboxsync $ */ +/* $Id: tstRTR0MemUserKernel.cpp $ */ /** @file * IPRT R0 Testcase - Thread Preemption. */ diff --git a/src/VBox/Runtime/testcase/tstRTR0MemUserKernel.h b/src/VBox/Runtime/testcase/tstRTR0MemUserKernel.h index f1d09aba0..7efbeed55 100644 --- a/src/VBox/Runtime/testcase/tstRTR0MemUserKernel.h +++ b/src/VBox/Runtime/testcase/tstRTR0MemUserKernel.h @@ -1,4 +1,4 @@ -/* $Id: tstRTR0MemUserKernel.h 28800 2010-04-27 08:22:32Z vboxsync $ */ +/* $Id: tstRTR0MemUserKernel.h $ */ /** @file * IPRT R0 Testcase - User & Kernel Memory, common header. */ diff --git a/src/VBox/Runtime/testcase/tstRTR0MemUserKernelDriver.cpp b/src/VBox/Runtime/testcase/tstRTR0MemUserKernelDriver.cpp index 3f5e9de6d..dddcb775c 100644 --- a/src/VBox/Runtime/testcase/tstRTR0MemUserKernelDriver.cpp +++ b/src/VBox/Runtime/testcase/tstRTR0MemUserKernelDriver.cpp @@ -1,4 +1,4 @@ -/* $Id: tstRTR0MemUserKernelDriver.cpp 28800 2010-04-27 08:22:32Z vboxsync $ */ +/* $Id: tstRTR0MemUserKernelDriver.cpp $ */ /** @file * IPRT R0 Testcase - Thread Preemption, driver program. */ diff --git a/src/VBox/Runtime/testcase/tstRTR0SemMutex.cpp b/src/VBox/Runtime/testcase/tstRTR0SemMutex.cpp index 26368f9eb..944180755 100644 --- a/src/VBox/Runtime/testcase/tstRTR0SemMutex.cpp +++ b/src/VBox/Runtime/testcase/tstRTR0SemMutex.cpp @@ -1,4 +1,4 @@ -/* $Id: tstRTR0SemMutex.cpp 28800 2010-04-27 08:22:32Z vboxsync $ */ +/* $Id: tstRTR0SemMutex.cpp $ */ /** @file * IPRT R0 Testcase - Mutex Semaphores. */ diff --git a/src/VBox/Runtime/testcase/tstRTR0SemMutex.h b/src/VBox/Runtime/testcase/tstRTR0SemMutex.h index 020383c60..ee5cf4d5e 100644 --- a/src/VBox/Runtime/testcase/tstRTR0SemMutex.h +++ b/src/VBox/Runtime/testcase/tstRTR0SemMutex.h @@ -1,4 +1,4 @@ -/* $Id: tstRTR0SemMutex.h 28800 2010-04-27 08:22:32Z vboxsync $ */ +/* $Id: tstRTR0SemMutex.h $ */ /** @file * IPRT R0 Testcase - Mutex Semaphores, common header. */ diff --git a/src/VBox/Runtime/testcase/tstRTR0SemMutexDriver.cpp b/src/VBox/Runtime/testcase/tstRTR0SemMutexDriver.cpp index 22874ca14..50b458c7c 100644 --- a/src/VBox/Runtime/testcase/tstRTR0SemMutexDriver.cpp +++ b/src/VBox/Runtime/testcase/tstRTR0SemMutexDriver.cpp @@ -1,4 +1,4 @@ -/* $Id: tstRTR0SemMutexDriver.cpp 28800 2010-04-27 08:22:32Z vboxsync $ */ +/* $Id: tstRTR0SemMutexDriver.cpp $ */ /** @file * IPRT R0 Testcase - Thread Preemption, driver program. */ diff --git a/src/VBox/Runtime/testcase/tstRTS3.cpp b/src/VBox/Runtime/testcase/tstRTS3.cpp index a5456df1b..6dda00540 100644 --- a/src/VBox/Runtime/testcase/tstRTS3.cpp +++ b/src/VBox/Runtime/testcase/tstRTS3.cpp @@ -1,4 +1,4 @@ -/* $Id: tstRTS3.cpp 28800 2010-04-27 08:22:32Z vboxsync $ */ +/* $Id: tstRTS3.cpp $ */ /** @file * IPRT Testcase - Simple Storage Service (S3) Communication API */ diff --git a/src/VBox/Runtime/testcase/tstRTSemRW.cpp b/src/VBox/Runtime/testcase/tstRTSemRW.cpp index 7032f240b..06575bce2 100644 --- a/src/VBox/Runtime/testcase/tstRTSemRW.cpp +++ b/src/VBox/Runtime/testcase/tstRTSemRW.cpp @@ -1,4 +1,4 @@ -/* $Id: tstRTSemRW.cpp 28800 2010-04-27 08:22:32Z vboxsync $ */ +/* $Id: tstRTSemRW.cpp $ */ /** @file * IPRT Testcase - Reader/Writer Semaphore. */ diff --git a/src/VBox/Runtime/testcase/tstRTSemXRoads.cpp b/src/VBox/Runtime/testcase/tstRTSemXRoads.cpp index 30aea892f..86169536c 100644 --- a/src/VBox/Runtime/testcase/tstRTSemXRoads.cpp +++ b/src/VBox/Runtime/testcase/tstRTSemXRoads.cpp @@ -1,4 +1,4 @@ -/* $Id: tstRTSemXRoads.cpp 28800 2010-04-27 08:22:32Z vboxsync $ */ +/* $Id: tstRTSemXRoads.cpp $ */ /** @file * IPRT Testcase - RTSemXRoads. */ diff --git a/src/VBox/Runtime/testcase/tstRTSort.cpp b/src/VBox/Runtime/testcase/tstRTSort.cpp index dff8aec79..0bc0e8371 100644 --- a/src/VBox/Runtime/testcase/tstRTSort.cpp +++ b/src/VBox/Runtime/testcase/tstRTSort.cpp @@ -1,4 +1,4 @@ -/* $Id: tstRTSort.cpp 28800 2010-04-27 08:22:32Z vboxsync $ */ +/* $Id: tstRTSort.cpp $ */ /** @file * IPRT Testcase - Sorting. */ diff --git a/src/VBox/Runtime/testcase/tstRTStrAlloc.cpp b/src/VBox/Runtime/testcase/tstRTStrAlloc.cpp index b3e570f19..b1d92a710 100644 --- a/src/VBox/Runtime/testcase/tstRTStrAlloc.cpp +++ b/src/VBox/Runtime/testcase/tstRTStrAlloc.cpp @@ -1,4 +1,4 @@ -/* $Id: tstRTStrAlloc.cpp 28800 2010-04-27 08:22:32Z vboxsync $ */ +/* $Id: tstRTStrAlloc.cpp $ */ /** @file * IPRT Testcase - String allocation APIs and related manimuplators. */ diff --git a/src/VBox/Runtime/testcase/tstRTStrCache.cpp b/src/VBox/Runtime/testcase/tstRTStrCache.cpp index 6078eb90b..ef466554b 100644 --- a/src/VBox/Runtime/testcase/tstRTStrCache.cpp +++ b/src/VBox/Runtime/testcase/tstRTStrCache.cpp @@ -1,4 +1,4 @@ -/* $Id: tstRTStrCache.cpp 28800 2010-04-27 08:22:32Z vboxsync $ */ +/* $Id: tstRTStrCache.cpp $ */ /** @file * IPRT Testcase - StrCache. */ diff --git a/src/VBox/Runtime/testcase/tstRTStrFormat.cpp b/src/VBox/Runtime/testcase/tstRTStrFormat.cpp index f75a237d6..027c7b1cc 100644 --- a/src/VBox/Runtime/testcase/tstRTStrFormat.cpp +++ b/src/VBox/Runtime/testcase/tstRTStrFormat.cpp @@ -1,4 +1,4 @@ -/* $Id: tstRTStrFormat.cpp 29783 2010-05-25 13:13:35Z vboxsync $ */ +/* $Id: tstRTStrFormat.cpp $ */ /** @file * IPRT Testcase - String formatting. */ diff --git a/src/VBox/Runtime/testcase/tstRTStrVersion.cpp b/src/VBox/Runtime/testcase/tstRTStrVersion.cpp index eb7d6b7cc..f96167129 100644 --- a/src/VBox/Runtime/testcase/tstRTStrVersion.cpp +++ b/src/VBox/Runtime/testcase/tstRTStrVersion.cpp @@ -1,4 +1,4 @@ -/* $Id: tstRTStrVersion.cpp 28800 2010-04-27 08:22:32Z vboxsync $ */ +/* $Id: tstRTStrVersion.cpp $ */ /** @file * IPRT Testcase - Version String Comparison. */ diff --git a/src/VBox/Runtime/testcase/tstRTSystemQueryDmi.cpp b/src/VBox/Runtime/testcase/tstRTSystemQueryDmi.cpp index d0c8f1098..9cdbc25ab 100644 --- a/src/VBox/Runtime/testcase/tstRTSystemQueryDmi.cpp +++ b/src/VBox/Runtime/testcase/tstRTSystemQueryDmi.cpp @@ -1,4 +1,4 @@ -/* $Id: tstRTSystemQueryDmi.cpp 29560 2010-05-17 15:08:09Z vboxsync $ */ +/* $Id: tstRTSystemQueryDmi.cpp $ */ /** @file * IPRT Testcase - RTSystemQueryDmi*. */ diff --git a/src/VBox/Runtime/testcase/tstRTSystemQueryOsInfo.cpp b/src/VBox/Runtime/testcase/tstRTSystemQueryOsInfo.cpp index bb465616c..c026918a6 100644 --- a/src/VBox/Runtime/testcase/tstRTSystemQueryOsInfo.cpp +++ b/src/VBox/Runtime/testcase/tstRTSystemQueryOsInfo.cpp @@ -1,4 +1,4 @@ -/* $Id: tstRTSystemQueryOsInfo.cpp 28800 2010-04-27 08:22:32Z vboxsync $ */ +/* $Id: tstRTSystemQueryOsInfo.cpp $ */ /** @file * IPRT Testcase - RTSystemQueryOSInfo. */ diff --git a/src/VBox/Runtime/testcase/tstRTTemp.cpp b/src/VBox/Runtime/testcase/tstRTTemp.cpp index c3d107296..1b3b31a1d 100644 --- a/src/VBox/Runtime/testcase/tstRTTemp.cpp +++ b/src/VBox/Runtime/testcase/tstRTTemp.cpp @@ -1,4 +1,4 @@ -/* $Id: tstRTTemp.cpp 28800 2010-04-27 08:22:32Z vboxsync $ */ +/* $Id: tstRTTemp.cpp $ */ /** @file * IPRT Testcase - Temporary files and directories. */ diff --git a/src/VBox/Runtime/testcase/tstRTTimeSpec.cpp b/src/VBox/Runtime/testcase/tstRTTimeSpec.cpp index acc129ecb..07870ca41 100644 --- a/src/VBox/Runtime/testcase/tstRTTimeSpec.cpp +++ b/src/VBox/Runtime/testcase/tstRTTimeSpec.cpp @@ -1,4 +1,4 @@ -/* $Id: tstRTTimeSpec.cpp 28800 2010-04-27 08:22:32Z vboxsync $ */ +/* $Id: tstRTTimeSpec.cpp $ */ /** @file * IPRT - RTTimeSpec and PRTTIME tests. */ diff --git a/src/VBox/Runtime/testcase/tstRTUuid.cpp b/src/VBox/Runtime/testcase/tstRTUuid.cpp index be849200c..7859099a6 100644 --- a/src/VBox/Runtime/testcase/tstRTUuid.cpp +++ b/src/VBox/Runtime/testcase/tstRTUuid.cpp @@ -1,4 +1,4 @@ -/* $Id: tstRTUuid.cpp 28800 2010-04-27 08:22:32Z vboxsync $ */ +/* $Id: tstRTUuid.cpp $ */ /** @file * IPRT Testcase - UUID. */ diff --git a/src/VBox/Runtime/testcase/tstRand.cpp b/src/VBox/Runtime/testcase/tstRand.cpp index 5f9277045..cf82e6e74 100644 --- a/src/VBox/Runtime/testcase/tstRand.cpp +++ b/src/VBox/Runtime/testcase/tstRand.cpp @@ -1,4 +1,4 @@ -/* $Id: tstRand.cpp 28800 2010-04-27 08:22:32Z vboxsync $ */ +/* $Id: tstRand.cpp $ */ /** @file * IPRT - Testcase for the RTRand API. */ diff --git a/src/VBox/Runtime/testcase/tstSemEvent.cpp b/src/VBox/Runtime/testcase/tstSemEvent.cpp index 878ca5262..6e6e6d803 100644 --- a/src/VBox/Runtime/testcase/tstSemEvent.cpp +++ b/src/VBox/Runtime/testcase/tstSemEvent.cpp @@ -1,4 +1,4 @@ -/* $Id: tstSemEvent.cpp 28800 2010-04-27 08:22:32Z vboxsync $ */ +/* $Id: tstSemEvent.cpp $ */ /** @file * IPRT Testcase - Event Semaphore Test. */ diff --git a/src/VBox/Runtime/testcase/tstSemMutex.cpp b/src/VBox/Runtime/testcase/tstSemMutex.cpp index d99c75829..d3b6722c7 100644 --- a/src/VBox/Runtime/testcase/tstSemMutex.cpp +++ b/src/VBox/Runtime/testcase/tstSemMutex.cpp @@ -1,4 +1,4 @@ -/* $Id: tstSemMutex.cpp 28800 2010-04-27 08:22:32Z vboxsync $ */ +/* $Id: tstSemMutex.cpp $ */ /** @file * IPRT Testcase - Simple Mutex Semaphore Smoke Test. */ diff --git a/src/VBox/Runtime/testcase/tstSemPingPong.cpp b/src/VBox/Runtime/testcase/tstSemPingPong.cpp index 3a6032e81..c35564731 100644 --- a/src/VBox/Runtime/testcase/tstSemPingPong.cpp +++ b/src/VBox/Runtime/testcase/tstSemPingPong.cpp @@ -1,4 +1,4 @@ -/* $Id: tstSemPingPong.cpp 28800 2010-04-27 08:22:32Z vboxsync $ */ +/* $Id: tstSemPingPong.cpp $ */ /** @file * IPRT Testcase - RTSemPing/RTSemPong. */ diff --git a/src/VBox/Runtime/testcase/tstSems.cpp b/src/VBox/Runtime/testcase/tstSems.cpp index be35abf00..38829a7c4 100644 --- a/src/VBox/Runtime/testcase/tstSems.cpp +++ b/src/VBox/Runtime/testcase/tstSems.cpp @@ -1,4 +1,4 @@ -/* $Id: tstSems.cpp 28800 2010-04-27 08:22:32Z vboxsync $ */ +/* $Id: tstSems.cpp $ */ /** @file * IPRT Testcase - Simple Semaphore Smoke Test. */ diff --git a/src/VBox/Runtime/testcase/tstStrSimplePattern.cpp b/src/VBox/Runtime/testcase/tstStrSimplePattern.cpp index 8525cd9cb..f9f11cc64 100644 --- a/src/VBox/Runtime/testcase/tstStrSimplePattern.cpp +++ b/src/VBox/Runtime/testcase/tstStrSimplePattern.cpp @@ -1,4 +1,4 @@ -/* $Id: tstStrSimplePattern.cpp 28800 2010-04-27 08:22:32Z vboxsync $ */ +/* $Id: tstStrSimplePattern.cpp $ */ /** @file * IPRT Testcase - RTStrSimplePattern. */ diff --git a/src/VBox/Runtime/testcase/tstStrToNum.cpp b/src/VBox/Runtime/testcase/tstStrToNum.cpp index 4cb516a04..4f73c7aad 100644 --- a/src/VBox/Runtime/testcase/tstStrToNum.cpp +++ b/src/VBox/Runtime/testcase/tstStrToNum.cpp @@ -1,4 +1,4 @@ -/* $Id: tstStrToNum.cpp 28800 2010-04-27 08:22:32Z vboxsync $ */ +/* $Id: tstStrToNum.cpp $ */ /** @file * IPRT Testcase - String To Number Conversion. */ diff --git a/src/VBox/Runtime/testcase/tstTSC.cpp b/src/VBox/Runtime/testcase/tstTSC.cpp index bb4137756..9b48e07f2 100644 --- a/src/VBox/Runtime/testcase/tstTSC.cpp +++ b/src/VBox/Runtime/testcase/tstTSC.cpp @@ -1,4 +1,4 @@ -/* $Id: tstTSC.cpp 29250 2010-05-09 17:53:58Z vboxsync $ */ +/* $Id: tstTSC.cpp $ */ /** @file * IPRT Testcase - SMP TSC testcase. */ diff --git a/src/VBox/Runtime/testcase/tstTermCallbacks.cpp b/src/VBox/Runtime/testcase/tstTermCallbacks.cpp index 7405145a3..e72e16b55 100644 --- a/src/VBox/Runtime/testcase/tstTermCallbacks.cpp +++ b/src/VBox/Runtime/testcase/tstTermCallbacks.cpp @@ -1,4 +1,4 @@ -/* $Id: tstTermCallbacks.cpp 28800 2010-04-27 08:22:32Z vboxsync $ */ +/* $Id: tstTermCallbacks.cpp $ */ /** @file * IPRT Testcase - Termination Callbacks. */ diff --git a/src/VBox/Runtime/testcase/tstThread-1.cpp b/src/VBox/Runtime/testcase/tstThread-1.cpp index 3fa81fafc..b83d2fa83 100644 --- a/src/VBox/Runtime/testcase/tstThread-1.cpp +++ b/src/VBox/Runtime/testcase/tstThread-1.cpp @@ -1,4 +1,4 @@ -/* $Id: tstThread-1.cpp 28800 2010-04-27 08:22:32Z vboxsync $ */ +/* $Id: tstThread-1.cpp $ */ /** @file * IPRT Testcase - Thread Testcase no.1. */ diff --git a/src/VBox/Runtime/testcase/tstTime-2.cpp b/src/VBox/Runtime/testcase/tstTime-2.cpp index db46c5268..52277e253 100644 --- a/src/VBox/Runtime/testcase/tstTime-2.cpp +++ b/src/VBox/Runtime/testcase/tstTime-2.cpp @@ -1,4 +1,4 @@ -/* $Id: tstTime-2.cpp 29279 2010-05-09 23:29:11Z vboxsync $ */ +/* $Id: tstTime-2.cpp $ */ /** @file * IPRT Testcase - Simple RTTime test. */ diff --git a/src/VBox/Runtime/testcase/tstTime-3.cpp b/src/VBox/Runtime/testcase/tstTime-3.cpp index 36936f30c..e5ba1e803 100644 --- a/src/VBox/Runtime/testcase/tstTime-3.cpp +++ b/src/VBox/Runtime/testcase/tstTime-3.cpp @@ -1,4 +1,4 @@ -/* $Id: tstTime-3.cpp 28800 2010-04-27 08:22:32Z vboxsync $ */ +/* $Id: tstTime-3.cpp $ */ /** @file * IPRT Testcase - Simple RTTime test. */ diff --git a/src/VBox/Runtime/testcase/tstTime-4.cpp b/src/VBox/Runtime/testcase/tstTime-4.cpp index 41b2857c9..06895b858 100644 --- a/src/VBox/Runtime/testcase/tstTime-4.cpp +++ b/src/VBox/Runtime/testcase/tstTime-4.cpp @@ -1,4 +1,4 @@ -/* $Id: tstTime-4.cpp 28800 2010-04-27 08:22:32Z vboxsync $ */ +/* $Id: tstTime-4.cpp $ */ /** @file * IPRT Testcase - Simple RTTime vs. RTTimeSystem test. */ diff --git a/src/VBox/Runtime/testcase/tstTime.cpp b/src/VBox/Runtime/testcase/tstTime.cpp index 8ff537a50..6396e4d04 100644 --- a/src/VBox/Runtime/testcase/tstTime.cpp +++ b/src/VBox/Runtime/testcase/tstTime.cpp @@ -1,4 +1,4 @@ -/* $Id: tstTime.cpp 29279 2010-05-09 23:29:11Z vboxsync $ */ +/* $Id: tstTime.cpp $ */ /** @file * IPRT Testcase - Simple RTTime tests. */ diff --git a/src/VBox/Runtime/testcase/tstTimer.cpp b/src/VBox/Runtime/testcase/tstTimer.cpp index fdeea3b52..da0fcaffc 100644 --- a/src/VBox/Runtime/testcase/tstTimer.cpp +++ b/src/VBox/Runtime/testcase/tstTimer.cpp @@ -1,4 +1,4 @@ -/* $Id: tstTimer.cpp 28800 2010-04-27 08:22:32Z vboxsync $ */ +/* $Id: tstTimer.cpp $ */ /** @file * IPRT Testcase - Timers. */ diff --git a/src/VBox/Runtime/testcase/tstTimerLR.cpp b/src/VBox/Runtime/testcase/tstTimerLR.cpp index 5afca3c54..e8584fb25 100644 --- a/src/VBox/Runtime/testcase/tstTimerLR.cpp +++ b/src/VBox/Runtime/testcase/tstTimerLR.cpp @@ -1,4 +1,4 @@ -/* $Id: tstTimerLR.cpp 28800 2010-04-27 08:22:32Z vboxsync $ */ +/* $Id: tstTimerLR.cpp $ */ /** @file * IPRT Testcase - Low Resolution Timers. */ diff --git a/src/VBox/Runtime/testcase/tstUtf8.cpp b/src/VBox/Runtime/testcase/tstUtf8.cpp index 09373a0ac..454731108 100644 --- a/src/VBox/Runtime/testcase/tstUtf8.cpp +++ b/src/VBox/Runtime/testcase/tstUtf8.cpp @@ -1,4 +1,4 @@ -/* $Id: tstUtf8.cpp 28800 2010-04-27 08:22:32Z vboxsync $ */ +/* $Id: tstUtf8.cpp $ */ /** @file * IPRT Testcase - UTF-8 and UTF-16 string conversions. */ diff --git a/src/VBox/Runtime/win/RTErrConvertFromWin32.cpp b/src/VBox/Runtime/win/RTErrConvertFromWin32.cpp index 424ed38f7..67bcb1e21 100644 --- a/src/VBox/Runtime/win/RTErrConvertFromWin32.cpp +++ b/src/VBox/Runtime/win/RTErrConvertFromWin32.cpp @@ -1,4 +1,4 @@ -/* $Id: RTErrConvertFromWin32.cpp 28800 2010-04-27 08:22:32Z vboxsync $ */ +/* $Id: RTErrConvertFromWin32.cpp $ */ /** @file * IPRT - Convert win32 error codes to iprt status codes. */ diff --git a/src/VBox/Runtime/win/errmsgwin.cpp b/src/VBox/Runtime/win/errmsgwin.cpp index 8c3353458..dfb2fbd2b 100644 --- a/src/VBox/Runtime/win/errmsgwin.cpp +++ b/src/VBox/Runtime/win/errmsgwin.cpp @@ -1,4 +1,4 @@ -/* $Id: errmsgwin.cpp 28800 2010-04-27 08:22:32Z vboxsync $ */ +/* $Id: errmsgwin.cpp $ */ /** @file * IPRT - Status code messages. */ diff --git a/src/VBox/VMM/CFGM.cpp b/src/VBox/VMM/CFGM.cpp index cc3e7b809..6d1251bb6 100644 --- a/src/VBox/VMM/CFGM.cpp +++ b/src/VBox/VMM/CFGM.cpp @@ -1,4 +1,4 @@ -/* $Id: CFGM.cpp 28800 2010-04-27 08:22:32Z vboxsync $ */ +/* $Id: CFGM.cpp $ */ /** @file * CFGM - Configuration Manager. */ diff --git a/src/VBox/VMM/CFGMInternal.h b/src/VBox/VMM/CFGMInternal.h index e8f0ca985..450a019bc 100644 --- a/src/VBox/VMM/CFGMInternal.h +++ b/src/VBox/VMM/CFGMInternal.h @@ -1,4 +1,4 @@ -/* $Id: CFGMInternal.h 28800 2010-04-27 08:22:32Z vboxsync $ */ +/* $Id: CFGMInternal.h $ */ /** @file * CFGM - Internal header file. */ diff --git a/src/VBox/VMM/CPUM.cpp b/src/VBox/VMM/CPUM.cpp index fd872615c..3794db069 100644 --- a/src/VBox/VMM/CPUM.cpp +++ b/src/VBox/VMM/CPUM.cpp @@ -1,4 +1,4 @@ -/* $Id: CPUM.cpp 29250 2010-05-09 17:53:58Z vboxsync $ */ +/* $Id: CPUM.cpp $ */ /** @file * CPUM - CPU Monitor / Manager. */ diff --git a/src/VBox/VMM/CPUMInternal.h b/src/VBox/VMM/CPUMInternal.h index ea078e887..8b112cfd2 100644 --- a/src/VBox/VMM/CPUMInternal.h +++ b/src/VBox/VMM/CPUMInternal.h @@ -1,4 +1,4 @@ -/* $Id: CPUMInternal.h 28800 2010-04-27 08:22:32Z vboxsync $ */ +/* $Id: CPUMInternal.h $ */ /** @file * CPUM - Internal header file. */ diff --git a/src/VBox/VMM/CPUMInternal.mac b/src/VBox/VMM/CPUMInternal.mac index e4b1b6df6..70d0bba75 100644 --- a/src/VBox/VMM/CPUMInternal.mac +++ b/src/VBox/VMM/CPUMInternal.mac @@ -1,4 +1,4 @@ -; $Id: CPUMInternal.mac 28800 2010-04-27 08:22:32Z vboxsync $ +; $Id: CPUMInternal.mac $ ;; @file ; CPUM - Internal header file (asm). ; diff --git a/src/VBox/VMM/DBGF.cpp b/src/VBox/VMM/DBGF.cpp index d26e8862d..fb016a13b 100644 --- a/src/VBox/VMM/DBGF.cpp +++ b/src/VBox/VMM/DBGF.cpp @@ -1,4 +1,4 @@ -/* $Id: DBGF.cpp 28800 2010-04-27 08:22:32Z vboxsync $ */ +/* $Id: DBGF.cpp $ */ /** @file * DBGF - Debugger Facility. */ diff --git a/src/VBox/VMM/DBGFAddr.cpp b/src/VBox/VMM/DBGFAddr.cpp index 708f2e8a8..8d822ec63 100644 --- a/src/VBox/VMM/DBGFAddr.cpp +++ b/src/VBox/VMM/DBGFAddr.cpp @@ -1,4 +1,4 @@ -/* $Id: DBGFAddr.cpp 28800 2010-04-27 08:22:32Z vboxsync $ */ +/* $Id: DBGFAddr.cpp $ */ /** @file * DBGF - Debugger Facility, Mixed Address Methods. */ diff --git a/src/VBox/VMM/DBGFAddrSpace.cpp b/src/VBox/VMM/DBGFAddrSpace.cpp index 4d37f8ec9..a4e102a91 100644 --- a/src/VBox/VMM/DBGFAddrSpace.cpp +++ b/src/VBox/VMM/DBGFAddrSpace.cpp @@ -1,4 +1,4 @@ -/* $Id: DBGFAddrSpace.cpp 29250 2010-05-09 17:53:58Z vboxsync $ */ +/* $Id: DBGFAddrSpace.cpp $ */ /** @file * DBGF - Debugger Facility, Address Space Management. */ diff --git a/src/VBox/VMM/DBGFBp.cpp b/src/VBox/VMM/DBGFBp.cpp index ce7c322f7..0d72ef3ca 100644 --- a/src/VBox/VMM/DBGFBp.cpp +++ b/src/VBox/VMM/DBGFBp.cpp @@ -1,4 +1,4 @@ -/* $Id: DBGFBp.cpp 28800 2010-04-27 08:22:32Z vboxsync $ */ +/* $Id: DBGFBp.cpp $ */ /** @file * DBGF - Debugger Facility, Breakpoint Management. */ diff --git a/src/VBox/VMM/DBGFCpu.cpp b/src/VBox/VMM/DBGFCpu.cpp index 4ce6c4e94..9c4f3d9df 100644 --- a/src/VBox/VMM/DBGFCpu.cpp +++ b/src/VBox/VMM/DBGFCpu.cpp @@ -1,4 +1,4 @@ -/* $Id: DBGFCpu.cpp 28800 2010-04-27 08:22:32Z vboxsync $ */ +/* $Id: DBGFCpu.cpp $ */ /** @file * DBGF - Debugger Facility, CPU State Accessors. */ diff --git a/src/VBox/VMM/DBGFDisas.cpp b/src/VBox/VMM/DBGFDisas.cpp index 537098438..a91e60c93 100644 --- a/src/VBox/VMM/DBGFDisas.cpp +++ b/src/VBox/VMM/DBGFDisas.cpp @@ -1,4 +1,4 @@ -/* $Id: DBGFDisas.cpp 28800 2010-04-27 08:22:32Z vboxsync $ */ +/* $Id: DBGFDisas.cpp $ */ /** @file * DBGF - Debugger Facility, Disassembler. */ diff --git a/src/VBox/VMM/DBGFInfo.cpp b/src/VBox/VMM/DBGFInfo.cpp index 2a0c6de98..4de9cdbb7 100644 --- a/src/VBox/VMM/DBGFInfo.cpp +++ b/src/VBox/VMM/DBGFInfo.cpp @@ -1,4 +1,4 @@ -/* $Id: DBGFInfo.cpp 28800 2010-04-27 08:22:32Z vboxsync $ */ +/* $Id: DBGFInfo.cpp $ */ /** @file * DBGF - Debugger Facility, Info. */ @@ -811,6 +811,101 @@ VMMR3DECL(int) DBGFR3InfoStdErr(PVM pVM, const char *pszName, const char *pszArg /** + * Display several info items. + * + * This is intended used by the fatal error dump only. + * + * @returns + * @param pVM The VM handle. + * @param pszIncludePat Simple string pattern of info items to include. + * @param pszExcludePat Simple string pattern of info items to exclude. + * @param pszSepFmt Item separator format string. The item name will be + * given as parameter. + * @param pHlp The output helper functions. If NULL the logger + * will be used. + * + * @threads EMT + */ +VMMR3DECL(int) DBGFR3InfoMulti(PVM pVM, const char *pszIncludePat, const char *pszExcludePat, const char *pszSepFmt, + PCDBGFINFOHLP pHlp) +{ + /* + * Validate input. + */ + VM_ASSERT_EMT_RETURN(pVM, VERR_VM_THREAD_NOT_EMT); + AssertPtrReturn(pszIncludePat, VERR_INVALID_POINTER); + AssertPtrReturn(pszExcludePat, VERR_INVALID_POINTER); + if (pHlp) + { + AssertPtrReturn(pHlp->pfnPrintf, VERR_INVALID_POINTER); + AssertPtrReturn(pHlp->pfnPrintfV, VERR_INVALID_POINTER); + } + else + pHlp = &g_dbgfR3InfoLogHlp; + + size_t const cchIncludePat = strlen(pszIncludePat); + size_t const cchExcludePat = strlen(pszExcludePat); + const char *pszArgs = ""; + + /* + * Enumerate the info handlers and call the ones matching. + * Note! We won't leave the critical section here... + */ + int rc = RTCritSectEnter(&pVM->dbgf.s.InfoCritSect); + AssertRC(rc); + rc = VWRN_NOT_FOUND; + for (PDBGFINFO pInfo = pVM->dbgf.s.pInfoFirst; pInfo; pInfo = pInfo->pNext) + { + if ( RTStrSimplePatternMultiMatch(pszIncludePat, cchIncludePat, pInfo->szName, pInfo->cchName, NULL) + && !RTStrSimplePatternMultiMatch(pszExcludePat, cchExcludePat, pInfo->szName, pInfo->cchName, NULL)) + { + pHlp->pfnPrintf(pHlp, pszSepFmt, pInfo->szName); + rc = VINF_SUCCESS; + switch (pInfo->enmType) + { + case DBGFINFOTYPE_DEV: + if (pInfo->fFlags & DBGFINFO_FLAGS_RUN_ON_EMT) + rc = VMR3ReqCallVoidWait(pVM, VMCPUID_ANY, (PFNRT)pInfo->u.Dev.pfnHandler, 3, pInfo->u.Dev.pDevIns, pHlp, pszArgs); + else + pInfo->u.Dev.pfnHandler(pInfo->u.Dev.pDevIns, pHlp, pszArgs); + break; + + case DBGFINFOTYPE_DRV: + if (pInfo->fFlags & DBGFINFO_FLAGS_RUN_ON_EMT) + rc = VMR3ReqCallVoidWait(pVM, VMCPUID_ANY, (PFNRT)pInfo->u.Drv.pfnHandler, 3, pInfo->u.Drv.pDrvIns, pHlp, pszArgs); + else + pInfo->u.Drv.pfnHandler(pInfo->u.Drv.pDrvIns, pHlp, pszArgs); + break; + + case DBGFINFOTYPE_INT: + if (pInfo->fFlags & DBGFINFO_FLAGS_RUN_ON_EMT) + rc = VMR3ReqCallVoidWait(pVM, VMCPUID_ANY, (PFNRT)pInfo->u.Int.pfnHandler, 3, pVM, pHlp, pszArgs); + else + pInfo->u.Int.pfnHandler(pVM, pHlp, pszArgs); + break; + + case DBGFINFOTYPE_EXT: + if (pInfo->fFlags & DBGFINFO_FLAGS_RUN_ON_EMT) + rc = VMR3ReqCallVoidWait(pVM, VMCPUID_ANY, (PFNRT)pInfo->u.Ext.pfnHandler, 3, pInfo->u.Ext.pvUser, pHlp, pszArgs); + else + pInfo->u.Ext.pfnHandler(pInfo->u.Ext.pvUser, pHlp, pszArgs); + break; + + default: + AssertMsgFailed(("Invalid info type enmType=%d\n", pInfo->enmType)); + rc = VERR_INTERNAL_ERROR; + break; + } + } + } + int rc2 = RTCritSectLeave(&pVM->dbgf.s.InfoCritSect); + AssertRC(rc2); + + return rc; +} + + +/** * Enumerate all the register info handlers. * * @returns VBox status code. diff --git a/src/VBox/VMM/DBGFInternal.h b/src/VBox/VMM/DBGFInternal.h index 872bd2661..da06958ec 100644 --- a/src/VBox/VMM/DBGFInternal.h +++ b/src/VBox/VMM/DBGFInternal.h @@ -1,4 +1,4 @@ -/* $Id: DBGFInternal.h 28800 2010-04-27 08:22:32Z vboxsync $ */ +/* $Id: DBGFInternal.h $ */ /** @file * DBGF - Internal header file. */ diff --git a/src/VBox/VMM/DBGFLog.cpp b/src/VBox/VMM/DBGFLog.cpp index f855101d5..4ead0a910 100644 --- a/src/VBox/VMM/DBGFLog.cpp +++ b/src/VBox/VMM/DBGFLog.cpp @@ -1,4 +1,4 @@ -/* $Id: DBGFLog.cpp 28800 2010-04-27 08:22:32Z vboxsync $ */ +/* $Id: DBGFLog.cpp $ */ /** @file * DBGF - Debugger Facility, Log Manager. */ diff --git a/src/VBox/VMM/DBGFMem.cpp b/src/VBox/VMM/DBGFMem.cpp index 0f8682aea..ad04016d2 100644 --- a/src/VBox/VMM/DBGFMem.cpp +++ b/src/VBox/VMM/DBGFMem.cpp @@ -1,4 +1,4 @@ -/* $Id: DBGFMem.cpp 28800 2010-04-27 08:22:32Z vboxsync $ */ +/* $Id: DBGFMem.cpp $ */ /** @file * DBGF - Debugger Facility, Memory Methods. */ diff --git a/src/VBox/VMM/DBGFModule.cpp b/src/VBox/VMM/DBGFModule.cpp index d7445d1ca..bf414d270 100644 --- a/src/VBox/VMM/DBGFModule.cpp +++ b/src/VBox/VMM/DBGFModule.cpp @@ -1,4 +1,4 @@ -/* $Id: DBGFModule.cpp 28800 2010-04-27 08:22:32Z vboxsync $ */ +/* $Id: DBGFModule.cpp $ */ /** @file * DBGF - Debugger Facility, Module & Segment Management. */ diff --git a/src/VBox/VMM/DBGFOS.cpp b/src/VBox/VMM/DBGFOS.cpp index 82129d0af..b50fd83a4 100644 --- a/src/VBox/VMM/DBGFOS.cpp +++ b/src/VBox/VMM/DBGFOS.cpp @@ -1,4 +1,4 @@ -/* $Id: DBGFOS.cpp 28800 2010-04-27 08:22:32Z vboxsync $ */ +/* $Id: DBGFOS.cpp $ */ /** @file * DBGF - Debugger Facility, Guest OS Diggers. */ diff --git a/src/VBox/VMM/DBGFStack.cpp b/src/VBox/VMM/DBGFStack.cpp index dfa593d13..da6d79b77 100644 --- a/src/VBox/VMM/DBGFStack.cpp +++ b/src/VBox/VMM/DBGFStack.cpp @@ -1,4 +1,4 @@ -/* $Id: DBGFStack.cpp 28800 2010-04-27 08:22:32Z vboxsync $ */ +/* $Id: DBGFStack.cpp $ */ /** @file * DBGF - Debugger Facility, Call Stack Analyser. */ diff --git a/src/VBox/VMM/DBGFSym.cpp b/src/VBox/VMM/DBGFSym.cpp index 4d9d1b35a..fa70f1006 100644 --- a/src/VBox/VMM/DBGFSym.cpp +++ b/src/VBox/VMM/DBGFSym.cpp @@ -1,4 +1,4 @@ -/* $Id: DBGFSym.cpp 28800 2010-04-27 08:22:32Z vboxsync $ */ +/* $Id: DBGFSym.cpp $ */ /** @file * DBGF - Debugger Facility, Symbol Management. */ diff --git a/src/VBox/VMM/EM.cpp b/src/VBox/VMM/EM.cpp index aa1d40e5b..acec29925 100644 --- a/src/VBox/VMM/EM.cpp +++ b/src/VBox/VMM/EM.cpp @@ -1,4 +1,4 @@ -/* $Id: EM.cpp 29329 2010-05-11 10:18:30Z vboxsync $ */ +/* $Id: EM.cpp $ */ /** @file * EM - Execution Monitor / Manager. */ diff --git a/src/VBox/VMM/EMHandleRCTmpl.h b/src/VBox/VMM/EMHandleRCTmpl.h index a5c091414..128e75673 100644 --- a/src/VBox/VMM/EMHandleRCTmpl.h +++ b/src/VBox/VMM/EMHandleRCTmpl.h @@ -1,4 +1,4 @@ -/* $Id: EMHandleRCTmpl.h 29329 2010-05-11 10:18:30Z vboxsync $ */ +/* $Id: EMHandleRCTmpl.h $ */ /** @file * EM - emR3[Raw|Hwaccm]HandleRC template. */ diff --git a/src/VBox/VMM/EMHwaccm.cpp b/src/VBox/VMM/EMHwaccm.cpp index ca633c041..45e6ec3a3 100644 --- a/src/VBox/VMM/EMHwaccm.cpp +++ b/src/VBox/VMM/EMHwaccm.cpp @@ -1,4 +1,4 @@ -/* $Id: EMHwaccm.cpp 29329 2010-05-11 10:18:30Z vboxsync $ */ +/* $Id: EMHwaccm.cpp $ */ /** @file * EM - Execution Monitor / Manager - hardware virtualization */ diff --git a/src/VBox/VMM/EMInternal.h b/src/VBox/VMM/EMInternal.h index b88cf5a63..c5669bd28 100644 --- a/src/VBox/VMM/EMInternal.h +++ b/src/VBox/VMM/EMInternal.h @@ -1,4 +1,4 @@ -/* $Id: EMInternal.h 28800 2010-04-27 08:22:32Z vboxsync $ */ +/* $Id: EMInternal.h $ */ /** @file * EM - Internal header file. */ diff --git a/src/VBox/VMM/EMRaw.cpp b/src/VBox/VMM/EMRaw.cpp index 8e91e4e1d..f3303e77d 100644 --- a/src/VBox/VMM/EMRaw.cpp +++ b/src/VBox/VMM/EMRaw.cpp @@ -1,4 +1,4 @@ -/* $Id: EMRaw.cpp 29329 2010-05-11 10:18:30Z vboxsync $ */ +/* $Id: EMRaw.cpp $ */ /** @file * EM - Execution Monitor / Manager - software virtualization */ diff --git a/src/VBox/VMM/GMM.cpp b/src/VBox/VMM/GMM.cpp index c2d879389..bb685a25b 100644 --- a/src/VBox/VMM/GMM.cpp +++ b/src/VBox/VMM/GMM.cpp @@ -1,4 +1,4 @@ -/* $Id: GMM.cpp 29620 2010-05-18 12:15:55Z vboxsync $ */ +/* $Id: GMM.cpp $ */ /** @file * GMM - Global Memory Manager, ring-3 request wrappers. */ diff --git a/src/VBox/VMM/HWACCM.cpp b/src/VBox/VMM/HWACCM.cpp index 2391303ca..1d4ccff38 100644 --- a/src/VBox/VMM/HWACCM.cpp +++ b/src/VBox/VMM/HWACCM.cpp @@ -1,4 +1,4 @@ -/* $Id: HWACCM.cpp 29737 2010-05-21 14:07:52Z vboxsync $ */ +/* $Id: HWACCM.cpp $ */ /** @file * HWACCM - Intel/AMD VM Hardware Support Manager */ diff --git a/src/VBox/VMM/HWACCMInternal.h b/src/VBox/VMM/HWACCMInternal.h index dcf92617f..39bd4c933 100644 --- a/src/VBox/VMM/HWACCMInternal.h +++ b/src/VBox/VMM/HWACCMInternal.h @@ -1,4 +1,4 @@ -/* $Id: HWACCMInternal.h 28800 2010-04-27 08:22:32Z vboxsync $ */ +/* $Id: HWACCMInternal.h $ */ /** @file * HWACCM - Internal header file. */ diff --git a/src/VBox/VMM/IOM.cpp b/src/VBox/VMM/IOM.cpp index 434b7d098..c66bc94d6 100644 --- a/src/VBox/VMM/IOM.cpp +++ b/src/VBox/VMM/IOM.cpp @@ -1,4 +1,4 @@ -/* $Id: IOM.cpp 29436 2010-05-12 20:57:57Z vboxsync $ */ +/* $Id: IOM.cpp $ */ /** @file * IOM - Input / Output Monitor. */ diff --git a/src/VBox/VMM/IOMInternal.h b/src/VBox/VMM/IOMInternal.h index 2dfafa38c..b40970c77 100644 --- a/src/VBox/VMM/IOMInternal.h +++ b/src/VBox/VMM/IOMInternal.h @@ -1,4 +1,4 @@ -/* $Id: IOMInternal.h 29436 2010-05-12 20:57:57Z vboxsync $ */ +/* $Id: IOMInternal.h $ */ /** @file * IOM - Internal header file. */ diff --git a/src/VBox/VMM/MM.cpp b/src/VBox/VMM/MM.cpp index ed5bdfb3a..7a2a1dd1a 100644 --- a/src/VBox/VMM/MM.cpp +++ b/src/VBox/VMM/MM.cpp @@ -1,4 +1,4 @@ -/* $Id: MM.cpp 28800 2010-04-27 08:22:32Z vboxsync $ */ +/* $Id: MM.cpp $ */ /** @file * MM - Memory Manager. */ diff --git a/src/VBox/VMM/MMHeap.cpp b/src/VBox/VMM/MMHeap.cpp index b51b9ff2e..df9da8343 100644 --- a/src/VBox/VMM/MMHeap.cpp +++ b/src/VBox/VMM/MMHeap.cpp @@ -1,4 +1,4 @@ -/* $Id: MMHeap.cpp 28800 2010-04-27 08:22:32Z vboxsync $ */ +/* $Id: MMHeap.cpp $ */ /** @file * MM - Memory Manager - Heap. */ diff --git a/src/VBox/VMM/MMHyper.cpp b/src/VBox/VMM/MMHyper.cpp index 6b7a4a35c..2d816a137 100644 --- a/src/VBox/VMM/MMHyper.cpp +++ b/src/VBox/VMM/MMHyper.cpp @@ -1,4 +1,4 @@ -/* $Id: MMHyper.cpp 28800 2010-04-27 08:22:32Z vboxsync $ */ +/* $Id: MMHyper.cpp $ */ /** @file * MM - Memory Manager - Hypervisor Memory Area. */ diff --git a/src/VBox/VMM/MMInternal.h b/src/VBox/VMM/MMInternal.h index 1a6eeac7c..17295f7b6 100644 --- a/src/VBox/VMM/MMInternal.h +++ b/src/VBox/VMM/MMInternal.h @@ -1,4 +1,4 @@ -/* $Id: MMInternal.h 28800 2010-04-27 08:22:32Z vboxsync $ */ +/* $Id: MMInternal.h $ */ /** @file * MM - Internal header file. */ diff --git a/src/VBox/VMM/MMPagePool.cpp b/src/VBox/VMM/MMPagePool.cpp index 3e58284d3..380c9924a 100644 --- a/src/VBox/VMM/MMPagePool.cpp +++ b/src/VBox/VMM/MMPagePool.cpp @@ -1,4 +1,4 @@ -/* $Id: MMPagePool.cpp 28800 2010-04-27 08:22:32Z vboxsync $ */ +/* $Id: MMPagePool.cpp $ */ /** @file * MM - Memory Manager - Page Pool. */ diff --git a/src/VBox/VMM/MMUkHeap.cpp b/src/VBox/VMM/MMUkHeap.cpp index cc14402b5..22af2497b 100644 --- a/src/VBox/VMM/MMUkHeap.cpp +++ b/src/VBox/VMM/MMUkHeap.cpp @@ -1,4 +1,4 @@ -/* $Id: MMUkHeap.cpp 28800 2010-04-27 08:22:32Z vboxsync $ */ +/* $Id: MMUkHeap.cpp $ */ /** @file * MM - Memory Manager - Ring-3 Heap with kernel accessible mapping. */ diff --git a/src/VBox/VMM/Makefile.kmk b/src/VBox/VMM/Makefile.kmk index dd72ab3fc..743b2803f 100644 --- a/src/VBox/VMM/Makefile.kmk +++ b/src/VBox/VMM/Makefile.kmk @@ -1,4 +1,4 @@ -# $Id: Makefile.kmk 29566 2010-05-17 15:23:06Z vboxsync $ +# $Id: Makefile.kmk $ ## @file # Top-level makefile for the VMM. # diff --git a/src/VBox/VMM/PATM/CSAM.cpp b/src/VBox/VMM/PATM/CSAM.cpp index 1929a54dc..c03cd217b 100644 --- a/src/VBox/VMM/PATM/CSAM.cpp +++ b/src/VBox/VMM/PATM/CSAM.cpp @@ -1,4 +1,4 @@ -/* $Id: CSAM.cpp 28800 2010-04-27 08:22:32Z vboxsync $ */ +/* $Id: CSAM.cpp $ */ /** @file * CSAM - Guest OS Code Scanning and Analysis Manager */ diff --git a/src/VBox/VMM/PATM/CSAMInternal.h b/src/VBox/VMM/PATM/CSAMInternal.h index f604a446a..a136862dc 100644 --- a/src/VBox/VMM/PATM/CSAMInternal.h +++ b/src/VBox/VMM/PATM/CSAMInternal.h @@ -1,4 +1,4 @@ -/* $Id: CSAMInternal.h 28800 2010-04-27 08:22:32Z vboxsync $ */ +/* $Id: CSAMInternal.h $ */ /** @file * CSAM - Internal header file. */ diff --git a/src/VBox/VMM/PATM/PATM.cpp b/src/VBox/VMM/PATM/PATM.cpp index 4d8ba6cc0..12370a222 100644 --- a/src/VBox/VMM/PATM/PATM.cpp +++ b/src/VBox/VMM/PATM/PATM.cpp @@ -1,4 +1,4 @@ -/* $Id: PATM.cpp 28800 2010-04-27 08:22:32Z vboxsync $ */ +/* $Id: PATM.cpp $ */ /** @file * PATM - Dynamic Guest OS Patching Manager * diff --git a/src/VBox/VMM/PATM/PATMA.asm b/src/VBox/VMM/PATM/PATMA.asm index e0e71c38b..ea2221f8b 100644 --- a/src/VBox/VMM/PATM/PATMA.asm +++ b/src/VBox/VMM/PATM/PATMA.asm @@ -1,4 +1,4 @@ -; $Id: PATMA.asm 28800 2010-04-27 08:22:32Z vboxsync $ +; $Id: PATMA.asm $ ;; @file ; PATM Assembly Routines. ; diff --git a/src/VBox/VMM/PATM/PATMA.h b/src/VBox/VMM/PATM/PATMA.h index 565c1342a..c7e787c77 100644 --- a/src/VBox/VMM/PATM/PATMA.h +++ b/src/VBox/VMM/PATM/PATMA.h @@ -1,4 +1,4 @@ -/* $Id: PATMA.h 28800 2010-04-27 08:22:32Z vboxsync $ */ +/* $Id: PATMA.h $ */ /** @file * PATM macros & definitions (identical to PATMA.mac!!) */ diff --git a/src/VBox/VMM/PATM/PATMA.mac b/src/VBox/VMM/PATM/PATMA.mac index 43e4fe202..ffe2d1fdf 100644 --- a/src/VBox/VMM/PATM/PATMA.mac +++ b/src/VBox/VMM/PATM/PATMA.mac @@ -1,4 +1,4 @@ -; $Id: PATMA.mac 28800 2010-04-27 08:22:32Z vboxsync $ +; $Id: PATMA.mac $ ;; @file ; PATM macros & definitions (identical to PATMA.h!!) ; diff --git a/src/VBox/VMM/PATM/PATMGuest.cpp b/src/VBox/VMM/PATM/PATMGuest.cpp index 21f47841c..00bf114e0 100644 --- a/src/VBox/VMM/PATM/PATMGuest.cpp +++ b/src/VBox/VMM/PATM/PATMGuest.cpp @@ -1,4 +1,4 @@ -/* $Id: PATMGuest.cpp 28800 2010-04-27 08:22:32Z vboxsync $ */ +/* $Id: PATMGuest.cpp $ */ /** @file * PATMGuest - Guest OS Patching Manager (non-generic) */ diff --git a/src/VBox/VMM/PATM/PATMInternal.h b/src/VBox/VMM/PATM/PATMInternal.h index 2d855e920..dd24a3a3f 100644 --- a/src/VBox/VMM/PATM/PATMInternal.h +++ b/src/VBox/VMM/PATM/PATMInternal.h @@ -1,4 +1,4 @@ -/* $Id: PATMInternal.h 28800 2010-04-27 08:22:32Z vboxsync $ */ +/* $Id: PATMInternal.h $ */ /** @file * PATM - Internal header file. */ diff --git a/src/VBox/VMM/PATM/PATMPatch.cpp b/src/VBox/VMM/PATM/PATMPatch.cpp index b1b20dcef..a43c96d25 100644 --- a/src/VBox/VMM/PATM/PATMPatch.cpp +++ b/src/VBox/VMM/PATM/PATMPatch.cpp @@ -1,4 +1,4 @@ -/* $Id: PATMPatch.cpp 28800 2010-04-27 08:22:32Z vboxsync $ */ +/* $Id: PATMPatch.cpp $ */ /** @file * PATMPatch - Dynamic Guest OS Instruction patches * diff --git a/src/VBox/VMM/PATM/PATMPatch.h b/src/VBox/VMM/PATM/PATMPatch.h index d26e83d96..eb859ab5a 100644 --- a/src/VBox/VMM/PATM/PATMPatch.h +++ b/src/VBox/VMM/PATM/PATMPatch.h @@ -1,4 +1,4 @@ -/* $Id: PATMPatch.h 28800 2010-04-27 08:22:32Z vboxsync $ */ +/* $Id: PATMPatch.h $ */ /** @file * PATMPatch - Internal header file. */ diff --git a/src/VBox/VMM/PATM/PATMSSM.cpp b/src/VBox/VMM/PATM/PATMSSM.cpp index fd10d70db..361dd0f9e 100644 --- a/src/VBox/VMM/PATM/PATMSSM.cpp +++ b/src/VBox/VMM/PATM/PATMSSM.cpp @@ -1,4 +1,4 @@ -/* $Id: PATMSSM.cpp 28800 2010-04-27 08:22:32Z vboxsync $ */ +/* $Id: PATMSSM.cpp $ */ /** @file * PATMSSM - Dynamic Guest OS Patching Manager; Save and load state * diff --git a/src/VBox/VMM/PATM/VMMAll/CSAMAll.cpp b/src/VBox/VMM/PATM/VMMAll/CSAMAll.cpp index 94793ab67..b63aa7667 100644 --- a/src/VBox/VMM/PATM/VMMAll/CSAMAll.cpp +++ b/src/VBox/VMM/PATM/VMMAll/CSAMAll.cpp @@ -1,4 +1,4 @@ -/* $Id: CSAMAll.cpp 28800 2010-04-27 08:22:32Z vboxsync $ */ +/* $Id: CSAMAll.cpp $ */ /** @file * CSAM - Guest OS Code Scanning and Analysis Manager - Any Context */ diff --git a/src/VBox/VMM/PATM/VMMAll/PATMAll.cpp b/src/VBox/VMM/PATM/VMMAll/PATMAll.cpp index 1e6a1c320..fce81c6a3 100644 --- a/src/VBox/VMM/PATM/VMMAll/PATMAll.cpp +++ b/src/VBox/VMM/PATM/VMMAll/PATMAll.cpp @@ -1,4 +1,4 @@ -/* $Id: PATMAll.cpp 28800 2010-04-27 08:22:32Z vboxsync $ */ +/* $Id: PATMAll.cpp $ */ /** @file * PATM - The Patch Manager, all contexts. */ diff --git a/src/VBox/VMM/PATM/VMMGC/CSAMGC.cpp b/src/VBox/VMM/PATM/VMMGC/CSAMGC.cpp index 4134cacfc..68bf7a3c6 100644 --- a/src/VBox/VMM/PATM/VMMGC/CSAMGC.cpp +++ b/src/VBox/VMM/PATM/VMMGC/CSAMGC.cpp @@ -1,4 +1,4 @@ -/* $Id: CSAMGC.cpp 29250 2010-05-09 17:53:58Z vboxsync $ */ +/* $Id: CSAMGC.cpp $ */ /** @file * CSAM - Guest OS Code Scanning and Analysis Manager - Any Context */ diff --git a/src/VBox/VMM/PATM/VMMGC/PATMGC.cpp b/src/VBox/VMM/PATM/VMMGC/PATMGC.cpp index fe04c4f73..8872f738d 100644 --- a/src/VBox/VMM/PATM/VMMGC/PATMGC.cpp +++ b/src/VBox/VMM/PATM/VMMGC/PATMGC.cpp @@ -1,4 +1,4 @@ -/* $Id: PATMGC.cpp 28800 2010-04-27 08:22:32Z vboxsync $ */ +/* $Id: PATMGC.cpp $ */ /** @file * PATM - Dynamic Guest OS Patching Manager - Guest Context */ diff --git a/src/VBox/VMM/PDM.cpp b/src/VBox/VMM/PDM.cpp index fc5d77c3a..b4fc233cd 100644 --- a/src/VBox/VMM/PDM.cpp +++ b/src/VBox/VMM/PDM.cpp @@ -1,4 +1,4 @@ -/* $Id: PDM.cpp 28801 2010-04-27 09:05:12Z vboxsync $ */ +/* $Id: PDM.cpp $ */ /** @file * PDM - Pluggable Device Manager. */ diff --git a/src/VBox/VMM/PDMAsyncCompletion.cpp b/src/VBox/VMM/PDMAsyncCompletion.cpp index 9937ef1f3..ae17738b7 100644 --- a/src/VBox/VMM/PDMAsyncCompletion.cpp +++ b/src/VBox/VMM/PDMAsyncCompletion.cpp @@ -1,4 +1,4 @@ -/* $Id: PDMAsyncCompletion.cpp 29496 2010-05-14 19:09:40Z vboxsync $ */ +/* $Id: PDMAsyncCompletion.cpp $ */ /** @file * PDM Async I/O - Transport data asynchronous in R3 using EMT. */ diff --git a/src/VBox/VMM/PDMAsyncCompletionFile.cpp b/src/VBox/VMM/PDMAsyncCompletionFile.cpp index 4d4c2c2d2..1452b0a39 100644 --- a/src/VBox/VMM/PDMAsyncCompletionFile.cpp +++ b/src/VBox/VMM/PDMAsyncCompletionFile.cpp @@ -1,4 +1,4 @@ -/* $Id: PDMAsyncCompletionFile.cpp 29587 2010-05-17 21:42:26Z vboxsync $ */ +/* $Id: PDMAsyncCompletionFile.cpp $ */ /** @file * PDM Async I/O - Transport data asynchronous in R3 using EMT. */ diff --git a/src/VBox/VMM/PDMAsyncCompletionFileCache.cpp b/src/VBox/VMM/PDMAsyncCompletionFileCache.cpp index da10bcb79..0ce15373e 100644 --- a/src/VBox/VMM/PDMAsyncCompletionFileCache.cpp +++ b/src/VBox/VMM/PDMAsyncCompletionFileCache.cpp @@ -1,4 +1,4 @@ -/* $Id: PDMAsyncCompletionFileCache.cpp 29587 2010-05-17 21:42:26Z vboxsync $ */ +/* $Id: PDMAsyncCompletionFileCache.cpp $ */ /** @file * PDM Async I/O - Transport data asynchronous in R3 using EMT. * File data cache. diff --git a/src/VBox/VMM/PDMAsyncCompletionFileFailsafe.cpp b/src/VBox/VMM/PDMAsyncCompletionFileFailsafe.cpp index 75e4ece4d..4127d070a 100644 --- a/src/VBox/VMM/PDMAsyncCompletionFileFailsafe.cpp +++ b/src/VBox/VMM/PDMAsyncCompletionFileFailsafe.cpp @@ -1,4 +1,4 @@ -/* $Id: PDMAsyncCompletionFileFailsafe.cpp 29250 2010-05-09 17:53:58Z vboxsync $ */ +/* $Id: PDMAsyncCompletionFileFailsafe.cpp $ */ /** @file * PDM Async I/O - Transport data asynchronous in R3 using EMT. * Simple File I/O manager. diff --git a/src/VBox/VMM/PDMAsyncCompletionFileInternal.h b/src/VBox/VMM/PDMAsyncCompletionFileInternal.h index 391dacb54..431d3aae0 100644 --- a/src/VBox/VMM/PDMAsyncCompletionFileInternal.h +++ b/src/VBox/VMM/PDMAsyncCompletionFileInternal.h @@ -1,4 +1,4 @@ -/* $Id: PDMAsyncCompletionFileInternal.h 29587 2010-05-17 21:42:26Z vboxsync $ */ +/* $Id: PDMAsyncCompletionFileInternal.h $ */ /** @file * PDM Async I/O - Transport data asynchronous in R3 using EMT. */ diff --git a/src/VBox/VMM/PDMAsyncCompletionFileNormal.cpp b/src/VBox/VMM/PDMAsyncCompletionFileNormal.cpp index bde1ee239..2f9322dec 100644 --- a/src/VBox/VMM/PDMAsyncCompletionFileNormal.cpp +++ b/src/VBox/VMM/PDMAsyncCompletionFileNormal.cpp @@ -1,4 +1,4 @@ -/* $Id: PDMAsyncCompletionFileNormal.cpp 29474 2010-05-14 14:56:39Z vboxsync $ */ +/* $Id: PDMAsyncCompletionFileNormal.cpp $ */ /** @file * PDM Async I/O - Transport data asynchronous in R3 using EMT. * Async File I/O manager. diff --git a/src/VBox/VMM/PDMAsyncCompletionInternal.h b/src/VBox/VMM/PDMAsyncCompletionInternal.h index cf5789b28..6309697a9 100644 --- a/src/VBox/VMM/PDMAsyncCompletionInternal.h +++ b/src/VBox/VMM/PDMAsyncCompletionInternal.h @@ -1,4 +1,4 @@ -/* $Id: PDMAsyncCompletionInternal.h 29496 2010-05-14 19:09:40Z vboxsync $ */ +/* $Id: PDMAsyncCompletionInternal.h $ */ /** @file * PDM - Pluggable Device Manager, Async I/O Completion internal header. */ diff --git a/src/VBox/VMM/PDMCritSect.cpp b/src/VBox/VMM/PDMCritSect.cpp index 9b488bfc7..95ccf9594 100644 --- a/src/VBox/VMM/PDMCritSect.cpp +++ b/src/VBox/VMM/PDMCritSect.cpp @@ -1,4 +1,4 @@ -/* $Id: PDMCritSect.cpp 28800 2010-04-27 08:22:32Z vboxsync $ */ +/* $Id: PDMCritSect.cpp $ */ /** @file * PDM - Critical Sections, Ring-3. */ diff --git a/src/VBox/VMM/PDMDevHlp.cpp b/src/VBox/VMM/PDMDevHlp.cpp index 8a55437d8..0113b2293 100644 --- a/src/VBox/VMM/PDMDevHlp.cpp +++ b/src/VBox/VMM/PDMDevHlp.cpp @@ -1,4 +1,4 @@ -/* $Id: PDMDevHlp.cpp 29521 2010-05-17 10:14:22Z vboxsync $ */ +/* $Id: PDMDevHlp.cpp $ */ /** @file * PDM - Pluggable Device and Driver Manager, Device Helpers. */ diff --git a/src/VBox/VMM/PDMDevMiscHlp.cpp b/src/VBox/VMM/PDMDevMiscHlp.cpp index d7031c489..83584d75d 100644 --- a/src/VBox/VMM/PDMDevMiscHlp.cpp +++ b/src/VBox/VMM/PDMDevMiscHlp.cpp @@ -1,4 +1,4 @@ -/* $Id: PDMDevMiscHlp.cpp 28800 2010-04-27 08:22:32Z vboxsync $ */ +/* $Id: PDMDevMiscHlp.cpp $ */ /** @file * PDM - Pluggable Device and Driver Manager, Misc. Device Helpers. */ diff --git a/src/VBox/VMM/PDMDevice.cpp b/src/VBox/VMM/PDMDevice.cpp index 0d3bc6f9e..36861d80b 100644 --- a/src/VBox/VMM/PDMDevice.cpp +++ b/src/VBox/VMM/PDMDevice.cpp @@ -1,4 +1,4 @@ -/* $Id: PDMDevice.cpp 28800 2010-04-27 08:22:32Z vboxsync $ */ +/* $Id: PDMDevice.cpp $ */ /** @file * PDM - Pluggable Device and Driver Manager, Device parts. */ diff --git a/src/VBox/VMM/PDMDriver.cpp b/src/VBox/VMM/PDMDriver.cpp index 9939a9b7b..634277d25 100644 --- a/src/VBox/VMM/PDMDriver.cpp +++ b/src/VBox/VMM/PDMDriver.cpp @@ -1,4 +1,4 @@ -/* $Id: PDMDriver.cpp 29521 2010-05-17 10:14:22Z vboxsync $ */ +/* $Id: PDMDriver.cpp $ */ /** @file * PDM - Pluggable Device and Driver Manager, Driver parts. */ diff --git a/src/VBox/VMM/PDMInternal.h b/src/VBox/VMM/PDMInternal.h index 8361beeb3..275dece3b 100644 --- a/src/VBox/VMM/PDMInternal.h +++ b/src/VBox/VMM/PDMInternal.h @@ -1,4 +1,4 @@ -/* $Id: PDMInternal.h 29911 2010-05-31 14:24:38Z vboxsync $ */ +/* $Id: PDMInternal.h $ */ /** @file * PDM - Internal header file. */ diff --git a/src/VBox/VMM/PDMLdr.cpp b/src/VBox/VMM/PDMLdr.cpp index df0734fbe..203ecd87b 100644 --- a/src/VBox/VMM/PDMLdr.cpp +++ b/src/VBox/VMM/PDMLdr.cpp @@ -1,4 +1,4 @@ -/* $Id: PDMLdr.cpp 28800 2010-04-27 08:22:32Z vboxsync $ */ +/* $Id: PDMLdr.cpp $ */ /** @file * PDM - Pluggable Device Manager, module loader. */ diff --git a/src/VBox/VMM/PDMQueue.cpp b/src/VBox/VMM/PDMQueue.cpp index 69dac741d..0cfa4bd67 100644 --- a/src/VBox/VMM/PDMQueue.cpp +++ b/src/VBox/VMM/PDMQueue.cpp @@ -1,4 +1,4 @@ -/* $Id: PDMQueue.cpp 29910 2010-05-31 14:04:26Z vboxsync $ */ +/* $Id: PDMQueue.cpp $ */ /** @file * PDM Queue - Transport data and tasks to EMT and R3. */ diff --git a/src/VBox/VMM/PDMThread.cpp b/src/VBox/VMM/PDMThread.cpp index 0a2587b10..4f0099f09 100644 --- a/src/VBox/VMM/PDMThread.cpp +++ b/src/VBox/VMM/PDMThread.cpp @@ -1,4 +1,4 @@ -/* $Id: PDMThread.cpp 28800 2010-04-27 08:22:32Z vboxsync $ */ +/* $Id: PDMThread.cpp $ */ /** @file * PDM Thread - VM Thread Management. */ diff --git a/src/VBox/VMM/PDMUsb.cpp b/src/VBox/VMM/PDMUsb.cpp index 0c8571bec..8e18af845 100644 --- a/src/VBox/VMM/PDMUsb.cpp +++ b/src/VBox/VMM/PDMUsb.cpp @@ -1,4 +1,4 @@ -/* $Id: PDMUsb.cpp 28800 2010-04-27 08:22:32Z vboxsync $ */ +/* $Id: PDMUsb.cpp $ */ /** @file * PDM - Pluggable Device and Driver Manager, USB part. */ diff --git a/src/VBox/VMM/PGM.cpp b/src/VBox/VMM/PGM.cpp index 4957e2f90..d9cd2ca10 100644 --- a/src/VBox/VMM/PGM.cpp +++ b/src/VBox/VMM/PGM.cpp @@ -1,4 +1,4 @@ -/* $Id: PGM.cpp 29646 2010-05-18 15:44:08Z vboxsync $ */ +/* $Id: PGM.cpp $ */ /** @file * PGM - Page Manager and Monitor. (Mixing stuff here, not good?) */ diff --git a/src/VBox/VMM/PGMBth.h b/src/VBox/VMM/PGMBth.h index aba82e493..1957048c6 100644 --- a/src/VBox/VMM/PGMBth.h +++ b/src/VBox/VMM/PGMBth.h @@ -1,4 +1,4 @@ -/* $Id: PGMBth.h 28800 2010-04-27 08:22:32Z vboxsync $ */ +/* $Id: PGMBth.h $ */ /** @file * VBox - Page Manager / Monitor, Shadow+Guest Paging Template. */ diff --git a/src/VBox/VMM/PGMDbg.cpp b/src/VBox/VMM/PGMDbg.cpp index 6621a4371..f3831fe7f 100644 --- a/src/VBox/VMM/PGMDbg.cpp +++ b/src/VBox/VMM/PGMDbg.cpp @@ -1,4 +1,4 @@ -/* $Id: PGMDbg.cpp 28800 2010-04-27 08:22:32Z vboxsync $ */ +/* $Id: PGMDbg.cpp $ */ /** @file * PGM - Page Manager and Monitor - Debugger & Debugging APIs. */ diff --git a/src/VBox/VMM/PGMGst.h b/src/VBox/VMM/PGMGst.h index 8720247c3..0ec41e2c4 100644 --- a/src/VBox/VMM/PGMGst.h +++ b/src/VBox/VMM/PGMGst.h @@ -1,4 +1,4 @@ -/* $Id: PGMGst.h 28800 2010-04-27 08:22:32Z vboxsync $ */ +/* $Id: PGMGst.h $ */ /** @file * VBox - Page Manager / Monitor, Guest Paging Template. */ diff --git a/src/VBox/VMM/PGMGstDefs.h b/src/VBox/VMM/PGMGstDefs.h index 3ab17d055..b7a4569de 100644 --- a/src/VBox/VMM/PGMGstDefs.h +++ b/src/VBox/VMM/PGMGstDefs.h @@ -1,4 +1,4 @@ -/* $Id: PGMGstDefs.h 28800 2010-04-27 08:22:32Z vboxsync $ */ +/* $Id: PGMGstDefs.h $ */ /** @file * VBox - Page Manager, Guest Paging Template - All context code. */ diff --git a/src/VBox/VMM/PGMHandler.cpp b/src/VBox/VMM/PGMHandler.cpp index b7bfefb31..00e13c94c 100644 --- a/src/VBox/VMM/PGMHandler.cpp +++ b/src/VBox/VMM/PGMHandler.cpp @@ -1,4 +1,4 @@ -/* $Id: PGMHandler.cpp 28800 2010-04-27 08:22:32Z vboxsync $ */ +/* $Id: PGMHandler.cpp $ */ /** @file * PGM - Page Manager / Monitor, Access Handlers. */ diff --git a/src/VBox/VMM/PGMInline.h b/src/VBox/VMM/PGMInline.h index 79f045c9b..d911004b9 100644 --- a/src/VBox/VMM/PGMInline.h +++ b/src/VBox/VMM/PGMInline.h @@ -1,4 +1,4 @@ -/* $Id: PGMInline.h 28800 2010-04-27 08:22:32Z vboxsync $ */ +/* $Id: PGMInline.h $ */ /** @file * PGM - Inlined functions. */ diff --git a/src/VBox/VMM/PGMInternal.h b/src/VBox/VMM/PGMInternal.h index e8948e67f..3a49b15e5 100644 --- a/src/VBox/VMM/PGMInternal.h +++ b/src/VBox/VMM/PGMInternal.h @@ -1,4 +1,4 @@ -/* $Id: PGMInternal.h 29646 2010-05-18 15:44:08Z vboxsync $ */ +/* $Id: PGMInternal.h $ */ /** @file * PGM - Internal header file. */ diff --git a/src/VBox/VMM/PGMMap.cpp b/src/VBox/VMM/PGMMap.cpp index e998a12b3..10a60093b 100644 --- a/src/VBox/VMM/PGMMap.cpp +++ b/src/VBox/VMM/PGMMap.cpp @@ -1,4 +1,4 @@ -/* $Id: PGMMap.cpp 28800 2010-04-27 08:22:32Z vboxsync $ */ +/* $Id: PGMMap.cpp $ */ /** @file * PGM - Page Manager, Guest Context Mappings. */ diff --git a/src/VBox/VMM/PGMPhys.cpp b/src/VBox/VMM/PGMPhys.cpp index d30fc87e5..72fee31a4 100644 --- a/src/VBox/VMM/PGMPhys.cpp +++ b/src/VBox/VMM/PGMPhys.cpp @@ -1,4 +1,4 @@ -/* $Id: PGMPhys.cpp 29646 2010-05-18 15:44:08Z vboxsync $ */ +/* $Id: PGMPhys.cpp $ */ /** @file * PGM - Page Manager and Monitor, Physical Memory Addressing. */ diff --git a/src/VBox/VMM/PGMPhysRWTmpl.h b/src/VBox/VMM/PGMPhysRWTmpl.h index 353cba14f..0078b65e4 100644 --- a/src/VBox/VMM/PGMPhysRWTmpl.h +++ b/src/VBox/VMM/PGMPhysRWTmpl.h @@ -1,4 +1,4 @@ -/* $Id: PGMPhysRWTmpl.h 28800 2010-04-27 08:22:32Z vboxsync $ */ +/* $Id: PGMPhysRWTmpl.h $ */ /** @file * PGM - Page Manager and Monitor, Physical Memory Access Template. */ diff --git a/src/VBox/VMM/PGMPool.cpp b/src/VBox/VMM/PGMPool.cpp index b1bb4a385..51a9b9c9c 100644 --- a/src/VBox/VMM/PGMPool.cpp +++ b/src/VBox/VMM/PGMPool.cpp @@ -1,4 +1,4 @@ -/* $Id: PGMPool.cpp 29888 2010-05-31 10:00:01Z vboxsync $ */ +/* $Id: PGMPool.cpp $ */ /** @file * PGM Shadow Page Pool. */ @@ -753,7 +753,7 @@ DECLCALLBACK(VBOXSTRICTRC) pgmR3PoolClearAllRendezvous(PVM pVM, PVMCPU pVCpu, vo * recently removed MMIO ranges around that might otherwise end up asserting in pgmPoolTracDerefGCPhysHint */ for (unsigned i = 0; i < RT_ELEMENTS(pPool->aIdxDirtyPages); i++) - { + { PPGMPOOLPAGE pPage; unsigned idxPage; @@ -776,7 +776,7 @@ DECLCALLBACK(VBOXSTRICTRC) pgmR3PoolClearAllRendezvous(PVM pVM, PVMCPU pVCpu, vo pPage->fDirty = false; pPool->aIdxDirtyPages[i] = NIL_PGMPOOL_IDX; - } + } /* Clear all dirty pages. */ pPool->idxFreeDirtyPage = 0; diff --git a/src/VBox/VMM/PGMSavedState.cpp b/src/VBox/VMM/PGMSavedState.cpp index fbd966760..c8a5edd3d 100644 --- a/src/VBox/VMM/PGMSavedState.cpp +++ b/src/VBox/VMM/PGMSavedState.cpp @@ -1,4 +1,4 @@ -/* $Id: PGMSavedState.cpp 28800 2010-04-27 08:22:32Z vboxsync $ */ +/* $Id: PGMSavedState.cpp $ */ /** @file * PGM - Page Manager and Monitor, The Saved State Part. */ diff --git a/src/VBox/VMM/PGMSharedPage.cpp b/src/VBox/VMM/PGMSharedPage.cpp index 44c503c2c..ad4573d63 100644 --- a/src/VBox/VMM/PGMSharedPage.cpp +++ b/src/VBox/VMM/PGMSharedPage.cpp @@ -1,4 +1,4 @@ -/* $Id: PGMSharedPage.cpp 29603 2010-05-18 09:08:35Z vboxsync $ */ +/* $Id: PGMSharedPage.cpp $ */ /** @file * PGM - Page Manager and Monitor, Shared page handling */ @@ -55,7 +55,7 @@ VMMR3DECL(int) PGMR3SharedModuleRegister(PVM pVM, VBOXOSFAMILY enmGuestOS, char PGMMREGISTERSHAREDMODULEREQ pReq; Log(("PGMR3SharedModuleRegister family=%d name=%s version=%s base=%RGv size=%x cRegions=%d\n", enmGuestOS, pszModuleName, pszVersion, GCBaseAddr, cbModule, cRegions)); - + /* Sanity check. */ AssertReturn(cRegions < VMMDEVSHAREDREGIONDESC_MAX, VERR_INVALID_PARAMETER); @@ -106,7 +106,7 @@ VMMR3DECL(int) PGMR3SharedModuleUnregister(PVM pVM, char *pszModuleName, char *p pReq = (PGMMUNREGISTERSHAREDMODULEREQ)RTMemAllocZ(sizeof(*pReq)); AssertReturn(pReq, VERR_NO_MEMORY); - + pReq->GCBaseAddr = GCBaseAddr; pReq->cbModule = cbModule; @@ -119,7 +119,7 @@ VMMR3DECL(int) PGMR3SharedModuleUnregister(PVM pVM, char *pszModuleName, char *p int rc = GMMR3UnregisterSharedModule(pVM, pReq); RTMemFree(pReq); return rc; -#else +#else return VERR_NOT_IMPLEMENTED; #endif } @@ -139,7 +139,12 @@ static DECLCALLBACK(VBOXSTRICTRC) pgmR3SharedModuleRegRendezvous(PVM pVM, PVMCPU int rc = PGMR3PhysAllocateHandyPages(pVM); AssertRC(rc); - return GMMR3CheckSharedModules(pVM); + /* Lock it here as we can't deal with busy locks in this ring-0 path. */ + pgmLock(pVM); + rc = GMMR3CheckSharedModules(pVM); + pgmUnlock(pVM); + + return rc; } /** @@ -148,7 +153,7 @@ static DECLCALLBACK(VBOXSTRICTRC) pgmR3SharedModuleRegRendezvous(PVM pVM, PVMCPU * @param pVM The VM handle. */ static DECLCALLBACK(void) pgmR3CheckSharedModulesHelper(PVM pVM) -{ +{ /* We must stall other VCPUs as we'd otherwise have to send IPI flush commands for every single change we make. */ int rc = VMMR3EmtRendezvous(pVM, VMMEMTRENDEZVOUS_FLAGS_TYPE_ONCE, pgmR3SharedModuleRegRendezvous, NULL); AssertRC(rc); @@ -166,7 +171,7 @@ VMMR3DECL(int) PGMR3SharedModuleCheckAll(PVM pVM) #ifdef VBOX_WITH_PAGE_SHARING /* Queue the actual registration as we are under the IOM lock right now. Perform this operation on the way out. */ return VMR3ReqCallNoWait(pVM, VMMGetCpuId(pVM), (PFNRT)pgmR3CheckSharedModulesHelper, 1, pVM); -#else +#else return VERR_NOT_IMPLEMENTED; #endif } diff --git a/src/VBox/VMM/PGMShw.h b/src/VBox/VMM/PGMShw.h index 45228f861..f10ba7f6f 100644 --- a/src/VBox/VMM/PGMShw.h +++ b/src/VBox/VMM/PGMShw.h @@ -1,4 +1,4 @@ -/* $Id: PGMShw.h 28800 2010-04-27 08:22:32Z vboxsync $ */ +/* $Id: PGMShw.h $ */ /** @file * VBox - Page Manager / Monitor, Shadow Paging Template. */ diff --git a/src/VBox/VMM/REMInternal.h b/src/VBox/VMM/REMInternal.h index 18882d71e..620b9f7cf 100644 --- a/src/VBox/VMM/REMInternal.h +++ b/src/VBox/VMM/REMInternal.h @@ -1,4 +1,4 @@ -/* $Id: REMInternal.h 28800 2010-04-27 08:22:32Z vboxsync $ */ +/* $Id: REMInternal.h $ */ /** @file * REM - Internal header file. */ diff --git a/src/VBox/VMM/SELM.cpp b/src/VBox/VMM/SELM.cpp index 285686a1b..f19c12f65 100644 --- a/src/VBox/VMM/SELM.cpp +++ b/src/VBox/VMM/SELM.cpp @@ -1,4 +1,4 @@ -/* $Id: SELM.cpp 28800 2010-04-27 08:22:32Z vboxsync $ */ +/* $Id: SELM.cpp $ */ /** @file * SELM - The Selector Manager. */ diff --git a/src/VBox/VMM/SELMInternal.h b/src/VBox/VMM/SELMInternal.h index 50a05f31f..8774ab647 100644 --- a/src/VBox/VMM/SELMInternal.h +++ b/src/VBox/VMM/SELMInternal.h @@ -1,4 +1,4 @@ -/* $Id: SELMInternal.h 28800 2010-04-27 08:22:32Z vboxsync $ */ +/* $Id: SELMInternal.h $ */ /** @file * SELM - Internal header file. */ diff --git a/src/VBox/VMM/SSM.cpp b/src/VBox/VMM/SSM.cpp index 30b23ef19..90a333bdc 100644 --- a/src/VBox/VMM/SSM.cpp +++ b/src/VBox/VMM/SSM.cpp @@ -1,4 +1,4 @@ -/* $Id: SSM.cpp 29954 2010-06-01 15:06:02Z vboxsync $ */ +/* $Id: SSM.cpp $ */ /** @file * SSM - Saved State Manager. */ diff --git a/src/VBox/VMM/SSMInternal.h b/src/VBox/VMM/SSMInternal.h index 99326cf05..54ecabdc4 100644 --- a/src/VBox/VMM/SSMInternal.h +++ b/src/VBox/VMM/SSMInternal.h @@ -1,4 +1,4 @@ -/* $Id: SSMInternal.h 28800 2010-04-27 08:22:32Z vboxsync $ */ +/* $Id: SSMInternal.h $ */ /** @file * SSM - Internal header file. */ diff --git a/src/VBox/VMM/STAM.cpp b/src/VBox/VMM/STAM.cpp index 74793b3b1..5cbbfe842 100644 --- a/src/VBox/VMM/STAM.cpp +++ b/src/VBox/VMM/STAM.cpp @@ -1,4 +1,4 @@ -/* $Id: STAM.cpp 28800 2010-04-27 08:22:32Z vboxsync $ */ +/* $Id: STAM.cpp $ */ /** @file * STAM - The Statistics Manager. */ diff --git a/src/VBox/VMM/STAMInternal.h b/src/VBox/VMM/STAMInternal.h index f00f8010b..bed872608 100644 --- a/src/VBox/VMM/STAMInternal.h +++ b/src/VBox/VMM/STAMInternal.h @@ -1,4 +1,4 @@ -/* $Id: STAMInternal.h 28800 2010-04-27 08:22:32Z vboxsync $ */ +/* $Id: STAMInternal.h $ */ /** @file * STAM Internal Header. */ diff --git a/src/VBox/VMM/TM.cpp b/src/VBox/VMM/TM.cpp index 0dd5962d9..edff87c7f 100644 --- a/src/VBox/VMM/TM.cpp +++ b/src/VBox/VMM/TM.cpp @@ -1,4 +1,4 @@ -/* $Id: TM.cpp 29250 2010-05-09 17:53:58Z vboxsync $ */ +/* $Id: TM.cpp $ */ /** @file * TM - Time Manager. */ diff --git a/src/VBox/VMM/TMInternal.h b/src/VBox/VMM/TMInternal.h index 63271ac9a..a1292fdf2 100644 --- a/src/VBox/VMM/TMInternal.h +++ b/src/VBox/VMM/TMInternal.h @@ -1,4 +1,4 @@ -/* $Id: TMInternal.h 28800 2010-04-27 08:22:32Z vboxsync $ */ +/* $Id: TMInternal.h $ */ /** @file * TM - Internal header file. */ diff --git a/src/VBox/VMM/TRPM.cpp b/src/VBox/VMM/TRPM.cpp index 2fe6b826b..268d6920a 100644 --- a/src/VBox/VMM/TRPM.cpp +++ b/src/VBox/VMM/TRPM.cpp @@ -1,4 +1,4 @@ -/* $Id: TRPM.cpp 28800 2010-04-27 08:22:32Z vboxsync $ */ +/* $Id: TRPM.cpp $ */ /** @file * TRPM - The Trap Monitor. */ diff --git a/src/VBox/VMM/TRPMInternal.h b/src/VBox/VMM/TRPMInternal.h index 09c25da1f..f698e70d5 100644 --- a/src/VBox/VMM/TRPMInternal.h +++ b/src/VBox/VMM/TRPMInternal.h @@ -1,4 +1,4 @@ -/* $Id: TRPMInternal.h 28800 2010-04-27 08:22:32Z vboxsync $ */ +/* $Id: TRPMInternal.h $ */ /** @file * TRPM - Internal header file. */ diff --git a/src/VBox/VMM/TRPMInternal.mac b/src/VBox/VMM/TRPMInternal.mac index f4ff0e520..11899dfc7 100644 --- a/src/VBox/VMM/TRPMInternal.mac +++ b/src/VBox/VMM/TRPMInternal.mac @@ -1,4 +1,4 @@ -; $Id: TRPMInternal.mac 28800 2010-04-27 08:22:32Z vboxsync $ +; $Id: TRPMInternal.mac $ ;; @file ; TRPM - Internal header file. ; diff --git a/src/VBox/VMM/VBoxVMMDeps.cpp b/src/VBox/VMM/VBoxVMMDeps.cpp index 5e0596ae2..27c2c84e1 100644 --- a/src/VBox/VMM/VBoxVMMDeps.cpp +++ b/src/VBox/VMM/VBoxVMMDeps.cpp @@ -1,4 +1,4 @@ -/* $Id: VBoxVMMDeps.cpp 29342 2010-05-11 11:19:12Z vboxsync $ */ +/* $Id: VBoxVMMDeps.cpp $ */ /** @file * VBoxVMM link dependencies - drag all we want into the link! */ diff --git a/src/VBox/VMM/VM.cpp b/src/VBox/VMM/VM.cpp index 02fea39ff..d0de12f34 100644 --- a/src/VBox/VMM/VM.cpp +++ b/src/VBox/VMM/VM.cpp @@ -1,4 +1,4 @@ -/* $Id: VM.cpp 29329 2010-05-11 10:18:30Z vboxsync $ */ +/* $Id: VM.cpp $ */ /** @file * VM - Virtual Machine */ diff --git a/src/VBox/VMM/VMEmt.cpp b/src/VBox/VMM/VMEmt.cpp index 19c785cbc..4eb00f217 100644 --- a/src/VBox/VMM/VMEmt.cpp +++ b/src/VBox/VMM/VMEmt.cpp @@ -1,4 +1,4 @@ -/* $Id: VMEmt.cpp 29250 2010-05-09 17:53:58Z vboxsync $ */ +/* $Id: VMEmt.cpp $ */ /** @file * VM - Virtual Machine, The Emulation Thread. */ diff --git a/src/VBox/VMM/VMInternal.h b/src/VBox/VMM/VMInternal.h index 3cbf5fe09..4da3d8baf 100644 --- a/src/VBox/VMM/VMInternal.h +++ b/src/VBox/VMM/VMInternal.h @@ -1,4 +1,4 @@ -/* $Id: VMInternal.h 28800 2010-04-27 08:22:32Z vboxsync $ */ +/* $Id: VMInternal.h $ */ /** @file * VM - Internal header file. */ diff --git a/src/VBox/VMM/VMM.cpp b/src/VBox/VMM/VMM.cpp index 9740d4366..e35595729 100644 --- a/src/VBox/VMM/VMM.cpp +++ b/src/VBox/VMM/VMM.cpp @@ -1,4 +1,4 @@ -/* $Id: VMM.cpp 29902 2010-05-31 12:56:31Z vboxsync $ */ +/* $Id: VMM.cpp $ */ /** @file * VMM - The Virtual Machine Monitor Core. */ diff --git a/src/VBox/VMM/VMMAll/CPUMAllA.asm b/src/VBox/VMM/VMMAll/CPUMAllA.asm index be9f6873c..6780378f1 100644 --- a/src/VBox/VMM/VMMAll/CPUMAllA.asm +++ b/src/VBox/VMM/VMMAll/CPUMAllA.asm @@ -1,4 +1,4 @@ -; $Id: CPUMAllA.asm 28800 2010-04-27 08:22:32Z vboxsync $ +; $Id: CPUMAllA.asm $ ;; @file ; CPUM - Guest Context Assembly Routines. ; diff --git a/src/VBox/VMM/VMMAll/CPUMAllRegs.cpp b/src/VBox/VMM/VMMAll/CPUMAllRegs.cpp index c7149bfbc..8f094595b 100644 --- a/src/VBox/VMM/VMMAll/CPUMAllRegs.cpp +++ b/src/VBox/VMM/VMMAll/CPUMAllRegs.cpp @@ -1,4 +1,4 @@ -/* $Id: CPUMAllRegs.cpp 29250 2010-05-09 17:53:58Z vboxsync $ */ +/* $Id: CPUMAllRegs.cpp $ */ /** @file * CPUM - CPU Monitor(/Manager) - Getters and Setters. */ diff --git a/src/VBox/VMM/VMMAll/CPUMStack.cpp b/src/VBox/VMM/VMMAll/CPUMStack.cpp index a4f33379e..2e3e17228 100644 --- a/src/VBox/VMM/VMMAll/CPUMStack.cpp +++ b/src/VBox/VMM/VMMAll/CPUMStack.cpp @@ -1,4 +1,4 @@ -/* $Id: CPUMStack.cpp 28800 2010-04-27 08:22:32Z vboxsync $ */ +/* $Id: CPUMStack.cpp $ */ /** @file * CPUM - CPU Monitor(/Manager) - Stack manipulation. */ diff --git a/src/VBox/VMM/VMMAll/DBGFAll.cpp b/src/VBox/VMM/VMMAll/DBGFAll.cpp index af36068cb..89382b45c 100644 --- a/src/VBox/VMM/VMMAll/DBGFAll.cpp +++ b/src/VBox/VMM/VMMAll/DBGFAll.cpp @@ -1,4 +1,4 @@ -/* $Id: DBGFAll.cpp 28800 2010-04-27 08:22:32Z vboxsync $ */ +/* $Id: DBGFAll.cpp $ */ /** @file * DBGF - Debugger Facility, All Context Code. */ diff --git a/src/VBox/VMM/VMMAll/EMAll.cpp b/src/VBox/VMM/VMMAll/EMAll.cpp index 12f2795b2..137d8cc65 100644 --- a/src/VBox/VMM/VMMAll/EMAll.cpp +++ b/src/VBox/VMM/VMMAll/EMAll.cpp @@ -1,4 +1,4 @@ -/* $Id: EMAll.cpp 29287 2010-05-10 07:53:47Z vboxsync $ */ +/* $Id: EMAll.cpp $ */ /** @file * EM - Execution Monitor(/Manager) - All contexts */ diff --git a/src/VBox/VMM/VMMAll/EMAllA.asm b/src/VBox/VMM/VMMAll/EMAllA.asm index 78ae48fdc..47f3566fd 100644 --- a/src/VBox/VMM/VMMAll/EMAllA.asm +++ b/src/VBox/VMM/VMMAll/EMAllA.asm @@ -1,4 +1,4 @@ -; $Id: EMAllA.asm 28800 2010-04-27 08:22:32Z vboxsync $ +; $Id: EMAllA.asm $ ;; @file ; EM Assembly Routines. ; diff --git a/src/VBox/VMM/VMMAll/HWACCMAll.cpp b/src/VBox/VMM/VMMAll/HWACCMAll.cpp index 8ec0c210f..74e405746 100644 --- a/src/VBox/VMM/VMMAll/HWACCMAll.cpp +++ b/src/VBox/VMM/VMMAll/HWACCMAll.cpp @@ -1,4 +1,4 @@ -/* $Id: HWACCMAll.cpp 28800 2010-04-27 08:22:32Z vboxsync $ */ +/* $Id: HWACCMAll.cpp $ */ /** @file * HWACCM - All contexts. */ diff --git a/src/VBox/VMM/VMMAll/IOMAll.cpp b/src/VBox/VMM/VMMAll/IOMAll.cpp index 75aef0eef..d555a8b8b 100644 --- a/src/VBox/VMM/VMMAll/IOMAll.cpp +++ b/src/VBox/VMM/VMMAll/IOMAll.cpp @@ -1,4 +1,4 @@ -/* $Id: IOMAll.cpp 28800 2010-04-27 08:22:32Z vboxsync $ */ +/* $Id: IOMAll.cpp $ */ /** @file * IOM - Input / Output Monitor - Any Context. */ diff --git a/src/VBox/VMM/VMMAll/IOMAllMMIO.cpp b/src/VBox/VMM/VMMAll/IOMAllMMIO.cpp index 6219d09ca..60d532477 100644 --- a/src/VBox/VMM/VMMAll/IOMAllMMIO.cpp +++ b/src/VBox/VMM/VMMAll/IOMAllMMIO.cpp @@ -1,4 +1,4 @@ -/* $Id: IOMAllMMIO.cpp 29436 2010-05-12 20:57:57Z vboxsync $ */ +/* $Id: IOMAllMMIO.cpp $ */ /** @file * IOM - Input / Output Monitor - Any Context, MMIO & String I/O. */ diff --git a/src/VBox/VMM/VMMAll/MMAll.cpp b/src/VBox/VMM/VMMAll/MMAll.cpp index 5b26dc845..d184a30e4 100644 --- a/src/VBox/VMM/VMMAll/MMAll.cpp +++ b/src/VBox/VMM/VMMAll/MMAll.cpp @@ -1,4 +1,4 @@ -/* $Id: MMAll.cpp 28800 2010-04-27 08:22:32Z vboxsync $ */ +/* $Id: MMAll.cpp $ */ /** @file * MM - Memory Manager - Any Context. */ diff --git a/src/VBox/VMM/VMMAll/MMAllHyper.cpp b/src/VBox/VMM/VMMAll/MMAllHyper.cpp index c126cc269..f3c6b3323 100644 --- a/src/VBox/VMM/VMMAll/MMAllHyper.cpp +++ b/src/VBox/VMM/VMMAll/MMAllHyper.cpp @@ -1,4 +1,4 @@ -/* $Id: MMAllHyper.cpp 28800 2010-04-27 08:22:32Z vboxsync $ */ +/* $Id: MMAllHyper.cpp $ */ /** @file * MM - Memory Manager - Hypervisor Memory Area, All Contexts. */ diff --git a/src/VBox/VMM/VMMAll/MMAllPagePool.cpp b/src/VBox/VMM/VMMAll/MMAllPagePool.cpp index a166f6776..ca64d4777 100644 --- a/src/VBox/VMM/VMMAll/MMAllPagePool.cpp +++ b/src/VBox/VMM/VMMAll/MMAllPagePool.cpp @@ -1,4 +1,4 @@ -/* $Id: MMAllPagePool.cpp 28800 2010-04-27 08:22:32Z vboxsync $ */ +/* $Id: MMAllPagePool.cpp $ */ /** @file * MM - Memory Manager - Page Pool. * diff --git a/src/VBox/VMM/VMMAll/PDMAll.cpp b/src/VBox/VMM/VMMAll/PDMAll.cpp index 07d3aeabe..b462546d2 100644 --- a/src/VBox/VMM/VMMAll/PDMAll.cpp +++ b/src/VBox/VMM/VMMAll/PDMAll.cpp @@ -1,4 +1,4 @@ -/* $Id: PDMAll.cpp 28800 2010-04-27 08:22:32Z vboxsync $ */ +/* $Id: PDMAll.cpp $ */ /** @file * PDM Critical Sections */ diff --git a/src/VBox/VMM/VMMAll/PDMAllCritSect.cpp b/src/VBox/VMM/VMMAll/PDMAllCritSect.cpp index 0c6f9e78b..51529c138 100644 --- a/src/VBox/VMM/VMMAll/PDMAllCritSect.cpp +++ b/src/VBox/VMM/VMMAll/PDMAllCritSect.cpp @@ -1,4 +1,4 @@ -/* $Id: PDMAllCritSect.cpp 29250 2010-05-09 17:53:58Z vboxsync $ */ +/* $Id: PDMAllCritSect.cpp $ */ /** @file * PDM - Critical Sections, All Contexts. */ diff --git a/src/VBox/VMM/VMMAll/PDMAllQueue.cpp b/src/VBox/VMM/VMMAll/PDMAllQueue.cpp index 2b8f2f2dc..02b824205 100644 --- a/src/VBox/VMM/VMMAll/PDMAllQueue.cpp +++ b/src/VBox/VMM/VMMAll/PDMAllQueue.cpp @@ -1,4 +1,4 @@ -/* $Id: PDMAllQueue.cpp 29902 2010-05-31 12:56:31Z vboxsync $ */ +/* $Id: PDMAllQueue.cpp $ */ /** @file * PDM Queue - Transport data and tasks to EMT and R3. */ diff --git a/src/VBox/VMM/VMMAll/PGMAll.cpp b/src/VBox/VMM/VMMAll/PGMAll.cpp index a1d7c08b2..581a59c4b 100644 --- a/src/VBox/VMM/VMMAll/PGMAll.cpp +++ b/src/VBox/VMM/VMMAll/PGMAll.cpp @@ -1,4 +1,4 @@ -/* $Id: PGMAll.cpp 29250 2010-05-09 17:53:58Z vboxsync $ */ +/* $Id: PGMAll.cpp $ */ /** @file * PGM - Page Manager and Monitor - All context code. */ diff --git a/src/VBox/VMM/VMMAll/PGMAllBth.h b/src/VBox/VMM/VMMAll/PGMAllBth.h index ee91537ea..8fc1c781e 100644 --- a/src/VBox/VMM/VMMAll/PGMAllBth.h +++ b/src/VBox/VMM/VMMAll/PGMAllBth.h @@ -1,4 +1,4 @@ -/* $Id: PGMAllBth.h 29676 2010-05-20 09:54:57Z vboxsync $ */ +/* $Id: PGMAllBth.h $ */ /** @file * VBox - Page Manager, Shadow+Guest Paging Template - All context code. * diff --git a/src/VBox/VMM/VMMAll/PGMAllGst.h b/src/VBox/VMM/VMMAll/PGMAllGst.h index 171f74077..77852df5f 100644 --- a/src/VBox/VMM/VMMAll/PGMAllGst.h +++ b/src/VBox/VMM/VMMAll/PGMAllGst.h @@ -1,4 +1,4 @@ -/* $Id: PGMAllGst.h 28800 2010-04-27 08:22:32Z vboxsync $ */ +/* $Id: PGMAllGst.h $ */ /** @file * VBox - Page Manager, Guest Paging Template - All context code. */ diff --git a/src/VBox/VMM/VMMAll/PGMAllHandler.cpp b/src/VBox/VMM/VMMAll/PGMAllHandler.cpp index d78c0d02b..ebedad2e8 100644 --- a/src/VBox/VMM/VMMAll/PGMAllHandler.cpp +++ b/src/VBox/VMM/VMMAll/PGMAllHandler.cpp @@ -1,4 +1,4 @@ -/* $Id: PGMAllHandler.cpp 29250 2010-05-09 17:53:58Z vboxsync $ */ +/* $Id: PGMAllHandler.cpp $ */ /** @file * PGM - Page Manager / Monitor, Access Handlers. */ diff --git a/src/VBox/VMM/VMMAll/PGMAllMap.cpp b/src/VBox/VMM/VMMAll/PGMAllMap.cpp index b7d3ca539..904cbab65 100644 --- a/src/VBox/VMM/VMMAll/PGMAllMap.cpp +++ b/src/VBox/VMM/VMMAll/PGMAllMap.cpp @@ -1,4 +1,4 @@ -/* $Id: PGMAllMap.cpp 29250 2010-05-09 17:53:58Z vboxsync $ */ +/* $Id: PGMAllMap.cpp $ */ /** @file * PGM - Page Manager and Monitor - All context code. */ diff --git a/src/VBox/VMM/VMMAll/PGMAllPhys.cpp b/src/VBox/VMM/VMMAll/PGMAllPhys.cpp index b631f3453..3e8a7bc2e 100644 --- a/src/VBox/VMM/VMMAll/PGMAllPhys.cpp +++ b/src/VBox/VMM/VMMAll/PGMAllPhys.cpp @@ -1,4 +1,4 @@ -/* $Id: PGMAllPhys.cpp 29250 2010-05-09 17:53:58Z vboxsync $ */ +/* $Id: PGMAllPhys.cpp $ */ /** @file * PGM - Page Manager and Monitor, Physical Memory Addressing. */ diff --git a/src/VBox/VMM/VMMAll/PGMAllPool.cpp b/src/VBox/VMM/VMMAll/PGMAllPool.cpp index 90fc15540..823586f59 100644 --- a/src/VBox/VMM/VMMAll/PGMAllPool.cpp +++ b/src/VBox/VMM/VMMAll/PGMAllPool.cpp @@ -1,4 +1,4 @@ -/* $Id: PGMAllPool.cpp 29702 2010-05-20 15:06:55Z vboxsync $ */ +/* $Id: PGMAllPool.cpp $ */ /** @file * PGM Shadow Page Pool. */ diff --git a/src/VBox/VMM/VMMAll/PGMAllShw.h b/src/VBox/VMM/VMMAll/PGMAllShw.h index 677b089ef..b05ff8528 100644 --- a/src/VBox/VMM/VMMAll/PGMAllShw.h +++ b/src/VBox/VMM/VMMAll/PGMAllShw.h @@ -1,4 +1,4 @@ -/* $Id: PGMAllShw.h 28800 2010-04-27 08:22:32Z vboxsync $ */ +/* $Id: PGMAllShw.h $ */ /** @file * VBox - Page Manager, Shadow Paging Template - All context code. */ diff --git a/src/VBox/VMM/VMMAll/REMAll.cpp b/src/VBox/VMM/VMMAll/REMAll.cpp index d2b29688e..898f6c641 100644 --- a/src/VBox/VMM/VMMAll/REMAll.cpp +++ b/src/VBox/VMM/VMMAll/REMAll.cpp @@ -1,4 +1,4 @@ -/* $Id: REMAll.cpp 29250 2010-05-09 17:53:58Z vboxsync $ */ +/* $Id: REMAll.cpp $ */ /** @file * REM - Recompiled Execution Monitor, all Contexts part. */ diff --git a/src/VBox/VMM/VMMAll/SELMAll.cpp b/src/VBox/VMM/VMMAll/SELMAll.cpp index 2cae5f24c..6274ed416 100644 --- a/src/VBox/VMM/VMMAll/SELMAll.cpp +++ b/src/VBox/VMM/VMMAll/SELMAll.cpp @@ -1,4 +1,4 @@ -/* $Id: SELMAll.cpp 28800 2010-04-27 08:22:32Z vboxsync $ */ +/* $Id: SELMAll.cpp $ */ /** @file * SELM All contexts. */ diff --git a/src/VBox/VMM/VMMAll/TMAll.cpp b/src/VBox/VMM/VMMAll/TMAll.cpp index b835eef2b..3cf5ee81c 100644 --- a/src/VBox/VMM/VMMAll/TMAll.cpp +++ b/src/VBox/VMM/VMMAll/TMAll.cpp @@ -1,4 +1,4 @@ -/* $Id: TMAll.cpp 29250 2010-05-09 17:53:58Z vboxsync $ */ +/* $Id: TMAll.cpp $ */ /** @file * TM - Timeout Manager, all contexts. */ diff --git a/src/VBox/VMM/VMMAll/TMAllCpu.cpp b/src/VBox/VMM/VMMAll/TMAllCpu.cpp index 6910891b5..2d2a96f99 100644 --- a/src/VBox/VMM/VMMAll/TMAllCpu.cpp +++ b/src/VBox/VMM/VMMAll/TMAllCpu.cpp @@ -1,4 +1,4 @@ -/* $Id: TMAllCpu.cpp 29250 2010-05-09 17:53:58Z vboxsync $ */ +/* $Id: TMAllCpu.cpp $ */ /** @file * TM - Timeout Manager, CPU Time, All Contexts. */ diff --git a/src/VBox/VMM/VMMAll/TMAllReal.cpp b/src/VBox/VMM/VMMAll/TMAllReal.cpp index 4eafa64eb..d55df0b19 100644 --- a/src/VBox/VMM/VMMAll/TMAllReal.cpp +++ b/src/VBox/VMM/VMMAll/TMAllReal.cpp @@ -1,4 +1,4 @@ -/* $Id: TMAllReal.cpp 28800 2010-04-27 08:22:32Z vboxsync $ */ +/* $Id: TMAllReal.cpp $ */ /** @file * TM - Timeout Manager, Real Time, All Contexts. */ diff --git a/src/VBox/VMM/VMMAll/TMAllVirtual.cpp b/src/VBox/VMM/VMMAll/TMAllVirtual.cpp index 43b94b182..1f92a0ec7 100644 --- a/src/VBox/VMM/VMMAll/TMAllVirtual.cpp +++ b/src/VBox/VMM/VMMAll/TMAllVirtual.cpp @@ -1,4 +1,4 @@ -/* $Id: TMAllVirtual.cpp 29250 2010-05-09 17:53:58Z vboxsync $ */ +/* $Id: TMAllVirtual.cpp $ */ /** @file * TM - Timeout Manager, Virtual Time, All Contexts. */ diff --git a/src/VBox/VMM/VMMAll/TRPMAll.cpp b/src/VBox/VMM/VMMAll/TRPMAll.cpp index 15aa071b6..9f214dc7b 100644 --- a/src/VBox/VMM/VMMAll/TRPMAll.cpp +++ b/src/VBox/VMM/VMMAll/TRPMAll.cpp @@ -1,4 +1,4 @@ -/* $Id: TRPMAll.cpp 29250 2010-05-09 17:53:58Z vboxsync $ */ +/* $Id: TRPMAll.cpp $ */ /** @file * TRPM - Trap Monitor - Any Context. */ diff --git a/src/VBox/VMM/VMMAll/VMAll.cpp b/src/VBox/VMM/VMMAll/VMAll.cpp index d2f6e352f..b158a596a 100644 --- a/src/VBox/VMM/VMMAll/VMAll.cpp +++ b/src/VBox/VMM/VMMAll/VMAll.cpp @@ -1,4 +1,4 @@ -/* $Id: VMAll.cpp 28800 2010-04-27 08:22:32Z vboxsync $ */ +/* $Id: VMAll.cpp $ */ /** @file * VM - Virtual Machine All Contexts. */ diff --git a/src/VBox/VMM/VMMAll/VMMAll.cpp b/src/VBox/VMM/VMMAll/VMMAll.cpp index a691d13a3..64d7be571 100644 --- a/src/VBox/VMM/VMMAll/VMMAll.cpp +++ b/src/VBox/VMM/VMMAll/VMMAll.cpp @@ -1,4 +1,4 @@ -/* $Id: VMMAll.cpp 28800 2010-04-27 08:22:32Z vboxsync $ */ +/* $Id: VMMAll.cpp $ */ /** @file * VMM All Contexts. */ diff --git a/src/VBox/VMM/VMMAll/VMMAllA.asm b/src/VBox/VMM/VMMAll/VMMAllA.asm index 7c9e5e361..dae37ada3 100644 --- a/src/VBox/VMM/VMMAll/VMMAllA.asm +++ b/src/VBox/VMM/VMMAll/VMMAllA.asm @@ -1,4 +1,4 @@ -; $Id: VMMAllA.asm 28800 2010-04-27 08:22:32Z vboxsync $ +; $Id: VMMAllA.asm $ ;; @file ; VMM - All Contexts Assembly Routines. ; diff --git a/src/VBox/VMM/VMMCodingGuidelines.cpp b/src/VBox/VMM/VMMCodingGuidelines.cpp index 481716048..85a04ef0b 100644 --- a/src/VBox/VMM/VMMCodingGuidelines.cpp +++ b/src/VBox/VMM/VMMCodingGuidelines.cpp @@ -1,4 +1,4 @@ -/* $Id: VMMCodingGuidelines.cpp 28800 2010-04-27 08:22:32Z vboxsync $ */ +/* $Id: VMMCodingGuidelines.cpp $ */ /** @file * VMM - Coding Guidelines. */ diff --git a/src/VBox/VMM/VMMDocsRawMode.cpp b/src/VBox/VMM/VMMDocsRawMode.cpp index 30492104b..cf418d67c 100644 --- a/src/VBox/VMM/VMMDocsRawMode.cpp +++ b/src/VBox/VMM/VMMDocsRawMode.cpp @@ -1,4 +1,4 @@ -/* $Id: VMMDocsRawMode.cpp 28800 2010-04-27 08:22:32Z vboxsync $ */ +/* $Id: VMMDocsRawMode.cpp $ */ /** @file * This file contains the documentation of the raw-mode execution. */ diff --git a/src/VBox/VMM/VMMGC/CPUMGC.cpp b/src/VBox/VMM/VMMGC/CPUMGC.cpp index 278eb6d1b..8a36c7e82 100644 --- a/src/VBox/VMM/VMMGC/CPUMGC.cpp +++ b/src/VBox/VMM/VMMGC/CPUMGC.cpp @@ -1,4 +1,4 @@ -/* $Id: CPUMGC.cpp 28800 2010-04-27 08:22:32Z vboxsync $ */ +/* $Id: CPUMGC.cpp $ */ /** @file * CPUM - Guest Context Code. */ diff --git a/src/VBox/VMM/VMMGC/CPUMGCA.asm b/src/VBox/VMM/VMMGC/CPUMGCA.asm index cba25cf2f..be5c1c55a 100644 --- a/src/VBox/VMM/VMMGC/CPUMGCA.asm +++ b/src/VBox/VMM/VMMGC/CPUMGCA.asm @@ -1,4 +1,4 @@ -; $Id: CPUMGCA.asm 28800 2010-04-27 08:22:32Z vboxsync $ +; $Id: CPUMGCA.asm $ ;; @file ; CPUM - Guest Context Assembly Routines. ; diff --git a/src/VBox/VMM/VMMGC/EMGCA.asm b/src/VBox/VMM/VMMGC/EMGCA.asm index e81656c68..4aa18e92e 100644 --- a/src/VBox/VMM/VMMGC/EMGCA.asm +++ b/src/VBox/VMM/VMMGC/EMGCA.asm @@ -1,4 +1,4 @@ -; $Id: EMAllA.asm 20278 2007-04-09 11:56:29Z sandervl $ +; $Id: EMAllA.asm $ ;; @file ; EM Assembly Routines. ; diff --git a/src/VBox/VMM/VMMGC/HWACCMGCA.asm b/src/VBox/VMM/VMMGC/HWACCMGCA.asm index a81b5bb7a..ea710e842 100644 --- a/src/VBox/VMM/VMMGC/HWACCMGCA.asm +++ b/src/VBox/VMM/VMMGC/HWACCMGCA.asm @@ -1,4 +1,4 @@ -; $Id: HWACCMGCA.asm 28800 2010-04-27 08:22:32Z vboxsync $ +; $Id: HWACCMGCA.asm $ ;; @file ; VMXM - GC vmx helpers ; diff --git a/src/VBox/VMM/VMMGC/IOMGC.cpp b/src/VBox/VMM/VMMGC/IOMGC.cpp index fb173b83f..2ac276cd7 100644 --- a/src/VBox/VMM/VMMGC/IOMGC.cpp +++ b/src/VBox/VMM/VMMGC/IOMGC.cpp @@ -1,4 +1,4 @@ -/* $Id: IOMGC.cpp 28800 2010-04-27 08:22:32Z vboxsync $ */ +/* $Id: IOMGC.cpp $ */ /** @file * IOM - Input / Output Monitor - Guest Context. */ diff --git a/src/VBox/VMM/VMMGC/MMRamGC.cpp b/src/VBox/VMM/VMMGC/MMRamGC.cpp index 8018a2982..a987bcfda 100644 --- a/src/VBox/VMM/VMMGC/MMRamGC.cpp +++ b/src/VBox/VMM/VMMGC/MMRamGC.cpp @@ -1,4 +1,4 @@ -/* $Id: MMRamGC.cpp 28800 2010-04-27 08:22:32Z vboxsync $ */ +/* $Id: MMRamGC.cpp $ */ /** @file * MMRamGC - Guest Context Ram access Routines, pair for MMRamGCA.asm. */ diff --git a/src/VBox/VMM/VMMGC/MMRamGCA.asm b/src/VBox/VMM/VMMGC/MMRamGCA.asm index d22de636f..661eff3f5 100644 --- a/src/VBox/VMM/VMMGC/MMRamGCA.asm +++ b/src/VBox/VMM/VMMGC/MMRamGCA.asm @@ -1,4 +1,4 @@ -; $Id: MMRamGCA.asm 28800 2010-04-27 08:22:32Z vboxsync $ +; $Id: MMRamGCA.asm $ ;; @file ; MMRamGCA - Guest Context Ram access Assembly Routines. ; diff --git a/src/VBox/VMM/VMMGC/PDMGCDevice.cpp b/src/VBox/VMM/VMMGC/PDMGCDevice.cpp index efae4be64..bc38cc36f 100644 --- a/src/VBox/VMM/VMMGC/PDMGCDevice.cpp +++ b/src/VBox/VMM/VMMGC/PDMGCDevice.cpp @@ -1,4 +1,4 @@ -/* $Id: PDMGCDevice.cpp 28800 2010-04-27 08:22:32Z vboxsync $ */ +/* $Id: PDMGCDevice.cpp $ */ /** @file * PDM - Pluggable Device and Driver Manager, RC Device parts. */ diff --git a/src/VBox/VMM/VMMGC/PGMGC.cpp b/src/VBox/VMM/VMMGC/PGMGC.cpp index c8652d2b1..a20f783ec 100644 --- a/src/VBox/VMM/VMMGC/PGMGC.cpp +++ b/src/VBox/VMM/VMMGC/PGMGC.cpp @@ -1,4 +1,4 @@ -/* $Id: PGMGC.cpp 28800 2010-04-27 08:22:32Z vboxsync $ */ +/* $Id: PGMGC.cpp $ */ /** @file * PGM - Page Monitor, Guest Context. */ diff --git a/src/VBox/VMM/VMMGC/PGMGCBth.h b/src/VBox/VMM/VMMGC/PGMGCBth.h index 014b8c6ec..4828382da 100644 --- a/src/VBox/VMM/VMMGC/PGMGCBth.h +++ b/src/VBox/VMM/VMMGC/PGMGCBth.h @@ -1,4 +1,4 @@ -/* $Id: PGMGCBth.h 28800 2010-04-27 08:22:32Z vboxsync $ */ +/* $Id: PGMGCBth.h $ */ /** @file * VBox - Page Manager, Shadow+Guest Paging Template - Guest Context. */ diff --git a/src/VBox/VMM/VMMGC/PGMGCGst.h b/src/VBox/VMM/VMMGC/PGMGCGst.h index d5a3e76e4..500e49ff7 100644 --- a/src/VBox/VMM/VMMGC/PGMGCGst.h +++ b/src/VBox/VMM/VMMGC/PGMGCGst.h @@ -1,4 +1,4 @@ -/* $Id: PGMGCGst.h 28800 2010-04-27 08:22:32Z vboxsync $ */ +/* $Id: PGMGCGst.h $ */ /** @file * VBox - Page Manager, Guest Paging Template - Guest Context. */ diff --git a/src/VBox/VMM/VMMGC/PGMGCShw.h b/src/VBox/VMM/VMMGC/PGMGCShw.h index ab507af0b..4c0ce05ee 100644 --- a/src/VBox/VMM/VMMGC/PGMGCShw.h +++ b/src/VBox/VMM/VMMGC/PGMGCShw.h @@ -1,4 +1,4 @@ -/* $Id: PGMGCShw.h 28800 2010-04-27 08:22:32Z vboxsync $ */ +/* $Id: PGMGCShw.h $ */ /** @file * VBox - Page Manager, Shadow Paging Template - Guest Context. */ diff --git a/src/VBox/VMM/VMMGC/SELMGC.cpp b/src/VBox/VMM/VMMGC/SELMGC.cpp index c07920f55..e59312245 100644 --- a/src/VBox/VMM/VMMGC/SELMGC.cpp +++ b/src/VBox/VMM/VMMGC/SELMGC.cpp @@ -1,4 +1,4 @@ -/* $Id: SELMGC.cpp 28800 2010-04-27 08:22:32Z vboxsync $ */ +/* $Id: SELMGC.cpp $ */ /** @file * SELM - The Selector Manager, Guest Context. */ diff --git a/src/VBox/VMM/VMMGC/TRPMGC.cpp b/src/VBox/VMM/VMMGC/TRPMGC.cpp index 267eb3702..9c42195c3 100644 --- a/src/VBox/VMM/VMMGC/TRPMGC.cpp +++ b/src/VBox/VMM/VMMGC/TRPMGC.cpp @@ -1,4 +1,4 @@ -/* $Id: TRPMGC.cpp 28800 2010-04-27 08:22:32Z vboxsync $ */ +/* $Id: TRPMGC.cpp $ */ /** @file * TRPM - The Trap Monitor, Guest Context */ diff --git a/src/VBox/VMM/VMMGC/TRPMGCHandlers.cpp b/src/VBox/VMM/VMMGC/TRPMGCHandlers.cpp index 21c043b71..94ce14e32 100644 --- a/src/VBox/VMM/VMMGC/TRPMGCHandlers.cpp +++ b/src/VBox/VMM/VMMGC/TRPMGCHandlers.cpp @@ -1,4 +1,4 @@ -/* $Id: TRPMGCHandlers.cpp 29250 2010-05-09 17:53:58Z vboxsync $ */ +/* $Id: TRPMGCHandlers.cpp $ */ /** @file * TRPM - Guest Context Trap Handlers, CPP part */ diff --git a/src/VBox/VMM/VMMGC/TRPMGCHandlersA.asm b/src/VBox/VMM/VMMGC/TRPMGCHandlersA.asm index 55591648c..783b3c8e9 100644 --- a/src/VBox/VMM/VMMGC/TRPMGCHandlersA.asm +++ b/src/VBox/VMM/VMMGC/TRPMGCHandlersA.asm @@ -1,4 +1,4 @@ -; $Id: TRPMGCHandlersA.asm 28800 2010-04-27 08:22:32Z vboxsync $ +; $Id: TRPMGCHandlersA.asm $ ;; @file ; TRPM - Guest Context Trap Handlers ; diff --git a/src/VBox/VMM/VMMGC/VMMGC.cpp b/src/VBox/VMM/VMMGC/VMMGC.cpp index 02ad6997c..eb4eb87f5 100644 --- a/src/VBox/VMM/VMMGC/VMMGC.cpp +++ b/src/VBox/VMM/VMMGC/VMMGC.cpp @@ -1,4 +1,4 @@ -/* $Id: VMMGC.cpp 29250 2010-05-09 17:53:58Z vboxsync $ */ +/* $Id: VMMGC.cpp $ */ /** @file * VMM - Raw-mode Context. */ diff --git a/src/VBox/VMM/VMMGC/VMMGC.def b/src/VBox/VMM/VMMGC/VMMGC.def index adbd4624f..039201313 100644 --- a/src/VBox/VMM/VMMGC/VMMGC.def +++ b/src/VBox/VMM/VMMGC/VMMGC.def @@ -1,4 +1,4 @@ -; $Id: VMMGC.def 29902 2010-05-31 12:56:31Z vboxsync $ +; $Id: VMMGC.def $ ;; @file ; VMM Raw-mode Context DLL - Definition file. diff --git a/src/VBox/VMM/VMMGC/VMMGC.mac b/src/VBox/VMM/VMMGC/VMMGC.mac index 6d43d157e..5abc0c853 100644 --- a/src/VBox/VMM/VMMGC/VMMGC.mac +++ b/src/VBox/VMM/VMMGC/VMMGC.mac @@ -1,4 +1,4 @@ -; $Id: VMMGC.mac 28800 2010-04-27 08:22:32Z vboxsync $ +; $Id: VMMGC.mac $ ;; @file ; VMMGC - Raw-mode Context Assembly Macros. ; diff --git a/src/VBox/VMM/VMMGC/VMMGC0.asm b/src/VBox/VMM/VMMGC/VMMGC0.asm index df2192df6..b51309137 100644 --- a/src/VBox/VMM/VMMGC/VMMGC0.asm +++ b/src/VBox/VMM/VMMGC/VMMGC0.asm @@ -1,4 +1,4 @@ -; $Id: VMMGC0.asm 28800 2010-04-27 08:22:32Z vboxsync $ +; $Id: VMMGC0.asm $ ;; @file ; VMMGC0 - The first object module in the link. ; diff --git a/src/VBox/VMM/VMMGC/VMMGC99.asm b/src/VBox/VMM/VMMGC/VMMGC99.asm index 13fdf26b6..0eaebd1ca 100644 --- a/src/VBox/VMM/VMMGC/VMMGC99.asm +++ b/src/VBox/VMM/VMMGC/VMMGC99.asm @@ -1,4 +1,4 @@ -; $Id: VMMGC99.asm 28800 2010-04-27 08:22:32Z vboxsync $ +; $Id: VMMGC99.asm $ ;; @file ; VMMGC99 - The last object module in the link. ; diff --git a/src/VBox/VMM/VMMGC/VMMGCA.asm b/src/VBox/VMM/VMMGC/VMMGCA.asm index aed722a57..cf4296417 100644 --- a/src/VBox/VMM/VMMGC/VMMGCA.asm +++ b/src/VBox/VMM/VMMGC/VMMGCA.asm @@ -1,4 +1,4 @@ -; $Id: VMMGCA.asm 28800 2010-04-27 08:22:32Z vboxsync $ +; $Id: VMMGCA.asm $ ;; @file ; VMMGC - Raw-mode Context Virtual Machine Monitor assembly routines. ; diff --git a/src/VBox/VMM/VMMGC/VMMGCBuiltin.def b/src/VBox/VMM/VMMGC/VMMGCBuiltin.def index 077f67375..0fa60db3c 100644 --- a/src/VBox/VMM/VMMGC/VMMGCBuiltin.def +++ b/src/VBox/VMM/VMMGC/VMMGCBuiltin.def @@ -1,4 +1,4 @@ -; $Id: VMMGCBuiltin.def 28800 2010-04-27 08:22:32Z vboxsync $ +; $Id: VMMGCBuiltin.def $ ;; @file ; VMM Raw-mode Context Builtin DLL - Definition file for generating import library. ; diff --git a/src/VBox/VMM/VMMGC/VMMGCDeps.cpp b/src/VBox/VMM/VMMGC/VMMGCDeps.cpp index 3f7b17b18..120fe1d04 100644 --- a/src/VBox/VMM/VMMGC/VMMGCDeps.cpp +++ b/src/VBox/VMM/VMMGC/VMMGCDeps.cpp @@ -1,4 +1,4 @@ -/* $Id: VMMGCDeps.cpp 28800 2010-04-27 08:22:32Z vboxsync $ */ +/* $Id: VMMGCDeps.cpp $ */ /** @file * VMMGC Runtime Dependencies. */ diff --git a/src/VBox/VMM/VMMGuruMeditation.cpp b/src/VBox/VMM/VMMGuruMeditation.cpp index f5fe68ee4..43a826db2 100644 --- a/src/VBox/VMM/VMMGuruMeditation.cpp +++ b/src/VBox/VMM/VMMGuruMeditation.cpp @@ -1,4 +1,4 @@ -/* $Id: VMMGuruMeditation.cpp 28800 2010-04-27 08:22:32Z vboxsync $ */ +/* $Id: VMMGuruMeditation.cpp $ */ /** @file * VMM - The Virtual Machine Monitor, Guru Meditation Code. */ @@ -490,17 +490,9 @@ VMMR3DECL(void) VMMR3FatalDump(PVM pVM, PVMCPU pVCpu, int rcErr) { "cpumhost", "verbose" }, { "mode", "all" }, { "cpuid", "verbose" }, - { "gdt", NULL }, - { "ldt", NULL }, - //{ "tss", NULL }, - { "ioport", NULL }, - { "mmio", NULL }, - { "phys", NULL }, - //{ "pgmpd", NULL }, - doesn't always work at init time... + { "handlers", "phys virt hyper stats" }, { "timers", NULL }, { "activetimers", NULL }, - { "handlers", "phys virt hyper stats" }, - { "cfgm", NULL }, }; for (unsigned i = 0; i < RT_ELEMENTS(aInfo); i++) { @@ -514,6 +506,17 @@ VMMR3DECL(void) VMMR3FatalDump(PVM pVM, PVMCPU pVCpu, int rcErr) DBGFR3Info(pVM, aInfo[i].pszInfo, aInfo[i].pszArgs, pHlp); } + /* All other info items */ + DBGFR3InfoMulti(pVM, + "*", + "mappings|hma|cpum|cpumguest|cpumguestinstr|cpumhyper|cpumhost|mode|cpuid" + "|pgmpd|pgmcr3|timers|activetimers|handlers|help", + "!!\n" + "!! {%s}\n" + "!!\n", + pHlp); + + /* done */ pHlp->pfnPrintf(pHlp, "!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!\n"); diff --git a/src/VBox/VMM/VMMInternal.h b/src/VBox/VMM/VMMInternal.h index a253219f4..a8374f5e7 100644 --- a/src/VBox/VMM/VMMInternal.h +++ b/src/VBox/VMM/VMMInternal.h @@ -1,4 +1,4 @@ -/* $Id: VMMInternal.h 29902 2010-05-31 12:56:31Z vboxsync $ */ +/* $Id: VMMInternal.h $ */ /** @file * VMM - Internal header file. */ diff --git a/src/VBox/VMM/VMMInternal.mac b/src/VBox/VMM/VMMInternal.mac index d1d8d6d30..d8c8d5363 100644 --- a/src/VBox/VMM/VMMInternal.mac +++ b/src/VBox/VMM/VMMInternal.mac @@ -1,4 +1,4 @@ -; $Id: VMMInternal.mac 28800 2010-04-27 08:22:32Z vboxsync $ +; $Id: VMMInternal.mac $ ;; @file ; VMM - Internal header file. ; diff --git a/src/VBox/VMM/VMMR0/CPUMR0.cpp b/src/VBox/VMM/VMMR0/CPUMR0.cpp index b1074296e..d4312b627 100644 --- a/src/VBox/VMM/VMMR0/CPUMR0.cpp +++ b/src/VBox/VMM/VMMR0/CPUMR0.cpp @@ -1,4 +1,4 @@ -/* $Id: CPUMR0.cpp 29250 2010-05-09 17:53:58Z vboxsync $ */ +/* $Id: CPUMR0.cpp $ */ /** @file * CPUM - Host Context Ring 0. */ diff --git a/src/VBox/VMM/VMMR0/CPUMR0A.asm b/src/VBox/VMM/VMMR0/CPUMR0A.asm index d6e5be385..46b515759 100644 --- a/src/VBox/VMM/VMMR0/CPUMR0A.asm +++ b/src/VBox/VMM/VMMR0/CPUMR0A.asm @@ -1,4 +1,4 @@ -; $Id: CPUMR0A.asm 28800 2010-04-27 08:22:32Z vboxsync $ +; $Id: CPUMR0A.asm $ ;; @file ; CPUM - Guest Context Assembly Routines. ; diff --git a/src/VBox/VMM/VMMR0/CPUMR0UnusedA.asm b/src/VBox/VMM/VMMR0/CPUMR0UnusedA.asm index fe39bf901..afbd75f39 100644 --- a/src/VBox/VMM/VMMR0/CPUMR0UnusedA.asm +++ b/src/VBox/VMM/VMMR0/CPUMR0UnusedA.asm @@ -1,4 +1,4 @@ -; $Id: CPUMR0UnusedA.asm 28800 2010-04-27 08:22:32Z vboxsync $ +; $Id: CPUMR0UnusedA.asm $ ;; @file ; CPUM - Guest Context Assembly Routines. ; diff --git a/src/VBox/VMM/VMMR0/GMMR0.cpp b/src/VBox/VMM/VMMR0/GMMR0.cpp index 2e1eae4d6..1d12124cc 100644 --- a/src/VBox/VMM/VMMR0/GMMR0.cpp +++ b/src/VBox/VMM/VMMR0/GMMR0.cpp @@ -1,4 +1,4 @@ -/* $Id: GMMR0.cpp 29983 2010-06-02 12:16:30Z vboxsync $ */ +/* $Id: GMMR0.cpp $ */ /** @file * GMM - Global Memory Manager. */ @@ -3545,7 +3545,7 @@ GMMR0DECL(int) GMMR0RegisterSharedModule(PVM pVM, VMCPUID idCpu, VBOXOSFAMILY en PGMMSHAREDMODULEPERVM pRecVM = (PGMMSHAREDMODULEPERVM)RTAvlGCPtrGet(&pGVM->gmm.s.pSharedModuleTree, GCBaseAddr); if (!pRecVM) { - pRecVM = (PGMMSHAREDMODULEPERVM)RTMemAllocZ(sizeof(*pRecVM)); + pRecVM = (PGMMSHAREDMODULEPERVM)RTMemAllocZ(RT_OFFSETOF(GMMSHAREDMODULEPERVM, aRegions[cRegions])); if (!pRecVM) { AssertFailed(); @@ -3553,6 +3553,16 @@ GMMR0DECL(int) GMMR0RegisterSharedModule(PVM pVM, VMCPUID idCpu, VBOXOSFAMILY en goto end; } pRecVM->Core.Key = GCBaseAddr; + pRecVM->cRegions = cRegions; + + /* Save the region data as they can differ between VMs (address space scrambling or simply different loading order) */ + for (unsigned i = 0; i < cRegions; i++) + { + pRecVM->aRegions[i].GCRegionAddr = pRegions[i].GCRegionAddr; + pRecVM->aRegions[i].cbRegion = RT_ALIGN_T(pRegions[i].cbRegion, PAGE_SIZE, uint32_t); + pRecVM->aRegions[i].u32Alignment = 0; + pRecVM->aRegions[i].paHCPhysPageID = NULL; /* unused */ + } bool ret = RTAvlGCPtrInsert(&pGVM->gmm.s.pSharedModuleTree, &pRecVM->Core); Assert(ret); @@ -4052,8 +4062,8 @@ GMMR0DECL(int) GMMR0ResetSharedModules(PVM pVM, VMCPUID idCpu) #ifdef VBOX_WITH_PAGE_SHARING typedef struct { - PGVM pGVM; - VMCPUID idCpu; + PGVM pGVM; + VMCPUID idCpu; } GMMCHECKSHAREDMODULEINFO, *PGMMCHECKSHAREDMODULEINFO; /** @@ -4069,7 +4079,7 @@ DECLCALLBACK(int) gmmR0CheckSharedModule(PAVLGCPTRNODECORE pNode, void *pvUser) && pGlobalModule) { Log(("gmmR0CheckSharedModule: check %s %s base=%RGv size=%x collision=%d\n", pGlobalModule->szName, pGlobalModule->szVersion, pGlobalModule->Core.Key, pGlobalModule->cbModule, pLocalModule->fCollision)); - PGMR0SharedModuleCheck(pInfo->pGVM->pVM, pInfo->idCpu, pGlobalModule, pInfo->pGVM); + PGMR0SharedModuleCheck(pInfo->pGVM->pVM, pInfo->pGVM, pInfo->idCpu, pGlobalModule, pLocalModule->cRegions, pLocalModule->aRegions); } return 0; } @@ -4154,8 +4164,8 @@ GMMR0DECL(int) GMMR0CheckSharedModules(PVM pVM, PVMCPU pVCpu) GMMCHECKSHAREDMODULEINFO Info; Log(("GMMR0CheckSharedModules\n")); - Info.pGVM = pGVM; - Info.idCpu = pVCpu->idCpu; + Info.pGVM = pGVM; + Info.idCpu = pVCpu->idCpu; RTAvlGCPtrDoWithAll(&pGVM->gmm.s.pSharedModuleTree, true /* fFromLeft */, gmmR0CheckSharedModule, &Info); diff --git a/src/VBox/VMM/VMMR0/GMMR0Internal.h b/src/VBox/VMM/VMMR0/GMMR0Internal.h index ddeee2780..cbc0c0921 100644 --- a/src/VBox/VMM/VMMR0/GMMR0Internal.h +++ b/src/VBox/VMM/VMMR0/GMMR0Internal.h @@ -1,4 +1,4 @@ -/* $Id: GMMR0Internal.h 29424 2010-05-12 15:11:09Z vboxsync $ */ +/* $Id: GMMR0Internal.h $ */ /** @file * GMM - The Global Memory Manager, Internal Header. */ @@ -37,6 +37,7 @@ typedef struct GMMVMSIZES /** Pointer to a GMMVMSIZES. */ typedef GMMVMSIZES *PGMMVMSIZES; + /** * Shared module registration info (per VM) */ @@ -51,7 +52,13 @@ typedef struct GMMSHAREDMODULEPERVM /** Set if another VM registered a different shared module at the same base address. */ bool fCollision; /** Alignment. */ - bool bAlignment[7]; + bool bAlignment[3]; + + /** Number of included region descriptors */ + uint32_t cRegions; + + /** Shared region descriptor(s). */ + GMMSHAREDREGIONDESC aRegions[1]; } GMMSHAREDMODULEPERVM; /** Pointer to a GMMSHAREDMODULEPERVM. */ typedef GMMSHAREDMODULEPERVM *PGMMSHAREDMODULEPERVM; diff --git a/src/VBox/VMM/VMMR0/GVMMR0.cpp b/src/VBox/VMM/VMMR0/GVMMR0.cpp index 6b57840d4..20bcf683b 100644 --- a/src/VBox/VMM/VMMR0/GVMMR0.cpp +++ b/src/VBox/VMM/VMMR0/GVMMR0.cpp @@ -1,4 +1,4 @@ -/* $Id: GVMMR0.cpp 29250 2010-05-09 17:53:58Z vboxsync $ */ +/* $Id: GVMMR0.cpp $ */ /** @file * GVMM - Global VM Manager. */ diff --git a/src/VBox/VMM/VMMR0/GVMMR0Internal.h b/src/VBox/VMM/VMMR0/GVMMR0Internal.h index 053257206..40b1b0003 100644 --- a/src/VBox/VMM/VMMR0/GVMMR0Internal.h +++ b/src/VBox/VMM/VMMR0/GVMMR0Internal.h @@ -1,4 +1,4 @@ -/* $Id: GVMMR0Internal.h 28800 2010-04-27 08:22:32Z vboxsync $ */ +/* $Id: GVMMR0Internal.h $ */ /** @file * GVMM - The Global VM Manager, Internal header. */ diff --git a/src/VBox/VMM/VMMR0/HWACCMR0.cpp b/src/VBox/VMM/VMMR0/HWACCMR0.cpp index 7eebb5ae0..3c816c1f4 100644 --- a/src/VBox/VMM/VMMR0/HWACCMR0.cpp +++ b/src/VBox/VMM/VMMR0/HWACCMR0.cpp @@ -1,4 +1,4 @@ -/* $Id: HWACCMR0.cpp 29250 2010-05-09 17:53:58Z vboxsync $ */ +/* $Id: HWACCMR0.cpp $ */ /** @file * HWACCM - Host Context Ring 0. */ diff --git a/src/VBox/VMM/VMMR0/HWACCMR0A.asm b/src/VBox/VMM/VMMR0/HWACCMR0A.asm index 9b6a5974c..1216e5849 100644 --- a/src/VBox/VMM/VMMR0/HWACCMR0A.asm +++ b/src/VBox/VMM/VMMR0/HWACCMR0A.asm @@ -1,4 +1,4 @@ -; $Id: HWACCMR0A.asm 28800 2010-04-27 08:22:32Z vboxsync $ +; $Id: HWACCMR0A.asm $ ;; @file ; VMXM - R0 vmx helpers ; diff --git a/src/VBox/VMM/VMMR0/HWACCMR0Mixed.mac b/src/VBox/VMM/VMMR0/HWACCMR0Mixed.mac index 0d49aae1b..f5da5325f 100644 --- a/src/VBox/VMM/VMMR0/HWACCMR0Mixed.mac +++ b/src/VBox/VMM/VMMR0/HWACCMR0Mixed.mac @@ -1,4 +1,4 @@ -; $Id: HWACCMR0Mixed.mac 28800 2010-04-27 08:22:32Z vboxsync $ +; $Id: HWACCMR0Mixed.mac $ ;; @file ; HWACCMR0Mixed.mac - Stuff that darwin needs to build two versions of. ; diff --git a/src/VBox/VMM/VMMR0/HWSVMR0.cpp b/src/VBox/VMM/VMMR0/HWSVMR0.cpp index e4ccc7dfb..74a2686d4 100644 --- a/src/VBox/VMM/VMMR0/HWSVMR0.cpp +++ b/src/VBox/VMM/VMMR0/HWSVMR0.cpp @@ -1,4 +1,4 @@ -/* $Id: HWSVMR0.cpp 29250 2010-05-09 17:53:58Z vboxsync $ */ +/* $Id: HWSVMR0.cpp $ */ /** @file * HWACCM SVM - Host Context Ring 0. */ diff --git a/src/VBox/VMM/VMMR0/HWSVMR0.h b/src/VBox/VMM/VMMR0/HWSVMR0.h index f662d37f6..ea2752cf1 100644 --- a/src/VBox/VMM/VMMR0/HWSVMR0.h +++ b/src/VBox/VMM/VMMR0/HWSVMR0.h @@ -1,4 +1,4 @@ -/* $Id: HWSVMR0.h 28800 2010-04-27 08:22:32Z vboxsync $ */ +/* $Id: HWSVMR0.h $ */ /** @file * HWACCM AMD-V - Internal header file. */ diff --git a/src/VBox/VMM/VMMR0/HWVMXR0.cpp b/src/VBox/VMM/VMMR0/HWVMXR0.cpp index f2288d194..601b2755f 100644 --- a/src/VBox/VMM/VMMR0/HWVMXR0.cpp +++ b/src/VBox/VMM/VMMR0/HWVMXR0.cpp @@ -1,4 +1,4 @@ -/* $Id: HWVMXR0.cpp 29737 2010-05-21 14:07:52Z vboxsync $ */ +/* $Id: HWVMXR0.cpp $ */ /** @file * HWACCM VMX - Host Context Ring 0. */ diff --git a/src/VBox/VMM/VMMR0/HWVMXR0.h b/src/VBox/VMM/VMMR0/HWVMXR0.h index fc75bce40..9ba2224e1 100644 --- a/src/VBox/VMM/VMMR0/HWVMXR0.h +++ b/src/VBox/VMM/VMMR0/HWVMXR0.h @@ -1,4 +1,4 @@ -/* $Id: HWVMXR0.h 29689 2010-05-20 11:58:53Z vboxsync $ */ +/* $Id: HWVMXR0.h $ */ /** @file * HWACCM VT-x - Internal header file. */ diff --git a/src/VBox/VMM/VMMR0/PDMR0Device.cpp b/src/VBox/VMM/VMMR0/PDMR0Device.cpp index 2beff3e09..93ad8254e 100644 --- a/src/VBox/VMM/VMMR0/PDMR0Device.cpp +++ b/src/VBox/VMM/VMMR0/PDMR0Device.cpp @@ -1,4 +1,4 @@ -/* $Id: PDMR0Device.cpp 29521 2010-05-17 10:14:22Z vboxsync $ */ +/* $Id: PDMR0Device.cpp $ */ /** @file * PDM - Pluggable Device and Driver Manager, R0 Device parts. */ diff --git a/src/VBox/VMM/VMMR0/PDMR0Driver.cpp b/src/VBox/VMM/VMMR0/PDMR0Driver.cpp index 388dad723..6ca706f53 100644 --- a/src/VBox/VMM/VMMR0/PDMR0Driver.cpp +++ b/src/VBox/VMM/VMMR0/PDMR0Driver.cpp @@ -1,4 +1,4 @@ -/* $Id: PDMR0Driver.cpp 28800 2010-04-27 08:22:32Z vboxsync $ */ +/* $Id: PDMR0Driver.cpp $ */ /** @file * PDM - Pluggable Device and Driver Manager, R0 Driver parts. */ diff --git a/src/VBox/VMM/VMMR0/PGMR0.cpp b/src/VBox/VMM/VMMR0/PGMR0.cpp index 0f74636c8..72d4733f7 100644 --- a/src/VBox/VMM/VMMR0/PGMR0.cpp +++ b/src/VBox/VMM/VMMR0/PGMR0.cpp @@ -1,4 +1,4 @@ -/* $Id: PGMR0.cpp 29468 2010-05-14 12:16:44Z vboxsync $ */ +/* $Id: PGMR0.cpp $ */ /** @file * PGM - Page Manager and Monitor, Ring-0. */ diff --git a/src/VBox/VMM/VMMR0/PGMR0Bth.h b/src/VBox/VMM/VMMR0/PGMR0Bth.h index 6ec721147..6c0bb8de3 100644 --- a/src/VBox/VMM/VMMR0/PGMR0Bth.h +++ b/src/VBox/VMM/VMMR0/PGMR0Bth.h @@ -1,4 +1,4 @@ -/* $Id: PGMR0Bth.h 28800 2010-04-27 08:22:32Z vboxsync $ */ +/* $Id: PGMR0Bth.h $ */ /** @file * VBox - Page Manager / Monitor, Shadow+Guest Paging Template. */ diff --git a/src/VBox/VMM/VMMR0/PGMR0DynMap.cpp b/src/VBox/VMM/VMMR0/PGMR0DynMap.cpp index 2b431c9ea..c48758477 100644 --- a/src/VBox/VMM/VMMR0/PGMR0DynMap.cpp +++ b/src/VBox/VMM/VMMR0/PGMR0DynMap.cpp @@ -1,4 +1,4 @@ -/* $Id: PGMR0DynMap.cpp 29259 2010-05-09 18:48:25Z vboxsync $ */ +/* $Id: PGMR0DynMap.cpp $ */ /** @file * PGM - Page Manager and Monitor, ring-0 dynamic mapping cache. */ diff --git a/src/VBox/VMM/VMMR0/PGMR0SharedPage.cpp b/src/VBox/VMM/VMMR0/PGMR0SharedPage.cpp index 163d5bd92..b991a9c00 100644 --- a/src/VBox/VMM/VMMR0/PGMR0SharedPage.cpp +++ b/src/VBox/VMM/VMMR0/PGMR0SharedPage.cpp @@ -1,181 +1,183 @@ -/* $Id: PGMR0.cpp 61539 2010-05-12 15:11:09Z sandervl $ */
-/** @file
- * PGM - Page Manager and Monitor, Ring-0.
- */
-
-/*
- * Copyright (C) 2007 Oracle Corporation
- *
- * This file is part of VirtualBox Open Source Edition (OSE), as
- * available from http://www.virtualbox.org. This file is free software;
- * you can redistribute it and/or modify it under the terms of the GNU
- * General Public License (GPL) as published by the Free Software
- * Foundation, in version 2 as it comes in the "COPYING" file of the
- * VirtualBox OSE distribution. VirtualBox OSE is distributed in the
- * hope that it will be useful, but WITHOUT ANY WARRANTY of any kind.
- */
-
-/*******************************************************************************
-* Header Files *
-*******************************************************************************/
-#define LOG_GROUP LOG_GROUP_PGM_SHARED
-#include <VBox/pgm.h>
-#include <VBox/gmm.h>
-#include "../PGMInternal.h"
-#include <VBox/vm.h>
-#include "../PGMInline.h"
-#include <VBox/log.h>
-#include <VBox/err.h>
-#include <iprt/assert.h>
-#include <iprt/mem.h>
-
-
-#ifdef VBOX_WITH_PAGE_SHARING
-/**
- * Check a registered module for shared page changes
- *
- * @returns The following VBox status codes.
- *
- * @param pVM The VM handle.
- * @param idCpu VCPU id
- * @param pModule Module description
- * @param pGVM Pointer to the GVM instance data.
- */
-VMMR0DECL(int) PGMR0SharedModuleCheck(PVM pVM, VMCPUID idCpu, PGMMSHAREDMODULE pModule, PGVM pGVM)
-{
- int rc = VINF_SUCCESS;
- PGMMSHAREDPAGEDESC paPageDesc = NULL;
- uint32_t cbPreviousRegion = 0;
- bool fFlushTLBs = false;
- PVMCPU pVCpu = &pVM->aCpus[idCpu];
-
- Log(("PGMR0SharedModuleCheck: check %s %s base=%RGv size=%x\n", pModule->szName, pModule->szVersion, pModule->Core.Key, pModule->cbModule));
-
- pgmLock(pVM);
-
- /* Check every region of the shared module. */
- for (unsigned idxModule = 0; idxModule < pModule->cRegions; idxModule++)
- {
- Assert((pModule->aRegions[idxModule].cbRegion & 0xfff) == 0);
- Assert((pModule->aRegions[idxModule].GCRegionAddr & 0xfff) == 0);
-
- RTGCPTR GCRegion = pModule->aRegions[idxModule].GCRegionAddr;
- unsigned cbRegion = pModule->aRegions[idxModule].cbRegion & ~0xfff;
- unsigned idxPage = 0;
- bool fValidChanges = false;
-
- if (cbPreviousRegion < cbRegion)
- {
- if (paPageDesc)
- RTMemFree(paPageDesc);
-
- paPageDesc = (PGMMSHAREDPAGEDESC)RTMemAlloc((cbRegion >> PAGE_SHIFT) * sizeof(*paPageDesc));
- if (!paPageDesc)
- {
- AssertFailed();
- rc = VERR_NO_MEMORY;
- goto end;
- }
- cbPreviousRegion = cbRegion;
- }
-
- while (cbRegion)
- {
- RTGCPHYS GCPhys;
- uint64_t fFlags;
-
- rc = PGMGstGetPage(pVCpu, GCRegion, &fFlags, &GCPhys);
- if ( rc == VINF_SUCCESS
- && !(fFlags & X86_PTE_RW)) /* important as we make assumptions about this below! */
- {
- PPGMPAGE pPage = pgmPhysGetPage(&pVM->pgm.s, GCPhys);
- if ( pPage
- && !PGM_PAGE_IS_SHARED(pPage))
- {
- fValidChanges = true;
- paPageDesc[idxPage].uHCPhysPageId = PGM_PAGE_GET_PAGEID(pPage);
- paPageDesc[idxPage].HCPhys = PGM_PAGE_GET_HCPHYS(pPage);
- paPageDesc[idxPage].GCPhys = GCPhys;
- }
- else
- paPageDesc[idxPage].uHCPhysPageId = NIL_GMM_PAGEID;
- }
- else
- paPageDesc[idxPage].uHCPhysPageId = NIL_GMM_PAGEID;
-
- idxPage++;
- GCRegion += PAGE_SIZE;
- cbRegion -= PAGE_SIZE;
- }
-
- if (fValidChanges)
- {
- rc = GMMR0SharedModuleCheckRange(pGVM, pModule, idxModule, idxPage, paPageDesc);
- AssertRC(rc);
- if (RT_FAILURE(rc))
- break;
-
- for (unsigned i = 0; i < idxPage; i++)
- {
- /* Any change for this page? */
- if (paPageDesc[i].uHCPhysPageId != NIL_GMM_PAGEID)
- {
- /** todo: maybe cache these to prevent the nth lookup. */
- PPGMPAGE pPage = pgmPhysGetPage(&pVM->pgm.s, paPageDesc[i].GCPhys);
- if (!pPage)
- {
- /* Should never happen. */
- AssertFailed();
- rc = VERR_PGM_PHYS_INVALID_PAGE_ID;
- goto end;
- }
- Assert(!PGM_PAGE_IS_SHARED(pPage));
-
- Log(("PGMR0SharedModuleCheck: shared page gc virt=%RGv phys %RGp host %RHp->%RHp\n", pModule->aRegions[idxModule].GCRegionAddr + i * PAGE_SIZE, paPageDesc[i].GCPhys, PGM_PAGE_GET_HCPHYS(pPage), paPageDesc[i].HCPhys));
- if (paPageDesc[i].HCPhys != PGM_PAGE_GET_HCPHYS(pPage))
- {
- bool fFlush = false;
-
- /* Page was replaced by an existing shared version of it; clear all references first. */
- rc = pgmPoolTrackUpdateGCPhys(pVM, paPageDesc[i].GCPhys, pPage, true /* clear the entries */, &fFlush);
- if (RT_FAILURE(rc))
- {
- AssertRC(rc);
- goto end;
- }
- Assert(rc == VINF_SUCCESS || (VMCPU_FF_ISSET(pVCpu, VMCPU_FF_PGM_SYNC_CR3) && (pVCpu->pgm.s.fSyncFlags & PGM_SYNC_CLEAR_PGM_POOL)));
- if (rc == VINF_SUCCESS)
- fFlushTLBs |= fFlush;
-
- /* Update the physical address and page id now. */
- PGM_PAGE_SET_HCPHYS(pPage, paPageDesc[i].HCPhys);
- PGM_PAGE_SET_PAGEID(pPage, paPageDesc[i].uHCPhysPageId);
-
- /* Invalidate page map TLB entry for this page too. */
- PGMPhysInvalidatePageMapTLBEntry(pVM, paPageDesc[i].GCPhys);
- pVM->pgm.s.cReusedSharedPages++;
- }
- /* else nothing changed (== this page is now a shared page), so no need to flush anything. */
-
- pVM->pgm.s.cSharedPages++;
- pVM->pgm.s.cPrivatePages--;
- PGM_PAGE_SET_STATE(pPage, PGM_PAGE_STATE_SHARED);
- }
- }
- }
- else
- rc = VINF_SUCCESS; /* nothing to do. */
- }
-
-end:
- pgmUnlock(pVM);
- if (fFlushTLBs)
- PGM_INVL_ALL_VCPU_TLBS(pVM);
-
- if (paPageDesc)
- RTMemFree(paPageDesc);
-
- return rc;
-}
-#endif
-
+/* $Id: PGMR0SharedPage.cpp $ */ +/** @file + * PGM - Page Manager and Monitor, Ring-0. + */ + +/* + * Copyright (C) 2007 Oracle Corporation + * + * This file is part of VirtualBox Open Source Edition (OSE), as + * available from http://www.virtualbox.org. This file is free software; + * you can redistribute it and/or modify it under the terms of the GNU + * General Public License (GPL) as published by the Free Software + * Foundation, in version 2 as it comes in the "COPYING" file of the + * VirtualBox OSE distribution. VirtualBox OSE is distributed in the + * hope that it will be useful, but WITHOUT ANY WARRANTY of any kind. + */ + +/******************************************************************************* +* Header Files * +*******************************************************************************/ +#define LOG_GROUP LOG_GROUP_PGM_SHARED +#include <VBox/pgm.h> +#include <VBox/gmm.h> +#include "../PGMInternal.h" +#include <VBox/vm.h> +#include "../PGMInline.h" +#include <VBox/log.h> +#include <VBox/err.h> +#include <iprt/assert.h> +#include <iprt/mem.h> + + +#ifdef VBOX_WITH_PAGE_SHARING +/** + * Check a registered module for shared page changes + * + * @returns The following VBox status codes. + * + * @param pVM The VM handle. + * @param idCpu VCPU id + * @param pModule Module description + * @param cRegions Number of regions + * @param pRegions Region array + * @param pGVM Pointer to the GVM instance data. + */ +VMMR0DECL(int) PGMR0SharedModuleCheck(PVM pVM, PGVM pGVM, VMCPUID idCpu, PGMMSHAREDMODULE pModule, uint32_t cRegions, PGMMSHAREDREGIONDESC pRegions) +{ + int rc = VINF_SUCCESS; + PGMMSHAREDPAGEDESC paPageDesc = NULL; + uint32_t cbPreviousRegion = 0; + bool fFlushTLBs = false; + PVMCPU pVCpu = &pVM->aCpus[idCpu]; + + Log(("PGMR0SharedModuleCheck: check %s %s base=%RGv size=%x\n", pModule->szName, pModule->szVersion, pModule->Core.Key, pModule->cbModule)); + + pgmLock(pVM); + + /* Check every region of the shared module. */ + for (unsigned idxRegion = 0; idxRegion < cRegions; idxRegion++) + { + Assert((pRegions[idxRegion].cbRegion & 0xfff) == 0); + Assert((pRegions[idxRegion].GCRegionAddr & 0xfff) == 0); + + RTGCPTR GCRegion = pRegions[idxRegion].GCRegionAddr; + unsigned cbRegion = pRegions[idxRegion].cbRegion & ~0xfff; + unsigned idxPage = 0; + bool fValidChanges = false; + + if (cbPreviousRegion < cbRegion) + { + if (paPageDesc) + RTMemFree(paPageDesc); + + paPageDesc = (PGMMSHAREDPAGEDESC)RTMemAlloc((cbRegion >> PAGE_SHIFT) * sizeof(*paPageDesc)); + if (!paPageDesc) + { + AssertFailed(); + rc = VERR_NO_MEMORY; + goto end; + } + cbPreviousRegion = cbRegion; + } + + while (cbRegion) + { + RTGCPHYS GCPhys; + uint64_t fFlags; + + rc = PGMGstGetPage(pVCpu, GCRegion, &fFlags, &GCPhys); + if ( rc == VINF_SUCCESS + && !(fFlags & X86_PTE_RW)) /* important as we make assumptions about this below! */ + { + PPGMPAGE pPage = pgmPhysGetPage(&pVM->pgm.s, GCPhys); + if ( pPage + && !PGM_PAGE_IS_SHARED(pPage)) + { + fValidChanges = true; + paPageDesc[idxPage].uHCPhysPageId = PGM_PAGE_GET_PAGEID(pPage); + paPageDesc[idxPage].HCPhys = PGM_PAGE_GET_HCPHYS(pPage); + paPageDesc[idxPage].GCPhys = GCPhys; + } + else + paPageDesc[idxPage].uHCPhysPageId = NIL_GMM_PAGEID; + } + else + paPageDesc[idxPage].uHCPhysPageId = NIL_GMM_PAGEID; + + idxPage++; + GCRegion += PAGE_SIZE; + cbRegion -= PAGE_SIZE; + } + + if (fValidChanges) + { + rc = GMMR0SharedModuleCheckRange(pGVM, pModule, idxRegion, idxPage, paPageDesc); + AssertRC(rc); + if (RT_FAILURE(rc)) + break; + + for (unsigned i = 0; i < idxPage; i++) + { + /* Any change for this page? */ + if (paPageDesc[i].uHCPhysPageId != NIL_GMM_PAGEID) + { + /** todo: maybe cache these to prevent the nth lookup. */ + PPGMPAGE pPage = pgmPhysGetPage(&pVM->pgm.s, paPageDesc[i].GCPhys); + if (!pPage) + { + /* Should never happen. */ + AssertFailed(); + rc = VERR_PGM_PHYS_INVALID_PAGE_ID; + goto end; + } + Assert(!PGM_PAGE_IS_SHARED(pPage)); + + Log(("PGMR0SharedModuleCheck: shared page gc virt=%RGv phys %RGp host %RHp->%RHp\n", pRegions[idxRegion].GCRegionAddr + i * PAGE_SIZE, paPageDesc[i].GCPhys, PGM_PAGE_GET_HCPHYS(pPage), paPageDesc[i].HCPhys)); + if (paPageDesc[i].HCPhys != PGM_PAGE_GET_HCPHYS(pPage)) + { + bool fFlush = false; + + /* Page was replaced by an existing shared version of it; clear all references first. */ + rc = pgmPoolTrackUpdateGCPhys(pVM, paPageDesc[i].GCPhys, pPage, true /* clear the entries */, &fFlush); + if (RT_FAILURE(rc)) + { + AssertRC(rc); + goto end; + } + Assert(rc == VINF_SUCCESS || (VMCPU_FF_ISSET(pVCpu, VMCPU_FF_PGM_SYNC_CR3) && (pVCpu->pgm.s.fSyncFlags & PGM_SYNC_CLEAR_PGM_POOL))); + if (rc == VINF_SUCCESS) + fFlushTLBs |= fFlush; + + /* Update the physical address and page id now. */ + PGM_PAGE_SET_HCPHYS(pPage, paPageDesc[i].HCPhys); + PGM_PAGE_SET_PAGEID(pPage, paPageDesc[i].uHCPhysPageId); + + /* Invalidate page map TLB entry for this page too. */ + PGMPhysInvalidatePageMapTLBEntry(pVM, paPageDesc[i].GCPhys); + pVM->pgm.s.cReusedSharedPages++; + } + /* else nothing changed (== this page is now a shared page), so no need to flush anything. */ + + pVM->pgm.s.cSharedPages++; + pVM->pgm.s.cPrivatePages--; + PGM_PAGE_SET_STATE(pPage, PGM_PAGE_STATE_SHARED); + } + } + } + else + rc = VINF_SUCCESS; /* nothing to do. */ + } + +end: + pgmUnlock(pVM); + if (fFlushTLBs) + PGM_INVL_ALL_VCPU_TLBS(pVM); + + if (paPageDesc) + RTMemFree(paPageDesc); + + return rc; +} +#endif + diff --git a/src/VBox/VMM/VMMR0/TRPMR0.cpp b/src/VBox/VMM/VMMR0/TRPMR0.cpp index 4e82ff508..9b951e57c 100644 --- a/src/VBox/VMM/VMMR0/TRPMR0.cpp +++ b/src/VBox/VMM/VMMR0/TRPMR0.cpp @@ -1,4 +1,4 @@ -/* $Id: TRPMR0.cpp 29250 2010-05-09 17:53:58Z vboxsync $ */ +/* $Id: TRPMR0.cpp $ */ /** @file * TRPM - The Trap Monitor - HC Ring 0 */ diff --git a/src/VBox/VMM/VMMR0/TRPMR0A.asm b/src/VBox/VMM/VMMR0/TRPMR0A.asm index c5944e229..a19de3a5e 100644 --- a/src/VBox/VMM/VMMR0/TRPMR0A.asm +++ b/src/VBox/VMM/VMMR0/TRPMR0A.asm @@ -1,4 +1,4 @@ -; $Id: TRPMR0A.asm 28800 2010-04-27 08:22:32Z vboxsync $ +; $Id: TRPMR0A.asm $ ;; @file ; TRPM - Host Context Ring-0 ; diff --git a/src/VBox/VMM/VMMR0/VMMR0.cpp b/src/VBox/VMM/VMMR0/VMMR0.cpp index 935e3cbec..0a11a6dc6 100644 --- a/src/VBox/VMM/VMMR0/VMMR0.cpp +++ b/src/VBox/VMM/VMMR0/VMMR0.cpp @@ -1,4 +1,4 @@ -/* $Id: VMMR0.cpp 29908 2010-05-31 13:22:37Z vboxsync $ */ +/* $Id: VMMR0.cpp $ */ /** @file * VMM - Host Context Ring 0. */ diff --git a/src/VBox/VMM/VMMR0/VMMR0.def b/src/VBox/VMM/VMMR0/VMMR0.def index 973b5f4b4..46116032d 100644 --- a/src/VBox/VMM/VMMR0/VMMR0.def +++ b/src/VBox/VMM/VMMR0/VMMR0.def @@ -1,4 +1,4 @@ -; $Id: VMMR0.def 29902 2010-05-31 12:56:31Z vboxsync $ +; $Id: VMMR0.def $ ;; @file ; VMM Ring 0 DLL - Definition file. diff --git a/src/VBox/VMM/VMMR0/VMMR0JmpA-amd64.asm b/src/VBox/VMM/VMMR0/VMMR0JmpA-amd64.asm index 16c7f9f36..bb5ed9c1a 100644 --- a/src/VBox/VMM/VMMR0/VMMR0JmpA-amd64.asm +++ b/src/VBox/VMM/VMMR0/VMMR0JmpA-amd64.asm @@ -1,4 +1,4 @@ -; $Id: VMMR0JmpA-amd64.asm 28800 2010-04-27 08:22:32Z vboxsync $ +; $Id: VMMR0JmpA-amd64.asm $ ;; @file ; VMM - R0 SetJmp / LongJmp routines for AMD64. ; diff --git a/src/VBox/VMM/VMMR0/VMMR0JmpA-x86.asm b/src/VBox/VMM/VMMR0/VMMR0JmpA-x86.asm index 5637b8ffc..c658fd877 100644 --- a/src/VBox/VMM/VMMR0/VMMR0JmpA-x86.asm +++ b/src/VBox/VMM/VMMR0/VMMR0JmpA-x86.asm @@ -1,4 +1,4 @@ -; $Id: VMMR0JmpA-x86.asm 28800 2010-04-27 08:22:32Z vboxsync $ +; $Id: VMMR0JmpA-x86.asm $ ;; @file ; VMM - R0 SetJmp / LongJmp routines for X86. ; diff --git a/src/VBox/VMM/VMMRZ/DBGFRZ.cpp b/src/VBox/VMM/VMMRZ/DBGFRZ.cpp index 76048b60d..0c151fd33 100644 --- a/src/VBox/VMM/VMMRZ/DBGFRZ.cpp +++ b/src/VBox/VMM/VMMRZ/DBGFRZ.cpp @@ -1,4 +1,4 @@ -/* $Id: DBGFRZ.cpp 28800 2010-04-27 08:22:32Z vboxsync $ */ +/* $Id: DBGFRZ.cpp $ */ /** @file * DBGF - Debugger Facility, RZ part. */ diff --git a/src/VBox/VMM/VMMRZ/VMMRZ.cpp b/src/VBox/VMM/VMMRZ/VMMRZ.cpp index c2b925d5c..c7ce922eb 100644 --- a/src/VBox/VMM/VMMRZ/VMMRZ.cpp +++ b/src/VBox/VMM/VMMRZ/VMMRZ.cpp @@ -1,4 +1,4 @@ -/* $Id: VMMRZ.cpp 28800 2010-04-27 08:22:32Z vboxsync $ */ +/* $Id: VMMRZ.cpp $ */ /** @file * VMM - Virtual Machine Monitor, Raw-mode and ring-0 context code. */ diff --git a/src/VBox/VMM/VMMSwitcher.cpp b/src/VBox/VMM/VMMSwitcher.cpp index a88079176..f381cc7ac 100644 --- a/src/VBox/VMM/VMMSwitcher.cpp +++ b/src/VBox/VMM/VMMSwitcher.cpp @@ -1,4 +1,4 @@ -/* $Id: VMMSwitcher.cpp 28800 2010-04-27 08:22:32Z vboxsync $ */ +/* $Id: VMMSwitcher.cpp $ */ /** @file * VMM - The Virtual Machine Monitor, World Switcher(s). */ diff --git a/src/VBox/VMM/VMMSwitcher/32BitTo32Bit.asm b/src/VBox/VMM/VMMSwitcher/32BitTo32Bit.asm index c88a2f21e..5eaf28a59 100644 --- a/src/VBox/VMM/VMMSwitcher/32BitTo32Bit.asm +++ b/src/VBox/VMM/VMMSwitcher/32BitTo32Bit.asm @@ -1,4 +1,4 @@ -; $Id: 32BitTo32Bit.asm 28800 2010-04-27 08:22:32Z vboxsync $ +; $Id: 32BitTo32Bit.asm $ ;; @file ; VMM - World Switchers, 32-Bit to 32-Bit. ; diff --git a/src/VBox/VMM/VMMSwitcher/32BitToAMD64.asm b/src/VBox/VMM/VMMSwitcher/32BitToAMD64.asm index 08578140d..d913f9176 100644 --- a/src/VBox/VMM/VMMSwitcher/32BitToAMD64.asm +++ b/src/VBox/VMM/VMMSwitcher/32BitToAMD64.asm @@ -1,4 +1,4 @@ -; $Id: 32BitToAMD64.asm 28800 2010-04-27 08:22:32Z vboxsync $ +; $Id: 32BitToAMD64.asm $ ;; @file ; VMM - World Switchers, 32-Bit to AMD64 ; diff --git a/src/VBox/VMM/VMMSwitcher/32BitToPAE.asm b/src/VBox/VMM/VMMSwitcher/32BitToPAE.asm index 7b1730157..9c9d245e4 100644 --- a/src/VBox/VMM/VMMSwitcher/32BitToPAE.asm +++ b/src/VBox/VMM/VMMSwitcher/32BitToPAE.asm @@ -1,4 +1,4 @@ -; $Id: 32BitToPAE.asm 28800 2010-04-27 08:22:32Z vboxsync $ +; $Id: 32BitToPAE.asm $ ;; @file ; VMM - World Switchers, 32-Bit to 32-Bit. ; diff --git a/src/VBox/VMM/VMMSwitcher/AMD64To32Bit.asm b/src/VBox/VMM/VMMSwitcher/AMD64To32Bit.asm index aad022088..ee7bc2636 100644 --- a/src/VBox/VMM/VMMSwitcher/AMD64To32Bit.asm +++ b/src/VBox/VMM/VMMSwitcher/AMD64To32Bit.asm @@ -1,4 +1,4 @@ -; $Id: AMD64To32Bit.asm 28800 2010-04-27 08:22:32Z vboxsync $ +; $Id: AMD64To32Bit.asm $ ;; @file ; VMM - World Switchers, AMD64 to 32-bit ; diff --git a/src/VBox/VMM/VMMSwitcher/AMD64ToPAE.asm b/src/VBox/VMM/VMMSwitcher/AMD64ToPAE.asm index 8c87ec6f5..4878fc122 100644 --- a/src/VBox/VMM/VMMSwitcher/AMD64ToPAE.asm +++ b/src/VBox/VMM/VMMSwitcher/AMD64ToPAE.asm @@ -1,4 +1,4 @@ -; $Id: AMD64ToPAE.asm 28800 2010-04-27 08:22:32Z vboxsync $ +; $Id: AMD64ToPAE.asm $ ;; @file ; VMM - World Switchers, PAE to PAE ; diff --git a/src/VBox/VMM/VMMSwitcher/AMD64andLegacy.mac b/src/VBox/VMM/VMMSwitcher/AMD64andLegacy.mac index beba76456..e03fb3f07 100644 --- a/src/VBox/VMM/VMMSwitcher/AMD64andLegacy.mac +++ b/src/VBox/VMM/VMMSwitcher/AMD64andLegacy.mac @@ -1,4 +1,4 @@ -; $Id: AMD64andLegacy.mac 28800 2010-04-27 08:22:32Z vboxsync $ +; $Id: AMD64andLegacy.mac $ ;; @file ; VMM - World Switchers, template for AMD64 to PAE and 32-bit. ; diff --git a/src/VBox/VMM/VMMSwitcher/PAETo32Bit.asm b/src/VBox/VMM/VMMSwitcher/PAETo32Bit.asm index d2f2520a8..53913fbed 100644 --- a/src/VBox/VMM/VMMSwitcher/PAETo32Bit.asm +++ b/src/VBox/VMM/VMMSwitcher/PAETo32Bit.asm @@ -1,4 +1,4 @@ -; $Id: PAETo32Bit.asm 28800 2010-04-27 08:22:32Z vboxsync $ +; $Id: PAETo32Bit.asm $ ;; @file ; VMM - World Switchers, PAE to PAE ; diff --git a/src/VBox/VMM/VMMSwitcher/PAEToAMD64.asm b/src/VBox/VMM/VMMSwitcher/PAEToAMD64.asm index 9f64ac03e..23c96e96b 100644 --- a/src/VBox/VMM/VMMSwitcher/PAEToAMD64.asm +++ b/src/VBox/VMM/VMMSwitcher/PAEToAMD64.asm @@ -1,4 +1,4 @@ -; $Id: PAEToAMD64.asm 28800 2010-04-27 08:22:32Z vboxsync $ +; $Id: PAEToAMD64.asm $ ;; @file ; VMM - World Switchers, PAE to AMD64 ; diff --git a/src/VBox/VMM/VMMSwitcher/PAEToPAE.asm b/src/VBox/VMM/VMMSwitcher/PAEToPAE.asm index 661efa958..3aae14abd 100644 --- a/src/VBox/VMM/VMMSwitcher/PAEToPAE.asm +++ b/src/VBox/VMM/VMMSwitcher/PAEToPAE.asm @@ -1,4 +1,4 @@ -; $Id: PAEToPAE.asm 28800 2010-04-27 08:22:32Z vboxsync $ +; $Id: PAEToPAE.asm $ ;; @file ; VMM - World Switchers, PAE to PAE ; diff --git a/src/VBox/VMM/VMMSwitcher/PAEand32Bit.mac b/src/VBox/VMM/VMMSwitcher/PAEand32Bit.mac index de34d9c01..03ce9754d 100644 --- a/src/VBox/VMM/VMMSwitcher/PAEand32Bit.mac +++ b/src/VBox/VMM/VMMSwitcher/PAEand32Bit.mac @@ -1,4 +1,4 @@ -; $Id: PAEand32Bit.mac 28800 2010-04-27 08:22:32Z vboxsync $ +; $Id: PAEand32Bit.mac $ ;; @file ; VMM - World Switchers, template for PAE and 32-Bit. ; diff --git a/src/VBox/VMM/VMMSwitcher/VMMSwitcher.h b/src/VBox/VMM/VMMSwitcher/VMMSwitcher.h index 3302df7e2..e6b3919f2 100644 --- a/src/VBox/VMM/VMMSwitcher/VMMSwitcher.h +++ b/src/VBox/VMM/VMMSwitcher/VMMSwitcher.h @@ -1,4 +1,4 @@ -/* $Id: VMMSwitcher.h 28800 2010-04-27 08:22:32Z vboxsync $ */ +/* $Id: VMMSwitcher.h $ */ /** @file * VMM - World Switchers. */ diff --git a/src/VBox/VMM/VMMSwitcher/VMMSwitcher.mac b/src/VBox/VMM/VMMSwitcher/VMMSwitcher.mac index 48ef2eee0..62319a91e 100644 --- a/src/VBox/VMM/VMMSwitcher/VMMSwitcher.mac +++ b/src/VBox/VMM/VMMSwitcher/VMMSwitcher.mac @@ -1,4 +1,4 @@ -; $Id: VMMSwitcher.mac 28800 2010-04-27 08:22:32Z vboxsync $ +; $Id: VMMSwitcher.mac $ ;; @file ; VMM - World Switchers. ; diff --git a/src/VBox/VMM/VMMTests.cpp b/src/VBox/VMM/VMMTests.cpp index fff646575..6389151e9 100644 --- a/src/VBox/VMM/VMMTests.cpp +++ b/src/VBox/VMM/VMMTests.cpp @@ -1,4 +1,4 @@ -/* $Id: VMMTests.cpp 29250 2010-05-09 17:53:58Z vboxsync $ */ +/* $Id: VMMTests.cpp $ */ /** @file * VMM - The Virtual Machine Monitor Core, Tests. */ diff --git a/src/VBox/VMM/VMReq.cpp b/src/VBox/VMM/VMReq.cpp index 4fb8b1ba4..b10378c25 100644 --- a/src/VBox/VMM/VMReq.cpp +++ b/src/VBox/VMM/VMReq.cpp @@ -1,4 +1,4 @@ -/* $Id: VMReq.cpp 28800 2010-04-27 08:22:32Z vboxsync $ */ +/* $Id: VMReq.cpp $ */ /** @file * VM - Virtual Machine */ diff --git a/src/VBox/VMM/pure_test.sh b/src/VBox/VMM/pure_test.sh index 9542f1ae9..1d0a2a433 100755 --- a/src/VBox/VMM/pure_test.sh +++ b/src/VBox/VMM/pure_test.sh @@ -1,5 +1,5 @@ #!/bin/bash -# $Id: pure_test.sh 28800 2010-04-27 08:22:32Z vboxsync $ +# $Id: pure_test.sh $ ## @file # pure_test.sh - test the effect of __attribute__((pure)) on a set of # functions. diff --git a/src/VBox/VMM/testcase/Makefile.kmk b/src/VBox/VMM/testcase/Makefile.kmk index 9c574c253..5e7e0a95c 100644 --- a/src/VBox/VMM/testcase/Makefile.kmk +++ b/src/VBox/VMM/testcase/Makefile.kmk @@ -1,4 +1,4 @@ -# $Id: Makefile.kmk 29329 2010-05-11 10:18:30Z vboxsync $ +# $Id: Makefile.kmk $ ## @file # Sub-Makefile for the VMM testcases. # diff --git a/src/VBox/VMM/testcase/mkdsk.sh b/src/VBox/VMM/testcase/mkdsk.sh index 8325ad91b..8325ad91b 100644..100755 --- a/src/VBox/VMM/testcase/mkdsk.sh +++ b/src/VBox/VMM/testcase/mkdsk.sh diff --git a/src/VBox/VMM/testcase/tstAnimate.cpp b/src/VBox/VMM/testcase/tstAnimate.cpp index e660b601e..f63a1fc67 100644 --- a/src/VBox/VMM/testcase/tstAnimate.cpp +++ b/src/VBox/VMM/testcase/tstAnimate.cpp @@ -1,4 +1,4 @@ -/* $Id: tstAnimate.cpp 28800 2010-04-27 08:22:32Z vboxsync $ */ +/* $Id: tstAnimate.cpp $ */ /** @file * VBox Animation Testcase / Tool. */ diff --git a/src/VBox/VMM/testcase/tstAsmStructs.cpp b/src/VBox/VMM/testcase/tstAsmStructs.cpp index fd95e0ff6..6c26f5eb0 100644 --- a/src/VBox/VMM/testcase/tstAsmStructs.cpp +++ b/src/VBox/VMM/testcase/tstAsmStructs.cpp @@ -1,4 +1,4 @@ -/* $Id: tstAsmStructs.cpp 28800 2010-04-27 08:22:32Z vboxsync $ */ +/* $Id: tstAsmStructs.cpp $ */ /** @file * Testcase for checking offsets in the assembly structures shared with C/C++. */ diff --git a/src/VBox/VMM/testcase/tstAsmStructsAsm.asm b/src/VBox/VMM/testcase/tstAsmStructsAsm.asm index a4a2f9c75..c4a5f5533 100644 --- a/src/VBox/VMM/testcase/tstAsmStructsAsm.asm +++ b/src/VBox/VMM/testcase/tstAsmStructsAsm.asm @@ -1,4 +1,4 @@ -; $Id: tstAsmStructsAsm.asm 28800 2010-04-27 08:22:32Z vboxsync $ +; $Id: tstAsmStructsAsm.asm $ ;; @file ; Assembly / C structure layout testcase. ; diff --git a/src/VBox/VMM/testcase/tstCFGM.cpp b/src/VBox/VMM/testcase/tstCFGM.cpp index f6544ce88..1aab7ff60 100644 --- a/src/VBox/VMM/testcase/tstCFGM.cpp +++ b/src/VBox/VMM/testcase/tstCFGM.cpp @@ -1,4 +1,4 @@ -/* $Id: tstCFGM.cpp 28800 2010-04-27 08:22:32Z vboxsync $ */ +/* $Id: tstCFGM.cpp $ */ /** @file * Testcase for CFGM. */ diff --git a/src/VBox/VMM/testcase/tstCompiler.cpp b/src/VBox/VMM/testcase/tstCompiler.cpp index 262f0901b..54508cdea 100644 --- a/src/VBox/VMM/testcase/tstCompiler.cpp +++ b/src/VBox/VMM/testcase/tstCompiler.cpp @@ -1,4 +1,4 @@ -/* $Id: tstCompiler.cpp 29440 2010-05-13 01:44:08Z vboxsync $ */ +/* $Id: tstCompiler.cpp $ */ /** @file * Testing how the compiler deals with various things. * diff --git a/src/VBox/VMM/testcase/tstCompressionBenchmark.cpp b/src/VBox/VMM/testcase/tstCompressionBenchmark.cpp index 895b73da8..298d042b8 100644 --- a/src/VBox/VMM/testcase/tstCompressionBenchmark.cpp +++ b/src/VBox/VMM/testcase/tstCompressionBenchmark.cpp @@ -1,4 +1,4 @@ -/* $Id: tstCompressionBenchmark.cpp 28800 2010-04-27 08:22:32Z vboxsync $ */ +/* $Id: tstCompressionBenchmark.cpp $ */ /** @file * Compression Benchmark for SSM and PGM. */ diff --git a/src/VBox/VMM/testcase/tstGlobalConfig.cpp b/src/VBox/VMM/testcase/tstGlobalConfig.cpp index 01a4fd62a..58fe9620f 100644 --- a/src/VBox/VMM/testcase/tstGlobalConfig.cpp +++ b/src/VBox/VMM/testcase/tstGlobalConfig.cpp @@ -1,4 +1,4 @@ -/* $Id: tstGlobalConfig.cpp 28800 2010-04-27 08:22:32Z vboxsync $ */ +/* $Id: tstGlobalConfig.cpp $ */ /** @file * Ring-3 Management program for the GCFGM mock-up. */ diff --git a/src/VBox/VMM/testcase/tstHelp.h b/src/VBox/VMM/testcase/tstHelp.h index 5f36e87bb..290f36128 100644 --- a/src/VBox/VMM/testcase/tstHelp.h +++ b/src/VBox/VMM/testcase/tstHelp.h @@ -1,4 +1,4 @@ -/* $Id: tstHelp.h 28800 2010-04-27 08:22:32Z vboxsync $ */ +/* $Id: tstHelp.h $ */ /** @file * VMM testcase - Helper stuff. */ diff --git a/src/VBox/VMM/testcase/tstInstrEmul.cpp b/src/VBox/VMM/testcase/tstInstrEmul.cpp index e57746c1e..f8b75a20b 100644 --- a/src/VBox/VMM/testcase/tstInstrEmul.cpp +++ b/src/VBox/VMM/testcase/tstInstrEmul.cpp @@ -1,4 +1,4 @@ -/* $Id: tstInstrEmul.cpp 28800 2010-04-27 08:22:32Z vboxsync $ */ +/* $Id: tstInstrEmul.cpp $ */ /** @file * Micro Testcase, checking emulation of certain instructions */ diff --git a/src/VBox/VMM/testcase/tstMMHyperHeap.cpp b/src/VBox/VMM/testcase/tstMMHyperHeap.cpp index f17d562cf..8b232c84d 100644 --- a/src/VBox/VMM/testcase/tstMMHyperHeap.cpp +++ b/src/VBox/VMM/testcase/tstMMHyperHeap.cpp @@ -1,4 +1,4 @@ -/* $Id: tstMMHyperHeap.cpp 28800 2010-04-27 08:22:32Z vboxsync $ */ +/* $Id: tstMMHyperHeap.cpp $ */ /** @file * MM Hypervisor Heap testcase. */ diff --git a/src/VBox/VMM/testcase/tstMicro.cpp b/src/VBox/VMM/testcase/tstMicro.cpp index 02716b68f..8b01b239e 100644 --- a/src/VBox/VMM/testcase/tstMicro.cpp +++ b/src/VBox/VMM/testcase/tstMicro.cpp @@ -1,4 +1,4 @@ -/* $Id: tstMicro.cpp 28800 2010-04-27 08:22:32Z vboxsync $ */ +/* $Id: tstMicro.cpp $ */ /** @file * Micro Testcase, profiling special CPU operations. */ diff --git a/src/VBox/VMM/testcase/tstMicro.h b/src/VBox/VMM/testcase/tstMicro.h index 5120946cc..3473c365a 100644 --- a/src/VBox/VMM/testcase/tstMicro.h +++ b/src/VBox/VMM/testcase/tstMicro.h @@ -1,4 +1,4 @@ -/* $Id: tstMicro.h 28800 2010-04-27 08:22:32Z vboxsync $ */ +/* $Id: tstMicro.h $ */ /** @file * Micro Testcase, profiling special CPU operations. */ diff --git a/src/VBox/VMM/testcase/tstMicro.mac b/src/VBox/VMM/testcase/tstMicro.mac index 4b75e41e8..92e50ca31 100644 --- a/src/VBox/VMM/testcase/tstMicro.mac +++ b/src/VBox/VMM/testcase/tstMicro.mac @@ -1,4 +1,4 @@ -; $Id: tstMicro.mac 28800 2010-04-27 08:22:32Z vboxsync $ +; $Id: tstMicro.mac $ ;; @file ; Micro Testcase, profiling special CPU operations. ; diff --git a/src/VBox/VMM/testcase/tstMicroRC.cpp b/src/VBox/VMM/testcase/tstMicroRC.cpp index 8e47b8640..52ee83f31 100644 --- a/src/VBox/VMM/testcase/tstMicroRC.cpp +++ b/src/VBox/VMM/testcase/tstMicroRC.cpp @@ -1,4 +1,4 @@ -/* $Id: tstMicroRC.cpp 29250 2010-05-09 17:53:58Z vboxsync $ */ +/* $Id: tstMicroRC.cpp $ */ /** @file * Micro Testcase, profiling special CPU operations - GC Code (hacks). */ diff --git a/src/VBox/VMM/testcase/tstMicroRCA.asm b/src/VBox/VMM/testcase/tstMicroRCA.asm index 1438deefa..60930f096 100644 --- a/src/VBox/VMM/testcase/tstMicroRCA.asm +++ b/src/VBox/VMM/testcase/tstMicroRCA.asm @@ -1,4 +1,4 @@ -; $Id: tstMicroRCA.asm 28800 2010-04-27 08:22:32Z vboxsync $ +; $Id: tstMicroRCA.asm $ ;; @file ; tstMicroRCA ; diff --git a/src/VBox/VMM/testcase/tstPDMAsyncCompletion.cpp b/src/VBox/VMM/testcase/tstPDMAsyncCompletion.cpp index 4075fc464..bab57f979 100644 --- a/src/VBox/VMM/testcase/tstPDMAsyncCompletion.cpp +++ b/src/VBox/VMM/testcase/tstPDMAsyncCompletion.cpp @@ -1,4 +1,4 @@ -/* $Id: tstPDMAsyncCompletion.cpp 28800 2010-04-27 08:22:32Z vboxsync $ */ +/* $Id: tstPDMAsyncCompletion.cpp $ */ /** @file * PDM Asynchronous Completion Testcase. * diff --git a/src/VBox/VMM/testcase/tstPDMAsyncCompletionStress.cpp b/src/VBox/VMM/testcase/tstPDMAsyncCompletionStress.cpp index 0296c64c0..c84c2a45f 100644 --- a/src/VBox/VMM/testcase/tstPDMAsyncCompletionStress.cpp +++ b/src/VBox/VMM/testcase/tstPDMAsyncCompletionStress.cpp @@ -1,4 +1,4 @@ -/* $Id: tstPDMAsyncCompletionStress.cpp 28800 2010-04-27 08:22:32Z vboxsync $ */ +/* $Id: tstPDMAsyncCompletionStress.cpp $ */ /** @file * PDM Asynchronous Completion Stresstest. * diff --git a/src/VBox/VMM/testcase/tstSSM.cpp b/src/VBox/VMM/testcase/tstSSM.cpp index bed5d340d..5d18bd369 100644 --- a/src/VBox/VMM/testcase/tstSSM.cpp +++ b/src/VBox/VMM/testcase/tstSSM.cpp @@ -1,4 +1,4 @@ -/* $Id: tstSSM.cpp 28800 2010-04-27 08:22:32Z vboxsync $ */ +/* $Id: tstSSM.cpp $ */ /** @file * Saved State Manager Testcase. */ diff --git a/src/VBox/VMM/testcase/tstVMM-HwAccm.cpp b/src/VBox/VMM/testcase/tstVMM-HwAccm.cpp index 9d95f9445..250449f22 100644 --- a/src/VBox/VMM/testcase/tstVMM-HwAccm.cpp +++ b/src/VBox/VMM/testcase/tstVMM-HwAccm.cpp @@ -1,4 +1,4 @@ -/* $Id: tstVMM-HwAccm.cpp 28800 2010-04-27 08:22:32Z vboxsync $ */ +/* $Id: tstVMM-HwAccm.cpp $ */ /** @file * VMM Testcase. */ diff --git a/src/VBox/VMM/testcase/tstVMM.cpp b/src/VBox/VMM/testcase/tstVMM.cpp index 9fd31a86f..39113e63e 100644 --- a/src/VBox/VMM/testcase/tstVMM.cpp +++ b/src/VBox/VMM/testcase/tstVMM.cpp @@ -1,4 +1,4 @@ -/* $Id: tstVMM.cpp 28800 2010-04-27 08:22:32Z vboxsync $ */ +/* $Id: tstVMM.cpp $ */ /** @file * VMM Testcase. */ diff --git a/src/VBox/VMM/testcase/tstVMMFork.cpp b/src/VBox/VMM/testcase/tstVMMFork.cpp index 1b41d1c6c..c21bd951b 100644 --- a/src/VBox/VMM/testcase/tstVMMFork.cpp +++ b/src/VBox/VMM/testcase/tstVMMFork.cpp @@ -1,4 +1,4 @@ -/* $Id: tstVMMFork.cpp 28800 2010-04-27 08:22:32Z vboxsync $ */ +/* $Id: tstVMMFork.cpp $ */ /** @file * VMM Fork Test. */ diff --git a/src/VBox/VMM/testcase/tstVMMR0CallHost-1.cpp b/src/VBox/VMM/testcase/tstVMMR0CallHost-1.cpp index b42d43e2e..fc1fbe717 100644 --- a/src/VBox/VMM/testcase/tstVMMR0CallHost-1.cpp +++ b/src/VBox/VMM/testcase/tstVMMR0CallHost-1.cpp @@ -1,4 +1,4 @@ -/* $Id: tstVMMR0CallHost-1.cpp 28800 2010-04-27 08:22:32Z vboxsync $ */ +/* $Id: tstVMMR0CallHost-1.cpp $ */ /** @file * Testcase for the VMMR0JMPBUF operations. */ diff --git a/src/VBox/VMM/testcase/tstVMREQ.cpp b/src/VBox/VMM/testcase/tstVMREQ.cpp index 3f913ef5a..c6a84e133 100644 --- a/src/VBox/VMM/testcase/tstVMREQ.cpp +++ b/src/VBox/VMM/testcase/tstVMREQ.cpp @@ -1,4 +1,4 @@ -/* $Id: tstVMREQ.cpp 28800 2010-04-27 08:22:32Z vboxsync $ */ +/* $Id: tstVMREQ.cpp $ */ /** @file * VMM Testcase. */ diff --git a/src/VBox/VMM/testcase/tstVMStructRC.cpp b/src/VBox/VMM/testcase/tstVMStructRC.cpp index 18477d1ab..3ea79826c 100644 --- a/src/VBox/VMM/testcase/tstVMStructRC.cpp +++ b/src/VBox/VMM/testcase/tstVMStructRC.cpp @@ -1,4 +1,4 @@ -/* $Id: tstVMStructRC.cpp 29436 2010-05-12 20:57:57Z vboxsync $ */ +/* $Id: tstVMStructRC.cpp $ */ /** @file * tstVMMStructRC - Generate structure member and size checks from the * RC perspective. diff --git a/src/VBox/VMM/testcase/tstVMStructSize.cpp b/src/VBox/VMM/testcase/tstVMStructSize.cpp index bbf2c1f5a..3a84a1c11 100644 --- a/src/VBox/VMM/testcase/tstVMStructSize.cpp +++ b/src/VBox/VMM/testcase/tstVMStructSize.cpp @@ -1,4 +1,4 @@ -/* $Id: tstVMStructSize.cpp 29329 2010-05-11 10:18:30Z vboxsync $ */ +/* $Id: tstVMStructSize.cpp $ */ /** @file * tstVMStructSize - testcase for check structure sizes/alignment * and to verify that HC and GC uses the same diff --git a/src/apps/Makefile.kmk b/src/apps/Makefile.kmk index 8af2b784e..9185c0b59 100644 --- a/src/apps/Makefile.kmk +++ b/src/apps/Makefile.kmk @@ -1,4 +1,4 @@ -# $Id: Makefile.kmk 28800 2010-04-27 08:22:32Z vboxsync $ +# $Id: Makefile.kmk $ ## @file # Sub-Makefile for the external apps. # diff --git a/src/apps/adpctl/Makefile.kmk b/src/apps/adpctl/Makefile.kmk index 2da986505..27e4d9a3e 100644 --- a/src/apps/adpctl/Makefile.kmk +++ b/src/apps/adpctl/Makefile.kmk @@ -1,4 +1,4 @@ -# $Id: Makefile.kmk 28800 2010-04-27 08:22:32Z vboxsync $ +# $Id: Makefile.kmk $ ## @file # Sub-Makefile for VBoxAdpCtl # diff --git a/src/apps/adpctl/VBoxNetAdpCtl.cpp b/src/apps/adpctl/VBoxNetAdpCtl.cpp index 01438747d..d88afecbf 100644 --- a/src/apps/adpctl/VBoxNetAdpCtl.cpp +++ b/src/apps/adpctl/VBoxNetAdpCtl.cpp @@ -1,4 +1,4 @@ -/* $Id: VBoxNetAdpCtl.cpp 28800 2010-04-27 08:22:32Z vboxsync $ */ +/* $Id: VBoxNetAdpCtl.cpp $ */ /** @file * Apps - VBoxAdpCtl, Configuration tool for vboxnetX adapters. */ diff --git a/src/apps/svnsync-vbox/Makefile.kmk b/src/apps/svnsync-vbox/Makefile.kmk index 37ce82a26..368eb9211 100644 --- a/src/apps/svnsync-vbox/Makefile.kmk +++ b/src/apps/svnsync-vbox/Makefile.kmk @@ -1,4 +1,4 @@ -# $Id: Makefile.kmk 29684 2010-05-20 11:30:05Z vboxsync $ +# $Id: Makefile.kmk $ ## @file # Sub-Makefile for svnsync-vbox. # diff --git a/src/apps/svnsync-vbox/main.c b/src/apps/svnsync-vbox/main.c index 13b2e0411..a9e065b7d 100644 --- a/src/apps/svnsync-vbox/main.c +++ b/src/apps/svnsync-vbox/main.c @@ -1,4 +1,4 @@ -/* $Id: main.c 29684 2010-05-20 11:30:05Z vboxsync $ */ +/* $Id: main.c $ */ /** @file * svnsync tool. Modified by Oracle. */ diff --git a/src/apps/svnsync-vbox/svn_private_config.h b/src/apps/svnsync-vbox/svn_private_config.h index f912682e2..37128777f 100644 --- a/src/apps/svnsync-vbox/svn_private_config.h +++ b/src/apps/svnsync-vbox/svn_private_config.h @@ -1,4 +1,4 @@ -/* $Id: svn_private_config.h 29684 2010-05-20 11:30:05Z vboxsync $ */ +/* $Id: svn_private_config.h $ */ /** @file * */ diff --git a/src/apps/tunctl/Makefile.kmk b/src/apps/tunctl/Makefile.kmk index dd288b31e..63ff5dda2 100644 --- a/src/apps/tunctl/Makefile.kmk +++ b/src/apps/tunctl/Makefile.kmk @@ -1,4 +1,4 @@ -# $Id: Makefile.kmk 28800 2010-04-27 08:22:32Z vboxsync $ +# $Id: Makefile.kmk $ ## @file # Sub-Makefile for VBoxTunctl # diff --git a/src/bldprogs/Makefile.kmk b/src/bldprogs/Makefile.kmk index cea3932fe..2f992d2b7 100644 --- a/src/bldprogs/Makefile.kmk +++ b/src/bldprogs/Makefile.kmk @@ -1,4 +1,4 @@ -# $Id: Makefile.kmk 29715 2010-05-21 04:39:03Z vboxsync $ +# $Id: Makefile.kmk $ ## @file # Sub-Makefile for various generic build tools (there is currently only one of them). # diff --git a/src/bldprogs/bin2c.c b/src/bldprogs/bin2c.c index d30fe4fcd..a0a973ce8 100644 --- a/src/bldprogs/bin2c.c +++ b/src/bldprogs/bin2c.c @@ -1,4 +1,4 @@ -/* $Id: bin2c.c 28800 2010-04-27 08:22:32Z vboxsync $ */ +/* $Id: bin2c.c $ */ /** @file * bin2c - Binary 2 C Structure Converter. */ diff --git a/src/bldprogs/biossums.c b/src/bldprogs/biossums.c index 063d02368..e179f6493 100644 --- a/src/bldprogs/biossums.c +++ b/src/bldprogs/biossums.c @@ -1,4 +1,4 @@ -/* $Id: biossums.c 28800 2010-04-27 08:22:32Z vboxsync $ */ +/* $Id: biossums.c $ */ /** @file * Tool for modifying a BIOS image to write the BIOS checksum. */ diff --git a/src/bldprogs/checkUndefined.sh b/src/bldprogs/checkUndefined.sh index 16a5a463e..16a5a463e 100644..100755 --- a/src/bldprogs/checkUndefined.sh +++ b/src/bldprogs/checkUndefined.sh diff --git a/src/bldprogs/preload.cpp b/src/bldprogs/preload.cpp index 0ec2e0f29..07def9a04 100644 --- a/src/bldprogs/preload.cpp +++ b/src/bldprogs/preload.cpp @@ -1,4 +1,4 @@ -/* $Id: preload.cpp 28800 2010-04-27 08:22:32Z vboxsync $ */ +/* $Id: preload.cpp $ */ /** @file * bin2c - Binary 2 C Structure Converter. */ @@ -146,7 +146,7 @@ int main(int argc, char **argv) if ( !strcmp(argv[i], "--version") || !strcmp(argv[i], "-V")) { - printf("$Revision: 28800 $\n"); + printf("$Revision: 60692 $\n"); return 0; } fprintf(stderr, "syntax error: unknown option '%s'\n", argv[i]); diff --git a/src/bldprogs/scm.cpp b/src/bldprogs/scm.cpp index 185214381..431a1f222 100644 --- a/src/bldprogs/scm.cpp +++ b/src/bldprogs/scm.cpp @@ -1,4 +1,4 @@ -/* $Id: scm.cpp 29907 2010-05-31 13:07:02Z vboxsync $ */ +/* $Id: scm.cpp $ */ /** @file * IPRT Testcase / Tool - Source Code Massager. */ @@ -4089,7 +4089,7 @@ int main(int argc, char **argv) case 'V': { /* The following is assuming that svn does it's job here. */ - static const char s_szRev[] = "$Revision: 29907 $"; + static const char s_szRev[] = "$Revision: 62173 $"; const char *psz = RTStrStripL(strchr(s_szRev, ' ')); RTPrintf("r%.*s\n", strchr(psz, ' ') - psz, psz); return 0; diff --git a/src/libs/Makefile.kmk b/src/libs/Makefile.kmk index bc9933d0b..225cc3cda 100644 --- a/src/libs/Makefile.kmk +++ b/src/libs/Makefile.kmk @@ -1,4 +1,4 @@ -# $Id: Makefile.kmk 29268 2010-05-09 21:22:33Z vboxsync $ +# $Id: Makefile.kmk $ ## @file # Top-level makefile for the external libraries. # diff --git a/src/libs/kStuff/Makefile.kmk b/src/libs/kStuff/Makefile.kmk index 0ed8fb193..93d299500 100644 --- a/src/libs/kStuff/Makefile.kmk +++ b/src/libs/kStuff/Makefile.kmk @@ -1,4 +1,4 @@ -# $Id: Makefile.kmk 28800 2010-04-27 08:22:32Z vboxsync $ +# $Id: Makefile.kmk $ ## @file # Sub-Makefile for kStuff, for statically linking into VBoxRT. # diff --git a/src/libs/kStuff/iprt/kHlpAlloc-iprt.cpp b/src/libs/kStuff/iprt/kHlpAlloc-iprt.cpp index 213d27e2f..6684bf33e 100644 --- a/src/libs/kStuff/iprt/kHlpAlloc-iprt.cpp +++ b/src/libs/kStuff/iprt/kHlpAlloc-iprt.cpp @@ -1,4 +1,4 @@ -/* $Id: kHlpAlloc-iprt.cpp 28800 2010-04-27 08:22:32Z vboxsync $ *//* $Id: kHlpAlloc-iprt.cpp 28800 2010-04-27 08:22:32Z vboxsync $ */ +/* $Id: kHlpAlloc-iprt.cpp $ */ /** @file * kHlpAlloc - Memory Allocation, IPRT based implementation. */ diff --git a/src/libs/kStuff/iprt/kHlpAssert-iprt.cpp b/src/libs/kStuff/iprt/kHlpAssert-iprt.cpp index 2faf3b64c..406bc3e85 100644 --- a/src/libs/kStuff/iprt/kHlpAssert-iprt.cpp +++ b/src/libs/kStuff/iprt/kHlpAssert-iprt.cpp @@ -1,4 +1,4 @@ -/* $Id: kHlpAssert-iprt.cpp 28800 2010-04-27 08:22:32Z vboxsync $ */ +/* $Id: kHlpAssert-iprt.cpp $ */ /** @file * kHlpEnv - Assertions, IPRT based implementation. */ diff --git a/src/libs/kStuff/iprt/kHlpEnv-iprt.cpp b/src/libs/kStuff/iprt/kHlpEnv-iprt.cpp index b2119f771..17661ca7c 100644 --- a/src/libs/kStuff/iprt/kHlpEnv-iprt.cpp +++ b/src/libs/kStuff/iprt/kHlpEnv-iprt.cpp @@ -1,4 +1,4 @@ -/* $Id: kHlpEnv-iprt.cpp 28800 2010-04-27 08:22:32Z vboxsync $ */ +/* $Id: kHlpEnv-iprt.cpp $ */ /** @file * kHlpEnv - Environment Manipulation, IPRT based implementation. */ diff --git a/src/libs/kStuff/iprt/kHlpPage-iprt.cpp b/src/libs/kStuff/iprt/kHlpPage-iprt.cpp index 2372d343d..b808d9978 100644 --- a/src/libs/kStuff/iprt/kHlpPage-iprt.cpp +++ b/src/libs/kStuff/iprt/kHlpPage-iprt.cpp @@ -1,4 +1,4 @@ -/* $Id: kHlpPage-iprt.cpp 28800 2010-04-27 08:22:32Z vboxsync $ */ +/* $Id: kHlpPage-iprt.cpp $ */ /** @file * kHlpPage - Page Memory Allocation, IPRT based implementation. */ diff --git a/src/libs/kStuff/iprt/kHlpString-iprt.cpp b/src/libs/kStuff/iprt/kHlpString-iprt.cpp index 6ecffb6c7..0c74fa55a 100644 --- a/src/libs/kStuff/iprt/kHlpString-iprt.cpp +++ b/src/libs/kStuff/iprt/kHlpString-iprt.cpp @@ -1,4 +1,4 @@ -/* $Id: kHlpString-iprt.cpp 28800 2010-04-27 08:22:32Z vboxsync $ */ +/* $Id: kHlpString-iprt.cpp $ */ /** @file * kHlpString - String And Memory Routines, IPRT based implementation. */ diff --git a/src/libs/kStuff/iprt/kRdrFile-iprt.cpp b/src/libs/kStuff/iprt/kRdrFile-iprt.cpp index 697bf1594..2d8907332 100644 --- a/src/libs/kStuff/iprt/kRdrFile-iprt.cpp +++ b/src/libs/kStuff/iprt/kRdrFile-iprt.cpp @@ -1,4 +1,4 @@ -/* $Id: kRdrFile-iprt.cpp 28800 2010-04-27 08:22:32Z vboxsync $ */ +/* $Id: kRdrFile-iprt.cpp $ */ /** @file * IPRT - kRdr Backend. */ diff --git a/src/libs/liblzf-3.4/Makefile.kmk b/src/libs/liblzf-3.4/Makefile.kmk index 62bd707a8..49b68b487 100644 --- a/src/libs/liblzf-3.4/Makefile.kmk +++ b/src/libs/liblzf-3.4/Makefile.kmk @@ -1,4 +1,4 @@ -# $Id: Makefile.kmk 28800 2010-04-27 08:22:32Z vboxsync $ +# $Id: Makefile.kmk $ ## @file # Sub-Makefile for liblzf. # diff --git a/src/libs/xpcom18a4/Config.kmk b/src/libs/xpcom18a4/Config.kmk index f261aa94b..2a94b0259 100644 --- a/src/libs/xpcom18a4/Config.kmk +++ b/src/libs/xpcom18a4/Config.kmk @@ -1,4 +1,4 @@ -# $Id: Config.kmk 29232 2010-05-07 19:43:32Z vboxsync $ +# $Id: Config.kmk $ ## @file # XPCOM kBuild Configuration file. # diff --git a/src/libs/xpcom18a4/Makefile.kmk b/src/libs/xpcom18a4/Makefile.kmk index d55391f6e..da91f5726 100644 --- a/src/libs/xpcom18a4/Makefile.kmk +++ b/src/libs/xpcom18a4/Makefile.kmk @@ -1,4 +1,4 @@ -# $Id: Makefile.kmk 29182 2010-05-07 01:08:55Z vboxsync $ +# $Id: Makefile.kmk $ ## @file # Sub-Makefile for XPCOM. # diff --git a/src/libs/xpcom18a4/java/Makefile.kmk b/src/libs/xpcom18a4/java/Makefile.kmk index a27e5ce59..e3659b352 100644 --- a/src/libs/xpcom18a4/java/Makefile.kmk +++ b/src/libs/xpcom18a4/java/Makefile.kmk @@ -1,4 +1,4 @@ -# $Id: Makefile.kmk 29793 2010-05-25 15:46:41Z vboxsync $ +# $Id: Makefile.kmk $ ## @file # Sub-Makefile for Java bindings # diff --git a/src/libs/xpcom18a4/java/src/org/virtualbox/VBoxObjectBase.java b/src/libs/xpcom18a4/java/src/org/virtualbox/VBoxObjectBase.java index 4e3fda9a5..7a01dd48d 100644 --- a/src/libs/xpcom18a4/java/src/org/virtualbox/VBoxObjectBase.java +++ b/src/libs/xpcom18a4/java/src/org/virtualbox/VBoxObjectBase.java @@ -1,4 +1,4 @@ -/* $Id: VBoxObjectBase.java 29233 2010-05-07 19:52:15Z vboxsync $ */ +/* $Id: VBoxObjectBase.java $ */ /* * Copyright (C) 2010 Oracle Corporation * diff --git a/src/libs/xpcom18a4/java/src/org/virtualbox/VirtualBoxManager.java b/src/libs/xpcom18a4/java/src/org/virtualbox/VirtualBoxManager.java index 8f34d2b85..c43d45c2d 100644 --- a/src/libs/xpcom18a4/java/src/org/virtualbox/VirtualBoxManager.java +++ b/src/libs/xpcom18a4/java/src/org/virtualbox/VirtualBoxManager.java @@ -1,4 +1,4 @@ -/* $Id: VirtualBoxManager.java 29230 2010-05-07 19:29:18Z vboxsync $ */ +/* $Id: VirtualBoxManager.java $ */ /* * Copyright (C) 2010 Oracle Corporation * diff --git a/src/libs/xpcom18a4/java/tools/gen-nsError.pl b/src/libs/xpcom18a4/java/tools/gen-nsError.pl index da866b83b..da866b83b 100644..100755 --- a/src/libs/xpcom18a4/java/tools/gen-nsError.pl +++ b/src/libs/xpcom18a4/java/tools/gen-nsError.pl diff --git a/src/libs/xpcom18a4/nsprpub/Makefile.in b/src/libs/xpcom18a4/nsprpub/Makefile.in index 9273b16db..9273b16db 100644..100755 --- a/src/libs/xpcom18a4/nsprpub/Makefile.in +++ b/src/libs/xpcom18a4/nsprpub/Makefile.in diff --git a/src/libs/xpcom18a4/nsprpub/admin/explode.pl b/src/libs/xpcom18a4/nsprpub/admin/explode.pl index 881f21b9b..881f21b9b 100644..100755 --- a/src/libs/xpcom18a4/nsprpub/admin/explode.pl +++ b/src/libs/xpcom18a4/nsprpub/admin/explode.pl diff --git a/src/libs/xpcom18a4/nsprpub/admin/makeTargetDirs.sh b/src/libs/xpcom18a4/nsprpub/admin/makeTargetDirs.sh index 4250ce4a0..4250ce4a0 100644..100755 --- a/src/libs/xpcom18a4/nsprpub/admin/makeTargetDirs.sh +++ b/src/libs/xpcom18a4/nsprpub/admin/makeTargetDirs.sh diff --git a/src/libs/xpcom18a4/nsprpub/admin/repackage.sh b/src/libs/xpcom18a4/nsprpub/admin/repackage.sh index 37ba0e163..37ba0e163 100644..100755 --- a/src/libs/xpcom18a4/nsprpub/admin/repackage.sh +++ b/src/libs/xpcom18a4/nsprpub/admin/repackage.sh diff --git a/src/libs/xpcom18a4/nsprpub/admin/symlinks.sh b/src/libs/xpcom18a4/nsprpub/admin/symlinks.sh index f90582e2d..f90582e2d 100644..100755 --- a/src/libs/xpcom18a4/nsprpub/admin/symlinks.sh +++ b/src/libs/xpcom18a4/nsprpub/admin/symlinks.sh diff --git a/src/libs/xpcom18a4/nsprpub/config/Makefile.in b/src/libs/xpcom18a4/nsprpub/config/Makefile.in index 1b83ffa56..1b83ffa56 100644..100755 --- a/src/libs/xpcom18a4/nsprpub/config/Makefile.in +++ b/src/libs/xpcom18a4/nsprpub/config/Makefile.in diff --git a/src/libs/xpcom18a4/nsprpub/config/config.mk b/src/libs/xpcom18a4/nsprpub/config/config.mk index 697a6015d..697a6015d 100644..100755 --- a/src/libs/xpcom18a4/nsprpub/config/config.mk +++ b/src/libs/xpcom18a4/nsprpub/config/config.mk diff --git a/src/libs/xpcom18a4/nsprpub/config/nfspwd.pl b/src/libs/xpcom18a4/nsprpub/config/nfspwd.pl index 947b822ae..947b822ae 100644..100755 --- a/src/libs/xpcom18a4/nsprpub/config/nfspwd.pl +++ b/src/libs/xpcom18a4/nsprpub/config/nfspwd.pl diff --git a/src/libs/xpcom18a4/nsprpub/config/nspr-config.in b/src/libs/xpcom18a4/nsprpub/config/nspr-config.in index e9e186791..e9e186791 100644..100755 --- a/src/libs/xpcom18a4/nsprpub/config/nspr-config.in +++ b/src/libs/xpcom18a4/nsprpub/config/nspr-config.in diff --git a/src/libs/xpcom18a4/nsprpub/config/rules.mk b/src/libs/xpcom18a4/nsprpub/config/rules.mk index bba50ee75..bba50ee75 100644..100755 --- a/src/libs/xpcom18a4/nsprpub/config/rules.mk +++ b/src/libs/xpcom18a4/nsprpub/config/rules.mk diff --git a/src/libs/xpcom18a4/nsprpub/configure b/src/libs/xpcom18a4/nsprpub/configure index 2046d79f6..2046d79f6 100644..100755 --- a/src/libs/xpcom18a4/nsprpub/configure +++ b/src/libs/xpcom18a4/nsprpub/configure diff --git a/src/libs/xpcom18a4/nsprpub/pkg/linux/Makefile.in b/src/libs/xpcom18a4/nsprpub/pkg/linux/Makefile.in index 09edb474b..630af186b 100644 --- a/src/libs/xpcom18a4/nsprpub/pkg/linux/Makefile.in +++ b/src/libs/xpcom18a4/nsprpub/pkg/linux/Makefile.in @@ -2,7 +2,7 @@ # Copyright 2002 Sun Microsystems, Inc. All rights reserved. # Use is subject to license terms. # -#ident "$Id: Makefile.in 1 vboxsync $" +#ident "$Id: Makefile.in $" # MOD_DEPTH = ../.. diff --git a/src/libs/xpcom18a4/nsprpub/pkg/solaris/Makefile.com b/src/libs/xpcom18a4/nsprpub/pkg/solaris/Makefile.com index 511e5913b..32de8a9ba 100644 --- a/src/libs/xpcom18a4/nsprpub/pkg/solaris/Makefile.com +++ b/src/libs/xpcom18a4/nsprpub/pkg/solaris/Makefile.com @@ -2,7 +2,7 @@ # Copyright 2002 Sun Microsystems, Inc. All rights reserved. # Use is subject to license terms. # -#ident "$Id: Makefile.com 1 vboxsync $" +#ident "$Id: Makefile.com $" # MACH = $(shell mach) diff --git a/src/libs/xpcom18a4/nsprpub/pkg/solaris/Makefile.in b/src/libs/xpcom18a4/nsprpub/pkg/solaris/Makefile.in index 53ac721f5..0c2d2e317 100644 --- a/src/libs/xpcom18a4/nsprpub/pkg/solaris/Makefile.in +++ b/src/libs/xpcom18a4/nsprpub/pkg/solaris/Makefile.in @@ -2,7 +2,7 @@ # Copyright 2002 Sun Microsystems, Inc. All rights reserved. # Use is subject to license terms. # -#ident "$Id: Makefile.in 1 vboxsync $" +#ident "$Id: Makefile.in $" # MOD_DEPTH = ../.. diff --git a/src/libs/xpcom18a4/nsprpub/pkg/solaris/Makefile.targ b/src/libs/xpcom18a4/nsprpub/pkg/solaris/Makefile.targ index b5ea1586b..9c49cf206 100644 --- a/src/libs/xpcom18a4/nsprpub/pkg/solaris/Makefile.targ +++ b/src/libs/xpcom18a4/nsprpub/pkg/solaris/Makefile.targ @@ -2,7 +2,7 @@ # Copyright 2002 Sun Microsystems, Inc. All rights reserved. # Use is subject to license terms. # -#ident "$Id: Makefile.targ 1 vboxsync $" +#ident "$Id: Makefile.targ $" # pkginfo: pkginfo.tmpl ../awk_pkginfo diff --git a/src/libs/xpcom18a4/nsprpub/pkg/solaris/SUNWpr/Makefile.in b/src/libs/xpcom18a4/nsprpub/pkg/solaris/SUNWpr/Makefile.in index 66885f029..ab54db6fb 100644 --- a/src/libs/xpcom18a4/nsprpub/pkg/solaris/SUNWpr/Makefile.in +++ b/src/libs/xpcom18a4/nsprpub/pkg/solaris/SUNWpr/Makefile.in @@ -2,7 +2,7 @@ # Copyright 2002 Sun Microsystems, Inc. All rights reserved. # Use is subject to license terms. # -#ident "$Id: Makefile.in 1 vboxsync $" +#ident "$Id: Makefile.in $" # MOD_DEPTH = ../../.. diff --git a/src/libs/xpcom18a4/nsprpub/pkg/solaris/SUNWpr/depend b/src/libs/xpcom18a4/nsprpub/pkg/solaris/SUNWpr/depend index 47748f629..57bc554e3 100644 --- a/src/libs/xpcom18a4/nsprpub/pkg/solaris/SUNWpr/depend +++ b/src/libs/xpcom18a4/nsprpub/pkg/solaris/SUNWpr/depend @@ -1,7 +1,7 @@ # Copyright 2002 Microsystems, Inc. All Rights Reserved. # Use is subject to license terms. # -# $Id: depend 1 vboxsync $ +# $Id: depend $ # # This package information file defines software dependencies associated # with the pkg. You can define three types of pkg dependencies with this file: diff --git a/src/libs/xpcom18a4/nsprpub/pkg/solaris/SUNWpr/pkginfo.tmpl b/src/libs/xpcom18a4/nsprpub/pkg/solaris/SUNWpr/pkginfo.tmpl index d387aa5dc..431ef37a0 100644 --- a/src/libs/xpcom18a4/nsprpub/pkg/solaris/SUNWpr/pkginfo.tmpl +++ b/src/libs/xpcom18a4/nsprpub/pkg/solaris/SUNWpr/pkginfo.tmpl @@ -2,7 +2,7 @@ # Copyright 2002 Sun Microsystems, Inc. All rights reserved. # Use is subject to license terms. # -#ident "$Id: pkginfo.tmpl 1 vboxsync $" +#ident "$Id: pkginfo.tmpl $" # # # This required package information file describes characteristics of the diff --git a/src/libs/xpcom18a4/nsprpub/pkg/solaris/SUNWpr/prototype_com b/src/libs/xpcom18a4/nsprpub/pkg/solaris/SUNWpr/prototype_com index d7c4366ca..e92c4e513 100644 --- a/src/libs/xpcom18a4/nsprpub/pkg/solaris/SUNWpr/prototype_com +++ b/src/libs/xpcom18a4/nsprpub/pkg/solaris/SUNWpr/prototype_com @@ -2,7 +2,7 @@ # Copyright 2002 Sun Microsystems, Inc. All rights reserved. # Use is subject to license terms. # -#ident "$Id: prototype_com 1 vboxsync $" +#ident "$Id: prototype_com $" # # This required package information file contains a list of package contents. # The 'pkgmk' command uses this file to identify the contents of a package diff --git a/src/libs/xpcom18a4/nsprpub/pkg/solaris/SUNWpr/prototype_i386 b/src/libs/xpcom18a4/nsprpub/pkg/solaris/SUNWpr/prototype_i386 index 652e25a1f..76b920168 100644 --- a/src/libs/xpcom18a4/nsprpub/pkg/solaris/SUNWpr/prototype_i386 +++ b/src/libs/xpcom18a4/nsprpub/pkg/solaris/SUNWpr/prototype_i386 @@ -2,7 +2,7 @@ # Copyright 2002 Sun Microsystems, Inc. All rights reserved. # Use is subject to license terms. # -#ident "$Id: prototype_i386 1 vboxsync $" +#ident "$Id: prototype_i386 $" # # This required package information file contains a list of package contents. # The 'pkgmk' command uses this file to identify the contents of a package diff --git a/src/libs/xpcom18a4/nsprpub/pkg/solaris/SUNWpr/prototype_sparc b/src/libs/xpcom18a4/nsprpub/pkg/solaris/SUNWpr/prototype_sparc index ae0a7032e..4da58b010 100644 --- a/src/libs/xpcom18a4/nsprpub/pkg/solaris/SUNWpr/prototype_sparc +++ b/src/libs/xpcom18a4/nsprpub/pkg/solaris/SUNWpr/prototype_sparc @@ -2,7 +2,7 @@ # Copyright 2002 Sun Microsystems, Inc. All rights reserved. # Use is subject to license terms. # -#ident "$Id: prototype_sparc 1 vboxsync $" +#ident "$Id: prototype_sparc $" # # This required package information file contains a list of package contents. # The 'pkgmk' command uses this file to identify the contents of a package diff --git a/src/libs/xpcom18a4/nsprpub/pkg/solaris/SUNWprx/Makefile.in b/src/libs/xpcom18a4/nsprpub/pkg/solaris/SUNWprx/Makefile.in index 66885f029..ab54db6fb 100644 --- a/src/libs/xpcom18a4/nsprpub/pkg/solaris/SUNWprx/Makefile.in +++ b/src/libs/xpcom18a4/nsprpub/pkg/solaris/SUNWprx/Makefile.in @@ -2,7 +2,7 @@ # Copyright 2002 Sun Microsystems, Inc. All rights reserved. # Use is subject to license terms. # -#ident "$Id: Makefile.in 1 vboxsync $" +#ident "$Id: Makefile.in $" # MOD_DEPTH = ../../.. diff --git a/src/libs/xpcom18a4/nsprpub/pkg/solaris/SUNWprx/depend b/src/libs/xpcom18a4/nsprpub/pkg/solaris/SUNWprx/depend index 027675ef6..5be1ecd98 100644 --- a/src/libs/xpcom18a4/nsprpub/pkg/solaris/SUNWprx/depend +++ b/src/libs/xpcom18a4/nsprpub/pkg/solaris/SUNWprx/depend @@ -1,7 +1,7 @@ # Copyright 2002 Microsystems, Inc. All Rights Reserved. # Use is subject to license terms. # -# $Id: depend 1 vboxsync $ +# $Id: depend $ # # This package information file defines software dependencies associated # with the pkg. You can define three types of pkg dependencies with this file: diff --git a/src/libs/xpcom18a4/nsprpub/pkg/solaris/SUNWprx/pkginfo.tmpl b/src/libs/xpcom18a4/nsprpub/pkg/solaris/SUNWprx/pkginfo.tmpl index f7504a307..0b13c5be4 100644 --- a/src/libs/xpcom18a4/nsprpub/pkg/solaris/SUNWprx/pkginfo.tmpl +++ b/src/libs/xpcom18a4/nsprpub/pkg/solaris/SUNWprx/pkginfo.tmpl @@ -2,7 +2,7 @@ # Copyright 2002 Sun Microsystems, Inc. All rights reserved. # Use is subject to license terms. # -#ident "$Id: pkginfo.tmpl 1 vboxsync $" +#ident "$Id: pkginfo.tmpl $" # # # This required package information file describes characteristics of the diff --git a/src/libs/xpcom18a4/nsprpub/pkg/solaris/SUNWprx/prototype_com b/src/libs/xpcom18a4/nsprpub/pkg/solaris/SUNWprx/prototype_com index ac92436fd..700d61ca9 100644 --- a/src/libs/xpcom18a4/nsprpub/pkg/solaris/SUNWprx/prototype_com +++ b/src/libs/xpcom18a4/nsprpub/pkg/solaris/SUNWprx/prototype_com @@ -2,7 +2,7 @@ # Copyright 2002 Sun Microsystems, Inc. All rights reserved. # Use is subject to license terms. # -#ident "$Id: prototype_com 1 vboxsync $" +#ident "$Id: prototype_com $" # # This required package information file contains a list of package contents. # The 'pkgmk' command uses this file to identify the contents of a package diff --git a/src/libs/xpcom18a4/nsprpub/pkg/solaris/SUNWprx/prototype_sparc b/src/libs/xpcom18a4/nsprpub/pkg/solaris/SUNWprx/prototype_sparc index 26e6d7d70..cd3da1210 100644 --- a/src/libs/xpcom18a4/nsprpub/pkg/solaris/SUNWprx/prototype_sparc +++ b/src/libs/xpcom18a4/nsprpub/pkg/solaris/SUNWprx/prototype_sparc @@ -2,7 +2,7 @@ # Copyright 2002 Sun Microsystems, Inc. All rights reserved. # Use is subject to license terms. # -#ident "$Id: prototype_sparc 1 vboxsync $" +#ident "$Id: prototype_sparc $" # # This required package information file contains a list of package contents. # The 'pkgmk' command uses this file to identify the contents of a package diff --git a/src/libs/xpcom18a4/nsprpub/pkg/solaris/bld_awk_pkginfo.ksh b/src/libs/xpcom18a4/nsprpub/pkg/solaris/bld_awk_pkginfo.ksh index 80d6fab36..b01645e47 100644..100755 --- a/src/libs/xpcom18a4/nsprpub/pkg/solaris/bld_awk_pkginfo.ksh +++ b/src/libs/xpcom18a4/nsprpub/pkg/solaris/bld_awk_pkginfo.ksh @@ -1,6 +1,6 @@ #!/usr/bin/ksh -p # -#ident "$Id: bld_awk_pkginfo.ksh 1 vboxsync $" +#ident "$Id: bld_awk_pkginfo.ksh $" # # Copyright 2002 Sun Microsystems, Inc. All rights reserved. # Use is subject to license terms. diff --git a/src/libs/xpcom18a4/nsprpub/pr/include/md/_iprt_atomic.h b/src/libs/xpcom18a4/nsprpub/pr/include/md/_iprt_atomic.h index 729f3973b..949604978 100644 --- a/src/libs/xpcom18a4/nsprpub/pr/include/md/_iprt_atomic.h +++ b/src/libs/xpcom18a4/nsprpub/pr/include/md/_iprt_atomic.h @@ -1,4 +1,4 @@ -/* $Id: _iprt_atomic.h 28800 2010-04-27 08:22:32Z vboxsync $ */ +/* $Id: _iprt_atomic.h $ */ /** @file * IPRT Atomic Operation, for including into a system config header. */ diff --git a/src/libs/xpcom18a4/nsprpub/pr/src/misc/compile-et.pl b/src/libs/xpcom18a4/nsprpub/pr/src/misc/compile-et.pl index 9f0d90bc1..9f0d90bc1 100644..100755 --- a/src/libs/xpcom18a4/nsprpub/pr/src/misc/compile-et.pl +++ b/src/libs/xpcom18a4/nsprpub/pr/src/misc/compile-et.pl diff --git a/src/libs/xpcom18a4/nsprpub/pr/tests/runtests.ksh b/src/libs/xpcom18a4/nsprpub/pr/tests/runtests.ksh index 3af86d394..3af86d394 100644..100755 --- a/src/libs/xpcom18a4/nsprpub/pr/tests/runtests.ksh +++ b/src/libs/xpcom18a4/nsprpub/pr/tests/runtests.ksh diff --git a/src/libs/xpcom18a4/nsprpub/pr/tests/runtests.sh b/src/libs/xpcom18a4/nsprpub/pr/tests/runtests.sh index bb4a65eba..bb4a65eba 100644..100755 --- a/src/libs/xpcom18a4/nsprpub/pr/tests/runtests.sh +++ b/src/libs/xpcom18a4/nsprpub/pr/tests/runtests.sh diff --git a/src/libs/xpcom18a4/nsprpub/pr/tests/runy2ktests.ksh b/src/libs/xpcom18a4/nsprpub/pr/tests/runy2ktests.ksh index e7a325019..e7a325019 100644..100755 --- a/src/libs/xpcom18a4/nsprpub/pr/tests/runy2ktests.ksh +++ b/src/libs/xpcom18a4/nsprpub/pr/tests/runy2ktests.ksh diff --git a/src/libs/xpcom18a4/python/Makefile.kmk b/src/libs/xpcom18a4/python/Makefile.kmk index b8778d767..1109b3429 100644 --- a/src/libs/xpcom18a4/python/Makefile.kmk +++ b/src/libs/xpcom18a4/python/Makefile.kmk @@ -1,4 +1,4 @@ -# $Id: Makefile.kmk 29118 2010-05-06 03:05:29Z vboxsync $ +# $Id: Makefile.kmk $ ## @file # Sub-Makefile for Python bindings # diff --git a/src/libs/xpcom18a4/xpcom/reflect/xptcall/public/genstubs.pl b/src/libs/xpcom18a4/xpcom/reflect/xptcall/public/genstubs.pl index b8962930d..b8962930d 100644..100755 --- a/src/libs/xpcom18a4/xpcom/reflect/xptcall/public/genstubs.pl +++ b/src/libs/xpcom18a4/xpcom/reflect/xptcall/public/genstubs.pl diff --git a/src/libs/xpcom18a4/xpcom/tools/analyze-xpcom-log.pl b/src/libs/xpcom18a4/xpcom/tools/analyze-xpcom-log.pl index 81ccb2123..81ccb2123 100644..100755 --- a/src/libs/xpcom18a4/xpcom/tools/analyze-xpcom-log.pl +++ b/src/libs/xpcom18a4/xpcom/tools/analyze-xpcom-log.pl diff --git a/src/recompiler/Makefile-old.kmk b/src/recompiler/Makefile-old.kmk index 5db0a3672..742b1eb21 100644 --- a/src/recompiler/Makefile-old.kmk +++ b/src/recompiler/Makefile-old.kmk @@ -1,4 +1,4 @@ -# $Id: Makefile-old.kmk 29373 2010-05-11 16:12:52Z vboxsync $ +# $Id: Makefile-old.kmk $ ## @file # The OLD Recompiler Sub-Makefile body. # diff --git a/src/recompiler/Makefile.kmk b/src/recompiler/Makefile.kmk index 502715c6a..3e805a382 100644 --- a/src/recompiler/Makefile.kmk +++ b/src/recompiler/Makefile.kmk @@ -1,4 +1,4 @@ -# $Id: Makefile.kmk 29373 2010-05-11 16:12:52Z vboxsync $ +# $Id: Makefile.kmk $ ## @file # The Recompiler Sub-Makefile. # diff --git a/src/recompiler/Sun/config-host.h b/src/recompiler/Sun/config-host.h index 39e84b947..6093a241d 100644 --- a/src/recompiler/Sun/config-host.h +++ b/src/recompiler/Sun/config-host.h @@ -1,4 +1,4 @@ -/* $Id: config-host.h 28800 2010-04-27 08:22:32Z vboxsync $ */ +/* $Id: config-host.h $ */ /** @file * Sun host config - maintained by hand */ diff --git a/src/recompiler/Sun/config.h b/src/recompiler/Sun/config.h index 92c2701fc..ee03d21ef 100644 --- a/src/recompiler/Sun/config.h +++ b/src/recompiler/Sun/config.h @@ -1,4 +1,4 @@ -/* $Id: config.h 28800 2010-04-27 08:22:32Z vboxsync $ */ +/* $Id: config.h $ */ /** @file * Sun config - Maintained by hand */ diff --git a/src/recompiler/Sun/crt/stdio.h b/src/recompiler/Sun/crt/stdio.h index 344a41378..ae14a4a14 100644 --- a/src/recompiler/Sun/crt/stdio.h +++ b/src/recompiler/Sun/crt/stdio.h @@ -1,4 +1,4 @@ -/* $Id: stdio.h 28800 2010-04-27 08:22:32Z vboxsync $ */ +/* $Id: stdio.h $ */ /** @file * Our minimal stdio */ diff --git a/src/recompiler/Sun/deftoimp.sed b/src/recompiler/Sun/deftoimp.sed index bbd8707fb..089a0d99b 100644 --- a/src/recompiler/Sun/deftoimp.sed +++ b/src/recompiler/Sun/deftoimp.sed @@ -1,4 +1,4 @@ -# $Id: deftoimp.sed 28800 2010-04-27 08:22:32Z vboxsync $ +# $Id: deftoimp.sed $ ## @file # SED script for generating a dummy .so from a windows .def file. # diff --git a/src/recompiler/Sun/testmath.c b/src/recompiler/Sun/testmath.c index 821772962..cb688eb98 100644 --- a/src/recompiler/Sun/testmath.c +++ b/src/recompiler/Sun/testmath.c @@ -1,4 +1,4 @@ -/* $Id: testmath.c 25528 2009-12-20 23:24:59Z vboxsync $ */ +/* $Id: testmath.c $ */ /** @file * Testcase for the no-crt math stuff. */ diff --git a/src/recompiler/VBoxREM.def b/src/recompiler/VBoxREM.def index e99e28478..3d6d07b96 100644 --- a/src/recompiler/VBoxREM.def +++ b/src/recompiler/VBoxREM.def @@ -1,4 +1,4 @@ -; $Id: VBoxREM.def 28800 2010-04-27 08:22:32Z vboxsync $ +; $Id: VBoxREM.def $ ;; @file ; VBoxREM Definition File. ; diff --git a/src/recompiler/VBoxREMWrapper.cpp b/src/recompiler/VBoxREMWrapper.cpp index fcd99174b..929f21db2 100644 --- a/src/recompiler/VBoxREMWrapper.cpp +++ b/src/recompiler/VBoxREMWrapper.cpp @@ -1,4 +1,4 @@ -/* $Id: VBoxREMWrapper.cpp 29333 2010-05-11 10:28:57Z vboxsync $ */ +/* $Id: VBoxREMWrapper.cpp $ */ /** @file * * VBoxREM Win64 DLL Wrapper. diff --git a/src/recompiler/VBoxREMWrapperA.asm b/src/recompiler/VBoxREMWrapperA.asm index 675145b9e..ba7cc770a 100644 --- a/src/recompiler/VBoxREMWrapperA.asm +++ b/src/recompiler/VBoxREMWrapperA.asm @@ -1,4 +1,4 @@ -; $Id: VBoxREMWrapperA.asm 28800 2010-04-27 08:22:32Z vboxsync $ +; $Id: VBoxREMWrapperA.asm $ ;; @file ; VBoxREM Wrapper, Assembly routines and wrapper Templates. ; diff --git a/src/recompiler/VBoxRecompiler.c b/src/recompiler/VBoxRecompiler.c index 946b9f76a..44dfbe115 100644 --- a/src/recompiler/VBoxRecompiler.c +++ b/src/recompiler/VBoxRecompiler.c @@ -1,4 +1,4 @@ -/* $Id: VBoxRecompiler.c 29333 2010-05-11 10:28:57Z vboxsync $ */ +/* $Id: VBoxRecompiler.c $ */ /** @file * VBox Recompiler - QEMU. */ diff --git a/src/testcase/Makefile.kmk b/src/testcase/Makefile.kmk index ea3b0a19d..128838a07 100644 --- a/src/testcase/Makefile.kmk +++ b/src/testcase/Makefile.kmk @@ -1,4 +1,4 @@ -# $Id: Makefile.kmk 28800 2010-04-27 08:22:32Z vboxsync $ +# $Id: Makefile.kmk $ ## @file # Sub-Makefile for misc testcases. # diff --git a/src/testcase/tstRunTestcases.cpp b/src/testcase/tstRunTestcases.cpp index 74d839ed4..63cc7a4c3 100644 --- a/src/testcase/tstRunTestcases.cpp +++ b/src/testcase/tstRunTestcases.cpp @@ -1,4 +1,4 @@ -/* $Id: tstRunTestcases.cpp 28800 2010-04-27 08:22:32Z vboxsync $ */ +/* $Id: tstRunTestcases.cpp $ */ /** @file * tstRunTescases - Driver program for running VBox testcase (tst* testcase/tst*). */ |