Changeset 2981 in vbox for trunk/src/VBox/Runtime/r3
- Timestamp:
- Jun 1, 2007 4:01:28 PM (18 years ago)
- Location:
- trunk/src/VBox/Runtime/r3
- Files:
-
- 1 added
- 55 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/r3/alloc-ef-cpp.cpp
r1 r2981 1 1 /* $Id$ */ 2 2 /** @file 3 * InnoTek Portable Runtime - Memory Allocation, C++ electric fence.3 * innotek Portable Runtime - Memory Allocation, C++ electric fence. 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/r3/alloc-ef.cpp
r1 r2981 1 1 /* $Id$ */ 2 2 /** @file 3 * InnoTek Portable Runtime - Memory Allocation, electric fence.3 * innotek Portable Runtime - Memory Allocation, electric fence. 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/r3/alloc-ef.h
r1 r2981 1 1 /* $Id$ */ 2 2 /** @file 3 * InnoTek Portable Runtime - Memory Allocation, electric fence.3 * innotek Portable Runtime - Memory Allocation, electric fence. 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/r3/alloc.cpp
r1190 r2981 1 1 /* $Id$ */ 2 2 /** @file 3 * InnoTek Portable Runtime - Memory Allocation.3 * innotek Portable Runtime - Memory Allocation. 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/r3/darwin/alloc-darwin.cpp
r1 r2981 1 1 /* $Id$ */ 2 2 /** @file 3 * InnoTek Portable Runtime - Memory Allocation, POSIX.3 * innotek Portable Runtime - Memory Allocation, POSIX. 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/r3/darwin/filelock-darwin.cpp
r1390 r2981 1 1 /* $Id$ */ 2 2 /** @file 3 * InnoTek Portable Runtime - File Locking, POSIX.3 * innotek Portable Runtime - File Locking, POSIX. 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/r3/darwin/time-darwin.cpp
r1 r2981 1 1 /* $Id$ */ 2 2 /** @file 3 * InnoTek Portable Runtime - Time, Darwin.3 * innotek Portable Runtime - Time, Darwin. 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/r3/init.cpp
r1728 r2981 1 1 /* $Id$ */ 2 2 /** @file 3 * InnoTek Portable Runtime - Init Ring-3.3 * innotek Portable Runtime - Init Ring-3. 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/r3/linux/sched-linux.cpp
r403 r2981 1 1 /* $Id$ */ 2 2 /** @file 3 * InnoTek Portable Runtime - Scheduling, POSIX.3 * innotek Portable Runtime - Scheduling, POSIX. 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/r3/linux/sems-linux.cpp
r1816 r2981 1 1 /* $Id$ */ 2 2 /** @file 3 * InnoTek Portable Runtime - Semaphores, Linux (AMD64 only ATM).3 * innotek Portable Runtime - Semaphores, Linux (AMD64 only ATM). 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/r3/linux/time-linux.cpp
r1204 r2981 1 1 /* $Id$ */ 2 2 /** @file 3 * InnoTek Portable Runtime - Time, POSIX.3 * innotek Portable Runtime - Time, POSIX. 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/r3/os2/sems-os2.cpp
r1 r2981 1 1 /* $Id$ */ 2 2 /** @file 3 * InnoTek Portable Runtime - Semaphores, OS/2.3 * innotek Portable Runtime - Semaphores, OS/2. 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/r3/os2/system-os2.cpp
r1 r2981 1 1 /* $Id$ */ 2 2 /** @file 3 * InnoTek Portable Runtime - System, OS/2.3 * innotek Portable Runtime - System, OS/2. 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/r3/os2/thread-os2.cpp
r1768 r2981 1 1 /* $Id$ */ 2 2 /** @file 3 * InnoTek Portable Runtime - Threads, OS/2.3 * innotek Portable Runtime - Threads, OS/2. 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/r3/os2/time-os2.cpp
r1206 r2981 1 1 /* $Id$ */ 2 2 /** @file 3 * InnoTek Portable Runtime - Time, POSIX.3 * innotek Portable Runtime - Time, POSIX. 4 4 */ 5 5 -
trunk/src/VBox/Runtime/r3/posix/RTTimeNow-posix.cpp
r2612 r2981 1 1 /* $Id$ */ 2 2 /** @file 3 * InnoTek Portable Runtime - RTTimeNow, POSIX.3 * innotek Portable Runtime - RTTimeNow, POSIX. 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/r3/posix/alloc-posix.cpp
r1816 r2981 1 1 /* $Id$ */ 2 2 /** @file 3 * InnoTek Portable Runtime - Memory Allocation, POSIX.3 * innotek Portable Runtime - Memory Allocation, POSIX. 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/r3/posix/dir-posix.cpp
r1 r2981 1 1 /* $Id$ */ 2 2 /** @file 3 * InnoTek Portable Runtime - Directory manipulation, POSIX.3 * innotek Portable Runtime - Directory manipulation, POSIX. 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/r3/posix/env-posix.cpp
r1494 r2981 1 1 /* $Id$ */ 2 2 /** @file 3 * InnoTek Portable Runtime - Environment, Posix.3 * innotek Portable Runtime - Environment, Posix. 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/r3/posix/fileio-posix.cpp
r2933 r2981 1 1 /* $Id$ */ 2 2 /** @file 3 * InnoTek Portable Runtime - File I/O, POSIX.3 * innotek Portable Runtime - File I/O, POSIX. 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/r3/posix/filelock-posix.cpp
r1389 r2981 1 1 /* $Id$ */ 2 2 /** @file 3 * InnoTek Portable Runtime - File Locking, POSIX.3 * innotek Portable Runtime - File Locking, POSIX. 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/r3/posix/fs-posix.cpp
r1 r2981 1 1 /* $Id$ */ 2 2 /** @file 3 * InnoTek Portable Runtime - File System, Linux.3 * innotek Portable Runtime - File System, Linux. 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/r3/posix/ldrNative-posix.cpp
r1290 r2981 1 1 /* $Id$ */ 2 2 /** @file 3 * InnoTek Portable Runtime - Binary Image Loader, POSIX native.3 * innotek Portable Runtime - Binary Image Loader, POSIX native. 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/r3/posix/path-posix.cpp
r2933 r2981 1 1 /* $Id$ */ 2 2 /** @file 3 * InnoTek Portable Runtime - Path Manipulation, POSIX.3 * innotek Portable Runtime - Path Manipulation, POSIX. 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 … … 101 101 * @returns Number of bytes in the clean path. 102 102 * @param pszPath The path to cleanup. 103 * @remark Borrowed from InnoTek libc.103 * @remark Borrowed from innotek libc. 104 104 */ 105 105 static int fsCleanPath(char *pszPath) -
trunk/src/VBox/Runtime/r3/posix/process-posix.cpp
r537 r2981 1 1 /* $Id$ */ 2 2 /** @file 3 * InnoTek Portable Runtime - Process, POSIX.3 * innotek Portable Runtime - Process, POSIX. 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/r3/posix/rand-posix.cpp
r891 r2981 1 1 /* $Id$ */ 2 2 /** @file 3 * InnoTek Portable Runtime - Random Numbers and Byte Streams, POSIX.3 * innotek Portable Runtime - Random Numbers and Byte Streams, POSIX. 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/r3/posix/sched-posix.cpp
r403 r2981 1 1 /* $Id$ */ 2 2 /** @file 3 * InnoTek Portable Runtime - Scheduling, POSIX.3 * innotek Portable Runtime - Scheduling, POSIX. 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/r3/posix/sems-posix.cpp
r1 r2981 1 1 /* $Id$ */ 2 2 /** @file 3 * InnoTek Portable Runtime - Semaphores, POSIX.3 * innotek Portable Runtime - Semaphores, POSIX. 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/r3/posix/system-posix.cpp
r537 r2981 1 1 /* $Id$ */ 2 2 /** @file 3 * InnoTek Portable Runtime - System, POSIX.3 * innotek Portable Runtime - System, POSIX. 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/r3/posix/thread-posix.cpp
r1766 r2981 1 1 /* $Id$ */ 2 2 /** @file 3 * InnoTek Portable Runtime - Threads, POSIX.3 * innotek Portable Runtime - Threads, POSIX. 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/r3/posix/time-posix.cpp
r1204 r2981 1 1 /* $Id$ */ 2 2 /** @file 3 * InnoTek Portable Runtime - Time, POSIX.3 * innotek Portable Runtime - Time, POSIX. 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/r3/posix/timelocal-posix.cpp
r2629 r2981 1 1 /* $Id $ */ 2 2 /** @file 3 * InnoTek Portable Runtime - Local Time, Posix.3 * innotek Portable Runtime - Local Time, Posix. 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/r3/posix/timer-posix.cpp
r1810 r2981 1 1 /* $Id$ */ 2 2 /** @file 3 * InnoTek Portable Runtime - Timer, POSIX.3 * innotek Portable Runtime - Timer, POSIX. 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/r3/posix/utf8-posix.cpp
r1 r2981 1 1 /* $Id$ */ 2 2 /** @file 3 * InnoTek Portable Runtime - UTF-8 helpers, POSIX.3 * innotek Portable Runtime - UTF-8 helpers, POSIX. 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/r3/process.cpp
r385 r2981 1 1 /* $Id$ */ 2 2 /** @file 3 * InnoTek Portable Runtime - Process, Common.3 * innotek Portable Runtime - Process, Common. 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/r3/stream.cpp
r1816 r2981 1 1 /* $Id$ */ 2 2 /** @file 3 * InnoTek Portable Runtime - I/O Stream.3 * innotek Portable Runtime - I/O Stream. 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 … … 603 603 * @returns Number of bytes printed. 604 604 * @param pStream The stream to print to. 605 * @param pszFormat InnoTek Portable Runtime format string.605 * @param pszFormat innotek Portable Runtime format string. 606 606 * @param args Arguments specified by pszFormat. 607 607 */ … … 640 640 * @returns Number of bytes printed. 641 641 * @param pStream The stream to print to. 642 * @param pszFormat InnoTek Portable Runtime format string.642 * @param pszFormat innotek Portable Runtime format string. 643 643 * @param ... Arguments specified by pszFormat. 644 644 */ … … 657 657 * 658 658 * @returns Number of bytes printed. 659 * @param pszFormat InnoTek Portable Runtime format string.659 * @param pszFormat innotek Portable Runtime format string. 660 660 * @param args Arguments specified by pszFormat. 661 661 */ … … 670 670 * 671 671 * @returns Number of bytes printed. 672 * @param pszFormat InnoTek Portable Runtime format string.672 * @param pszFormat innotek Portable Runtime format string. 673 673 * @param ... Arguments specified by pszFormat. 674 674 */ -
trunk/src/VBox/Runtime/r3/tcp.cpp
r940 r2981 1 1 /* $Id$ */ 2 2 /** @file 3 * InnoTek Portable Runtime - TCP/IP.3 * innotek Portable Runtime - TCP/IP. 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/r3/win32/RTLogWriteDebugger-win32.cpp
r1 r2981 1 1 /* $Id$ */ 2 2 /** @file 3 * InnoTek Portable Runtime - Log To Debugger, Win32.3 * innotek Portable Runtime - Log To Debugger, Win32. 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/r3/win32/alloc-win32.cpp
r1 r2981 1 1 /* $Id$ */ 2 2 /** @file 3 * InnoTek Portable Runtime - Memory Allocation, Win32.3 * innotek Portable Runtime - Memory Allocation, Win32. 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/r3/win32/dir-win32.cpp
r1 r2981 1 1 /* $Id$ */ 2 2 /** @file 3 * InnoTek Portable Runtime - Directory, win32.3 * innotek Portable Runtime - Directory, win32. 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/r3/win32/dllmain-win32.cpp
r1 r2981 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/r3/win32/fileio-win32.cpp
r1581 r2981 1 1 /* $Id$ */ 2 2 /** @file 3 * InnoTek Portable Runtime - File I/O, native implementation for the Windows host platform.3 * innotek Portable Runtime - File I/O, native implementation for the Windows host platform. 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/r3/win32/fs-win32.cpp
r1 r2981 1 1 /* $Id$ */ 2 2 /** @file 3 * InnoTek Portable Runtime - File System, Win32.3 * innotek Portable Runtime - File System, Win32. 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/r3/win32/ldrNative-win32.cpp
r1 r2981 1 1 /* $Id$ */ 2 2 /** @file 3 * InnoTek Portable Runtime - Binary Image Loader, Win32 native.3 * innotek Portable Runtime - Binary Image Loader, Win32 native. 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/r3/win32/path-win32.cpp
r937 r2981 1 1 /* $Id$ */ 2 2 /** @file 3 * InnoTek Portable Runtime - Path manipulation.3 * innotek Portable Runtime - Path manipulation. 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/r3/win32/process-win32.cpp
r1441 r2981 1 1 /* $Id$ */ 2 2 /** @file 3 * InnoTek Portable Runtime - Process, Win32.3 * innotek Portable Runtime - Process, Win32. 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/r3/win32/sched-win32.cpp
r403 r2981 1 1 /* $Id$ */ 2 2 /** @file 3 * InnoTek Portable Runtime - Scheduling, Win32.3 * innotek Portable Runtime - Scheduling, Win32. 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/r3/win32/sems-win32.cpp
r1 r2981 1 1 /* $Id$ */ 2 2 /** @file 3 * InnoTek Portable Runtime - Semaphores, implementation for Windows host platform.3 * innotek Portable Runtime - Semaphores, implementation for Windows host platform. 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/r3/win32/system-win32.cpp
r1 r2981 1 1 /* $Id$ */ 2 2 /** @file 3 * InnoTek Portable Runtime - System, Win32.3 * innotek Portable Runtime - System, Win32. 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/r3/win32/thread-win32.cpp
r1766 r2981 1 1 /* $Id$ */ 2 2 /** @file 3 * InnoTek Portable Runtime - Threads, Win32.3 * innotek Portable Runtime - Threads, Win32. 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/r3/win32/time-win32.cpp
r2629 r2981 1 1 /* $Id$ */ 2 2 /** @file 3 * InnoTek Portable Runtime - Time, win32.3 * innotek Portable Runtime - Time, win32. 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/r3/win32/timer-win32.cpp
r1807 r2981 1 1 /* $Id$ */ 2 2 /** @file 3 * InnoTek Portable Runtime - Timer.3 * innotek Portable Runtime - Timer. 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/r3/win32/utf16locale-win32.cpp
r1 r2981 1 1 /* $Id$ */ 2 2 /** @file 3 * InnoTek Portable Runtime - UTF-16 Locale Specific Manipulation, Win32.3 * innotek Portable Runtime - UTF-16 Locale Specific Manipulation, Win32. 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/r3/win32/utf8-win32.cpp
r1 r2981 1 1 /* $Id$ */ 2 2 /** @file 3 * InnoTek Portable Runtime - UTF8 helpers.3 * innotek Portable Runtime - UTF8 helpers. 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/r3/win32/uuid-win32.cpp
r204 r2981 1 1 /* $Id$ */ 2 2 /** @file 3 * InnoTek Portable Runtime UUID (unique identifiers) handling (win32 host).3 * innotek Portable Runtime UUID (unique identifiers) handling (win32 host). 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.