VirtualBox

source: vbox/trunk/src/VBox/Main

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @11354   16 years vboxsync Main: Added OS info to the release log header.
(edit) @11351   16 years vboxsync Main: Please keep the comments aligned to the code.
(edit) @11342   16 years vboxsync PerfAPI: More documentation
(edit) @11339   16 years vboxsync PerfAPI: Documentation
(edit) @11336   16 years vboxsync Fixes in clienttest.java. Additional debug messages in Perf classes.
(edit) @11325   16 years vboxsync webservice: fix logon in xidl to return proper type
(edit) @11321   16 years vboxsync Main: removied iprt/system.h reference.
(edit) @11296   16 years vboxsync Main: PDMINS2DATA -> PDMINS_2_DATA.
(edit) @11258   16 years vboxsync API/Host: New method for querying the number of CPUs online.
(edit) @11182   17 years vboxsync Replaced gui session with vrdp in tstAPI
(edit) @11181   17 years vboxsync Fixed tstCollector.cpp compilation issue.
(edit) @11180   17 years vboxsync PerfAPI: replaced unsigned long with ULONG to get rid of solaris …
(edit) @11177   17 years vboxsync Bump VM RAM limit to 3.5GByte. More isn't possible right now …
(edit) @11157   17 years vboxsync Replaced PDMMAC by RTMAC.
(edit) @11115   17 years vboxsync More EOL fixes.
(edit) @11108   17 years vboxsync Main, HostServices/GuestProperties: the timestamp is in nanoseconds …
(edit) @11100   17 years vboxsync Main: darwin HIF comment.
(edit) @11099   17 years vboxsync Workaround for procfs problem. PerfAPI re-enabled for solaris
(edit) @11098   17 years vboxsync Main: Made the HIF enumeration a bit less strict on the MAC. Both …
(edit) @11096   17 years vboxsync Main: deal with changing existing guest properties correctly (was …
(edit) @11093   17 years vboxsync Main: fix warning (size_t assigned to ULONG)
(edit) @11091   17 years vboxsync Main: (guest properties) fix a burn and add an explanatory comment
(edit) @11090   17 years vboxsync Main: enumerate guest properties when the machine is not running
(edit) @11089   17 years vboxsync Main: guest properties fix when enumerating on a running machine
(edit) @11086   17 years vboxsync PerfAPI: Solaris implementation
(edit) @11084   17 years vboxsync Main: missing header file in MachineImpl.cpp for guest properties
(edit) @11083   17 years vboxsync HostServices/GuestProperties, Main: implemented saving guest …
(edit) @11076   17 years vboxsync Main: Set SharedMacOnWire when detecing wireless trunk (mac).
(edit) @11065   17 years vboxsync HostServices/GuestProperties and Main: add timestamps and flags …
(edit) @11063   17 years vboxsync HostServices/GuestProperties and Main: add timestamps and flags …
(edit) @11041   17 years vboxsync Main: added guest property enumeration (currently only works when the …
(edit) @10993   17 years vboxsync Fix OSE export
(edit) @10991   17 years vboxsync Fix OSE export
(edit) @10959   17 years vboxsync VBoxSVC: Use RTTimerLR instead of RTTimer.
(edit) @10958   17 years vboxsync VBoxSVC: Use RTTimerLR instead of RTTimer.
(edit) @10955   17 years vboxsync Burn fix: Use RTProcSelf() instead of getpid()!
(edit) @10942   17 years vboxsync Fix for windows builds for unresolved symbols
(edit) @10938   17 years vboxsync Test case for collector HAL. Fixes for memory usage stats.
(edit) @10921   17 years vboxsync Replaced another occurrence of getpagesize()
(edit) @10919   17 years vboxsync replaced getpagesize() with PAGE_SIZE
(edit) @10901   17 years vboxsync main: Console::attachToHostInterface and …
(edit) @10900   17 years vboxsync Main: Fixed the darwin hif setup.
(edit) @10898   17 years vboxsync Main: Host interface networking on Darwin.
(edit) @10896   17 years vboxsync Main & VBoxManage: Made HostNetworkInterface, IHost::networkInterfaces …
(edit) @10895   17 years vboxsync main: Implemented DarwinGetEthernetControllers.
(edit) @10894   17 years vboxsync
(edit) @10893   17 years vboxsync main: started on the NIC enumeration for darwin.
(edit) @10882   17 years vboxsync Removed wrapper method for getpagesize()
(edit) @10881   17 years vboxsync Another attempt to fix missing getpagesize() in RHEL3
(edit) @10880   17 years vboxsync Fix for missing _SC_PAGESIZE
(edit) @10879   17 years vboxsync Fix for missing getpagesize()
(edit) @10878   17 years vboxsync PerfAPI: Linux implementation ready
(edit) @10873   17 years vboxsync Fix for Performance class
(edit) @10872   17 years vboxsync why the heck did this compile?
(edit) @10871   17 years vboxsync Try fix the logging crashes because of ComPtr being passed through …
(edit) @10870   17 years vboxsync PerfAPI: Min/max value fix for CPU Load counters.
(edit) @10868   17 years vboxsync PerfAPI: Windows collector re-worked to extract raw counters via WMI. …
(edit) @10842   17 years vboxsync Made annoying assertion in setVMErrorCallback ignorable.
(edit) @10814   17 years vboxsync HostServices/GuestProperties, Main, Additions/common, …
(edit) @10807   17 years vboxsync Fixed error path in ResolveService.
(edit) @10797   17 years vboxsync Guest properties: initial commit of new interface
(edit) @10783   17 years vboxsync Fix for RHEL3 builds.
(edit) @10782   17 years vboxsync Attempt to fix rhel3 build failures.
(edit) @10779   17 years vboxsync Locking. Enabled tests in tstAPI.
(edit) @10770   17 years vboxsync Main: Performance: Second m is redundant. Some locking-related todos.
(edit) @10760   17 years vboxsync Fixed a bunch of changeFramebuffer invocations on EMT (VMR3ReqCall) …
(edit) @10754   17 years vboxsync Linux build fix.
(edit) @10753   17 years vboxsync Stubs for all platforms. Implementation of host CPU load and RAM usage …
(edit) @10752   17 years vboxsync Modify HCustomImage to accept images which do not have a UUID
(edit) @10744   17 years vboxsync Solaris: disable unused libdevinfo dependency.
(edit) @10727   17 years vboxsync Disabled even more stuff to help the builds.
(edit) @10726   17 years vboxsync Disabled Perf code in tstAPI to fix builds.
(edit) @10725   17 years vboxsync Perf API: Filtering
(edit) @10715   17 years vboxsync Merge async I/O for VMDK backend from private branch
(edit) @10713   17 years vboxsync Perf API: aggregators, data collection, Host RAM metrics, Linux RAM …
(edit) @10695   17 years vboxsync Added HWVirtExNestedPagingEnabled method to MachineDebugger.
(edit) @10693   17 years vboxsync Added setting for nested paging (default on).
(edit) @10679   17 years vboxsync Filtering sketched. There is a crash in VirtualBox::uninit on Windows.
(edit) @10641   17 years vboxsync Performance API files exported to OSE.
(edit) @10615   17 years vboxsync stdint.h & C++ fun.
(edit) @10613   17 years vboxsync Performance API enabled for Linux, Solaris and Windows. POSIX timers …
(edit) @10612   17 years vboxsync Another attempt to fix OS X build.
(edit) @10598   17 years vboxsync Performance API documentation update.
(edit) @10595   17 years vboxsync Main: Performance: Typos, docs, cosmetics.
(edit) @10592   17 years vboxsync Fix for broken builds with VBOX_WITH_USB=
(edit) @10589   17 years vboxsync Performance API version 0. New files included.
(edit) @10544   17 years vboxsync Performance API, version 0, with fixed COMDefs.h.
(edit) @10535   17 years vboxsync The OSE case (no USB) didn't compile
(edit) @10534   17 years vboxsync Backed out Performance API changes.
(edit) @10528   17 years vboxsync Performance API, version 0, webservice broken.
(edit) @10444   17 years vboxsync Missing function on all but Linux at the moment.
(edit) @10443   17 years vboxsync Switch to Mp runtime functions.
(edit) @10423   17 years vboxsync ProcessorCount & ProcessorDescription aren't attributes
(edit) @10420   17 years vboxsync FE/Qt4: Named the Qt3 version VirtualBox3 & the Qt4 version VirtualBox.
(edit) @10407   17 years vboxsync Actaully, RTMpGetMaxFrequency is more appropriate. An associated API …
(edit) @10406   17 years vboxsync RTMpGetCpuMaxSpeed.
(edit) @10400   17 years vboxsync typo
(edit) @10399   17 years vboxsync Main API fix for getting processor speed/description - there's no …
(edit) @10372   17 years vboxsync disable the floppy controller in the ACPI tables if necessary
(edit) @10333   17 years vboxsync added package type property
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