VirtualBox

source: vbox/trunk/src/VBox/Main

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @11498   16 years vboxsync PerfAPI: Moved linux implementation of CPU/MHz to CollectorHAL since …
(edit) @11484   16 years vboxsync Storage/VBoxHDD-new: Add information about configuration settings …
(edit) @11483   16 years vboxsync PerfAPI: RTCPUID usage fix
(edit) @11481   16 years vboxsync PerfAPI: CPU/MHz counter name fix, proper handling of zero periods and …
(edit) @11479   16 years vboxsync - fitting SDK dirs layout in accordance with description in #3054
(edit) @11478   16 years vboxsync PerfAPI: Linux implementation of CPU/MHz counter
(edit) @11467   16 years vboxsync Perf API: CPU/MHz counter re-introduced (Win implementation).
(edit) @11444   16 years vboxsync Storage/VBoxHDD-new: introduced VD interfaces per image and per …
(edit) @11441   16 years vboxsync Main: Documentation fixes.
(edit) @11435   16 years vboxsync Storage: big cleanup of the VD interfaces, especially hide the linked …
(edit) @11433   16 years vboxsync - documented getGuestOSType() - enabled building Python wrappers by …
(edit) @11430   16 years vboxsync some obviously missing \n at end of a Log() string
(edit) @11415   16 years vboxsync Darwin: adapt to changed RTUUID struct.
(edit) @11409   16 years vboxsync Do not call HGCM after it has been shut down.
(edit) @11404   16 years vboxsync XIDL: documentation fixes
(edit) @11391   16 years vboxsync Moved annoying log messages to either level4 or private logging. Added …
(edit) @11389   16 years vboxsync typo
(edit) @11386   16 years vboxsync PerfAPI: One more warning for long long unsigned int
(edit) @11385   16 years vboxsync PerfAPI: Fixed warnings in fscanf calls
(edit) @11383   16 years vboxsync PerfAPI: Null IN array handling changed.
(edit) @11377   16 years vboxsync PerfAPI: Fixed the ranges to fit into INT32, uninitialized periods, …
(edit) @11375   16 years vboxsync Main/darwin/iokit.cpp: build fix.
(edit) @11362   16 years vboxsync - python API
(edit) @11359   16 years vboxsync PerfAPI: Documentation fix: ISessionMachine replaced with IMachine.
(edit) @11357   16 years vboxsync PerfAPI: Important! VM metrics are now associated with Machine instead …
(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   16 years vboxsync Replaced gui session with vrdp in tstAPI
(edit) @11181   16 years vboxsync Fixed tstCollector.cpp compilation issue.
(edit) @11180   16 years vboxsync PerfAPI: replaced unsigned long with ULONG to get rid of solaris …
(edit) @11177   16 years vboxsync Bump VM RAM limit to 3.5GByte. More isn't possible right now …
(edit) @11157   16 years vboxsync Replaced PDMMAC by RTMAC.
(edit) @11115   16 years vboxsync More EOL fixes.
(edit) @11108   16 years vboxsync Main, HostServices/GuestProperties: the timestamp is in nanoseconds …
(edit) @11100   16 years vboxsync Main: darwin HIF comment.
(edit) @11099   16 years vboxsync Workaround for procfs problem. PerfAPI re-enabled for solaris
(edit) @11098   16 years vboxsync Main: Made the HIF enumeration a bit less strict on the MAC. Both …
(edit) @11096   16 years vboxsync Main: deal with changing existing guest properties correctly (was …
(edit) @11093   16 years vboxsync Main: fix warning (size_t assigned to ULONG)
(edit) @11091   16 years vboxsync Main: (guest properties) fix a burn and add an explanatory comment
(edit) @11090   16 years vboxsync Main: enumerate guest properties when the machine is not running
(edit) @11089   16 years vboxsync Main: guest properties fix when enumerating on a running machine
(edit) @11086   16 years vboxsync PerfAPI: Solaris implementation
(edit) @11084   16 years vboxsync Main: missing header file in MachineImpl.cpp for guest properties
(edit) @11083   16 years vboxsync HostServices/GuestProperties, Main: implemented saving guest …
(edit) @11076   16 years vboxsync Main: Set SharedMacOnWire when detecing wireless trunk (mac).
(edit) @11065   16 years vboxsync HostServices/GuestProperties and Main: add timestamps and flags …
(edit) @11063   16 years vboxsync HostServices/GuestProperties and Main: add timestamps and flags …
(edit) @11041   16 years vboxsync Main: added guest property enumeration (currently only works when the …
(edit) @10993   16 years vboxsync Fix OSE export
(edit) @10991   16 years vboxsync Fix OSE export
(edit) @10959   16 years vboxsync VBoxSVC: Use RTTimerLR instead of RTTimer.
(edit) @10958   16 years vboxsync VBoxSVC: Use RTTimerLR instead of RTTimer.
(edit) @10955   16 years vboxsync Burn fix: Use RTProcSelf() instead of getpid()!
(edit) @10942   16 years vboxsync Fix for windows builds for unresolved symbols
(edit) @10938   16 years vboxsync Test case for collector HAL. Fixes for memory usage stats.
(edit) @10921   16 years vboxsync Replaced another occurrence of getpagesize()
(edit) @10919   16 years vboxsync replaced getpagesize() with PAGE_SIZE
(edit) @10901   16 years vboxsync main: Console::attachToHostInterface and …
(edit) @10900   16 years vboxsync Main: Fixed the darwin hif setup.
(edit) @10898   16 years vboxsync Main: Host interface networking on Darwin.
(edit) @10896   16 years vboxsync Main & VBoxManage: Made HostNetworkInterface, IHost::networkInterfaces …
(edit) @10895   16 years vboxsync main: Implemented DarwinGetEthernetControllers.
(edit) @10894   16 years vboxsync
(edit) @10893   16 years vboxsync main: started on the NIC enumeration for darwin.
(edit) @10882   16 years vboxsync Removed wrapper method for getpagesize()
(edit) @10881   16 years vboxsync Another attempt to fix missing getpagesize() in RHEL3
(edit) @10880   16 years vboxsync Fix for missing _SC_PAGESIZE
(edit) @10879   16 years vboxsync Fix for missing getpagesize()
(edit) @10878   16 years vboxsync PerfAPI: Linux implementation ready
(edit) @10873   16 years vboxsync Fix for Performance class
(edit) @10872   16 years vboxsync why the heck did this compile?
(edit) @10871   16 years vboxsync Try fix the logging crashes because of ComPtr being passed through …
(edit) @10870   16 years vboxsync PerfAPI: Min/max value fix for CPU Load counters.
(edit) @10868   16 years vboxsync PerfAPI: Windows collector re-worked to extract raw counters via WMI. …
(edit) @10842   16 years vboxsync Made annoying assertion in setVMErrorCallback ignorable.
(edit) @10814   16 years vboxsync HostServices/GuestProperties, Main, Additions/common, …
(edit) @10807   16 years vboxsync Fixed error path in ResolveService.
(edit) @10797   16 years vboxsync Guest properties: initial commit of new interface
(edit) @10783   16 years vboxsync Fix for RHEL3 builds.
(edit) @10782   16 years vboxsync Attempt to fix rhel3 build failures.
(edit) @10779   16 years vboxsync Locking. Enabled tests in tstAPI.
(edit) @10770   16 years vboxsync Main: Performance: Second m is redundant. Some locking-related todos.
(edit) @10760   16 years vboxsync Fixed a bunch of changeFramebuffer invocations on EMT (VMR3ReqCall) …
(edit) @10754   16 years vboxsync Linux build fix.
(edit) @10753   16 years vboxsync Stubs for all platforms. Implementation of host CPU load and RAM usage …
(edit) @10752   16 years vboxsync Modify HCustomImage to accept images which do not have a UUID
(edit) @10744   16 years vboxsync Solaris: disable unused libdevinfo dependency.
(edit) @10727   16 years vboxsync Disabled even more stuff to help the builds.
(edit) @10726   16 years vboxsync Disabled Perf code in tstAPI to fix builds.
(edit) @10725   16 years vboxsync Perf API: Filtering
(edit) @10715   16 years vboxsync Merge async I/O for VMDK backend from private branch
(edit) @10713   16 years vboxsync Perf API: aggregators, data collection, Host RAM metrics, Linux RAM …
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