VirtualBox

source: vbox/trunk/src/VBox

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @30837   15 years vboxsync Compile fixes
(edit) @30836   15 years vboxsync Removed aging tree code. Wasn't working at all. Do simple, but not so …
(edit) @30835   15 years vboxsync Zero allocated memory
(edit) @30834   15 years vboxsync FE/Qt: add scaling code to OSE
(edit) @30832   15 years vboxsync Main: win burns
(edit) @30831   15 years vboxsync Another Mac compile fix
(edit) @30830   15 years vboxsync Mac compile fixes
(edit) @30829   15 years vboxsync VbglR3CredentialsDestroy: Use RTMemWipeThoroughly instead.
(edit) @30828   15 years vboxsync vboxshell: event names here too
(edit) @30827   15 years vboxsync iprt/mem.h: Added RTMemWipeThoroughly().
(edit) @30826   15 years vboxsync RTAvllU32DoWithAll does deal with equal nodes
(edit) @30825   15 years vboxsync Main: callbacks removal
(edit) @30824   15 years vboxsync Must also deal with zero cr3 translation ptrs in ring 0.
(edit) @30823   15 years vboxsync Compile fix
(edit) @30822   15 years vboxsync This was meant instead
(edit) @30821   15 years vboxsync Sigh
(edit) @30820   15 years vboxsync Wrong user parameter
(edit) @30819   15 years vboxsync Introduce VBOX_WITH_LARGE_ADDRESS_SPACE_ON_32_BIT_HOST for large guest …
(edit) @30818   15 years vboxsync Minor correction
(edit) @30817   15 years vboxsync Compile fix
(edit) @30816   15 years vboxsync Flush the pgm pool before unmapping a chunk
(edit) @30815   15 years vboxsync Release stats
(edit) @30814   15 years vboxsync Compile fixes
(edit) @30813   15 years vboxsync Flush dangling R3 & R0 PGM cr3 pointers when unmapping a chunk
(edit) @30812   15 years vboxsync Main/Machine: fix file descriptor leak in ReadLog().
(edit) @30811   15 years vboxsync Wrong comment
(edit) @30810   15 years vboxsync vboxnetflt: Confirmed RHEL GRO fix (#5121)
(edit) @30809   15 years vboxsync BusLogic: Handle interrupt status reg better; reduces W2K bootup time …
(edit) @30808   15 years vboxsync Compile fix
(edit) @30807   15 years vboxsync Started with chunk unmap changes. Code is in an unused path.
(edit) @30806   15 years vboxsync FE/VBoxManage: sanity check: do not convert empty pattern strings into …
(edit) @30805   15 years vboxsync BusLogic: Added comment re firmware special option byte.
(edit) @30804   15 years vboxsync Main: handle enumerate guest properties correctly at runtime if the …
(edit) @30801   15 years vboxsync iprt/asm-amd64-x86.h: Added the missing ASMCpuId_<reg>() variants.
(edit) @30799   15 years vboxsync TM: Made it possible to enable the resettable accounting stats in …
(edit) @30798   15 years vboxsync VMM: print couple more att flags
(edit) @30797   15 years vboxsync tstInlineAsm.cpp: typo.
(edit) @30796   15 years vboxsync Try to fix burning debug builds
(edit) @30795   15 years vboxsync wddm/3d: bugfixes
(edit) @30794   15 years vboxsync Guest eGuest Control/Main: Added release logging.
(edit) @30793   15 years vboxsync Ignore certain errors
(edit) @30792   15 years vboxsync FE/Qt: Keyboard-handler: Some code simplification.
(edit) @30791   15 years vboxsync fixed HWACCM structure assertions.
(edit) @30790   15 years vboxsync Pass back error
(edit) @30789   15 years vboxsync include,Config.kmk: Made the headers syntax check cleanly on …
(edit) @30787   15 years vboxsync Common/VBoxKeyboard: file header cleanup.
(edit) @30785   15 years vboxsync vboxnetflt: Applied compilation fix for RHEL provided by Jim.
(edit) @30784   15 years vboxsync Better check
(edit) @30783   15 years vboxsync Rewrote shared page handling to be more fault tolerant.
(edit) @30782   15 years vboxsync Main: fix confusion in new DebugBreakThrow macro
(edit) @30781   15 years vboxsync Main: fix confusion in new DebugBreakThrow macro
(edit) @30780   15 years vboxsync VBoxGuest: Logging.
(edit) @30779   15 years vboxsync Build fix.
(edit) @30778   15 years vboxsync Guest Additions status: Use more enums.
(edit) @30777   15 years vboxsync Main: Cancelled -> Canceled.
(edit) @30776   15 years vboxsync VBoxBFE: Missing VMMDev bits.
(edit) @30775   15 years vboxsync alignment fix.
(edit) @30774   15 years vboxsync alignment fix.
(edit) @30773   15 years vboxsync alignment fix.
(edit) @30772   15 years vboxsync VMMDevTesting/test1: Report the results to the host via a RTTest* like …
(edit) @30771   15 years vboxsync vboxnetflt: RHEL 5 GRO fix
(edit) @30770   15 years vboxsync Main: fixed burn (inner of friend isn't my friend for some C++ compilers)
(edit) @30769   15 years vboxsync Some extra checks
(edit) @30768   15 years vboxsync VT-x: fix 32-bit EFI guests
(edit) @30767   15 years vboxsync VBoxManage: Only print Additions version if present.
(edit) @30766   15 years vboxsync No need to flush the handy pages immediately after copy-on-write for a …
(edit) @30765   15 years vboxsync Main: events stability improvment
(edit) @30764   15 years vboxsync back out r63543, r63544 until windows build problems can be solved properly
(edit) @30763   15 years vboxsync Main/OVF: add DebugThrow macro to ease debugging
(edit) @30762   15 years vboxsync Fix
(edit) @30761   15 years vboxsync Added .pgmsharedmodules debug command
(edit) @30760   15 years vboxsync Main: separate internal machine data structs into MachineImplPrivate.h …
(edit) @30759   15 years vboxsync Burn fix.
(edit) @30758   15 years vboxsync More fine grained Guest Additions status; now marks Additions as …
(edit) @30757   15 years vboxsync Comment
(edit) @30756   15 years vboxsync Ignore VERR_GMM_HIT_VM_ACCOUNT_LIMIT when there are still pages left.
(edit) @30755   15 years vboxsync Minor updates
(edit) @30754   15 years vboxsync VBoxService/Page Sharing: Fixed crash on exit.
(edit) @30753   15 years vboxsync FE/Qt: 3635: Scale-mode initial implementation.
(edit) @30752   15 years vboxsync FE/Qt: New running VM core: Separate viewport creation of frame-buffer …
(edit) @30751   15 years vboxsync FE/Qt: New running VM core: Few little fixes for initial selector …
(edit) @30750   15 years vboxsync Main: string optimizations (speed up Bstr -> Utf8Str conversions; …
(edit) @30749   15 years vboxsync IPRT: minor string fixes (use RTStrAlloc and friends instead of RTMemAlloc)
(edit) @30748   15 years vboxsync CFGM: remove obsolete code (now handled in Main)
(edit) @30747   15 years vboxsync windows build fix
(edit) @30746   15 years vboxsync Main: clean up spaghetti code in Console::configConstructor(): remove …
(edit) @30745   15 years vboxsync Solaris/Installer: fix attribute conflict when using remote …
(edit) @30744   15 years vboxsync Skip allocated pages that are zero (pgm saved state).
(edit) @30743   15 years vboxsync windows build fix
(edit) @30742   15 years vboxsync windows build fix
(edit) @30741   15 years vboxsync windows build fix
(edit) @30740   15 years vboxsync VBoxManage: Only show guest info if console available.
(edit) @30739   15 years vboxsync Main: remove VirtualBoxSupportTranslation template, add translation …
(edit) @30738   15 years vboxsync BIOS: Extended the PCI Routing Table to cover SCSI adapters.
(edit) @30737   15 years vboxsync Build fix.
(edit) @30735   15 years vboxsync Comment
(edit) @30734   15 years vboxsync VBoxManage: Show additional guest (additions) information.
(edit) @30733   15 years vboxsync More useful output
(edit) @30732   15 years vboxsync vboxnetflt: Fixed GRO problem on Linux (#5121)
(edit) @30731   15 years vboxsync Use ASMMemIsZeroPage
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