VirtualBox

source: vbox/trunk/src/VBox/Runtime/r3

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @78348   6 years vboxsync IPRT/mem: Added RTMemPageAllocEx so we can try lock memory and try …
(edit) @78345   6 years vboxsync IPRT/mem: Added RTMemPageAllocEx so we can try lock memory and try …
(edit) @78337   6 years vboxsync IPRT/memsafer: Added RTMemSaferGetSize.
(edit) @78335   6 years vboxsync IPRT/mem: Use RTMEMPAGEALLOC_F_ADVISE_LOCKED & …
(edit) @78334   6 years vboxsync IPRT/mem: Added RTMemPageAllocEx so we can try lock memory and try …
(edit) @78207   6 years vboxsync IPRT/RTDirFlushParent: Missing +1 in yesterday's changes. bugref:9172
(edit) @78205   6 years vboxsync IPRT/rtFsModeFromDos: Ignore read-only DOS attribute on directories. …
(edit) @78200   6 years vboxsync IPRT/pathint-nt.cpp: Dealth with three more RTPATH_MAX buffers. bugref:9172
(edit) @78187   6 years vboxsync IPRT,FsPerf: Added RTDIR_F_NO_ABS_PATH and RTDIRRMREC_F_NO_ABS_PATH to …
(edit) @78186   6 years vboxsync IPRT,FsPerf: Added RTDIR_F_NO_ABS_PATH and RTDIRRMREC_F_NO_ABS_PATH to …
(edit) @78184   6 years vboxsync IPRT/RTPathGetCurrent/win: Upper case the drive letter so it is …
(edit) @78178   6 years vboxsync IPRT: Relaxing RTPATH_MAX in a couple of places. bugref:9172
(edit) @78153   6 years vboxsync IPRT: Added RTPATHABS_F_ENSURE_TRAILING_SLASH to RTPathAbsEx and fixed …
(edit) @78109   6 years vboxsync IPRT/dir2.cpp: Don't curse at directories (comment typo).
(edit) @78098   6 years vboxsync IPRT,*: Cleaning up RTPathAbsExEx, renaming it to RTPathAbsEx and …
(edit) @78090   6 years vboxsync *,IPRT: Use new RTPathAbsExEx function instead of RTPathAbsEx. bugref:9172
(edit) @78050   6 years vboxsync IPRT/dir: Lifting RTPATH_MAX restriction on RTDirOpen*. bugref:9172
(edit) @77982   6 years vboxsync IPRT: Addressed todo in rtSchedNativeCheckThreadTypes …
(edit) @77929   6 years vboxsync IPRT/RTFileCopyPartEx-linux.cpp: Corrected syscall numbers. bugref:9172
(edit) @77917   6 years vboxsync Main: bugref:7929: Fixed comilation issues
(edit) @77914   6 years vboxsync Main: bugref:7929: Fixed comilation issues
(edit) @77911   6 years vboxsync Main: bugref:7929: Fixed comilation issues
(edit) @77910   6 years vboxsync Main: bugref:7929: Added ability to change the priority of the VM process
(edit) @77836   6 years vboxsync IPRT: Spealiced RTFileCopyPartEx and associated prep/cleanup functions …
(edit) @77834   6 years vboxsync IPRT: Spealiced RTFileCopyPartEx and associated prep/cleanup functions …
(edit) @77833   6 years vboxsync IPRT: Spealiced RTFileCopyPartEx and associated prep/cleanup functions …
(edit) @77832   6 years vboxsync IPRT: Spealiced RTFileCopyPartEx and associated prep/cleanup functions …
(edit) @77825   6 years vboxsync IPRT: Split RTFileCopyEx and RTFileCopyByHandlesEx out of …
(edit) @77754   6 years vboxsync IPRT: Some st_birthtime experimentation for FreeBSD.
(edit) @77744   6 years vboxsync IPRT/RTPathSetTimesEx/posix: Try fall back on utimes if kernel doesn't …
(edit) @77684   6 years vboxsync IPRT: Implemented RTFileOpenEx for posix too. ticketref:9276
(edit) @77681   6 years vboxsync IPRT: Adding an extended file open API that returns the action taken …
(edit) @77641   6 years vboxsync IPRT/fileio-win.cpp: Corrected RTFileReadAt so it does not return …
(edit) @77635   6 years vboxsync IPRT: Adding RTFileSgRead and RTFileSgWrite (for FsPerf). [build …
(edit) @77633   6 years vboxsync IPRT: Adding RTFileSgRead and RTFileSgWrite (for FsPerf). [build …
(edit) @77632   6 years vboxsync IPRT: Adding RTFileSgRead and RTFileSgWrite (for FsPerf). bugref:9172
(edit) @77323   6 years vboxsync Runtime/serialport-win.cpp: Don't keep dwEventMask on the stack for …
(edit) @77258   6 years vboxsync localipc-posix.cpp: Memory leak fix in error handling code path
(edit) @77244   6 years vboxsync fileio-sg-posix.cpp: scm fix. bugref:9172
(edit) @77239   6 years vboxsync IPRT: Implemented RTFileSgWriteAt and RTfileSgReadAt for linux and …
(edit) @77235   6 years vboxsync IPRT: Implemented RTFileSgWriteAt and RTfileSgReadAt for linux and …
(edit) @77234   6 years vboxsync IPRT/fileio-posix.cpp: Return VERR_TRY_AGAIN when write() returns zero …
(edit) @77233   6 years vboxsync IPRT: Some new FS types.
(edit) @77231   6 years vboxsync IPRT: Return VERR_FILE_TOO_BIG if we exceed the FAT file limit while …
(edit) @77211   6 years vboxsync IPRT: Specialized RTFileWriteAt and RTFileReadAt for windows. bugref:9172
(edit) @77210   6 years vboxsync IPRT: Added r3/posix/fileio-at-posix.cpp for more efficient and safer …
(edit) @77209   6 years vboxsync IPRT: Split RTFileWriteAt & RTFileReadAt out of fileio.cpp and into …
(edit) @77120   6 years vboxsync IPRT: Some license header cleanups.
(edit) @76908   6 years vboxsync Runtime/posix/serialport-posix: Fix access to pseudo terminals, they …
(edit) @76902   6 years vboxsync IPRT/RTFileRead: Set pcbRead when returning immediately on a zero byte …
(edit) @76895   6 years vboxsync Fix for Solaris biuld failure after r128246 - removing fVerifyIsDir …
(edit) @76878   6 years vboxsync IPRT/dir-poix.cpp,FsPerf.cpp: Darwin adjustments, realizing that the …
(edit) @76823   6 years vboxsync Runtime/Linux: remove volatile qualifier from freestanding asm blocks. …
(edit) @76634   6 years vboxsync IPRT/rtProcNativeSetPriority: Must update g_pProcessPriority on …
(edit) @76585   6 years vboxsync *: scm --fix-header-guard-endif
(edit) @76560   6 years vboxsync IPRT: Use IPRT_INCLUDED_SRC_ as header guard prefix for files around …
(edit) @76557   6 years vboxsync include/iprt: Use IPRT_INCLUDED_ rather than _iprt_ as header guard …
(edit) @76553   6 years vboxsync scm --update-copyright-year
(edit) @76513   6 years vboxsync IPRT: scm --fix-header-guards. bugref:9344
(edit) @76452   6 years vboxsync IPRT: Ran scm --fix-err-h. bugref:9344
(edit) @76418   6 years vboxsync iprt/errcore.h,*: Duplicate some of the most frequently used status …
(edit) @76417   6 years vboxsync iprt/errcore.h,*: Duplicate some of the most frequently used status …
(edit) @76409   6 years vboxsync iprt/string.h: Dropped including utf16.h and let those who need it …
(edit) @76362   6 years vboxsync *: string.h sans err.h fix. bugref:9344
(edit) @76359   6 years vboxsync *: string.h sans err.h fix. bugref:9344
(edit) @76357   6 years vboxsync *: string.h sans err.h fix. bugref:9344
(edit) @76346   6 years vboxsync *: Preparing for iprt/string.h, iprt/json.h and iprt/serialport.h no …
(edit) @76090   6 years vboxsync IPRT: Corrected RTSystemGetNtVersion return value type, must be 64-bit.
(edit) @76073   6 years vboxsync IPRT: Added RTSystemGetNtVersion.
(edit) @75883   6 years vboxsync IPRT/shmem: Make doxygen and scm happy.
(edit) @75882   6 years vboxsync thread-win.cpp: Use RTErrConvertFromNtStatus instead of …
(edit) @75881   6 years vboxsync Runtime/r3/shmem-posix.cpp: Crash fix in RTShMemMapRegion
(edit) @75879   6 years vboxsync Runtime: Introduce RTShMem* API for accessing shared memory objects …
(edit) @75878   6 years vboxsync Runtime/r3/win: Made NtQuerySection accessible
(edit) @75797   6 years vboxsync VBoxRT-openssl-1.1plus.def: Need a one more API for the new gsoap. Now …
(edit) @75795   6 years vboxsync VBoxRT-openssl-pre-1.1.def: Need a one more API for the new gsoap.
(edit) @75725   6 years vboxsync IPRT/RTProcCreateEx: Quick darwin implementation using PAM. bugref:4802
(edit) @75652   6 years vboxsync IPRT/dir: Adding RTDirRewind for use with shared folders.
(edit) @75651   6 years vboxsync IPRT/fileio-win.cpp: Fixed console handle regression from previous …
(edit) @75557   6 years vboxsync IPRT/RTTimeSet-os2.cpp: RT_NS_1MIN is unsigned, make it signed so we …
(edit) @75544   6 years vboxsync IPRT/fileio-win.cpp: Use rtPathNtQueryInfoFromHandle instead of …
(edit) @75536   6 years vboxsync IPRT/fileio-win.cpp: added todo on RTFileQueryInfo.
(edit) @75466   6 years vboxsync IPRT/RTTimeSet-os2.cpp: debug build fix
(edit) @75328   6 years vboxsync IPRT/RTTimeSet-os2.cpp: More build fixes
(edit) @75321   6 years vboxsync IPRT/RTTimeSet-os2.cpp: build fix
(edit) @75297   6 years vboxsync IPRT: Better RTTimeSet for OS/2 by Y.T. Lets the time sync service …
(edit) @74638   6 years vboxsync IPRT: Initial adaption of the kstuff loader code. bugref:9232
(edit) @74462   6 years vboxsync IPRT: Implemented long filename support for windows (except for …
(edit) @74461   6 years vboxsync IPRT: Implemented long filename support for windows (except for …
(edit) @74460   6 years vboxsync IPRT: Implemented long filename support for windows (except for …
(edit) @74458   6 years vboxsync IPRT/ldrNative-win: Implemented RTLDRLOAD_FLAGS_NO_SUFFIX.
(edit) @74368   6 years vboxsync IPRT/fileio-win.cpp: Disabled long filename code from r125172. See todo.
(edit) @74358   6 years vboxsync IPRT/win/fileio-win.cpp: Added support for longer file names (> 260 …
(edit) @74254   6 years vboxsync IPRT/krnlmod-darwin: Load and resolve IOKit dependency manually as it …
(edit) @74253   6 years vboxsync IPRT/ldr: Added RTLDRLOAD_FLAGS_NO_SUFFIX flag for enabling loading …
(edit) @73720   6 years vboxsync Runtime/serialport-win.cpp: Fixes, can't use CancelIo because it …
(edit) @73703   6 years vboxsync IPRT/r3/memsafer: Switched to individual scrambling words for each …
(edit) @73635   6 years vboxsync Runtime/serialport-win.cpp: Fixes for I/O
(edit) @73630   6 years vboxsync Runtime/serialport-win.cpp: Fixes for RTSerialPortOpen()
(edit) @73502   6 years vboxsync IPRT: GCC 8.2.0 fixes
Note: See TracRevisionLog for help on using the revision log.

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