Changeset 56290 in vbox for trunk/src/VBox/Runtime/win
- Timestamp:
- Jun 9, 2015 2:01:31 PM (10 years ago)
- svn:sync-xref-src-repo-rev:
- 100874
- Location:
- trunk/src/VBox/Runtime/win
- Files:
-
- 25 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/win/RTErrConvertFromWin32.cpp
r51770 r56290 5 5 6 6 /* 7 * Copyright (C) 2006-201 4Oracle Corporation7 * Copyright (C) 2006-2015 Oracle Corporation 8 8 * 9 9 * This file is part of VirtualBox Open Source Edition (OSE), as -
trunk/src/VBox/Runtime/win/amd64/ASMAtomicBitClear.asm
r44528 r56290 4 4 5 5 ; 6 ; Copyright (C) 2006-201 0Oracle Corporation6 ; Copyright (C) 2006-2015 Oracle Corporation 7 7 ; 8 8 ; This file is part of VirtualBox Open Source Edition (OSE), as -
trunk/src/VBox/Runtime/win/amd64/ASMAtomicBitTestAndToggle.asm
r44528 r56290 4 4 5 5 ; 6 ; Copyright (C) 2006-201 0Oracle Corporation6 ; Copyright (C) 2006-2015 Oracle Corporation 7 7 ; 8 8 ; This file is part of VirtualBox Open Source Edition (OSE), as -
trunk/src/VBox/Runtime/win/amd64/ASMAtomicBitToggle.asm
r44528 r56290 4 4 5 5 ; 6 ; Copyright (C) 2006-201 0Oracle Corporation6 ; Copyright (C) 2006-2015 Oracle Corporation 7 7 ; 8 8 ; This file is part of VirtualBox Open Source Edition (OSE), as -
trunk/src/VBox/Runtime/win/amd64/ASMAtomicReadU64.asm
r44528 r56290 4 4 5 5 ; 6 ; Copyright (C) 2006-201 0Oracle Corporation6 ; Copyright (C) 2006-2015 Oracle Corporation 7 7 ; 8 8 ; This file is part of VirtualBox Open Source Edition (OSE), as -
trunk/src/VBox/Runtime/win/amd64/ASMAtomicXchgU16.asm
r44528 r56290 4 4 5 5 ; 6 ; Copyright (C) 2006-201 0Oracle Corporation6 ; Copyright (C) 2006-2015 Oracle Corporation 7 7 ; 8 8 ; This file is part of VirtualBox Open Source Edition (OSE), as -
trunk/src/VBox/Runtime/win/amd64/ASMAtomicXchgU8.asm
r44528 r56290 4 4 5 5 ; 6 ; Copyright (C) 2006-201 0Oracle Corporation6 ; Copyright (C) 2006-2015 Oracle Corporation 7 7 ; 8 8 ; This file is part of VirtualBox Open Source Edition (OSE), as -
trunk/src/VBox/Runtime/win/amd64/ASMBitFirstClear.asm
r44528 r56290 4 4 5 5 ; 6 ; Copyright (C) 2006-201 0Oracle Corporation6 ; Copyright (C) 2006-2015 Oracle Corporation 7 7 ; 8 8 ; This file is part of VirtualBox Open Source Edition (OSE), as -
trunk/src/VBox/Runtime/win/amd64/ASMBitFirstSet.asm
r44528 r56290 4 4 5 5 ; 6 ; Copyright (C) 2006-201 0Oracle Corporation6 ; Copyright (C) 2006-2015 Oracle Corporation 7 7 ; 8 8 ; This file is part of VirtualBox Open Source Edition (OSE), as -
trunk/src/VBox/Runtime/win/amd64/ASMGetCS.asm
r44528 r56290 4 4 5 5 ; 6 ; Copyright (C) 2006-201 0Oracle Corporation6 ; Copyright (C) 2006-2015 Oracle Corporation 7 7 ; 8 8 ; This file is part of VirtualBox Open Source Edition (OSE), as -
trunk/src/VBox/Runtime/win/amd64/ASMGetDR0.asm
r44528 r56290 4 4 5 5 ; 6 ; Copyright (C) 2006-201 0Oracle Corporation6 ; Copyright (C) 2006-2015 Oracle Corporation 7 7 ; 8 8 ; This file is part of VirtualBox Open Source Edition (OSE), as -
trunk/src/VBox/Runtime/win/amd64/ASMGetDR1.asm
r44528 r56290 4 4 5 5 ; 6 ; Copyright (C) 2006-201 0Oracle Corporation6 ; Copyright (C) 2006-2015 Oracle Corporation 7 7 ; 8 8 ; This file is part of VirtualBox Open Source Edition (OSE), as -
trunk/src/VBox/Runtime/win/amd64/ASMGetDR2.asm
r44528 r56290 4 4 5 5 ; 6 ; Copyright (C) 2006-201 0Oracle Corporation6 ; Copyright (C) 2006-2015 Oracle Corporation 7 7 ; 8 8 ; This file is part of VirtualBox Open Source Edition (OSE), as -
trunk/src/VBox/Runtime/win/amd64/ASMGetDR3.asm
r44528 r56290 4 4 5 5 ; 6 ; Copyright (C) 2006-201 0Oracle Corporation6 ; Copyright (C) 2006-2015 Oracle Corporation 7 7 ; 8 8 ; This file is part of VirtualBox Open Source Edition (OSE), as -
trunk/src/VBox/Runtime/win/amd64/ASMGetDR6.asm
r44528 r56290 4 4 5 5 ; 6 ; Copyright (C) 2006-201 0Oracle Corporation6 ; Copyright (C) 2006-2015 Oracle Corporation 7 7 ; 8 8 ; This file is part of VirtualBox Open Source Edition (OSE), as -
trunk/src/VBox/Runtime/win/amd64/ASMGetDR7.asm
r44528 r56290 4 4 5 5 ; 6 ; Copyright (C) 2006-201 0Oracle Corporation6 ; Copyright (C) 2006-2015 Oracle Corporation 7 7 ; 8 8 ; This file is part of VirtualBox Open Source Edition (OSE), as -
trunk/src/VBox/Runtime/win/amd64/ASMGetDS.asm
r44528 r56290 4 4 5 5 ; 6 ; Copyright (C) 2006-201 0Oracle Corporation6 ; Copyright (C) 2006-2015 Oracle Corporation 7 7 ; 8 8 ; This file is part of VirtualBox Open Source Edition (OSE), as -
trunk/src/VBox/Runtime/win/amd64/ASMGetES.asm
r44528 r56290 4 4 5 5 ; 6 ; Copyright (C) 2006-201 0Oracle Corporation6 ; Copyright (C) 2006-2015 Oracle Corporation 7 7 ; 8 8 ; This file is part of VirtualBox Open Source Edition (OSE), as -
trunk/src/VBox/Runtime/win/amd64/ASMGetFS.asm
r44528 r56290 4 4 5 5 ; 6 ; Copyright (C) 2006-201 0Oracle Corporation6 ; Copyright (C) 2006-2015 Oracle Corporation 7 7 ; 8 8 ; This file is part of VirtualBox Open Source Edition (OSE), as -
trunk/src/VBox/Runtime/win/amd64/ASMGetFlags.asm
r44528 r56290 4 4 5 5 ; 6 ; Copyright (C) 2006-201 0Oracle Corporation6 ; Copyright (C) 2006-2015 Oracle Corporation 7 7 ; 8 8 ; This file is part of VirtualBox Open Source Edition (OSE), as -
trunk/src/VBox/Runtime/win/amd64/ASMGetGS.asm
r44528 r56290 4 4 5 5 ; 6 ; Copyright (C) 2006-201 0Oracle Corporation6 ; Copyright (C) 2006-2015 Oracle Corporation 7 7 ; 8 8 ; This file is part of VirtualBox Open Source Edition (OSE), as -
trunk/src/VBox/Runtime/win/amd64/ASMGetSS.asm
r44528 r56290 4 4 5 5 ; 6 ; Copyright (C) 2006-201 0Oracle Corporation6 ; Copyright (C) 2006-2015 Oracle Corporation 7 7 ; 8 8 ; This file is part of VirtualBox Open Source Edition (OSE), as -
trunk/src/VBox/Runtime/win/amd64/ASMProbeReadByte.asm
r44528 r56290 4 4 5 5 ; 6 ; Copyright (C) 2006-201 0Oracle Corporation6 ; Copyright (C) 2006-2015 Oracle Corporation 7 7 ; 8 8 ; This file is part of VirtualBox Open Source Edition (OSE), as -
trunk/src/VBox/Runtime/win/amd64/ASMSetFlags.asm
r44528 r56290 4 4 5 5 ; 6 ; Copyright (C) 2006-201 0Oracle Corporation6 ; Copyright (C) 2006-2015 Oracle Corporation 7 7 ; 8 8 ; This file is part of VirtualBox Open Source Edition (OSE), as -
trunk/src/VBox/Runtime/win/errmsgwin.cpp
r51770 r56290 5 5 6 6 /* 7 * Copyright (C) 2006-201 1Oracle Corporation7 * Copyright (C) 2006-2015 Oracle Corporation 8 8 * 9 9 * This file is part of VirtualBox Open Source Edition (OSE), as
Note:
See TracChangeset
for help on using the changeset viewer.