Changeset 8245 in vbox for trunk/src/VBox/Runtime/r3
- Timestamp:
- Apr 21, 2008 5:24:28 PM (17 years ago)
- svn:sync-xref-src-repo-rev:
- 29978
- Location:
- trunk/src/VBox/Runtime/r3
- Files:
-
- 72 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/r3/alloc-ef-cpp.cpp
r8170 r8245 1 1 /* $Id$ */ 2 2 /** @file 3 * I ncredibly Portable Runtime- Memory Allocation, C++ electric fence.3 * IPRT - Memory Allocation, C++ electric fence. 4 4 */ 5 5 -
trunk/src/VBox/Runtime/r3/alloc-ef.cpp
r8170 r8245 1 1 /* $Id$ */ 2 2 /** @file 3 * I ncredibly Portable Runtime- Memory Allocation, electric fence.3 * IPRT - Memory Allocation, electric fence. 4 4 */ 5 5 -
trunk/src/VBox/Runtime/r3/alloc-ef.h
r8170 r8245 1 1 /* $Id$ */ 2 2 /** @file 3 * I ncredibly Portable Runtime- Memory Allocation, electric fence.3 * IPRT - Memory Allocation, electric fence. 4 4 */ 5 5 -
trunk/src/VBox/Runtime/r3/alloc.cpp
r8170 r8245 1 1 /* $Id$ */ 2 2 /** @file 3 * I ncredibly Portable Runtime- Memory Allocation.3 * IPRT - Memory Allocation. 4 4 */ 5 5 -
trunk/src/VBox/Runtime/r3/darwin/alloc-darwin.cpp
r8170 r8245 1 1 /* $Id$ */ 2 2 /** @file 3 * I ncredibly Portable Runtime- Memory Allocation, POSIX.3 * IPRT - Memory Allocation, POSIX. 4 4 */ 5 5 -
trunk/src/VBox/Runtime/r3/darwin/filelock-darwin.cpp
r8170 r8245 1 1 /* $Id$ */ 2 2 /** @file 3 * I ncredibly Portable Runtime- File Locking, POSIX.3 * IPRT - File Locking, POSIX. 4 4 */ 5 5 -
trunk/src/VBox/Runtime/r3/darwin/time-darwin.cpp
r8170 r8245 1 1 /* $Id$ */ 2 2 /** @file 3 * I ncredibly Portable Runtime- Time, Darwin.3 * IPRT - Time, Darwin. 4 4 */ 5 5 -
trunk/src/VBox/Runtime/r3/dir.cpp
r8170 r8245 1 1 /* $Id$ */ 2 2 /** @file 3 * I ncredibly Portable Runtime- Directory Manipulation.3 * IPRT - Directory Manipulation. 4 4 */ 5 5 -
trunk/src/VBox/Runtime/r3/fileio.cpp
r8170 r8245 1 1 /* $Id$ */ 2 2 /** @file 3 * I ncredibly Portable Runtime- File I/O.3 * IPRT - File I/O. 4 4 */ 5 5 -
trunk/src/VBox/Runtime/r3/freebsd/alloc-freebsd.cpp
r8170 r8245 1 1 /* $Id$ */ 2 2 /** @file 3 * I ncredibly Portable Runtime- Memory Allocation, POSIX.3 * IPRT - Memory Allocation, POSIX. 4 4 */ 5 5 -
trunk/src/VBox/Runtime/r3/fs.cpp
r8170 r8245 1 1 /* $Id$ */ 2 2 /** @file 3 * I ncredibly Portable Runtime- File System.3 * IPRT - File System. 4 4 */ 5 5 -
trunk/src/VBox/Runtime/r3/init.cpp
r8170 r8245 1 1 /* $Id$ */ 2 2 /** @file 3 * I ncredibly Portable Runtime- Init Ring-3.3 * IPRT - Init Ring-3. 4 4 */ 5 5 -
trunk/src/VBox/Runtime/r3/linux/sched-linux.cpp
r8170 r8245 1 1 /* $Id$ */ 2 2 /** @file 3 * I ncredibly Portable Runtime- Scheduling, POSIX.3 * IPRT - Scheduling, POSIX. 4 4 */ 5 5 -
trunk/src/VBox/Runtime/r3/linux/semevent-linux.cpp
r8170 r8245 1 1 /* $Id$ */ 2 2 /** @file 3 * I ncredibly Portable Runtime- Event Semaphore, Linux (2.6.x+).3 * IPRT - Event Semaphore, Linux (2.6.x+). 4 4 */ 5 5 -
trunk/src/VBox/Runtime/r3/linux/semeventmulti-linux.cpp
r8170 r8245 1 1 /* $Id$ */ 2 2 /** @file 3 * I ncredibly Portable Runtime- Multiple Release Event Semaphore, Linux (2.6.x+).3 * IPRT - Multiple Release Event Semaphore, Linux (2.6.x+). 4 4 */ 5 5 -
trunk/src/VBox/Runtime/r3/linux/semmutex-linux.cpp
r8170 r8245 1 1 /* $Id$ */ 2 2 /** @file 3 * I ncredibly Portable Runtime- Mutex Semaphore, Linux (2.6.x+).3 * IPRT - Mutex Semaphore, Linux (2.6.x+). 4 4 */ 5 5 -
trunk/src/VBox/Runtime/r3/linux/time-linux.cpp
r8170 r8245 1 1 /* $Id$ */ 2 2 /** @file 3 * I ncredibly Portable Runtime- Time, POSIX.3 * IPRT - Time, POSIX. 4 4 */ 5 5 -
trunk/src/VBox/Runtime/r3/os2/filelock-os2.cpp
r8170 r8245 1 1 /* $Id$ */ 2 2 /** @file 3 * I ncredibly Portable Runtime- File Locking, OS/2.3 * IPRT - File Locking, OS/2. 4 4 */ 5 5 -
trunk/src/VBox/Runtime/r3/os2/mp-os2.cpp
r8194 r8245 1 1 /* $Id$ */ 2 2 /** @file 3 * I ncredibly Portable Runtime- Multiprocessor, OS/2.3 * IPRT - Multiprocessor, OS/2. 4 4 */ 5 5 -
trunk/src/VBox/Runtime/r3/os2/sched-os2.cpp
r8170 r8245 1 1 /* $Id$ */ 2 2 /** @file 3 * I ncredibly Portable Runtime- Scheduling, OS/23 * IPRT - Scheduling, OS/2 4 4 */ 5 5 -
trunk/src/VBox/Runtime/r3/os2/sems-os2.cpp
r8170 r8245 1 1 /* $Id$ */ 2 2 /** @file 3 * I ncredibly Portable Runtime- Semaphores, OS/2.3 * IPRT - Semaphores, OS/2. 4 4 */ 5 5 -
trunk/src/VBox/Runtime/r3/os2/system-os2.cpp
r8170 r8245 1 1 /* $Id$ */ 2 2 /** @file 3 * I ncredibly Portable Runtime- System, OS/2.3 * IPRT - System, OS/2. 4 4 */ 5 5 -
trunk/src/VBox/Runtime/r3/os2/thread-os2.cpp
r8194 r8245 1 1 /* $Id$ */ 2 2 /** @file 3 * I ncredibly Portable Runtime- Threads, OS/2.3 * IPRT - Threads, OS/2. 4 4 */ 5 5 -
trunk/src/VBox/Runtime/r3/os2/time-os2.cpp
r8170 r8245 1 1 /* $Id$ */ 2 2 /** @file 3 * I ncredibly Portable Runtime- Time, POSIX.3 * IPRT - Time, POSIX. 4 4 */ 5 5 -
trunk/src/VBox/Runtime/r3/path.cpp
r8170 r8245 1 1 /* $Id$ */ 2 2 /** @file 3 * I ncredibly Portable Runtime- Path Manipulation.3 * IPRT - Path Manipulation. 4 4 */ 5 5 -
trunk/src/VBox/Runtime/r3/posix/RTMpGetCount-posix.cpp
r8170 r8245 1 1 /* $Id$ */ 2 2 /** @file 3 * I ncredibly Portable Runtime- RTMpGetCount, POSIX.3 * IPRT - RTMpGetCount, POSIX. 4 4 */ 5 5 -
trunk/src/VBox/Runtime/r3/posix/RTTimeNow-posix.cpp
r8170 r8245 1 1 /* $Id$ */ 2 2 /** @file 3 * I ncredibly Portable Runtime- RTTimeNow, POSIX.3 * IPRT - RTTimeNow, POSIX. 4 4 */ 5 5 -
trunk/src/VBox/Runtime/r3/posix/alloc-posix.cpp
r8170 r8245 1 1 /* $Id$ */ 2 2 /** @file 3 * I ncredibly Portable Runtime- Memory Allocation, POSIX.3 * IPRT - Memory Allocation, POSIX. 4 4 */ 5 5 -
trunk/src/VBox/Runtime/r3/posix/dir-posix.cpp
r8170 r8245 1 1 /* $Id$ */ 2 2 /** @file 3 * I ncredibly Portable Runtime- Directory manipulation, POSIX.3 * IPRT - Directory manipulation, POSIX. 4 4 */ 5 5 -
trunk/src/VBox/Runtime/r3/posix/env-posix.cpp
r8170 r8245 1 1 /* $Id$ */ 2 2 /** @file 3 * I ncredibly Portable Runtime- Environment, Posix.3 * IPRT - Environment, Posix. 4 4 */ 5 5 -
trunk/src/VBox/Runtime/r3/posix/fileio-posix.cpp
r8170 r8245 1 1 /* $Id$ */ 2 2 /** @file 3 * I ncredibly Portable Runtime- File I/O, POSIX.3 * IPRT - File I/O, POSIX. 4 4 */ 5 5 -
trunk/src/VBox/Runtime/r3/posix/filelock-posix.cpp
r8170 r8245 1 1 /* $Id$ */ 2 2 /** @file 3 * I ncredibly Portable Runtime- File Locking, POSIX.3 * IPRT - File Locking, POSIX. 4 4 */ 5 5 -
trunk/src/VBox/Runtime/r3/posix/fs-posix.cpp
r8170 r8245 1 1 /* $Id$ */ 2 2 /** @file 3 * I ncredibly Portable Runtime- File System, Linux.3 * IPRT - File System, Linux. 4 4 */ 5 5 -
trunk/src/VBox/Runtime/r3/posix/ldrNative-posix.cpp
r8170 r8245 1 1 /* $Id$ */ 2 2 /** @file 3 * I ncredibly Portable Runtime- Binary Image Loader, POSIX native.3 * IPRT - Binary Image Loader, POSIX native. 4 4 */ 5 5 -
trunk/src/VBox/Runtime/r3/posix/path-posix.cpp
r8170 r8245 1 1 /* $Id$ */ 2 2 /** @file 3 * I ncredibly Portable Runtime- Path Manipulation, POSIX.3 * IPRT - Path Manipulation, POSIX. 4 4 */ 5 5 -
trunk/src/VBox/Runtime/r3/posix/process-posix.cpp
r8170 r8245 1 1 /* $Id$ */ 2 2 /** @file 3 * I ncredibly Portable Runtime- Process, POSIX.3 * IPRT - Process, POSIX. 4 4 */ 5 5 -
trunk/src/VBox/Runtime/r3/posix/rand-posix.cpp
r8170 r8245 1 1 /* $Id$ */ 2 2 /** @file 3 * I ncredibly Portable Runtime- Random Numbers and Byte Streams, POSIX.3 * IPRT - Random Numbers and Byte Streams, POSIX. 4 4 */ 5 5 -
trunk/src/VBox/Runtime/r3/posix/sched-posix.cpp
r8170 r8245 1 1 /* $Id$ */ 2 2 /** @file 3 * I ncredibly Portable Runtime- Scheduling, POSIX.3 * IPRT - Scheduling, POSIX. 4 4 */ 5 5 -
trunk/src/VBox/Runtime/r3/posix/semevent-posix.cpp
r8170 r8245 1 1 /* $Id$ */ 2 2 /** @file 3 * I ncredibly Portable Runtime- Event Semaphore, POSIX.3 * IPRT - Event Semaphore, POSIX. 4 4 */ 5 5 -
trunk/src/VBox/Runtime/r3/posix/semeventmulti-posix.cpp
r8170 r8245 1 1 /* $Id$ */ 2 2 /** @file 3 * I ncredibly Portable Runtime- Multiple Release Event Semaphore, POSIX.3 * IPRT - Multiple Release Event Semaphore, POSIX. 4 4 */ 5 5 -
trunk/src/VBox/Runtime/r3/posix/semmutex-posix.cpp
r8170 r8245 1 1 /* $Id$ */ 2 2 /** @file 3 * I ncredibly Portable Runtime- Mutex Semaphore, POSIX.3 * IPRT - Mutex Semaphore, POSIX. 4 4 */ 5 5 -
trunk/src/VBox/Runtime/r3/posix/semrw-posix.cpp
r8170 r8245 1 1 /* $Id$ */ 2 2 /** @file 3 * I ncredibly Portable Runtime- Read-Write Semaphore, POSIX.3 * IPRT - Read-Write Semaphore, POSIX. 4 4 */ 5 5 -
trunk/src/VBox/Runtime/r3/posix/system-posix.cpp
r8170 r8245 1 1 /* $Id$ */ 2 2 /** @file 3 * I ncredibly Portable Runtime- System, POSIX.3 * IPRT - System, POSIX. 4 4 */ 5 5 -
trunk/src/VBox/Runtime/r3/posix/thread-posix.cpp
r8170 r8245 1 1 /* $Id$ */ 2 2 /** @file 3 * I ncredibly Portable Runtime- Threads, POSIX.3 * IPRT - Threads, POSIX. 4 4 */ 5 5 -
trunk/src/VBox/Runtime/r3/posix/time-posix.cpp
r8170 r8245 1 1 /* $Id$ */ 2 2 /** @file 3 * I ncredibly Portable Runtime- Time, POSIX.3 * IPRT - Time, POSIX. 4 4 */ 5 5 -
trunk/src/VBox/Runtime/r3/posix/timelocal-posix.cpp
r8170 r8245 1 1 /* $Id $ */ 2 2 /** @file 3 * I ncredibly Portable Runtime- Local Time, Posix.3 * IPRT - Local Time, Posix. 4 4 */ 5 5 -
trunk/src/VBox/Runtime/r3/posix/timer-posix.cpp
r8170 r8245 1 1 /* $Id$ */ 2 2 /** @file 3 * I ncredibly Portable Runtime- Timer, POSIX.3 * IPRT - Timer, POSIX. 4 4 */ 5 5 -
trunk/src/VBox/Runtime/r3/posix/tls-posix.cpp
r8170 r8245 1 1 /* $Id$ */ 2 2 /** @file 3 * I ncredibly Portable Runtime- Thread Local Storage (TLS), POSIX.3 * IPRT - Thread Local Storage (TLS), POSIX. 4 4 */ 5 5 -
trunk/src/VBox/Runtime/r3/posix/utf8-posix.cpp
r8170 r8245 1 1 /* $Id$ */ 2 2 /** @file 3 * I ncredibly Portable Runtime- UTF-8 helpers, POSIX.3 * IPRT - UTF-8 helpers, POSIX. 4 4 */ 5 5 -
trunk/src/VBox/Runtime/r3/process.cpp
r8170 r8245 1 1 /* $Id$ */ 2 2 /** @file 3 * I ncredibly Portable Runtime- Process, Common.3 * IPRT - Process, Common. 4 4 */ 5 5 -
trunk/src/VBox/Runtime/r3/solaris/alloc-solaris.cpp
r8170 r8245 1 1 /* $Id$ */ 2 2 /** @file 3 * I ncredibly Portable Runtime- Memory Allocation, POSIX.3 * IPRT - Memory Allocation, POSIX. 4 4 */ 5 5 -
trunk/src/VBox/Runtime/r3/stream.cpp
r8170 r8245 1 1 /* $Id$ */ 2 2 /** @file 3 * I ncredibly Portable Runtime- I/O Stream.3 * IPRT - I/O Stream. 4 4 */ 5 5 … … 612 612 * @returns Number of bytes printed. 613 613 * @param pStream The stream to print to. 614 * @param pszFormat I ncredibly Portable Runtimeformat string.614 * @param pszFormat IPRT format string. 615 615 * @param args Arguments specified by pszFormat. 616 616 */ … … 649 649 * @returns Number of bytes printed. 650 650 * @param pStream The stream to print to. 651 * @param pszFormat I ncredibly Portable Runtimeformat string.651 * @param pszFormat IPRT format string. 652 652 * @param ... Arguments specified by pszFormat. 653 653 */ … … 666 666 * 667 667 * @returns Number of bytes printed. 668 * @param pszFormat I ncredibly Portable Runtimeformat string.668 * @param pszFormat IPRT format string. 669 669 * @param args Arguments specified by pszFormat. 670 670 */ … … 679 679 * 680 680 * @returns Number of bytes printed. 681 * @param pszFormat I ncredibly Portable Runtimeformat string.681 * @param pszFormat IPRT format string. 682 682 * @param ... Arguments specified by pszFormat. 683 683 */ -
trunk/src/VBox/Runtime/r3/tcp.cpp
r8170 r8245 1 1 /* $Id$ */ 2 2 /** @file 3 * I ncredibly Portable Runtime- TCP/IP.3 * IPRT - TCP/IP. 4 4 */ 5 5 -
trunk/src/VBox/Runtime/r3/win/RTLogWriteDebugger-win.cpp
r8170 r8245 1 1 /* $Id$ */ 2 2 /** @file 3 * I ncredibly Portable Runtime- Log To Debugger, Win32.3 * IPRT - Log To Debugger, Win32. 4 4 */ 5 5 -
trunk/src/VBox/Runtime/r3/win/alloc-win.cpp
r8170 r8245 1 1 /* $Id$ */ 2 2 /** @file 3 * I ncredibly Portable Runtime- Memory Allocation, Win32.3 * IPRT - Memory Allocation, Win32. 4 4 */ 5 5 -
trunk/src/VBox/Runtime/r3/win/dir-win.cpp
r8170 r8245 1 1 /* $Id$ */ 2 2 /** @file 3 * I ncredibly Portable Runtime- Directory, win32.3 * IPRT - Directory, win32. 4 4 */ 5 5 -
trunk/src/VBox/Runtime/r3/win/fileio-win.cpp
r8170 r8245 1 1 /* $Id$ */ 2 2 /** @file 3 * I ncredibly Portable Runtime- File I/O, native implementation for the Windows host platform.3 * IPRT - File I/O, native implementation for the Windows host platform. 4 4 */ 5 5 -
trunk/src/VBox/Runtime/r3/win/fs-win.cpp
r8170 r8245 1 1 /* $Id$ */ 2 2 /** @file 3 * I ncredibly Portable Runtime- File System, Win32.3 * IPRT - File System, Win32. 4 4 */ 5 5 -
trunk/src/VBox/Runtime/r3/win/ldrNative-win.cpp
r8170 r8245 1 1 /* $Id$ */ 2 2 /** @file 3 * I ncredibly Portable Runtime- Binary Image Loader, Win32 native.3 * IPRT - Binary Image Loader, Win32 native. 4 4 */ 5 5 -
trunk/src/VBox/Runtime/r3/win/mp-win.cpp
r8170 r8245 1 1 /* $Id$ */ 2 2 /** @file 3 * I ncredibly Portable Runtime- Multiprocessor, Windows.3 * IPRT - Multiprocessor, Windows. 4 4 */ 5 5 -
trunk/src/VBox/Runtime/r3/win/path-win.cpp
r8170 r8245 1 1 /* $Id$ */ 2 2 /** @file 3 * I ncredibly Portable Runtime- Path manipulation.3 * IPRT - Path manipulation. 4 4 */ 5 5 -
trunk/src/VBox/Runtime/r3/win/process-win.cpp
r8170 r8245 1 1 /* $Id$ */ 2 2 /** @file 3 * I ncredibly Portable Runtime- Process, Win32.3 * IPRT - Process, Win32. 4 4 */ 5 5 -
trunk/src/VBox/Runtime/r3/win/sched-win.cpp
r8170 r8245 1 1 /* $Id$ */ 2 2 /** @file 3 * I ncredibly Portable Runtime- Scheduling, Win32.3 * IPRT - Scheduling, Win32. 4 4 */ 5 5 -
trunk/src/VBox/Runtime/r3/win/sems-win.cpp
r8170 r8245 1 1 /* $Id$ */ 2 2 /** @file 3 * I ncredibly Portable Runtime- Semaphores, implementation for Windows host platform.3 * IPRT - Semaphores, implementation for Windows host platform. 4 4 */ 5 5 -
trunk/src/VBox/Runtime/r3/win/system-win.cpp
r8170 r8245 1 1 /* $Id$ */ 2 2 /** @file 3 * I ncredibly Portable Runtime- System, Win32.3 * IPRT - System, Win32. 4 4 */ 5 5 -
trunk/src/VBox/Runtime/r3/win/thread-win.cpp
r8170 r8245 1 1 /* $Id$ */ 2 2 /** @file 3 * I ncredibly Portable Runtime- Threads, Win32.3 * IPRT - Threads, Win32. 4 4 */ 5 5 -
trunk/src/VBox/Runtime/r3/win/time-win.cpp
r8170 r8245 1 1 /* $Id$ */ 2 2 /** @file 3 * I ncredibly Portable Runtime- Time, win32.3 * IPRT - Time, win32. 4 4 */ 5 5 -
trunk/src/VBox/Runtime/r3/win/timer-win.cpp
r8170 r8245 1 1 /* $Id$ */ 2 2 /** @file 3 * I ncredibly Portable Runtime- Timer.3 * IPRT - Timer. 4 4 */ 5 5 -
trunk/src/VBox/Runtime/r3/win/tls-win.cpp
r8170 r8245 1 1 /* $Id$ */ 2 2 /** @file 3 * I ncredibly Portable Runtime- Thread Local Storage (TLS), Win32.3 * IPRT - Thread Local Storage (TLS), Win32. 4 4 */ 5 5 -
trunk/src/VBox/Runtime/r3/win/utf16locale-win.cpp
r8170 r8245 1 1 /* $Id$ */ 2 2 /** @file 3 * I ncredibly Portable Runtime- UTF-16 Locale Specific Manipulation, Win32.3 * IPRT - UTF-16 Locale Specific Manipulation, Win32. 4 4 */ 5 5 -
trunk/src/VBox/Runtime/r3/win/utf8-win.cpp
r8170 r8245 1 1 /* $Id$ */ 2 2 /** @file 3 * I ncredibly Portable Runtime- UTF8 helpers.3 * IPRT - UTF8 helpers. 4 4 */ 5 5 -
trunk/src/VBox/Runtime/r3/win/uuid-win.cpp
r8170 r8245 1 1 /* $Id$ */ 2 2 /** @file 3 * I ncredibly Portable RuntimeUUID (unique identifiers) handling (win32 host).3 * IPRT UUID (unique identifiers) handling (win32 host). 4 4 */ 5 5
Note:
See TracChangeset
for help on using the changeset viewer.