VirtualBox

source: vbox/trunk/src

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @13352   16 years vboxsync Solaris/Additions: vboxservice.xml (harmless) typo fix.
(edit) @13351   16 years vboxsync Fully emulated lmsw.
(edit) @13347   16 years vboxsync Compilation fix (alignment).
(edit) @13346   16 years vboxsync Main/MachineImpl: Made HardwareVirtExVPID, HardwareVirtExNestedPaging …
(edit) @13345   16 years vboxsync Corrected comment
(edit) @13344   16 years vboxsync SUPR3HardenedVerify: SharedCrOpenGL.so as optional. Removed …
(edit) @13343   16 years vboxsync VT-x real mode emulation: got rid of all the ugly hacks and just fall …
(edit) @13342   16 years vboxsync move the /dev/net/tun permission setter upwards as the user might …
(edit) @13341   16 years vboxsync Solaris/VBoxNetFlt: Fixed memory leak.
(edit) @13340   16 years vboxsync #3230: Memory leaks fixed in VHD backend
(edit) @13339   16 years vboxsync stupid me
(edit) @13338   16 years vboxsync white space
(edit) @13337   16 years vboxsync more recompiler work
(edit) @13336   16 years vboxsync xpidl is not required
(edit) @13335   16 years vboxsync two warnings
(edit) @13334   16 years vboxsync comment
(edit) @13333   16 years vboxsync Main (Guest Properties): nicer error message
(edit) @13332   16 years vboxsync leave that out for now
(edit) @13331   16 years vboxsync leave that out for now
(edit) @13330   16 years vboxsync leave that out for the moment
(edit) @13329   16 years vboxsync Installer-Sol: Install all available chm files.
(edit) @13328   16 years vboxsync HostServices and Main: Guest Properties: use flag settings at runtime
(edit) @13327   16 years vboxsync FE/Qt: French NLS fix
(edit) @13326   16 years vboxsync Installer/Solaris: package chm file and kchmviewer
(edit) @13325   16 years vboxsync r0drv.linux: more missing files
(edit) @13324   16 years vboxsync SUPR3HardenedVerify: VBOX_WITH_CROGL whitelisting.
(edit) @13323   16 years vboxsync vbi: fixes to vbi_stimer_begin.
(edit) @13322   16 years vboxsync crOpenGL: build crOpenGL if defined VBOX_WITH_CROGL
(edit) @13321   16 years vboxsync added missing function
(edit) @13320   16 years vboxsync small fix
(edit) @13319   16 years vboxsync linux kernel modules: export symbols where they are implemented
(edit) @13318   16 years vboxsync typo
(edit) @13317   16 years vboxsync vboxdrv: removed superflous stubs
(edit) @13316   16 years vboxsync r0drv.linux: added missing function
(edit) @13315   16 years vboxsync cosmetics
(edit) @13314   16 years vboxsync Created assert-r0drv-linux.c (finally).
(edit) @13313   16 years vboxsync fixed warnings.
(edit) @13312   16 years vboxsync fixed warnings.
(edit) @13310   16 years vboxsync build fix.
(edit) @13309   16 years vboxsync hrmpf. forgot iprt/asm.h, C compilers rock…
(edit) @13308   16 years vboxsync Fixed ring-0 release logging for solaris - it wasn't enabled.
(edit) @13307   16 years vboxsync assert-r0drv-solaris: minor adjustments.
(edit) @13306   16 years vboxsync IPRT,++: some assert.h cleanup, making a suitable place to call …
(edit) @13305   16 years vboxsync Additions: Fix a little mem leak in the common guest additions kernel …
(edit) @13304   16 years vboxsync Forgotten testcase update
(edit) @13303   16 years vboxsync Storage: Replace the assertions in the construction code with runtime …
(edit) @13302   16 years vboxsync PCI: put bridges on a separate array to speed up searching for the …
(edit) @13301   16 years vboxsync more synchronization with QEMU - things get pretty hairy
(edit) @13300   16 years vboxsync typo.
(edit) @13299   16 years vboxsync iprt: removed code duplicated in r0drv/solaris/vbi, copy back later …
(edit) @13298   16 years vboxsync iprt/r0drv/solaris/RTTimerCreateEx: initialize fAllCpu(s) and …
(edit) @13297   16 years vboxsync Runtime/vbi: Use MUTEX_SPIN for vbi too.
(edit) @13296   16 years vboxsync solaris/mod.sh: unload hack.
(edit) @13295   16 years vboxsync #3230: Fixed memory leaks in VMDK, tstVD and VBoxHDD-new.
(edit) @13294   16 years vboxsync FE/VBoxManage: clean up an error handler
(edit) @13293   16 years vboxsync HostServices/GuestProperties and Main: support property flags - the …
(edit) @13292   16 years vboxsync Additions/VBoxControl: cleanup an error handler
(edit) @13291   16 years vboxsync Additions/common: fixed r37959
(edit) @13290   16 years vboxsync Additions/common: fixed a todo in the guest property enumeration code
(edit) @13289   16 years vboxsync Cleaned up
(edit) @13288   16 years vboxsync Corrected previous change in interrupt bitmap updating.
(edit) @13286   16 years vboxsync win NetFlt Vista64-related fixes, UI/config fixes
(edit) @13285   16 years vboxsync More logging; shut up warning messages
(edit) @13284   16 years vboxsync SUPR3HardenedVerify: Added SharedCrOpenGL.so to the verify list.
(edit) @13283   16 years vboxsync More logging
(edit) @13282   16 years vboxsync Additions/common (VBoxControl and VBoxGuestLib): guest property fixes
(edit) @13281   16 years vboxsync Fixed IP in the stack frame for #BP & #OF traps.
(edit) @13280   16 years vboxsync Fixed release logging parameter issue (hardening)
(edit) @13279   16 years vboxsync More failure path problems with VT-x (lead to crashes on testboxwin3).
(edit) @13278   16 years vboxsync FE/Qt4: Don't use the framebuffer anymore after deletion. (bug #3236)
(edit) @13277   16 years vboxsync Compile fix
(edit) @13276   16 years vboxsync Manually inject interrupts in real mode (VT-x). Fixes OS/2 boot issue.
(edit) @13275   16 years vboxsync iprt: reverted r37922, it is not needed after I purge out/
(edit) @13274   16 years vboxsync iprt: temporarily disable RTThreadPreemptRestore for Windows hosts as …
(edit) @13273   16 years vboxsync fix Solaris builds
(edit) @13272   16 years vboxsync mp-r0drv-nt.cpp: updated w2k8 todos.
(edit) @13271   16 years vboxsync SUPDrv: Disable interrupts when executing supdrvGipUpdate/PerCpu on …
(edit) @13270   16 years vboxsync Deliver event notifications to the guest only when the VM is running …
(edit) @13268   16 years vboxsync #3230: First bunch of integrated VMDK backend fixes by xVM Server …
(edit) @13267   16 years vboxsync lmsw: corrected exit path
(edit) @13266   16 years vboxsync lmsw emulation: 16 bits operand
(edit) @13265   16 years vboxsync Lmsw emulation.
(edit) @13263   16 years vboxsync VT-x: fixed OpenSuse grub loading
(edit) @13262   16 years vboxsync iprt: RTThreadPreemptIsEanbled - check the interrupt flags too.
(edit) @13261   16 years vboxsync typo
(edit) @13260   16 years vboxsync iprt: non-vbi solaris fix.
(edit) @13259   16 years vboxsync iprt: fixing windows burns.
(edit) @13258   16 years vboxsync SupDrv: shot at an S10 issue, disable interrupts while updating the …
(edit) @13257   16 years vboxsync build fix
(edit) @13256   16 years vboxsync consolidate this license.html crap
(edit) @13255   16 years vboxsync build fix (log.cpp).
(edit) @13254   16 years vboxsync IPRT: Added RTThreadPreemptIsEnabled, RTThreadPreemptDisable and …
(edit) @13253   16 years vboxsync Restore the IOPL flags when switching from real back to protected mode.
(edit) @13252   16 years vboxsync Obsolete comment
(edit) @13251   16 years vboxsync Stats for forced TLB flushes by physical page invalidation.
(edit) @13250   16 years vboxsync AMD-V/nested paging: invlpga only invalidates TLB entries for guest …
(edit) @13249   16 years vboxsync Linux guest clipboard text conversion fix: resulting text length was …
(edit) @13248   16 years vboxsync Runtime/Solaris: Use MUTEX_SPIN with dispatch level. (Temporary …
(edit) @13245   16 years vboxsync more VBOX_MANUAL_ADD_LANGUAGES and VBOX_INSTALLER_ADD_LANGUAGES
(edit) @13243   16 years vboxsync Additions/Windows: forgotten variables affected by the renaming
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