VirtualBox

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

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @92258   3 years vboxsync IPRT,VMMDev,ValKit: Some new test units. bugref:10093
(edit) @92245   3 years vboxsync IPRT/rtR3WinUnhandledXcptFilter: Log the PID and command line too.
(edit) @91620   3 years vboxsync IPRT/RTDirRemove/posix: Do not rely on EEXIST taking priority over …
(edit) @91605   3 years vboxsync IPRT/win: Try detect windows 11 and server 2019 & 2022 by the stupid …
(edit) @91594   3 years vboxsync Runtime/VBoxRT-openssl-1.1plus.def: Export more openssl stuff for …
(edit) @91033   3 years vboxsync Runtime/tpm-win: Some bug fixes, bugref:10075
(edit) @91028   3 years vboxsync Runtime/r3/win/tpm-win.cpp: Some untested RTTpm* API implementation …
(edit) @91027   3 years vboxsync Runtime/r3/win/tpm-win.cpp: Some untested RTTpm* API implementation …
(edit) @90995   3 years vboxsync Runtime/RTTpm: Add API to query the maximum supported locality of a …
(edit) @90915   3 years vboxsync Runtime: Add simple RTTpm* API for uniform access to a host TPM and …
(edit) @90880   3 years vboxsync IPRT/RTKrnlModLoadedQueryInfoAll: Fixed regression from r146424.
(edit) @90803   3 years vboxsync Runtime: More VALID_PTR -> RT_VALID_PTR/AssertPtr.
(edit) @90789   3 years vboxsync IPRT: More VALID_PTR -> RT_VALID_PTR/AssertPtr.
(edit) @90781   3 years vboxsync IPRT: AssertMsgReturn(VALID_PTR(),...) -> AssertPtrReturn
(edit) @90392   3 years vboxsync IPRT/RTThreadCreate: Added RTTHREADFLAGS_NO_SIGNALS (posix only). …
(edit) @90105   3 years vboxsync iprt/socket.cpp: rtSocketAddrFromNetAddr - oops, fix inverted test in …
(edit) @90104   3 years vboxsync iprt/socket.cpp: rtSocketAddrFromNetAddr - return VERR_BUFFER_OVERFLOW …
(edit) @89870   3 years vboxsync IPRT/thread-posix.cpp: On Solaris SIGRTMAX is defined to a function …
(edit) @89828   3 years vboxsync Runtime: Make use of CreateWaitableTimerEx and …
(edit) @89827   3 years vboxsync Runtime: Make use of CreateWaitableTimerEx and …
(edit) @89764   3 years vboxsync Runtime/r3/win/timer-win.cpp: Implement RTTimerCreateEx, RTTimerStart …
(edit) @89762   3 years vboxsync Runtime/r3/win/timer-win.cpp: Implement RTTimerCreateEx, RTTimerStart …
(edit) @89679   4 years vboxsync Runtime/r3/timer-posix: Fixes, if inversion causing an already stopped …
(edit) @89678   4 years vboxsync Runtime/r3/timer-posix: Fixes, if inversion causing an already stopped …
(edit) @89647   4 years vboxsync IPRT/thread-posix.cpp: SIGRTMAX is defined to a function call in more …
(edit) @89646   4 years vboxsync IPRT/thread-posix.cpp: Include RTThreadPoke in guest additions builds …
(edit) @88688   4 years vboxsync VBoxRT: Added RTTHREADFLAGS_COM_MTA and RTTHREADFLAGS_COM_STA flags to …
(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   5 years vboxsync IPRT/thread-win.cpp: Thread naming todo.
(edit) @84681   5 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 …
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