VirtualBox

source: vbox/trunk

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @100326   15 months vboxsync VMM/IEM: Fixed a problem with 'pop [rsp/esp]' that showed up in …
(edit) @100325   15 months vboxsync Guest Control/Main: Return from GuestSession::i_sendMessage() in case …
(edit) @100324   15 months vboxsync FE/Qt: bugref:6699, bugref:9080. A bit better API for forward/backward …
(edit) @100323   15 months vboxsync FE/Qt: bugref:9080. Adding navigation actions to the content browser's …
(edit) @100322   15 months vboxsync FE/Qt: bugref:9080. Build fix.
(edit) @100321   15 months vboxsync Runtime/r0drv/linux/alloc-r0drv-linux.c: Make it work on ARM, bugref:10457
(edit) @100320   15 months vboxsync FE/Qt: bugref:9080. Moving some of the actions to viso file table's …
(edit) @100319   15 months vboxsync Runtime/r0drv/linux/memobj-r0drv-linux.c: Make it work on linux.arm64, …
(edit) @100318   15 months vboxsync include/iprt/{param.h,zero.h,asm.h}: Make the use of …
(edit) @100317   15 months vboxsync Additions: Get rid of MAX_MNTOPT_STR and replace with …
(edit) @100316   15 months vboxsync Additions/VBoxService/VBoxServiceBalloon.cpp: Replace PAGE_SIZE with …
(edit) @100315   15 months vboxsync Runtime/r3/memsafer-r3.cpp: Replace occurences of …
(edit) @100314   15 months vboxsync Runtime/Makefile.kmk: Exclude some code in the guest and build progs …
(edit) @100313   15 months vboxsync Runtime/r3/alloc-ef.{cpp,h}: Replace occurences of …
(edit) @100312   15 months vboxsync Runtime/r3/test.cpp: Replace occurences of PAGE_SIZE/PAGE_OFFSET_MASK …
(edit) @100311   15 months vboxsync Runtime/Makefile.kmk: Exclude some code in the guest and build progs …
(edit) @100310   15 months vboxsync Runtime/r3/posix: Replace occurences of PAGE_SIZE/PAGE_OFFSET_MASK …
(edit) @100309   15 months vboxsync Runtime/common/alloc/memcache.cpp: Replace occurences of …
(edit) @100308   15 months vboxsync Runtime: Replace occurence of PAGE_SIZE with RTSystemgetPageSize() in …
(edit) @100307   15 months vboxsync Runtime,Additions,HostDrivers: Provide API to query the host page size …
(edit) @100306   15 months vboxsync FE/Qt: bugref:9080. Adding a toolbar to file table.
(edit) @100305   15 months vboxsync VMM/IEM: Added missing VM_FF checks and timer polling …
(edit) @100304   15 months vboxsync FE/Qt: bugref:6699. Adding icons and slots to go forward and backward …
(edit) @100303   15 months vboxsync FE/Qt: bugref:6699. Build fix.
(edit) @100302   15 months vboxsync FE/Qt: bugref:6699. Adding forward and backward navigation actions.
(edit) @100301   15 months vboxsync FE/Qt: bugref:9080. Build fix.
(edit) @100300   15 months vboxsync FE/Qt: bugref:9080. Build fix.
(edit) @100299   15 months vboxsync FE/Qt: bugref:9080. Converting file table to QWidget.
(edit) @100298   15 months vboxsync FE/Qt: bugref:9080. Utilizing the navigation widget in the Viso …
(edit) @100297   15 months vboxsync FE/Qt: bugref:9080. Utilizing the navigation widget in the host file table.
(edit) @100296   15 months vboxsync FE/Qt: bugref:9080. A bit more cleaning.
(edit) @100295   15 months vboxsync FE/Qt: bugref:9080. Don't use tree view in Viso file browser.
(edit) @100294   15 months vboxsync FE/Qt: bugref:9080. build fix.
(edit) @100293   15 months vboxsync FE/Qt: bugref:9080. Don't use tree view in host file browser.
(edit) @100292   15 months vboxsync ValKit/tdSnapshots1.py: Addressed no-else-return complaint from local …
(edit) @100291   16 months vboxsync Shared Clipboard: Renaming (ShClTransferCtxTransferUnregister() -> …
(edit) @100290   16 months vboxsync Shared Clipboard: Renaming (ShClTransferCtxTransferUnregister() -> …
(edit) @100289   16 months vboxsync Shared Clipboard: Typos, logging tweaks. bugref:9437
(edit) @100288   16 months vboxsync Shared Clipboard: More bugfixes for transfers HTTP server. bugref:9437
(edit) @100287   16 months vboxsync Shared Clipboard/X11: Also call VBClX11ClipboardDestroy() in …
(edit) @100286   16 months vboxsync Shared Clipboard/X11: Initialize (and destroy) event source for X11 …
(edit) @100285   16 months vboxsync Shared Clipboard/X11: Emphasize logging group. bugref:9437
(edit) @100284   16 months vboxsync Shared Clipboard: Fixed typos. bugref:9437
(edit) @100283   16 months vboxsync FE/Qt: bugref:9080. Some refactoring around file table navigation …
(edit) @100282   16 months vboxsync FE/Qt: bugref:9080. Double click on ISO folder now results in scanning …
(edit) @100281   16 months vboxsync FE/Qt: bugref:9080. Some refactoring.
(edit) @100280   16 months vboxsync FE/Qt: bugref:9080. Addendum to r157994.
(edit) @100279   16 months vboxsync FE/Qt: bugref:9080. Adding and showing new icons for folders and files …
(edit) @100278   16 months vboxsync FE/Qt: bugref:9080. Adding container ISO file path as data to tree items.
(edit) @100277   16 months vboxsync VMM/IEM: Reworked the PC -> phys address translation in the …
(edit) @100276   16 months vboxsync iprt/asmdefs-arm.h,Config.kmk: Use ASM_FORMAT_ELF and ASM_FORMAT_MACHO …
(edit) @100275   16 months vboxsync VBoxDef2LazyLoad,iprt/asmdefs-arm.h: Added a NAME() macro to …
(edit) @100274   16 months vboxsync Additions/VBoxGuest-os2: Changeset r157982 added an additional …
(edit) @100273   16 months vboxsync bldprogs/VBoxDef2LazyLoad: Include the executable file format of OS/2 …
(edit) @100272   16 months vboxsync Shared Clipboard: Follow-up fix for r157911: Moved X11 guest event …
(edit) @100271   16 months vboxsync FE/Qt: bugref:9080. Build fix.
(edit) @100270   16 months vboxsync Additions: Make the R0 physical heap configurable to allow for …
(edit) @100269   16 months vboxsync FE/Qt: bugref:9080. First steps for ISO import. Not complete.
(edit) @100268   16 months vboxsync Additions: Make the R0 physical heap configurable to allow for …
(edit) @100267   16 months vboxsync Additions: Make the R0 physical heap configurable to allow for …
(edit) @100266   16 months vboxsync VMM/IEM: Collect opcode bytes while decoding instructions in the …
(edit) @100265   16 months vboxsync Shared Clipboard: Added handling an explicit absolute root path for …
(edit) @100264   16 months vboxsync ValidationKit/tests/api/{Makefile.kmk,tdSnapshots1.py}: Add two new …
(edit) @100263   16 months vboxsync Additions: Linux: Do not attempt to reload vboxvideo at all, some …
(edit) @100262   16 months vboxsync Additions/linux: Packaging nad installer fixes for arm64, bugref:10457 …
(edit) @100261   16 months vboxsync Additions/linux: Packaging nad installer fixes for arm64, bugref:10457 …
(edit) @100260   16 months vboxsync Additions/linux: Packaging nad installer fixes for arm64, bugref:10457
(edit) @100259   16 months vboxsync Additions: Linux: Also try to reload vboxvideo if present, …
(edit) @100258   16 months vboxsync Additions/linux/Makefile.kmk: Don't include Xorg drivers if …
(edit) @100257   16 months vboxsync bldprogs/VBoxDef2LazyLoad: Add support for building with gcc which has …
(edit) @100256   16 months vboxsync Shared Clipboard: Logging tweaks. bugref:9437
(edit) @100255   16 months vboxsync Shared Clipboard: Added some more X11 flavors for the URI list format. …
(edit) @100254   16 months vboxsync bldprogs/VBoxDef2LazyLoad: Add support for building with gcc which has …
(edit) @100253   16 months vboxsync bldprogs/VBoxDef2LazyLoad: Add support for building with gcc which has …
(edit) @100252   16 months vboxsync libs: Build libjpeg when VBOX_WITH_USB_VIDEO_IMPL is defined and make …
(edit) @100251   16 months vboxsync Devices/Network: debug impl of libslirp nat. fixed linker collisions …
(edit) @100250   16 months vboxsync IPRT/HttpServer: Emphasize logging group [SCM fix]. bugref:9437
(edit) @100249   16 months vboxsync IPRT/HttpServer: Emphasize logging group. bugref:9437
(edit) @100248   16 months vboxsync Additions: Wayland: do not return unitialized status value on service …
(edit) @100247   16 months vboxsync Additions: Linux: scm fix, bugref:10194.
(edit) @100246   16 months vboxsync Additions: Linux: Added a skeleton for Wayland service, bugref:10194.
(edit) @100245   16 months vboxsync FE/Qt: Checking appropriate GA facility first while seaching for guest …
(edit) @100244   16 months vboxsync VMM: Nested VMX: bugref:10318 Guru meditate if the nested-EPT trap …
(edit) @100243   16 months vboxsync VMM/PGM: Nested VMX: bugref:10474 Prevent log flooding just in case.
(edit) @100242   16 months vboxsync Shared Clipboard: More code for HTTP transfer testcase. bugref:9437
(edit) @100241   16 months vboxsync FE/Qt: bugref:10460. Selecting Windows11 as default Windows edition …
(edit) @100240   16 months vboxsync FE/Qt: bugref:10460. Commiting new icons for os types. Now we have the …
(edit) @100239   16 months vboxsync Shared Clipboard: Removed some debug code. bugref:9437
(edit) @100238   16 months vboxsync Shared Clipboard: ShClTransferHttpServerStart() now complies to RFC …
(edit) @100237   16 months vboxsync Shared Clipboard: Fixed reading data from X11 host clipboard. bugref:9437
(edit) @100236   16 months vboxsync Shared Clipboard: Got rid of the X11 request worker, as this …
(edit) @100235   16 months vboxsync Shared Clipboard: Got rid of the X11 request worker, as this …
(edit) @100234   16 months vboxsync Shared Clipboard: Fixed VBOX_SHCL_INFO_FLAG_XXX -> …
(edit) @100233   16 months vboxsync Shared Clipboard: Added dedicated functions to stop the HTTP server …
(edit) @100232   16 months vboxsync VMM: Nested VMX: bugref:10318 Fixed incorrect accumulation of execute …
(edit) @100231   16 months vboxsync VMM/IEM: Recompiler fixes. Gets thru the bios now. bugref:10369
(edit) @100230   16 months vboxsync VBox/vmm/vm.h: Corrected VMCPU_FF_HIGH_PRIORITY_POST_REPSTR_MASK to …
(edit) @100229   16 months vboxsync FE/Qt: Small qrc changes.
(edit) @100228   16 months vboxsync VMM: VMXAllTemplate.cpp.h: Assertion nit.
(edit) @100227   16 months vboxsync VMM: VMXAllTemplate.cpp.h: Add some info to assertion.
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