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