VirtualBox

source: vbox/trunk/src/VBox/Runtime

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @83767   5 years vboxsync iprt/win/imagehlp.h: VC++ 14.1 build tweaking. bugref:8489
(edit) @83759   5 years vboxsync /Config.kmk,Runtime/Makefile.kmk: VC++ 14.1 build tweaking. bugref:8489
(edit) @83758   5 years vboxsync iprt/RTPathGlob.cpp: VC++ 14.1 build fix. bugref:8489
(edit) @83754   5 years vboxsync Runtime/Doxyfile: Apply same RT_MSC_PREREQ fix here. bugref:8489
(edit) @83749   5 years vboxsync IPRT: Sort IPRT status messages so we can look them up using binary …
(edit) @83748   5 years vboxsync IPRT: Sort IPRT status messages so we can look them up using binary …
(edit) @83746   5 years vboxsync IPRT: Sort IPRT status messages so we can look them up using binary …
(edit) @83745   5 years vboxsync IPRT: Sort IPRT status messages so we can look them up using binary …
(edit) @83744   5 years vboxsync IPRT: Sort windows error messages so we can look them up using binary …
(edit) @83743   5 years vboxsync IPRT: Sort windows error messages so we can look them up using binary …
(edit) @83739   5 years vboxsync IPRT: More VC++ 14.1 build fixes. bugref:8489
(edit) @83738   5 years vboxsync iprt: Wrap Dbghelp.h to shut up complaints from VC++ 14.1. bugref:8489
(edit) @83728   5 years vboxsync IPRT/oiddb2c.cpp: VC++ 141 isn't too smart wrt printf validation, so …
(edit) @83727   5 years vboxsync IPRT/Makefile.kmk: Quoting tweak. bugref:8489
(edit) @83726   5 years vboxsync IPRT/RTNtPathExpand8dot3Path.cpp: Fixed shadowed variable (Ios) found …
(edit) @83663   5 years vboxsync IPRT/log-vbox.cpp: Use RTProcExecutablePath and avoid big stack …
(edit) @83662   5 years vboxsync IPRT/process: Added RTProcExecutablePath as a buffer-less alternative …
(edit) @83661   5 years vboxsync IPRT/process: Added RTProcExecutablePath as a buffer-less alternative …
(edit) @83660   5 years vboxsync IPRT/log-vbox.cpp: Use timestamped log files in GAs too, not just …
(edit) @83657   5 years vboxsync reverted 137105 again as the problem was elsewhere. bugref:9670
(edit) @83647   5 years vboxsync Temporarily reverted r136808 to see if this is also causing the …
(edit) @83646   5 years vboxsync IPRT/log: Reverted r137096 again.
(edit) @83645   5 years vboxsync IPRT/log: Temporary experiment to see if this is also causing the …
(edit) @83614   5 years vboxsync r0drv/netbsd: use SOBJ_SLEEPQ_SORTED as advised by <ad@…>. …
(edit) @83549   5 years vboxsync IPRT: Added RTMemFreeZ, RTMemTmpFreeZ, and RTMemEf* variants. [build …
(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) @83539   5 years vboxsync IPRT/RTLdrLoadEx: Apply RTMEM_MAY_LEAK when RTLDRLOAD_FLAGS_NO_UNLOAD …
(edit) @83520   5 years vboxsync Runtime/r3/serialport-posix: More error checking, read/write methods …
(edit) @83510   5 years vboxsync Main: bugref:9670: fixed VBoxSDS log issue.
(edit) @83484   5 years vboxsync Linux: ticketref:19312 Linux: kernel 5.6 - we need changes: make …
(edit) @83471   5 years vboxsync Linux: ticketref:19312 Linux: kernel 5.6 - we need changes
(edit) @83426   5 years vboxsync Runtime/RTFuzzCfg: Initial implementation of API for configuring a …
(edit) @83425   5 years vboxsync RUntime/RTJson: Add parse from VFS file method
(edit) @83368   5 years vboxsync IPRT: Added RTMemAllocZ and RTMemEfReallocZ[NP].
(edit) @83356   5 years vboxsync IPRT/http: When we issue PUT tell curl about the data size when the …
(edit) @83355   5 years vboxsync IPRT/http: Fix upload/download confusion. One is in a comment. The …
(edit) @83326   5 years vboxsync IPRT/r0drv/mp-r0drv-linux.c: Use version checks for linux/cpumask.h …
(edit) @83291   5 years vboxsync Runtime/common/fuzz: Fixes
(edit) @83289   5 years vboxsync IPRT/RTProcDaemonize-generic: Fixed leaking the stdin handle for …
(edit) @83266   5 years vboxsync Runtime/common/fuzz: Add API to specify the range in an input corpus …
(edit) @83252   5 years vboxsync IPRT/ministring.cpp: Don't crash in RTCString::endsWith() when running …
(edit) @83233   5 years vboxsync IPRT: New gsoap version needs 4 more openssl functions.
(edit) @83172   5 years vboxsync Final (hopefully) build fix for r136290.
(edit) @83167   5 years vboxsync RTDbgSymCache: Added a 'get' command for getting image and debug files …
(edit) @83166   5 years vboxsync iprt/string.h: Adding %RTeic and %RTeim format types for handling …
(edit) @83125   5 years vboxsync IPRT: Merged the two tls files, with the sideeffect that destructors …
(edit) @83124   5 years vboxsync IPRT: Merged the two tls files, with the sideeffect that destructors …
(edit) @83102   5 years vboxsync IPRT: Simple TLS destructor testcase.
(edit) @83101   5 years vboxsync IPRT: Simple TLS destructor implementation for windows.
(edit) @83098   5 years vboxsync IPRT/semeventmulti-r0drv-darwin.cpp: Fix for double fault when …
(edit) @83087   5 years vboxsync IPRT/memobj-r0drv-darwin.cpp: Traced down the problematic vm_fault …
(edit) @83085   5 years vboxsync IPRT,VMM,DBGPlugInDarwin: Implemented in-memory guest kernel and kext …
(edit) @83084   5 years vboxsync IPRT,DBGPlugInDarwin: Added flags for indicating that the LINKEDIT …
(edit) @83079   5 years vboxsync IPRT/ldrMachO: Ignore LC_BUILD_VERSION (harmless).
(edit) @83078   5 years vboxsync RTDbgSymCache: Added way to specify filename to use in the cache. …
(edit) @83074   5 years vboxsync IPRT/r0drv-darwin: Some debug code. bugref:9466
(edit) @83070   5 years vboxsync IPRT/memobj-r0drv-darwin.cpp: Workarounds for vm_fault misbehaving on …
(edit) @82972   5 years vboxsync Copyright year updates - manual ones.
(edit) @82970   5 years vboxsync Copyright year updates - manual ones.
(edit) @82969   5 years vboxsync Copyright year updates - manual ones.
(edit) @82968   5 years vboxsync Copyright year updates by scm.
(edit) @82953   5 years vboxsync IPRT/dbgstackdumpself.cpp: darwin can use dlfcn like linux (as should …
(edit) @82898   5 years vboxsync IPRT/memobj-r0drv-darwin.cpp: Don't set the …
(edit) @82886   5 years vboxsync IPRt/memobj-r0drv-darwin.cpp: Turns out kIOMapPrefault wasn't allowed …
(edit) @82877   5 years vboxsync IPRT/memobj-r0drv-darwin.cpp: Only apply the cb += PAGE_SIZE …
(edit) @82868   5 years vboxsync IPRT/memobj-r0drv-darwin.cpp: Added support for alignments other than …
(edit) @82861   5 years vboxsync IPRT/memobj-r0drv-darwin.cpp: Prefault user mappings too when the …
(edit) @82860   5 years vboxsync IPRT/memobj-r0drv-darwin.cpp: rtR0MemObjNativeMapKernel wasn't forcing …
(edit) @82859   5 years vboxsync IPRT/memcpy.asm: Set up rbp-frame for amd64 in debug builds.
(edit) @82856   5 years vboxsync IPRT/assert-r0drv-darwin.cpp: Make sure we get the output to the …
(edit) @82843   5 years vboxsync IPRT/tools/FTPServer: Implemented VFS support for files also. bugref:9646
(edit) @82842   5 years vboxsync IPRT/FTP: Retrieving files in sub directories also works now. bugref:9646
(edit) @82841   5 years vboxsync IPRT/FTP: Implemented support for directory traversing. bugref:9646
(edit) @82840   5 years vboxsync IPRT/FTP: Make sure to only add allowed (supported) FS entries to …
(edit) @82839   5 years vboxsync IPRT/FTP: Build fix. bugref:9646
(edit) @82838   5 years vboxsync IPRT/FTP: More code for listing directories, needed for some more FTP …
(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) @82832   5 years vboxsync tstFile: Converted to new style and added append+truncate testcase …
(edit) @82824   5 years vboxsync IPRT/FTP: Doxygen fixes. bugref:9646
(edit) @82823   5 years vboxsync IPRT/FTP: Shut up MSVC. bugref:9646
(edit) @82822   5 years vboxsync IPRT/FTP: More work on directory listing.
(edit) @82813   5 years vboxsync IPRT/FTP: Remember the current working directory per client.
(edit) @82809   5 years vboxsync IPRT/dbgkrnlinfo-r0drv-darwin.cpp: build fixes.
(edit) @82806   5 years vboxsync IPRT/dbgkrnlinfo-r0drv-darwin.cpp: Implemented using the loaded kernel …
(edit) @82788   5 years vboxsync Runtime/tracelogwriter.cpp: Fix passing the trace log description in …
(edit) @82781   5 years vboxsync IPRT/FTP: Implemented FEAT and OPTS commands, along with some more …
(edit) @82773   5 years vboxsync IPRT/FTP: Shut up MSVC.
(edit) @82772   5 years vboxsync IPRT/FTP: First working version for listing stuff. bugref:9646
(edit) @82771   5 years vboxsync IPRT/FTP: Doxygen build fixes.
(edit) @82770   5 years vboxsync IPRT/FTP: More work on data connection handling. bugref:9646
(edit) @82768   5 years vboxsync Runtime/fuzz: Support normal files as input seed
(edit) @82744   5 years vboxsync VMM,IPRT,VBoxDTrace: More cleanup fixes.
(edit) @82741   5 years vboxsync Main,IPRT,SUP,SharedClipboard: Cleanup 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