VirtualBox

source: vbox/trunk/src/VBox/Main

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @10679   16 years vboxsync Filtering sketched. There is a crash in VirtualBox::uninit on Windows.
(edit) @10641   16 years vboxsync Performance API files exported to OSE.
(edit) @10615   16 years vboxsync stdint.h & C++ fun.
(edit) @10613   16 years vboxsync Performance API enabled for Linux, Solaris and Windows. POSIX timers …
(edit) @10612   16 years vboxsync Another attempt to fix OS X build.
(edit) @10598   16 years vboxsync Performance API documentation update.
(edit) @10595   16 years vboxsync Main: Performance: Typos, docs, cosmetics.
(edit) @10592   16 years vboxsync Fix for broken builds with VBOX_WITH_USB=
(edit) @10589   16 years vboxsync Performance API version 0. New files included.
(edit) @10544   16 years vboxsync Performance API, version 0, with fixed COMDefs.h.
(edit) @10535   16 years vboxsync The OSE case (no USB) didn't compile
(edit) @10534   16 years vboxsync Backed out Performance API changes.
(edit) @10528   16 years vboxsync Performance API, version 0, webservice broken.
(edit) @10444   16 years vboxsync Missing function on all but Linux at the moment.
(edit) @10443   16 years vboxsync Switch to Mp runtime functions.
(edit) @10423   16 years vboxsync ProcessorCount & ProcessorDescription aren't attributes
(edit) @10420   16 years vboxsync FE/Qt4: Named the Qt3 version VirtualBox3 & the Qt4 version VirtualBox.
(edit) @10407   16 years vboxsync Actaully, RTMpGetMaxFrequency is more appropriate. An associated API …
(edit) @10406   16 years vboxsync RTMpGetCpuMaxSpeed.
(edit) @10400   16 years vboxsync typo
(edit) @10399   16 years vboxsync Main API fix for getting processor speed/description - there's no …
(edit) @10372   16 years vboxsync disable the floppy controller in the ACPI tables if necessary
(edit) @10333   16 years vboxsync added package type property
(edit) @10306   16 years vboxsync Main: Docs fixes.
(edit) @10305   16 years vboxsync Main: Lock the object before switching on non-const data members.
(edit) @10304   16 years vboxsync Main: Documenting.
(edit) @10268   16 years vboxsync Dropped the non-working webservices hack; just include sub-makefiles …
(edit) @10247   16 years vboxsync Main: remove guest property settings from extra data on machine …
(edit) @10246   16 years vboxsync Main: report unset guest properties correctly
(edit) @10245   16 years vboxsync Fixed few more dependencies on Makefile.kmk.
(edit) @10242   16 years vboxsync install comregister.cmd in a proper way.
(edit) @10233   16 years vboxsync Main: clean up the guest property code - send accesses to the console …
(edit) @10225   16 years vboxsync VBOX_SINGLE_MAKEFILE fixes.
(edit) @10199   16 years vboxsync Make sure sdk/idl can be made (BLDDIRS). Make sure VBOX_XPIDL exist …
(edit) @10082   16 years vboxsync typo
(edit) @10060   16 years vboxsync Drop the NOTPARALLEL on the schema stuff.
(edit) @10057   16 years vboxsync Changed brute force _DEPS on each source to _INTERMEDIATES (PREREQS -> …
(edit) @10056   16 years vboxsync VBOX_KBUILD_HACKING.
(edit) @10007   16 years vboxsync Main (guest properties): support the delete property request
(edit) @10000   16 years vboxsync Pure naming change for the guest property store stuff. Functionality …
(edit) @9937   16 years vboxsync Main: Corrected getProcessorUsage() impl (docs, spacing etc).
(edit) @9911   16 years vboxsync wrong. there were three calls.
(edit) @9910   16 years vboxsync build fix for sleep(). there were two calls.
(edit) @9907   16 years vboxsync build fix for sleep()
(edit) @9904   16 years vboxsync Global and per-VM CPU usage API added
(edit) @9900   16 years vboxsync Turned this annoying error into a warning. (needs to be properly fixed!)
(edit) @9895   16 years vboxsync Netware apparently needs 512 MB minimum.
(edit) @9883   16 years vboxsync Main: add the Main part of the guest/host configuration registry
(edit) @9809   16 years vboxsync Main: save and reload the guest/host registry in extra data at machine …
(edit) @9728   16 years vboxsync Main: load the new hgcm service (SharedInfoService) for providing a …
(edit) @9705   17 years vboxsync Main/hgcm: fixed a segfault affecting services with no client data
(edit) @9703   17 years vboxsync Main/Settings: Throw LogicError only when there is no error message.
(edit) @9702   17 years vboxsync Main/Settings: Don't add a wrong lastStateChange attribute value.
(edit) @9497   17 years vboxsync Main: Removed incorrect assertion.
(edit) @9446   17 years vboxsync Overlooked a ShutdownTimer call.
(edit) @9444   17 years vboxsync Added iTick to FNTIMER (the timer callback).
(edit) @9401   17 years vboxsync FE/Qt4: Some updates to the COM wrapper for Qt4.
(edit) @9362   17 years vboxsync Main: Renamed "innotek VirtualBox Type Library" to "VirtualBox Type …
(edit) @9361   17 years vboxsync Main: Build fix after r31580.
(edit) @9360   17 years vboxsync Main: Return the correct value for IGuest::OSTypeId as reported by the …
(edit) @9335   17 years vboxsync Another UINT32_C() case.
(edit) @9332   17 years vboxsync Must make sure UINT32_C() and friends are defined when stdint.h might …
(edit) @9298   17 years vboxsync doxy: be less verbose (with bird's permission)
(edit) @9242   17 years vboxsync only allow to change logging settings if LOG_ENABLED
(edit) @8903   17 years vboxsync Main/AutoLock: Enabled VBOX_MAIN_USE_SEMRW for linux freebsd solaris …
(edit) @8898   17 years vboxsync fixed copy'n'paste bug
(edit) @8836   17 years vboxsync Main: API doc fixes
(edit) @8822   17 years vboxsync Don't queue stuff when paused or stuck. (Was all but running.)
(edit) @8804   17 years vboxsync build fix
(edit) @8803   17 years vboxsync add OpenSolaris OS type
(edit) @8782   17 years vboxsync Main/AutoLock: Disabled VBOX_MAIN_AUTOLOCK_TRAP to get release timings …
(edit) @8768   17 years vboxsync while I'm at it - moving the non-linux stuff to xpcom.
(edit) @8767   17 years vboxsync while I'm at it…
(edit) @8766   17 years vboxsync USBProxyServiceWin32 -> USBProxyServiceWindows
(edit) @8765   17 years vboxsync win32 -> win.
(edit) @8760   17 years vboxsync PATH_KBUILD -> KBUILD_PATH.
(edit) @8759   17 years vboxsync BUILD_TYPE -> KBUILD_TYPE.
(edit) @8758   17 years vboxsync BUILD_TARGET* -> KBUILD_TARGET*.
(edit) @8756   17 years vboxsync Main/AutoLock: Fixed: Two or more write locks could be acquired …
(edit) @8754   17 years vboxsync Added icon to VBoxSVC so we'll look pretty in process explorer and similar.
(edit) @8745   17 years vboxsync Fixed missing #else + solaris (disabled).
(edit) @8744   17 years vboxsync Moved the filter running over to USBProxyService (from Host). Split up …
(edit) @8726   17 years vboxsync Main/AutoLock: Sanity.
(edit) @8725   17 years vboxsync Made the HostUSBDeviceFilter object use the Host object lock to …
(edit) @8721   17 years vboxsync File header.
(edit) @8720   17 years vboxsync oops.
(edit) @8719   17 years vboxsync filteheader.
(edit) @8716   17 years vboxsync Main: Temporary disabled VBOX_MAIN_USE_SEMRW again (this will bring …
(edit) @8714   17 years vboxsync don't activate VBOX_MAIN_AUTOLOCK_TRAP on releases
(edit) @8709   17 years vboxsync Added a setErrorNoLog method and aLogIt argument to the core setError …
(edit) @8701   17 years vboxsync Oops, these RTLogPrintf's shouldn't be here.
(edit) @8699   17 years vboxsync VBOX_MAIN_AUTOLOCK_TRAP and VBOX_MAIN_USE_SEMRW doesn't mix well, so …
(edit) @8690   17 years vboxsync UpdateGuestVersion fixes.
(edit) @8688   17 years vboxsync added paranoid parenthesis
(edit) @8684   17 years vboxsync Use %Rhrc.
(edit) @8683   17 years vboxsync Use %hrc.
(edit) @8682   17 years vboxsync Another shot at the windows build break.
(edit) @8680   17 years vboxsync Assert on no-lock assumptions in onUSBDeviceAttach and onUSBDeviceDetach.
(edit) @8668   17 years vboxsync iprt/asm.h
(edit) @8666   17 years vboxsync Removed the duplicate USB device list in Host and moved 4 methods over …
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