Changeset 8170 in vbox for trunk/src/VBox/Runtime/r0drv/nt
- Timestamp:
- Apr 18, 2008 5:52:25 PM (17 years ago)
- svn:sync-xref-src-repo-rev:
- 29880
- Location:
- trunk/src/VBox/Runtime/r0drv/nt
- Files:
-
- 15 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/r0drv/nt/RTLogWriteDebugger-r0drv-nt.cpp
r8155 r8170 1 1 /* $Id$ */ 2 2 /** @file 3 * innotekPortable Runtime - Log To Debugger, Ring-0 Driver, NT.3 * Incredibly Portable Runtime - Log To Debugger, Ring-0 Driver, NT. 4 4 */ 5 5 -
trunk/src/VBox/Runtime/r0drv/nt/alloc-r0drv-nt.cpp
r8155 r8170 1 1 /* $Id$ */ 2 2 /** @file 3 * innotekPortable Runtime - Memory Allocation, Ring-0 Driver, NT.3 * Incredibly Portable Runtime - Memory Allocation, Ring-0 Driver, NT. 4 4 */ 5 5 -
trunk/src/VBox/Runtime/r0drv/nt/initterm-r0drv-nt.cpp
r8155 r8170 1 1 /* $Id$ */ 2 2 /** @file 3 * innotekPortable Runtime - Initialization & Termination, R0 Driver, NT.3 * Incredibly Portable Runtime - Initialization & Termination, R0 Driver, NT. 4 4 */ 5 5 -
trunk/src/VBox/Runtime/r0drv/nt/memobj-r0drv-nt.cpp
r8155 r8170 1 1 /* $Id$ */ 2 2 /** @file 3 * innotekPortable Runtime - Ring-0 Memory Objects, NT.3 * Incredibly Portable Runtime - Ring-0 Memory Objects, NT. 4 4 */ 5 5 -
trunk/src/VBox/Runtime/r0drv/nt/mp-r0drv-nt.cpp
r8155 r8170 1 1 /* $Id$ */ 2 2 /** @file 3 * innotekPortable Runtime - Multiprocessor, Ring-0 Driver, NT.3 * Incredibly Portable Runtime - Multiprocessor, Ring-0 Driver, NT. 4 4 */ 5 5 -
trunk/src/VBox/Runtime/r0drv/nt/process-r0drv-nt.cpp
r8155 r8170 1 1 /* $Id$ */ 2 2 /** @file 3 * innotekPortable Runtime - Process, Ring-0 Driver, NT.3 * Incredibly Portable Runtime - Process, Ring-0 Driver, NT. 4 4 */ 5 5 -
trunk/src/VBox/Runtime/r0drv/nt/semevent-r0drv-nt.cpp
r8155 r8170 1 1 /* $Id$ */ 2 2 /** @file 3 * innotekPortable Runtime - Single Release Event Semaphores, Ring-0 Driver, NT.3 * Incredibly Portable Runtime - Single Release Event Semaphores, Ring-0 Driver, NT. 4 4 */ 5 5 -
trunk/src/VBox/Runtime/r0drv/nt/semeventmulti-r0drv-nt.cpp
r8155 r8170 1 1 /* $Id$ */ 2 2 /** @file 3 * innotekPortable Runtime - Multiple Release Event Semaphores, Ring-0 Driver, NT.3 * Incredibly Portable Runtime - Multiple Release Event Semaphores, Ring-0 Driver, NT. 4 4 */ 5 5 -
trunk/src/VBox/Runtime/r0drv/nt/semfastmutex-r0drv-nt.cpp
r8155 r8170 1 1 /* $Id$ */ 2 2 /** @file 3 * innotekPortable Runtime - Fast Mutex Semaphores, Ring-0 Driver, NT.3 * Incredibly Portable Runtime - Fast Mutex Semaphores, Ring-0 Driver, NT. 4 4 */ 5 5 -
trunk/src/VBox/Runtime/r0drv/nt/semmutex-r0drv-nt.cpp
r8155 r8170 1 1 /* $Id$ */ 2 2 /** @file 3 * innotekPortable Runtime - Mutex Semaphores, Ring-0 Driver, NT.3 * Incredibly Portable Runtime - Mutex Semaphores, Ring-0 Driver, NT. 4 4 */ 5 5 -
trunk/src/VBox/Runtime/r0drv/nt/spinlock-r0drv-nt.cpp
r8155 r8170 1 1 /* $Id$ */ 2 2 /** @file 3 * innotekPortable Runtime - Spinlocks, Ring-0 Driver, NT.3 * Incredibly Portable Runtime - Spinlocks, Ring-0 Driver, NT. 4 4 */ 5 5 -
trunk/src/VBox/Runtime/r0drv/nt/the-nt-kernel.h
r8155 r8170 1 1 /* $Id$ */ 2 2 /** @file 3 * innotekPortable Runtime - Include all necessary headers for the NT kernel.3 * Incredibly Portable Runtime - Include all necessary headers for the NT kernel. 4 4 */ 5 5 -
trunk/src/VBox/Runtime/r0drv/nt/thread-r0drv-nt.cpp
r8155 r8170 1 1 /* $Id$ */ 2 2 /** @file 3 * innotekPortable Runtime - Threads, Ring-0 Driver, NT.3 * Incredibly Portable Runtime - Threads, Ring-0 Driver, NT. 4 4 */ 5 5 -
trunk/src/VBox/Runtime/r0drv/nt/thread2-r0drv-nt.cpp
r8155 r8170 1 1 /* $Id$ */ 2 2 /** @file 3 * innotekPortable Runtime - Threads (Part 2), Ring-0 Driver, NT.3 * Incredibly Portable Runtime - Threads (Part 2), Ring-0 Driver, NT. 4 4 */ 5 5 -
trunk/src/VBox/Runtime/r0drv/nt/time-r0drv-nt.cpp
r8155 r8170 1 1 /* $Id$ */ 2 2 /** @file 3 * innotekPortable Runtime - Time, Ring-0 Driver, Nt.3 * Incredibly Portable Runtime - Time, Ring-0 Driver, Nt. 4 4 */ 5 5
Note:
See TracChangeset
for help on using the changeset viewer.