VirtualBox

Changeset 2981 in vbox for trunk/src/VBox/Runtime/r0drv


Ignore:
Timestamp:
Jun 1, 2007 4:01:28 PM (18 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
21700
Message:

InnoTek -> innotek: all the headers and comments.

Location:
trunk/src/VBox/Runtime/r0drv
Files:
48 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Runtime/r0drv/alloc-r0drv.cpp

    r217 r2981  
    11/* $Id$ */
    22/** @file
    3  * InnoTek Portable Runtime - Memory Allocation, Ring-0 Driver.
     3 * innotek Portable Runtime - Memory Allocation, Ring-0 Driver.
    44 */
    55
    66/*
    7  * Copyright (C) 2006 InnoTek Systemberatung GmbH
     7 * Copyright (C) 2006-2007 innotek GmbH
    88 *
    99 * This file is part of VirtualBox Open Source Edition (OSE), as
  • trunk/src/VBox/Runtime/r0drv/alloc-r0drv.h

    r1816 r2981  
    11/* $Id$ */
    22/** @file
    3  * InnoTek Portable Runtime - Memory Allocation, Ring-0 Driver.
     3 * innotek Portable Runtime - Memory Allocation, Ring-0 Driver.
    44 */
    55
    66/*
    7  * Copyright (C) 2006 InnoTek Systemberatung GmbH
     7 * Copyright (C) 2006-2007 innotek GmbH
    88 *
    99 * This file is part of VirtualBox Open Source Edition (OSE), as
  • trunk/src/VBox/Runtime/r0drv/darwin/RTLogWriteDebugger-r0drv-darwin.cpp

    r1 r2981  
    11/* $Id$ */
    22/** @file
    3  * InnoTek Portable Runtime - Log To Debugger, Ring-0 Driver, Darwin.
     3 * innotek Portable Runtime - Log To Debugger, Ring-0 Driver, Darwin.
    44 */
    55
    66/*
    7  * Copyright (C) 2006 InnoTek Systemberatung GmbH
     7 * Copyright (C) 2006-2007 innotek GmbH
    88 *
    99 * This file is part of VirtualBox Open Source Edition (OSE), as
  • trunk/src/VBox/Runtime/r0drv/darwin/alloc-r0drv-darwin.cpp

    r395 r2981  
    11/* $Id$ */
    22/** @file
    3  * InnoTek Portable Runtime - Memory Allocation, Ring-0 Driver, Darwin.
     3 * innotek Portable Runtime - Memory Allocation, Ring-0 Driver, Darwin.
    44 */
    55
    66/*
    7  * Copyright (C) 2006 InnoTek Systemberatung GmbH
     7 * Copyright (C) 2006-2007 innotek GmbH
    88 *
    99 * This file is part of VirtualBox Open Source Edition (OSE), as
  • trunk/src/VBox/Runtime/r0drv/darwin/initterm-r0drv-darwin.cpp

    r207 r2981  
    11/* $Id$ */
    22/** @file
    3  * InnoTek Portable Runtime - Initialization & Termination, R0 Driver, Darwin.
     3 * innotek Portable Runtime - Initialization & Termination, R0 Driver, Darwin.
    44 */
    55
    66/*
    7  * Copyright (C) 2006 InnoTek Systemberatung GmbH
     7 * Copyright (C) 2006-2007 innotek GmbH
    88 *
    99 * This file is part of VirtualBox Open Source Edition (OSE), as
  • trunk/src/VBox/Runtime/r0drv/darwin/memobj-r0drv-darwin.cpp

    r1460 r2981  
    11/* $Id$ */
    22/** @file
    3  * InnoTek Portable Runtime - Ring-0 Memory Objects, Darwin.
     3 * innotek Portable Runtime - Ring-0 Memory Objects, Darwin.
    44 */
    55
    66/*
    7  * Copyright (C) 2006 InnoTek Systemberatung GmbH
     7 * Copyright (C) 2006-2007 innotek GmbH
    88 *
    99 * This file is part of VirtualBox Open Source Edition (OSE), as
  • trunk/src/VBox/Runtime/r0drv/darwin/process-r0drv-darwin.cpp

    r384 r2981  
    11/* $Id$ */
    22/** @file
    3  * InnoTek Portable Runtime - Process, Ring-0 Driver, Darwin.
     3 * innotek Portable Runtime - Process, Ring-0 Driver, Darwin.
    44 */
    55
    66/*
    7  * Copyright (C) 2006 InnoTek Systemberatung GmbH
     7 * Copyright (C) 2006-2007 innotek GmbH
    88 *
    99 * This file is part of VirtualBox Open Source Edition (OSE), as
  • trunk/src/VBox/Runtime/r0drv/darwin/semaphore-r0drv-darwin.cpp

    r1816 r2981  
    11/* $Id$ */
    22/** @file
    3  * InnoTek Portable Runtime - Semaphores, Ring-0 Driver, Darwin.
     3 * innotek Portable Runtime - Semaphores, Ring-0 Driver, Darwin.
    44 */
    55
    66/*
    7  * Copyright (C) 2006 InnoTek Systemberatung GmbH
     7 * Copyright (C) 2006-2007 innotek GmbH
    88 *
    99 * This file is part of VirtualBox Open Source Edition (OSE), as
  • trunk/src/VBox/Runtime/r0drv/darwin/spinlock-r0drv-darwin.cpp

    r1816 r2981  
    11/* $Id$ */
    22/** @file
    3  * InnoTek Portable Runtime - Spinlocks, Ring-0 Driver, Darwin.
     3 * innotek Portable Runtime - Spinlocks, Ring-0 Driver, Darwin.
    44 */
    55
    66/*
    7  * Copyright (C) 2006 InnoTek Systemberatung GmbH
     7 * Copyright (C) 2006-2007 innotek GmbH
    88 *
    99 * This file is part of VirtualBox Open Source Edition (OSE), as
  • trunk/src/VBox/Runtime/r0drv/darwin/the-darwin-kernel.h

    r1300 r2981  
    11/* $Id$ */
    22/** @file
    3  * InnoTek Portable Runtime - Include all necessary headers for the Darwing kernel.
     3 * innotek Portable Runtime - Include all necessary headers for the Darwing kernel.
    44 */
    55
    66/*
    7  * Copyright (C) 2006 InnoTek Systemberatung GmbH
     7 * Copyright (C) 2006-2007 innotek GmbH
    88 *
    99 * This file is part of VirtualBox Open Source Edition (OSE), as
  • trunk/src/VBox/Runtime/r0drv/darwin/thread-r0drv-darwin.cpp

    r403 r2981  
    11/* $Id$ */
    22/** @file
    3  * InnoTek Portable Runtime - Threads, Ring-0 Driver, Darwin.
     3 * innotek Portable Runtime - Threads, Ring-0 Driver, Darwin.
    44 */
    55
    66/*
    7  * Copyright (C) 2006 InnoTek Systemberatung GmbH
     7 * Copyright (C) 2006-2007 innotek GmbH
    88 *
    99 * This file is part of VirtualBox Open Source Edition (OSE), as
  • trunk/src/VBox/Runtime/r0drv/darwin/thread2-r0drv-darwin.cpp

    r1870 r2981  
    11/* $Id$ */
    22/** @file
    3  * InnoTek Portable Runtime - Threads (Part 2), Ring-0 Driver, Darwin.
     3 * innotek Portable Runtime - Threads (Part 2), Ring-0 Driver, Darwin.
    44 */
    55
    66/*
    7  * Copyright (C) 2006 InnoTek Systemberatung GmbH
     7 * Copyright (C) 2006-2007 innotek GmbH
    88 *
    99 * This file is part of VirtualBox Open Source Edition (OSE), as
  • trunk/src/VBox/Runtime/r0drv/darwin/time-r0drv-darwin.cpp

    r1 r2981  
    11/* $Id$ */
    22/** @file
    3  * InnoTek Portable Runtime - Time, Ring-0 Driver, Darwin.
     3 * innotek Portable Runtime - Time, Ring-0 Driver, Darwin.
    44 */
    55
    66/*
    7  * Copyright (C) 2006 InnoTek Systemberatung GmbH
     7 * Copyright (C) 2006-2007 innotek GmbH
    88 *
    99 * This file is part of VirtualBox Open Source Edition (OSE), as
  • trunk/src/VBox/Runtime/r0drv/initterm-r0drv.cpp

    r403 r2981  
    11/* $Id$ */
    22/** @file
    3  * InnoTek Portable Runtime - Initialization & Termination, R0 Driver, Common.
     3 * innotek Portable Runtime - Initialization & Termination, R0 Driver, Common.
    44 */
    55
    66/*
    7  * Copyright (C) 2006 InnoTek Systemberatung GmbH
     7 * Copyright (C) 2006-2007 innotek GmbH
    88 *
    99 * This file is part of VirtualBox Open Source Edition (OSE), as
  • trunk/src/VBox/Runtime/r0drv/linux/RTLogWriteDebugger-r0drv-linux.c

    r36 r2981  
    11/* $Id$ */
    22/** @file
    3  * InnoTek Portable Runtime - Log To Debugger, Ring-0 Driver, Linux.
     3 * innotek Portable Runtime - Log To Debugger, Ring-0 Driver, Linux.
    44 */
    55
    66/*
    7  * Copyright (C) 2006 InnoTek Systemberatung GmbH
     7 * Copyright (C) 2006-2007 innotek GmbH
    88 *
    99 * This file is part of VirtualBox Open Source Edition (OSE), as
  • trunk/src/VBox/Runtime/r0drv/linux/alloc-r0drv-linux.c

    r331 r2981  
    11/* $Id$ */
    22/** @file
    3  * InnoTek Portable Runtime - Memory Allocation, Ring-0 Driver, Linux.
     3 * innotek Portable Runtime - Memory Allocation, Ring-0 Driver, Linux.
    44 */
    55
    66/*
    7  * Copyright (C) 2006 InnoTek Systemberatung GmbH
     7 * Copyright (C) 2006-2007 innotek GmbH
    88 *
    99 * This file is part of VirtualBox Open Source Edition (OSE), as
  • trunk/src/VBox/Runtime/r0drv/linux/initterm-r0drv-linux.c

    r331 r2981  
    11/* $Id$ */
    22/** @file
    3  * InnoTek Portable Runtime - Initialization & Termination, R0 Driver, Linux.
     3 * innotek Portable Runtime - Initialization & Termination, R0 Driver, Linux.
    44 */
    55
    66/*
    7  * Copyright (C) 2006 InnoTek Systemberatung GmbH
     7 * Copyright (C) 2006-2007 innotek GmbH
    88 *
    99 * This file is part of VirtualBox Open Source Edition (OSE), as
  • trunk/src/VBox/Runtime/r0drv/linux/process-r0drv-linux.c

    r388 r2981  
    11/* $Id$ */
    22/** @file
    3  * InnoTek Portable Runtime - Process, Ring-0 Driver, Linux.
     3 * innotek Portable Runtime - Process, Ring-0 Driver, Linux.
    44 */
    55
    66/*
    7  * Copyright (C) 2006 InnoTek Systemberatung GmbH
     7 * Copyright (C) 2006-2007 innotek GmbH
    88 *
    99 * This file is part of VirtualBox Open Source Edition (OSE), as
  • trunk/src/VBox/Runtime/r0drv/linux/semaphore-r0drv-linux.c

    r1816 r2981  
    11/* $Id$ */
    22/** @file
    3  * InnoTek Portable Runtime - Semaphores, Ring-0 Driver, Linux.
     3 * innotek Portable Runtime - Semaphores, Ring-0 Driver, Linux.
    44 */
    55
    66/*
    7  * Copyright (C) 2006 InnoTek Systemberatung GmbH
     7 * Copyright (C) 2006-2007 innotek GmbH
    88 *
    99 * This file is part of VirtualBox Open Source Edition (OSE), as
  • trunk/src/VBox/Runtime/r0drv/linux/spinlock-r0drv-linux.c

    r1816 r2981  
    11/* $Id$ */
    22/** @file
    3  * InnoTek Portable Runtime - Spinlocks, Ring-0 Driver, Linux.
     3 * innotek Portable Runtime - Spinlocks, Ring-0 Driver, Linux.
    44 */
    55
    66/*
    7  * Copyright (C) 2006 InnoTek Systemberatung GmbH
     7 * Copyright (C) 2006-2007 innotek GmbH
    88 *
    99 * This file is part of VirtualBox Open Source Edition (OSE), as
  • trunk/src/VBox/Runtime/r0drv/linux/string.h

    r1 r2981  
    11/* $Id$ */
    22/** @file
    3  * InnoTek Portable Runtime - wrapper for the linux kernel asm/string.h.
     3 * innotek Portable Runtime - wrapper for the linux kernel asm/string.h.
    44 */
    55
    66/*
    7  * Copyright (C) 2006 InnoTek Systemberatung GmbH
     7 * Copyright (C) 2006-2007 innotek GmbH
    88 *
    99 * This file is part of VirtualBox Open Source Edition (OSE), as
  • trunk/src/VBox/Runtime/r0drv/linux/the-linux-kernel.h

    r331 r2981  
    11/* $Id$ */
    22/** @file
    3  * InnoTek Portable Runtime - Include all necessary headers for the Linux kernel.
    4  */
    5 
    6 /*
    7  * Copyright (C) 2006 InnoTek Systemberatung GmbH
     3 * innotek Portable Runtime - Include all necessary headers for the Linux kernel.
     4 */
     5
     6/*
     7 * Copyright (C) 2006-2007 innotek GmbH
    88 *
    99 * This file is part of VirtualBox Open Source Edition (OSE), as
  • trunk/src/VBox/Runtime/r0drv/linux/thread-r0drv-linux.c

    r403 r2981  
    11/* $Id$ */
    22/** @file
    3  * InnoTek Portable Runtime - Threads, Ring-0 Driver, Linux.
     3 * innotek Portable Runtime - Threads, Ring-0 Driver, Linux.
    44 */
    55
    66/*
    7  * Copyright (C) 2006 InnoTek Systemberatung GmbH
     7 * Copyright (C) 2006-2007 innotek GmbH
    88 *
    99 * This file is part of VirtualBox Open Source Edition (OSE), as
  • trunk/src/VBox/Runtime/r0drv/linux/thread2-r0drv-linux.c

    r403 r2981  
    11/* $Id$ */
    22/** @file
    3  * InnoTek Portable Runtime - Threads (Part 2), Ring-0 Driver, Linux.
     3 * innotek Portable Runtime - Threads (Part 2), Ring-0 Driver, Linux.
    44 */
    55
    66/*
    7  * Copyright (C) 2006 InnoTek Systemberatung GmbH
     7 * Copyright (C) 2006-2007 innotek GmbH
    88 *
    99 * This file is part of VirtualBox Open Source Edition (OSE), as
  • trunk/src/VBox/Runtime/r0drv/memobj-r0drv.cpp

    r1190 r2981  
    11/* $Id$ */
    22/** @file
    3  * InnoTek Portable Runtime - Ring-0 Memory Objects, Common Code.
     3 * innotek Portable Runtime - Ring-0 Memory Objects, Common Code.
    44 */
    55
    66/*
    7  * Copyright (C) 2006 InnoTek Systemberatung GmbH
     7 * Copyright (C) 2006-2007 innotek GmbH
    88 *
    99 * This file is part of VirtualBox Open Source Edition (OSE), as
  • trunk/src/VBox/Runtime/r0drv/nt/RTLogWriteDebugger-r0drv-nt.cpp

    r1 r2981  
    11/* $Id$ */
    22/** @file
    3  * InnoTek Portable Runtime - Log To Debugger, Ring-0 Driver, NT.
     3 * innotek Portable Runtime - Log To Debugger, Ring-0 Driver, NT.
    44 */
    55
    66/*
    7  * Copyright (C) 2006 InnoTek Systemberatung GmbH
     7 * Copyright (C) 2006-2007 innotek GmbH
    88 *
    99 * This file is part of VirtualBox Open Source Edition (OSE), as
  • trunk/src/VBox/Runtime/r0drv/nt/alloc-r0drv-nt.cpp

    r2652 r2981  
    11/* $Id$ */
    22/** @file
    3  * InnoTek Portable Runtime - Memory Allocation, Ring-0 Driver, NT.
     3 * innotek Portable Runtime - Memory Allocation, Ring-0 Driver, NT.
    44 */
    55
    66/*
    7  * Copyright (C) 2006 InnoTek Systemberatung GmbH
     7 * Copyright (C) 2006-2007 innotek GmbH
    88 *
    99 * This file is part of VirtualBox Open Source Edition (OSE), as
  • trunk/src/VBox/Runtime/r0drv/nt/initterm-r0drv-nt.cpp

    r331 r2981  
    11/* $Id$ */
    22/** @file
    3  * InnoTek Portable Runtime - Initialization & Termination, R0 Driver, NT.
     3 * innotek Portable Runtime - Initialization & Termination, R0 Driver, NT.
    44 */
    55
    66/*
    7  * Copyright (C) 2006 InnoTek Systemberatung GmbH
     7 * Copyright (C) 2006-2007 innotek GmbH
    88 *
    99 * This file is part of VirtualBox Open Source Edition (OSE), as
  • trunk/src/VBox/Runtime/r0drv/nt/process-r0drv-nt.cpp

    r385 r2981  
    11/* $Id$ */
    22/** @file
    3  * InnoTek Portable Runtime - Process, Ring-0 Driver, NT.
     3 * innotek Portable Runtime - Process, Ring-0 Driver, NT.
    44 */
    55
    66/*
    7  * Copyright (C) 2006 InnoTek Systemberatung GmbH
     7 * Copyright (C) 2006-2007 innotek GmbH
    88 *
    99 * This file is part of VirtualBox Open Source Edition (OSE), as
  • trunk/src/VBox/Runtime/r0drv/nt/semaphore-r0drv-nt.cpp

    r1816 r2981  
    11/* $Id$ */
    22/** @file
    3  * InnoTek Portable Runtime - Semaphores, Ring-0 Driver, NT.
     3 * innotek Portable Runtime - Semaphores, Ring-0 Driver, NT.
    44 */
    55
    66/*
    7  * Copyright (C) 2006 InnoTek Systemberatung GmbH
     7 * Copyright (C) 2006-2007 innotek GmbH
    88 *
    99 * This file is part of VirtualBox Open Source Edition (OSE), as
  • trunk/src/VBox/Runtime/r0drv/nt/spinlock-r0drv-nt.cpp

    r1816 r2981  
    11/* $Id$ */
    22/** @file
    3  * InnoTek Portable Runtime - Spinlocks, Ring-0 Driver, NT.
     3 * innotek Portable Runtime - Spinlocks, Ring-0 Driver, NT.
    44 */
    55
    66/*
    7  * Copyright (C) 2006 InnoTek Systemberatung GmbH
     7 * Copyright (C) 2006-2007 innotek GmbH
    88 *
    99 * This file is part of VirtualBox Open Source Edition (OSE), as
  • trunk/src/VBox/Runtime/r0drv/nt/the-nt-kernel.h

    r2652 r2981  
    11/* $Id$ */
    22/** @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.
    44 */
    55
    66/*
    7  * Copyright (C) 2006 InnoTek Systemberatung GmbH
     7 * Copyright (C) 2006-2007 innotek GmbH
    88 *
    99 * This file is part of VirtualBox Open Source Edition (OSE), as
  • trunk/src/VBox/Runtime/r0drv/nt/thread-r0drv-nt.cpp

    r403 r2981  
    11/* $Id$ */
    22/** @file
    3  * InnoTek Portable Runtime - Threads, Ring-0 Driver, NT.
     3 * innotek Portable Runtime - Threads, Ring-0 Driver, NT.
    44 */
    55
    66/*
    7  * Copyright (C) 2006 InnoTek Systemberatung GmbH
     7 * Copyright (C) 2006-2007 innotek GmbH
    88 *
    99 * This file is part of VirtualBox Open Source Edition (OSE), as
  • trunk/src/VBox/Runtime/r0drv/nt/thread2-r0drv-nt.cpp

    r403 r2981  
    11/* $Id$ */
    22/** @file
    3  * InnoTek Portable Runtime - Threads (Part 2), Ring-0 Driver, NT.
     3 * innotek Portable Runtime - Threads (Part 2), Ring-0 Driver, NT.
    44 */
    55
    66/*
    7  * Copyright (C) 2006 InnoTek Systemberatung GmbH
     7 * Copyright (C) 2006-2007 innotek GmbH
    88 *
    99 * This file is part of VirtualBox Open Source Edition (OSE), as
  • trunk/src/VBox/Runtime/r0drv/os2/alloc-r0drv-os2.cpp

    r1191 r2981  
    11/* $Id$ */
    22/** @file
    3  * InnoTek Portable Runtime - Memory Allocation, Ring-0 Driver, OS/2.
     3 * innotek Portable Runtime - Memory Allocation, Ring-0 Driver, OS/2.
    44 */
    55
  • trunk/src/VBox/Runtime/r0drv/os2/assert-r0drv-os2.cpp

    r1206 r2981  
    11/* $Id$ */
    22/** @file
    3  * InnoTek Portable Runtime - Assertion Workers, Ring-0 Drivers, OS/2.
     3 * innotek Portable Runtime - Assertion Workers, Ring-0 Drivers, OS/2.
    44 */
    55
  • trunk/src/VBox/Runtime/r0drv/os2/initterm-r0drv-os2.cpp

    r1191 r2981  
    11/* $Id$ */
    22/** @file
    3  * InnoTek Portable Runtime - Initialization & Termination, Ring-0 Driver, OS/2.
     3 * innotek Portable Runtime - Initialization & Termination, Ring-0 Driver, OS/2.
    44 */
    55
  • trunk/src/VBox/Runtime/r0drv/os2/memobj-r0drv-os2.cpp

    r1191 r2981  
    11/* $Id$ */
    22/** @file
    3  * InnoTek Portable Runtime - Ring-0 Memory Objects, OS/2.
     3 * innotek Portable Runtime - Ring-0 Memory Objects, OS/2.
    44 */
    55
  • trunk/src/VBox/Runtime/r0drv/os2/process-r0drv-os2.cpp

    r1191 r2981  
    11/* $Id$ */
    22/** @file
    3  * InnoTek Portable Runtime - Initialization & Termination, Ring-0 Driver, OS/2.
     3 * innotek Portable Runtime - Initialization & Termination, Ring-0 Driver, OS/2.
    44 */
    55
  • trunk/src/VBox/Runtime/r0drv/os2/semevent-r0drv-os2.cpp

    r1816 r2981  
    11/* $Id$ */
    22/** @file
    3  * InnoTek Portable Runtime - Single Release Event Semaphores, Ring-0 Driver, OS/2.
     3 * innotek Portable Runtime - Single Release Event Semaphores, Ring-0 Driver, OS/2.
    44 */
    55
  • trunk/src/VBox/Runtime/r0drv/os2/semeventmulti-r0drv-os2.cpp

    r1816 r2981  
    11/* $Id$ */
    22/** @file
    3  * InnoTek Portable Runtime - Multiple Release Event Semaphores, Ring-0 Driver, OS/2.
     3 * innotek Portable Runtime - Multiple Release Event Semaphores, Ring-0 Driver, OS/2.
    44 */
    55
  • trunk/src/VBox/Runtime/r0drv/os2/semfastmutex-r0drv-os2.cpp

    r1816 r2981  
    11/* $Id$ */
    22/** @file
    3  * InnoTek Portable Runtime - Fast Mutex Semaphores, Ring-0 Driver, OS/2.
     3 * innotek Portable Runtime - Fast Mutex Semaphores, Ring-0 Driver, OS/2.
    44 */
    55
  • trunk/src/VBox/Runtime/r0drv/os2/spinlock-r0drv-os2.cpp

    r1816 r2981  
    11/* $Id$ */
    22/** @file
    3  * InnoTek Portable Runtime - Spinlocks, Ring-0 Driver, OS/2.
     3 * innotek Portable Runtime - Spinlocks, Ring-0 Driver, OS/2.
    44 */
    55
  • trunk/src/VBox/Runtime/r0drv/os2/the-os2-kernel.h

    r1191 r2981  
    11/* $Id$ */
    22/** @file
    3  * InnoTek Portable Runtime - Ring-0 Driver, The OS/2 Kernel Headers.
     3 * innotek Portable Runtime - Ring-0 Driver, The OS/2 Kernel Headers.
    44 */
    55
  • trunk/src/VBox/Runtime/r0drv/os2/thread-r0drv-os2.cpp

    r1191 r2981  
    11/* $Id$ */
    22/** @file
    3  * InnoTek Portable Runtime - Threads (Part 1), Ring-0 Driver, OS/2.
     3 * innotek Portable Runtime - Threads (Part 1), Ring-0 Driver, OS/2.
    44 */
    55
  • trunk/src/VBox/Runtime/r0drv/os2/thread2-r0drv-os2.cpp

    r1191 r2981  
    11/* $Id$ */
    22/** @file
    3  * InnoTek Portable Runtime - Threads (Part 2), Ring-0 Driver, Generic Stubs.
     3 * innotek Portable Runtime - Threads (Part 2), Ring-0 Driver, Generic Stubs.
    44 */
    55
  • trunk/src/VBox/Runtime/r0drv/os2/time-r0drv-os2.cpp

    r1191 r2981  
    11/* $Id$ */
    22/** @file
    3  * InnoTek Portable Runtime - Time, Ring-0 Driver, OS/2.
     3 * innotek Portable Runtime - Time, Ring-0 Driver, OS/2.
    44 */
    55
  • trunk/src/VBox/Runtime/r0drv/os2/timer-r0drv-os2.cpp

    r1816 r2981  
    11/* $Id$ */
    22/** @file
    3  * InnoTek Portable Runtime - Memory Allocation, Ring-0 Driver, OS/2.
     3 * innotek Portable Runtime - Memory Allocation, Ring-0 Driver, OS/2.
    44 */
    55
Note: See TracChangeset for help on using the changeset viewer.

© 2025 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette