VirtualBox

source: vbox/trunk

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @56987   9 years vboxsync tstDisasm-2.cpp: formatting fix.
(edit) @56986   9 years vboxsync Debugger: Logging and assertion formatting fixes.
(edit) @56985   9 years vboxsync VMM: Log and assertion formatting fixes.
(edit) @56984   9 years vboxsync VBoxRecompiler.c: formatting fixes
(edit) @56983   9 years vboxsync IEMAllCImpl.cpp: Fixed incorrect parameter type for iemCImpl_invlpg. …
(edit) @56982   9 years vboxsync SUPLibLdr.cpp: LogRel format fixes.
(edit) @56981   9 years vboxsync fix
(edit) @56980   9 years vboxsync iprt/string.h: Moved RT_IPRT_FORMAT_ATTR on inline functions to make …
(edit) @56979   9 years vboxsync Config.kmk: VBOX_GCC_IPRT_FMT_CHECK for gcc plug-in usage.
(edit) @56978   9 years vboxsync Runtime: Formatting fixes, time.cpp being the most significant.
(edit) @56977   9 years vboxsync gccplugin: restructured the code a little, should be able to detect …
(edit) @56976   9 years vboxsync gccplugin.cpp: a little bit more.
(edit) @56975   9 years vboxsync gccplugin.cpp: a wee bit further.
(edit) @56974   9 years vboxsync WDDM: prevent crash with W10.
(edit) @56973   9 years vboxsync gccplugin.cpp: Found some time to resolve the format string. Checking …
(edit) @56972   9 years vboxsync HGSMIHost.cpp: Use AssertLogRelRCReturn instead of AssertRCReturn when …
(edit) @56971   9 years vboxsync DevVGA_VDMA.cpp: Use AssertLogRelRCReturn instead of AssertRCReturn …
(edit) @56970   9 years vboxsync crserverlib: Use AssertLogRelRCReturn instead of AssertRCReturn when …
(edit) @56969   9 years vboxsync DevVGA: Added markers to the saved state that separates various parts …
(edit) @56968   9 years vboxsync duh
(edit) @56967   9 years vboxsync Devices/Storage: Keep track of used host block devices and prevent the …
(edit) @56966   9 years vboxsync build fix - last min adjustments, grr.
(edit) @56965   9 years vboxsync SSM.cpp: Dump (part of) the data unit on load failure to make it …
(edit) @56964   9 years vboxsync HostServices/SharedFolders: guest to host path conversion: use …
(edit) @56963   9 years vboxsync Console: Make sure the members holding the number of encrypted disks …
(edit) @56962   9 years vboxsync HostServices/SharedFolders: enable guest to host path conversion
(edit) @56961   9 years vboxsync HostServices/SharedFolders: guest to host path conversion (new files)
(edit) @56960   9 years vboxsync NAT: adjust IP checksum after decrementing TTL so that if we use this …
(edit) @56959   9 years vboxsync Main/Makefile.kmk: Sketched out how to generate code in makefiles …
(edit) @56958   9 years vboxsync ClientWatcher.cpp: Deal with possible race between watcher getting the …
(edit) @56957   9 years vboxsync NAT: undo byte order conversions on the saved IP header when relaying …
(edit) @56956   9 years vboxsync SSM.cpp: Missing newlines in assert/logrel statements.
(edit) @56955   9 years vboxsync Runtime/r0drv/threadctxhooks: Call preempt_notifier_inc/dec() for …
(edit) @56954   9 years vboxsync FE/Qt: 7676: Encryption support: User-oriented improvement: Focus …
(edit) @56953   9 years vboxsync FE/Qt: 7676: Encryption support: Simplifying UI by moving password …
(edit) @56952   9 years vboxsync sup.h: enabled compiling of SUPIsTscFreqCompatible().
(edit) @56951   9 years vboxsync Runtime/r0drv: comment.
(edit) @56950   9 years vboxsync Host 3D: Display lists: drop dead code.
(edit) @56949   9 years vboxsync Solaris/Additions: More verbose error logging while failing to find …
(edit) @56948   9 years vboxsync Host 3D: Display Lists: fix IDs convertion.
(edit) @56947   9 years vboxsync vmsvga3dShaderSet: Restore fix, i.e. when pContext is not NULL.
(edit) @56946   9 years vboxsync Host 3D: Display Lists: fix list IDs translation on crServer layer; …
(edit) @56945   9 years vboxsync Devices/Makefile.kmk: Introducing VBOX_WITH_VMSVGA3D_USE_OPENGL for …
(edit) @56944   9 years vboxsync SVGA: Assertions triggered by BB.
(edit) @56943   9 years vboxsync Host 3D: Display Lists: fix crash: only add glListBase() to cache if …
(edit) @56942   9 years vboxsync Host 3D: Display Lists: new implementation for glCallLists(); take …
(edit) @56941   9 years vboxsync VBoxSVC/iokit.cpp: OS X 10.11 USB tweaks.
(edit) @56940   9 years vboxsync testcast/tstRTR0ThreadPreemption: destroy hooks in the error paths …
(edit) @56939   9 years vboxsync Host 3D: force notify Render SPU about parent window ID change in …
(edit) @56938   9 years vboxsync Additions/solaris: package vboxvideo driver for X.org 1.17 for S12 b78+.
(edit) @56937   9 years vboxsync FE/Qt: updated Dutch and Brazilian Portuguese translations. Thank you …
(edit) @56936   9 years vboxsync Installer/darwin: We now require 10.8 and amd64 architecture (aka x86_64).
(edit) @56935   9 years vboxsync FE/Qt: X11: 5978: Adjusting mini-toolbar z-order for GNOME Shell, same …
(edit) @56934   9 years vboxsync FE/Qt: Build fix for r101638.
(edit) @56933   9 years vboxsync gccplugin: Getting a bit further, can identify relevant function calls …
(edit) @56932   9 years vboxsync FE/Qt: X11: 5978: Adjusting mini-toolbar z-order for Mutter a bit, …
(edit) @56931   9 years vboxsync FE/Qt: X11: 5978: Set transiency for mini-toolbar once, no need to do …
(edit) @56930   9 years vboxsync FE/Qt: X11: Helpers cleanup/rework (step 4): Just some code reordering.
(edit) @56929   9 years vboxsync FE/Qt: X11: Helpers cleanup/rework (step 3): Reworking to detect more …
(edit) @56928   9 years vboxsync FE/Qt: X11: Helpers cleanup/rework (step 2): Coding style and logic …
(edit) @56927   9 years vboxsync FE/Qt: X11: Helpers cleanup/rework (step 1): Doxy.
(edit) @56926   9 years vboxsync xptcinvoke_x86_solaris.cpp: Rewrote assembly for gcc 4.5.2 on solaris …
(edit) @56925   9 years vboxsync Main/Medium: Fix error message
(edit) @56924   9 years vboxsync HostDrivers/Support: Change the TSC-delta thread waiting to an …
(edit) @56923   9 years vboxsync vboxtestvms.py: Don't try use raw-mode windows 8.0 and higher, they …
(edit) @56922   9 years vboxsync 3D: Display List: Expando SPU and DLM module code significantly …
(edit) @56921   9 years vboxsync FE/VBoxManage: Fix possible crash when resizing a medium and the call …
(edit) @56920   10 years vboxsync experiments with gcc plug-ins.
(edit) @56919   10 years vboxsync Introducing RT_IPRT_FORMAT_ATTR for the purpose of marking functions …
(edit) @56918   10 years vboxsync Frontends/VBoxManage: take different partition numbering (MBR) on …
(edit) @56917   10 years vboxsync FE/Qt: Runtime UI: Few actions doesn't deserve to have default shortcuts.
(edit) @56916   10 years vboxsync FE/Qt: 7699: X11: Make all our widgets native, alien Qt widgets …
(edit) @56915   10 years vboxsync back to normal
(edit) @56914   10 years vboxsync force consistent build
(edit) @56913   10 years vboxsync gen-slickedit-workspace.sh openssl update
(edit) @56912   10 years vboxsync Frontends/VBoxManage: add -relative support for creating raw partition …
(edit) @56911   10 years vboxsync DnD: DnDURIObject: Only set file mode on write, retrieve file mode on …
(edit) @56910   10 years vboxsync Main/VBoxManage: cleanup in raw partition handling, eliminating …
(edit) @56909   10 years vboxsync DnD: Changed DnDURIList's allocation scheme for stored DnDURIObject …
(edit) @56908   10 years vboxsync VBoxDbgStatsQt4.cpp: assertion fix.
(edit) @56907   10 years vboxsync DnD/Main: GuestDnDSourceImpl.cpp: Compare incoming and previously …
(edit) @56906   10 years vboxsync Logging.
(edit) @56905   10 years vboxsync Config.kmk: stop pretending that VBOX_WITHOUT_COM has any effect
(edit) @56904   10 years vboxsync DnD/VbglR3: No need to open files in vglR3DnDGHSendFile() anymore; …
(edit) @56903   10 years vboxsync DnD/DnDURIList: Added support for keeping objects open while in list, …
(edit) @56902   10 years vboxsync VBox adaptions (taken from 1.0.1o), adapted path in Config.kmk and …
(edit) @56901   10 years vboxsync DnD/Main: Gracefully rollback on GuestDnDURIData::Reset().
(edit) @56900   10 years vboxsync DnD: DNDDIRDROPPEDFILES: Track directory open status internally.
(edit) @56899   10 years vboxsync DnD: DnDURIList.cpp: Forgot to reset object count on reset.
(edit) @56898   10 years vboxsync VMM/GIM: comment.
(edit) @56897   10 years vboxsync VMM/GIM: comment clarification and typo.
(edit) @56896   10 years vboxsync after 5.0
(edit) @56895   10 years vboxsync 2nd try
(edit) @56894   10 years vboxsync 5.0.0
(edit) @56893   10 years vboxsync Once is enough.
(edit) @56892   10 years vboxsync changelog
(edit) @56891   10 years vboxsync changelog
(edit) @56890   10 years vboxsync changelog
(edit) @56889   10 years vboxsync German NLS fix
(edit) @56888   10 years vboxsync deb/rpm: added /sbin/rcvboxdrv
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