Changeset 2981 in vbox for trunk/src/VBox/Runtime/r0drv/nt
- Timestamp:
- Jun 1, 2007 4:01:28 PM (18 years ago)
- Location:
- trunk/src/VBox/Runtime/r0drv/nt
- Files:
-
- 9 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/r0drv/nt/RTLogWriteDebugger-r0drv-nt.cpp
r1 r2981 1 1 /* $Id$ */ 2 2 /** @file 3 * InnoTek Portable Runtime - Log To Debugger, Ring-0 Driver, NT.3 * innotek Portable Runtime - Log To Debugger, Ring-0 Driver, NT. 4 4 */ 5 5 6 6 /* 7 * Copyright (C) 2006 InnoTek SystemberatungGmbH7 * Copyright (C) 2006-2007 innotek GmbH 8 8 * 9 9 * This file is part of VirtualBox Open Source Edition (OSE), as -
trunk/src/VBox/Runtime/r0drv/nt/alloc-r0drv-nt.cpp
r2652 r2981 1 1 /* $Id$ */ 2 2 /** @file 3 * InnoTek Portable Runtime - Memory Allocation, Ring-0 Driver, NT.3 * innotek Portable Runtime - Memory Allocation, Ring-0 Driver, NT. 4 4 */ 5 5 6 6 /* 7 * Copyright (C) 2006 InnoTek SystemberatungGmbH7 * Copyright (C) 2006-2007 innotek GmbH 8 8 * 9 9 * This file is part of VirtualBox Open Source Edition (OSE), as -
trunk/src/VBox/Runtime/r0drv/nt/initterm-r0drv-nt.cpp
r331 r2981 1 1 /* $Id$ */ 2 2 /** @file 3 * InnoTek Portable Runtime - Initialization & Termination, R0 Driver, NT.3 * innotek Portable Runtime - Initialization & Termination, R0 Driver, NT. 4 4 */ 5 5 6 6 /* 7 * Copyright (C) 2006 InnoTek SystemberatungGmbH7 * Copyright (C) 2006-2007 innotek GmbH 8 8 * 9 9 * This file is part of VirtualBox Open Source Edition (OSE), as -
trunk/src/VBox/Runtime/r0drv/nt/process-r0drv-nt.cpp
r385 r2981 1 1 /* $Id$ */ 2 2 /** @file 3 * InnoTek Portable Runtime - Process, Ring-0 Driver, NT.3 * innotek Portable Runtime - Process, Ring-0 Driver, NT. 4 4 */ 5 5 6 6 /* 7 * Copyright (C) 2006 InnoTek SystemberatungGmbH7 * Copyright (C) 2006-2007 innotek GmbH 8 8 * 9 9 * This file is part of VirtualBox Open Source Edition (OSE), as -
trunk/src/VBox/Runtime/r0drv/nt/semaphore-r0drv-nt.cpp
r1816 r2981 1 1 /* $Id$ */ 2 2 /** @file 3 * InnoTek Portable Runtime - Semaphores, Ring-0 Driver, NT.3 * innotek Portable Runtime - Semaphores, Ring-0 Driver, NT. 4 4 */ 5 5 6 6 /* 7 * Copyright (C) 2006 InnoTek SystemberatungGmbH7 * Copyright (C) 2006-2007 innotek GmbH 8 8 * 9 9 * This file is part of VirtualBox Open Source Edition (OSE), as -
trunk/src/VBox/Runtime/r0drv/nt/spinlock-r0drv-nt.cpp
r1816 r2981 1 1 /* $Id$ */ 2 2 /** @file 3 * InnoTek Portable Runtime - Spinlocks, Ring-0 Driver, NT.3 * innotek Portable Runtime - Spinlocks, Ring-0 Driver, NT. 4 4 */ 5 5 6 6 /* 7 * Copyright (C) 2006 InnoTek SystemberatungGmbH7 * Copyright (C) 2006-2007 innotek GmbH 8 8 * 9 9 * This file is part of VirtualBox Open Source Edition (OSE), as -
trunk/src/VBox/Runtime/r0drv/nt/the-nt-kernel.h
r2652 r2981 1 1 /* $Id$ */ 2 2 /** @file 3 * InnoTek Portable Runtime - Include all necessary headers for the NT kernel.3 * innotek Portable Runtime - Include all necessary headers for the NT kernel. 4 4 */ 5 5 6 6 /* 7 * Copyright (C) 2006 InnoTek SystemberatungGmbH7 * Copyright (C) 2006-2007 innotek GmbH 8 8 * 9 9 * This file is part of VirtualBox Open Source Edition (OSE), as -
trunk/src/VBox/Runtime/r0drv/nt/thread-r0drv-nt.cpp
r403 r2981 1 1 /* $Id$ */ 2 2 /** @file 3 * InnoTek Portable Runtime - Threads, Ring-0 Driver, NT.3 * innotek Portable Runtime - Threads, Ring-0 Driver, NT. 4 4 */ 5 5 6 6 /* 7 * Copyright (C) 2006 InnoTek SystemberatungGmbH7 * Copyright (C) 2006-2007 innotek GmbH 8 8 * 9 9 * This file is part of VirtualBox Open Source Edition (OSE), as -
trunk/src/VBox/Runtime/r0drv/nt/thread2-r0drv-nt.cpp
r403 r2981 1 1 /* $Id$ */ 2 2 /** @file 3 * InnoTek Portable Runtime - Threads (Part 2), Ring-0 Driver, NT.3 * innotek Portable Runtime - Threads (Part 2), Ring-0 Driver, NT. 4 4 */ 5 5 6 6 /* 7 * Copyright (C) 2006 InnoTek SystemberatungGmbH7 * Copyright (C) 2006-2007 innotek GmbH 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.