source:
vbox/trunk/src/VBox/Runtime/r3/posix@
82660
Name | Size | Rev | Age | Author | Last Change |
---|---|---|---|---|---|
../ | |||||
allocex-r3-posix.cpp | 3.4 KB | 76553 | 6 years | scm --update-copyright-year | |
dir-posix.cpp | 24.4 KB | 79468 | 5 years | IPRT/RTDirRemove/posix: Ignore trailing slash when statting final … | |
env-posix.cpp | 4.6 KB | 76553 | 6 years | scm --update-copyright-year | |
errvars-posix.cpp | 2.5 KB | 76553 | 6 years | scm --update-copyright-year | |
fileaio-posix.cpp | 36.8 KB | 76553 | 6 years | scm --update-copyright-year | |
fileio2-posix.cpp | 6.4 KB | 76553 | 6 years | scm --update-copyright-year | |
fileio-at-posix.cpp | 3.4 KB | 77235 | 6 years | IPRT: Implemented RTFileSgWriteAt and RTfileSgReadAt for linux and … | |
fileio-posix.cpp | 26.4 KB | 80585 | 5 years | Runtime: Some renaming to stay consistent (*Get* always returns what … | |
fileio-sg-at-posix.cpp | 9.0 KB | 77635 | 6 years | IPRT: Adding RTFileSgRead and RTFileSgWrite (for FsPerf). [build … | |
fileio-sg-posix.cpp | 8.1 KB | 77633 | 6 years | IPRT: Adding RTFileSgRead and RTFileSgWrite (for FsPerf). [build … | |
filelock-posix.cpp | 4.1 KB | 76553 | 6 years | scm --update-copyright-year | |
fs2-posix.cpp | 6.1 KB | 79155 | 5 years | IPRT/rtFsModeFromDos: Pass desired object type when normalizing mode … | |
fs3-posix.cpp | 2.9 KB | 76553 | 6 years | scm --update-copyright-year | |
fs-posix.cpp | 12.5 KB | 77233 | 6 years | IPRT: Some new FS types. | |
ldrNative-posix.cpp | 7.3 KB | 79561 | 5 years | IPRT/process-creation-posix.cpp: Try to dynamically resolve crypt_r on … | |
localipc-posix.cpp | 35.1 KB | 77258 | 6 years | localipc-posix.cpp: Memory leak fix in error handling code path | |
Makefile.kup | 0 bytes | 2477 | 18 years | export | |
path2-posix.cpp | 11.5 KB | 77744 | 6 years | IPRT/RTPathSetTimesEx/posix: Try fall back on utimes if kernel doesn't … | |
path-posix.cpp | 14.5 KB | 79155 | 5 years | IPRT/rtFsModeFromDos: Pass desired object type when normalizing mode … | |
pathhost-posix.cpp | 9.7 KB | 76553 | 6 years | scm --update-copyright-year | |
pipe-posix.cpp | 20.8 KB | 76553 | 6 years | scm --update-copyright-year | |
process-creation-posix.cpp | 42.3 KB | 81251 | 5 years | IPRT/process-creation-posix.cpp: Generalized the PAM option and make … | |
process-posix.cpp | 7.6 KB | 76553 | 6 years | scm --update-copyright-year | |
rand-posix.cpp | 4.3 KB | 76553 | 6 years | scm --update-copyright-year | |
RTFileQueryFsSizes-posix.cpp | 2.3 KB | 76553 | 6 years | scm --update-copyright-year | |
RTFileSetAllocationSize-posix.cpp | 2.8 KB | 76553 | 6 years | scm --update-copyright-year | |
RTHandleGetStandard-posix.cpp | 3.9 KB | 76553 | 6 years | scm --update-copyright-year | |
rtmempage-exec-mmap-heap-posix.cpp | 25.2 KB | 82660 | 5 years | IPRT/mem: Avoid calling assert(3C) on Solaris when mlock(3C) fails due … | |
rtmempage-exec-mmap-posix.cpp | 5.0 KB | 82660 | 5 years | IPRT/mem: Avoid calling assert(3C) on Solaris when mlock(3C) fails due … | |
RTMemProtect-posix.cpp | 2.9 KB | 76553 | 6 years | scm --update-copyright-year | |
RTMpGetCount-posix.cpp | 2.5 KB | 76553 | 6 years | scm --update-copyright-year | |
RTPathUserDocuments-posix.cpp | 1.9 KB | 76553 | 6 years | scm --update-copyright-year | |
RTPathUserHome-posix.cpp | 5.3 KB | 76553 | 6 years | scm --update-copyright-year | |
RTSystemQueryOSInfo-posix.cpp | 3.1 KB | 76553 | 6 years | scm --update-copyright-year | |
RTSystemQueryTotalRam-posix.cpp | 1.8 KB | 76553 | 6 years | scm --update-copyright-year | |
RTTimeNow-posix.cpp | 1.8 KB | 76553 | 6 years | scm --update-copyright-year | |
RTTimeSet-posix.cpp | 1.8 KB | 76553 | 6 years | scm --update-copyright-year | |
sched-posix.cpp | 31.7 KB | 77910 | 6 years | Main: bugref:7929: Added ability to change the priority of the VM process | |
semevent-posix.cpp | 18.1 KB | 76553 | 6 years | scm --update-copyright-year | |
semeventmulti-posix.cpp | 23.4 KB | 76553 | 6 years | scm --update-copyright-year | |
semmutex-posix.cpp | 13.2 KB | 76553 | 6 years | scm --update-copyright-year | |
semrw-posix.cpp | 22.2 KB | 76553 | 6 years | scm --update-copyright-year | |
serialport-posix.cpp | 41.8 KB | 76908 | 6 years | Runtime/posix/serialport-posix: Fix access to pseudo terminals, they … | |
shmem-posix.cpp | 13.4 KB | 78561 | 6 years | Runtime/RTShMem,tstRTShMem: Add API to delete a named shared memory … | |
symlink-posix.cpp | 7.1 KB | 76553 | 6 years | scm --update-copyright-year | |
thread2-posix.cpp | 4.3 KB | 76553 | 6 years | scm --update-copyright-year | |
thread-posix.cpp | 20.9 KB | 77910 | 6 years | Main: bugref:7929: Added ability to change the priority of the VM process | |
time-posix.cpp | 2.8 KB | 76553 | 6 years | scm --update-copyright-year | |
timelocal-posix.cpp | 7.2 KB | 76553 | 6 years | scm --update-copyright-year | |
timer-posix.cpp | 27.2 KB | 76553 | 6 years | scm --update-copyright-year | |
tls-posix.cpp | 3.1 KB | 76553 | 6 years | scm --update-copyright-year | |
utf8-posix.cpp | 18.0 KB | 82631 | 5 years | IPRT/utf8-posix.cpp: NetBSD changed iconv constness (to not const) … |
Note:
See TracBrowser
for help on using the repository browser.