Changeset 8170 in vbox for trunk/src/VBox/Runtime/r3/posix
- Timestamp:
- Apr 18, 2008 5:52:25 PM (17 years ago)
- Location:
- trunk/src/VBox/Runtime/r3/posix
- Files:
-
- 24 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/r3/posix/RTMpGetCount-posix.cpp
r8155 r8170 1 1 /* $Id$ */ 2 2 /** @file 3 * innotekPortable Runtime - RTMpGetCount, POSIX.3 * Incredibly Portable Runtime - RTMpGetCount, POSIX. 4 4 */ 5 5 -
trunk/src/VBox/Runtime/r3/posix/RTTimeNow-posix.cpp
r8155 r8170 1 1 /* $Id$ */ 2 2 /** @file 3 * innotekPortable Runtime - RTTimeNow, POSIX.3 * Incredibly Portable Runtime - RTTimeNow, POSIX. 4 4 */ 5 5 -
trunk/src/VBox/Runtime/r3/posix/alloc-posix.cpp
r8155 r8170 1 1 /* $Id$ */ 2 2 /** @file 3 * innotekPortable Runtime - Memory Allocation, POSIX.3 * Incredibly Portable Runtime - Memory Allocation, POSIX. 4 4 */ 5 5 -
trunk/src/VBox/Runtime/r3/posix/dir-posix.cpp
r8155 r8170 1 1 /* $Id$ */ 2 2 /** @file 3 * innotekPortable Runtime - Directory manipulation, POSIX.3 * Incredibly Portable Runtime - Directory manipulation, POSIX. 4 4 */ 5 5 -
trunk/src/VBox/Runtime/r3/posix/env-posix.cpp
r8155 r8170 1 1 /* $Id$ */ 2 2 /** @file 3 * innotekPortable Runtime - Environment, Posix.3 * Incredibly Portable Runtime - Environment, Posix. 4 4 */ 5 5 -
trunk/src/VBox/Runtime/r3/posix/fileio-posix.cpp
r8155 r8170 1 1 /* $Id$ */ 2 2 /** @file 3 * innotekPortable Runtime - File I/O, POSIX.3 * Incredibly Portable Runtime - File I/O, POSIX. 4 4 */ 5 5 -
trunk/src/VBox/Runtime/r3/posix/filelock-posix.cpp
r8155 r8170 1 1 /* $Id$ */ 2 2 /** @file 3 * innotekPortable Runtime - File Locking, POSIX.3 * Incredibly Portable Runtime - File Locking, POSIX. 4 4 */ 5 5 -
trunk/src/VBox/Runtime/r3/posix/fs-posix.cpp
r8155 r8170 1 1 /* $Id$ */ 2 2 /** @file 3 * innotekPortable Runtime - File System, Linux.3 * Incredibly Portable Runtime - File System, Linux. 4 4 */ 5 5 -
trunk/src/VBox/Runtime/r3/posix/ldrNative-posix.cpp
r8155 r8170 1 1 /* $Id$ */ 2 2 /** @file 3 * innotekPortable Runtime - Binary Image Loader, POSIX native.3 * Incredibly Portable Runtime - Binary Image Loader, POSIX native. 4 4 */ 5 5 -
trunk/src/VBox/Runtime/r3/posix/path-posix.cpp
r8155 r8170 1 1 /* $Id$ */ 2 2 /** @file 3 * innotekPortable Runtime - Path Manipulation, POSIX.3 * Incredibly Portable Runtime - Path Manipulation, POSIX. 4 4 */ 5 5 -
trunk/src/VBox/Runtime/r3/posix/process-posix.cpp
r8155 r8170 1 1 /* $Id$ */ 2 2 /** @file 3 * innotekPortable Runtime - Process, POSIX.3 * Incredibly Portable Runtime - Process, POSIX. 4 4 */ 5 5 -
trunk/src/VBox/Runtime/r3/posix/rand-posix.cpp
r8155 r8170 1 1 /* $Id$ */ 2 2 /** @file 3 * innotekPortable Runtime - Random Numbers and Byte Streams, POSIX.3 * Incredibly Portable Runtime - Random Numbers and Byte Streams, POSIX. 4 4 */ 5 5 -
trunk/src/VBox/Runtime/r3/posix/sched-posix.cpp
r8155 r8170 1 1 /* $Id$ */ 2 2 /** @file 3 * innotekPortable Runtime - Scheduling, POSIX.3 * Incredibly Portable Runtime - Scheduling, POSIX. 4 4 */ 5 5 -
trunk/src/VBox/Runtime/r3/posix/semevent-posix.cpp
r8155 r8170 1 1 /* $Id$ */ 2 2 /** @file 3 * innotekPortable Runtime - Event Semaphore, POSIX.3 * Incredibly Portable Runtime - Event Semaphore, POSIX. 4 4 */ 5 5 -
trunk/src/VBox/Runtime/r3/posix/semeventmulti-posix.cpp
r8155 r8170 1 1 /* $Id$ */ 2 2 /** @file 3 * innotekPortable Runtime - Multiple Release Event Semaphore, POSIX.3 * Incredibly Portable Runtime - Multiple Release Event Semaphore, POSIX. 4 4 */ 5 5 -
trunk/src/VBox/Runtime/r3/posix/semmutex-posix.cpp
r8155 r8170 1 1 /* $Id$ */ 2 2 /** @file 3 * innotekPortable Runtime - Mutex Semaphore, POSIX.3 * Incredibly Portable Runtime - Mutex Semaphore, POSIX. 4 4 */ 5 5 -
trunk/src/VBox/Runtime/r3/posix/semrw-posix.cpp
r8155 r8170 1 1 /* $Id$ */ 2 2 /** @file 3 * innotekPortable Runtime - Read-Write Semaphore, POSIX.3 * Incredibly Portable Runtime - Read-Write Semaphore, POSIX. 4 4 */ 5 5 -
trunk/src/VBox/Runtime/r3/posix/system-posix.cpp
r8155 r8170 1 1 /* $Id$ */ 2 2 /** @file 3 * innotekPortable Runtime - System, POSIX.3 * Incredibly Portable Runtime - System, POSIX. 4 4 */ 5 5 -
trunk/src/VBox/Runtime/r3/posix/thread-posix.cpp
r8155 r8170 1 1 /* $Id$ */ 2 2 /** @file 3 * innotekPortable Runtime - Threads, POSIX.3 * Incredibly Portable Runtime - Threads, POSIX. 4 4 */ 5 5 -
trunk/src/VBox/Runtime/r3/posix/time-posix.cpp
r8155 r8170 1 1 /* $Id$ */ 2 2 /** @file 3 * innotekPortable Runtime - Time, POSIX.3 * Incredibly Portable Runtime - Time, POSIX. 4 4 */ 5 5 -
trunk/src/VBox/Runtime/r3/posix/timelocal-posix.cpp
r8155 r8170 1 1 /* $Id $ */ 2 2 /** @file 3 * innotekPortable Runtime - Local Time, Posix.3 * Incredibly Portable Runtime - Local Time, Posix. 4 4 */ 5 5 -
trunk/src/VBox/Runtime/r3/posix/timer-posix.cpp
r8155 r8170 1 1 /* $Id$ */ 2 2 /** @file 3 * innotekPortable Runtime - Timer, POSIX.3 * Incredibly Portable Runtime - Timer, POSIX. 4 4 */ 5 5 -
trunk/src/VBox/Runtime/r3/posix/tls-posix.cpp
r8155 r8170 1 1 /* $Id$ */ 2 2 /** @file 3 * innotekPortable Runtime - Thread Local Storage (TLS), POSIX.3 * Incredibly Portable Runtime - Thread Local Storage (TLS), POSIX. 4 4 */ 5 5 -
trunk/src/VBox/Runtime/r3/posix/utf8-posix.cpp
r8155 r8170 1 1 /* $Id$ */ 2 2 /** @file 3 * innotekPortable Runtime - UTF-8 helpers, POSIX.3 * Incredibly Portable Runtime - UTF-8 helpers, POSIX. 4 4 */ 5 5
Note:
See TracChangeset
for help on using the changeset viewer.