VirtualBox

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

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @88311   4 years vboxsync IPRT/test: Added RTTestErrContext (with variations) for setting a …
(edit) @88294   4 years vboxsync IPRT/rtSemEventMultiPosixWaitTimed: Fixed wrong milli->nano overflow check.
(edit) @88189   4 years vboxsync Some small Solaris-specific build warning fixes: …
(edit) @87873   4 years vboxsync Runtime/serialport-posix.cpp: Include CLOCAL when changing the serial …
(edit) @87844   4 years vboxsync IPRT/RTFileQuerySectorSize/solaris: Fix reference to uninitialized …
(edit) @87581   4 years vboxsync IPRT/RTFileGetMaxSize: Doxygen fix.
(edit) @87280   4 years vboxsync IPRT/mp-darwin.cpp: get the clock-frequency from the CPU IOService if …
(edit) @87205   4 years vboxsync IPRT: Added generic RTMpGetDescription implementation for darwin. …
(edit) @87198   4 years vboxsync IPRT/mp-darwin.cpp: Added RTMpCpuId implementations for bugref:9898.
(edit) @87044   4 years vboxsync Shared Clipboard/Transfers: A bit of cleanup …
(edit) @87042   4 years vboxsync Shared Clipboard/Transfers: More cleanup / documentation work. bugref:9874
(edit) @87041   4 years vboxsync Shared Clipboard/Transfers: Added initial supported for connection …
(edit) @87037   4 years vboxsync Shared Clipboard/Transfers: Renaming (RTHTTP_WITH_WEBDAV -> …
(edit) @87032   4 years vboxsync Shared Clipboard/Transfers: Added initial directory listing support …
(edit) @87029   4 years vboxsync Shared Clipboard/Transfers: A bit of cleanup. bugref:9874
(edit) @87021   4 years vboxsync Shared Clipboard/Transfers: Improved logging a bit [build fix]. bugref:9874
(edit) @87020   4 years vboxsync Shared Clipboard/Transfers: Improved logging a bit. bugref:9874
(edit) @87018   4 years vboxsync Shared Clipboard/Transfers: Initial code for directory listing …
(edit) @87016   4 years vboxsync Shared Clipboard/Transfers: Initial code for directory listing …
(edit) @87013   4 years vboxsync Shared Clipboard/Transfers: Fixed warning. bugref:9874
(edit) @87011   4 years vboxsync Shared Clipboard/Transfers: Docs. bugref:9874
(edit) @87008   4 years vboxsync Shared Clipboard/Transfers: Initial commit for HTTP server. Work in …
(edit) @87007   4 years vboxsync Shared Clipboard/Transfers: Initial commit for HTTP server. Work in …
(edit) @87006   4 years vboxsync Shared Clipboard/Transfers: Initial commit for HTTP server. Work in …
(edit) @87004   4 years vboxsync Shared Clipboard/Transfers: Initial commit for HTTP server. Work in …
(edit) @86981   4 years vboxsync IPRT/FTP: Docs nit (has been resolved). bugref:9646
(edit) @86973   4 years vboxsync IPRT/FTP: Resolved some @ŧodos. bugref:9646
(edit) @86727   4 years vboxsync IPRT/thread-posix.cpp: siginterrupt is deprecated, replace with …
(edit) @86725   4 years vboxsync IPRT/thread-posix.cpp: siginterrupt is deprecated, replace with sigaction.
(edit) @86579   4 years vboxsync IPRT/sysfs.h: Added RTLinuxConstructPath and RTLinuxConstructPathV. …
(edit) @86536   4 years vboxsync IPRT/localipc-win.cpp: Clarification to bugref:9773
(edit) @86525   4 years vboxsync Runtime/r3/*/sched-*.cpp: Doxygen cleanup, only keep the doxygen …
(edit) @86519   4 years vboxsync Runtime/ioqueue-iouringfile-provider.cpp: Fix request submission
(edit) @86492   4 years vboxsync IPRT/xml: Fixed tiny leak in File::File(). bugref:9841
(edit) @86415   4 years vboxsync IPRT,++: Made RTHandleGetStandard's fLeaveOpen parameter work for …
(edit) @86414   4 years vboxsync IPRT,++: Adding a fLeaveOpen parameter to RTHandleGetStandard. …
(edit) @86412   4 years vboxsync IPRT/pipe: Adding RTPipeCloseEx w/ a fLeaveOpen parameter so we can …
(edit) @86302   4 years vboxsync IPRT/RTFileQuerySize/darwin: Fixed regression from r140046 causing the …
(edit) @86301   4 years vboxsync Runtime: Add API to load kernel modules by name and add simple …
(edit) @86300   4 years vboxsync Runtime: Add API to load kernel modules by name and add simple …
(edit) @86296   4 years vboxsync IPRT/alloc-ef.cpp: Added RTMemDumpFreed for use from gdb.
(edit) @86240   4 years vboxsync IPRT: RTTimeZoneGetCurrent-posix.cpp should validate the string …
(edit) @86239   4 years vboxsync IPRT: Some fixes to RTTimeZoneGetCurrent-posix.cpp and a basic …
(edit) @86220   4 years vboxsync IPRT/RTTimeZoneGetCurrent: Some build systems might not have tzfile.h …
(edit) @86216   4 years vboxsync IPRT/RTTimeZoneGetCurrent: Add some additional heuristics for …
(edit) @86171   4 years vboxsync IPRT/win/thread: Use new SetThreadDescription to set thread names.
(edit) @86170   4 years vboxsync IPRT/win/thread: Use new SetThreadDescription to set thread names.
(edit) @86126   4 years vboxsync Runtime/linux/ioqueue-iouringfile-provider: Fixes
(edit) @86074   4 years vboxsync IPRT/RTLocaleQueryLocaleName: ticketref:19856 'VBoxManage unattended …
(edit) @86017   4 years vboxsync Runtime/serialport-win.cpp: Fix querying for events under cerain …
(edit) @85898   4 years vboxsync iprt/RTNtPathFromHandle: documentation fix. bugref:9224
(edit) @85882   4 years vboxsync IPRT/RTFileQuerySectorSize/win: Ignore not-ready-drive errors. bugref:9224
(edit) @85875   4 years vboxsync Main: bugref:9224: Added RTFileQuerySectorSize into IPRT
(edit) @85676   4 years vboxsync IPRT/ftp-server.cpp: some nits and todos. bugref:9437
(edit) @85674   4 years vboxsync IPRT/ftp-server.cpp: We use 'end' to be exclusive (last + 1) and …
(edit) @85672   4 years vboxsync IPRT: ftp-server.cpp belongs in r3/ not generic/, as we don't expect …
(edit) @85495   4 years vboxsync Runtime/fileio-posix.cpp: Fix for r139548, restore the old file offset …
(edit) @85492   4 years vboxsync IPRT/fileio-posix.cpp: Fix binary search in RTFileQueryMaxSizeEx, and …
(edit) @85491   4 years vboxsync IPRT/RTFileCopyPartEx-linux.cpp: Fix fallback handling if the syscall …
(edit) @85343   4 years vboxsync IPRT/RTCrStoreCreateSnapshotById-darwin.cpp: Ignore deprecation …
(edit) @85163   4 years vboxsync IPRT/RTPathUserDocuments-darwin.cpp: Addressed API deprecation. bugref:9790
(edit) @85124   4 years vboxsync *: Use DECL_HIDDEN_DATA for data, DECLHIDDEN will soon be exclusively …
(edit) @85121   4 years vboxsync iprt/cdefs.h: Refactored the typedef use of DECLCALLBACK as well as …
(edit) @85112   4 years vboxsync GA: bugref:9773: Fixed incorrect impersonation level during the pipe …
(edit) @84840   4 years vboxsync IPRT/thread-win.cpp: Thread naming todo.
(edit) @84681   4 years vboxsync IPRt/rtLinuxConstructPathV: allow empty pszFormat as …
(edit) @84632   5 years vboxsync IPRT/sysfs.cpp: Use RTStrPrintf2V rather than RTStrPrintfV in …
(edit) @84506   5 years vboxsync IPRT: Shut up gcc 10 about potentially uninitialized variables. bugref:9746
(edit) @84405   5 years vboxsync IPRT: Quick adjustments for making the vcc-fakes-kernel32* stuff build …
(edit) @84365   5 years vboxsync IPRT: Quick adjustments for making the vcc-fakes-kernel32* stuff build …
(edit) @84333   5 years vboxsync Runtime/ioqueue-iouringfile-provider: Doxygen
(edit) @84000   5 years vboxsync IPRT/xml: Simplified EIPRTFailure::EIPRTFailure, avoiding two heap …
(edit) @83998   5 years vboxsync IPRT,VBoxAddInstallNt3x.cpp: Split out the IPRT bits from …
(edit) @83997   5 years vboxsync IPRT,VBoxAddInstallNt3x.cpp: Split out the IPRT bits from …
(edit) @83991   5 years vboxsync IPRT,VBoxAddInstallNt3x.cpp: Split out the IPRT bits from …
(edit) @83865   5 years vboxsync IPRT: VCC win32 API fakes for 14.1. [scm] bugref:8489
(edit) @83862   5 years vboxsync IPRT: VCC win32 API fakes for 14.1. bugref:8489
(edit) @83861   5 years vboxsync IPRT: VCC win32 API fakes for 14.1. bugref:8489
(edit) @83739   5 years vboxsync IPRT: More VC++ 14.1 build fixes. bugref:8489
(edit) @83661   5 years vboxsync IPRT/process: Added RTProcExecutablePath as a buffer-less alternative …
(edit) @83548   5 years vboxsync IPRT: Added RTMemFreeZ, RTMemTmpFreeZ, and RTMemEf* variants. [build …
(edit) @83547   5 years vboxsync IPRT: Added RTMemFreeZ, RTMemTmpFreeZ, and RTMemEf* variants. [build …
(edit) @83546   5 years vboxsync IPRT: Added RTMemFreeZ, RTMemTmpFreeZ, and RTMemEf* variants. bugref:9698
(edit) @83544   5 years vboxsync IPRT/poll.cpp: Rearranged code for better mojo when there are no …
(edit) @83520   5 years vboxsync Runtime/r3/serialport-posix: More error checking, read/write methods …
(edit) @83368   5 years vboxsync IPRT: Added RTMemAllocZ and RTMemEfReallocZ[NP].
(edit) @83233   5 years vboxsync IPRT: New gsoap version needs 4 more openssl functions.
(edit) @83124   5 years vboxsync IPRT: Merged the two tls files, with the sideeffect that destructors …
(edit) @83101   5 years vboxsync IPRT: Simple TLS destructor implementation for windows.
(edit) @82968   5 years vboxsync Copyright year updates by scm.
(edit) @82837   5 years vboxsync IPRT/file: Added some more thoughts and @todo regarding the …
(edit) @82836   5 years vboxsync IPRT/win: Enabled new RTFileSetSize implementation that works like …
(edit) @82835   5 years vboxsync IPRT/win: Finished the RTFileSetSize reimplementation, still disabled. …
(edit) @82834   5 years vboxsync IPRT/win: Reimplemented RTFileSetSize to support truncating files …
(edit) @82833   5 years vboxsync IPRT/nt: Added OBJECT_BASIC_INFORMATION and promoted …
(edit) @82726   5 years vboxsync Runtime/serialport-win.cpp: Initialize more DCB members to avoid using …
(edit) @82660   5 years vboxsync IPRT/mem: Avoid calling assert(3C) on Solaris when mlock(3C) fails due …
(edit) @82631   5 years vboxsync IPRT/utf8-posix.cpp: NetBSD changed iconv constness (to not const) …
(edit) @81927   5 years vboxsync IPRT: Added 32-bit memchr variant. Prepared 16 and 64 bit ones too.
(edit) @81582   5 years vboxsync IPRT: Linux: #warning The <sys/sysctl.h> header is deprecated and will …
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