VirtualBox

source: vbox/trunk/src

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @32398   14 years vboxsync Main: Save guest dimension in save state; add method for queering this …
(edit) @32397   14 years vboxsync more header fixes
(edit) @32396   14 years vboxsync another branding fix
(edit) @32395   14 years vboxsync vbox-img: info/compact command and cleanup
(edit) @32394   14 years vboxsync more branding and header fixes
(edit) @32392   14 years vboxsync pgm pool update for 32-bit dirty page handling
(edit) @32390   14 years vboxsync One more
(edit) @32389   14 years vboxsync Mask physical address
(edit) @32388   14 years vboxsync more branding fixes
(edit) @32386   14 years vboxsync warnings
(edit) @32384   14 years vboxsync Extended dirty page optimization for the pae/32-bit shw/gst …
(edit) @32383   14 years vboxsync build fix
(edit) @32382   14 years vboxsync re-enable VBox-liblzf-static
(edit) @32381   14 years vboxsync VBoxHDD: Don't leave with VERR_VD_BLOCK_FREE if the last block in the …
(edit) @32380   14 years vboxsync vbox-img: initial coding
(edit) @32379   14 years vboxsync DevPciIch9: fixed expression
(edit) @32378   14 years vboxsync HWACCM.cpp: logging typo.
(edit) @32377   14 years vboxsync Runtime/r3/solaris: signal handler fixes.
(edit) @32376   14 years vboxsync Runtime/r3/coredumper: tighten signal handling code.
(edit) @32375   14 years vboxsync rc branding fixes part 2
(edit) @32374   14 years vboxsync Runtime/r3/coredumper: remove SIGUSR2 when disabling dumper.
(edit) @32373   14 years vboxsync Must not call PGMPhysReleasePageMappingLock when the lock failed
(edit) @32372   14 years vboxsync rc branding fixes
(edit) @32371   14 years vboxsync German NLS fix
(edit) @32370   14 years vboxsync VD: Beginnings of the L2 disk cache
(edit) @32369   14 years vboxsync VMMDev: GuestCoreDump -> GuestCoreDumpEnabled.
(edit) @32366   14 years vboxsync Typo
(edit) @32362   14 years vboxsync Some cleanup
(edit) @32361   14 years vboxsync HWACCM: Preparing for using the VMX-preemption timer.
(edit) @32360   14 years vboxsync Main/ConsoleImpl: Setup CoreDumper (Solaris only for now).
(edit) @32359   14 years vboxsync Runtime/r3/coredumper: flags.
(edit) @32358   14 years vboxsync Documented why SUPR3QueryVTCaps is there.
(edit) @32357   14 years vboxsync HWACCM.cpp: Save some more fflush(VBox.log) calls.
(edit) @32356   14 years vboxsync VMM: Avoid 700 unnecessary fflush(VBox.log) calls.
(edit) @32355   14 years vboxsync IPRT: Added RTLogRelSetBuffering and RTLogSetBuffering.
(edit) @32354   14 years vboxsync VBoxDisp: fix VRDP screen corruption (xTracker 5241)
(edit) @32353   14 years vboxsync Runtime/r3/coredumper: Fix taking live core when signalled externally.
(edit) @32352   14 years vboxsync VMMDev.cpp: Allow GuestCoreDump and RZEnable in the config values.
(edit) @32351   14 years vboxsync build fix.
(edit) @32350   14 years vboxsync Runtime/r3/coredumper: name flags similar to planned CFGM keys.
(edit) @32349   14 years vboxsync vboxGuestInitFixateGuestMappings: Reverted r65618, fixed the APIs instead.
(edit) @32348   14 years vboxsync RTR0MemObj*: Return VERR_NOT_SUPPORTED instead of VERR_NOT_IMPLEMENTED …
(edit) @32347   14 years vboxsync Runtime/r3/coredumper: Setup SIGUSR2 and flags, allow taking live cores.
(edit) @32346   14 years vboxsync burn fix
(edit) @32345   14 years vboxsync Merged VBox/feature.h with VBox/param.h.
(edit) @32343   14 years vboxsync SSM: nit.
(edit) @32342   14 years vboxsync PCI: typos, first functional version
(edit) @32341   14 years vboxsync dbgfcore.h -> dbgfcorefmt.h; only the format, no prototypes or stuff.
(edit) @32340   14 years vboxsync DBGFCoreWrite: split out the core related stuff into a separate …
(edit) @32339   14 years vboxsync Undid accidental commit of debug code.
(edit) @32338   14 years vboxsync NetFlt/win: fix possible stack overflow for loopback handling on heavy …
(edit) @32337   14 years vboxsync audio: Renamed config variable to match its function; default audio …
(edit) @32335   14 years vboxsync HDA: Fixed Vista playback.
(edit) @32334   14 years vboxsync FE/Qt4: Check if a disk is shared on delete confirmation.
(edit) @32333   14 years vboxsync HostServices/SharedClipboard: try to spot and fix a broken clipboard …
(edit) @32332   14 years vboxsync tstTimer: be more verbose
(edit) @32330   14 years vboxsync tstTimer: added some deviation statistics
(edit) @32329   14 years vboxsync AHCI/ATAPI: Make it work with Windows guests
(edit) @32328   14 years vboxsync crOpenGL: disable r65669, it breaks d3d9 apps under aero
(edit) @32327   14 years vboxsync crOpenGL: don't unroll primitives when possible
(edit) @32326   14 years vboxsync Linux .run installer: try to terminate VBoxSVC if necessary; check for …
(edit) @32325   14 years vboxsync wddm/3d: more fixes for win7
(edit) @32324   14 years vboxsync Main/USBProxyServiceLinux: split out USB enumeration from …
(edit) @32322   14 years vboxsync Guest Additions/common: Make NT4 legacy driver build. Moved more code …
(edit) @32320   14 years vboxsync oops
(edit) @32319   14 years vboxsync Stats
(edit) @32318   14 years vboxsync HWACCM.cpp: fix stat desc
(edit) @32317   14 years vboxsync Guest Additions/Windows: Various fixes for VBoxGuest PnP handling, …
(edit) @32316   14 years vboxsync Set to LF eol-style again.
(edit) @32315   14 years vboxsync VMMDev: Added CFGM parameter "GuestCoreDump" defaults to false.
(edit) @32313   14 years vboxsync VMMDev: added VMMDevReqWriteCoreDump. VMM/DBGFCoreWrite: remove unused …
(edit) @32312   14 years vboxsync Main/Makefile.kmk: $(QUIET)
(edit) @32311   14 years vboxsync Additions/common/VBoxGuestR0Lib: shadow declaration.
(edit) @32310   14 years vboxsync Main/idl: enums are written as foo_bar not foo::bar
(edit) @32308   14 years vboxsync FTM: More stats
(edit) @32307   14 years vboxsync Include other range types too (FTM)
(edit) @32305   14 years vboxsync wine/wddm: missing files
(edit) @32304   14 years vboxsync AC97: Do not quit processing loop when empty buffer is encountered.
(edit) @32303   14 years vboxsync rtR0MemObjNativeFree/nt: Handle objects created by …
(edit) @32302   14 years vboxsync FTM statistics
(edit) @32301   14 years vboxsync Main/USBProxyServiceLinux: split out the check for usbfs into a static …
(edit) @32300   14 years vboxsync AHCI/ATAPI: port fixes for audio CD over and implement support for …
(edit) @32299   14 years vboxsync Main/USBProxyServiceLinux: move the implementation of the device …
(edit) @32298   14 years vboxsync FE/Qt: New VM Wizard: Update HDD page validation in case of invoked …
(edit) @32297   14 years vboxsync Alignment fix
(edit) @32296   14 years vboxsync FE/Qt: Added protection against crashes in situations when some of …
(edit) @32295   14 years vboxsync Deal with MMIO2 pages as well (FTM)
(edit) @32294   14 years vboxsync FT updates
(edit) @32293   14 years vboxsync HDA: Improve playback quality by not buffering too far ahead.
(edit) @32292   14 years vboxsync RTProcTerminate/win: Initializes globals.
(edit) @32291   14 years vboxsync FT update
(edit) @32290   14 years vboxsync Guest Additions/common: Made fallback of …
(edit) @32289   14 years vboxsync Alignment again
(edit) @32288   14 years vboxsync Forgot makefile update
(edit) @32287   14 years vboxsync Copy/paste fix
(edit) @32286   14 years vboxsync Compile fix
(edit) @32285   14 years vboxsync Use the pointer based GCPHYS AVL tree
(edit) @32284   14 years vboxsync Pointer based GCPhys AVL tree
(edit) @32283   14 years vboxsync Guest Additions/common: Renamed VBoxGuestHGCMInitCommunication to …
(edit) @32282   14 years vboxsync Guest Additions/common: Replacing VBoxGuest-win-legacy.cpp and …
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