VirtualBox

source: vbox/trunk

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @54311   10 years vboxsync Use existing typedef to define DHCPServer::GlobalDhcpOptions.
(edit) @54310   10 years vboxsync oops
(edit) @54309   10 years vboxsync build fix
(edit) @54308   10 years vboxsync VMM,SUP: Apply the tsc delta where it matters. Made sense out of the …
(edit) @54307   10 years vboxsync HostDrivers/Support: todo.
(edit) @54306   10 years vboxsync HostDrivers/Support: TSC-delta thread fixes.
(edit) @54305   10 years vboxsync FE/Qt: Runtime UI: Proper initialization/validation for Video Capture, …
(edit) @54304   10 years vboxsync Main/src-server/HostDnsService.cpp: log each DNS info change …
(edit) @54303   10 years vboxsync FE/Qt: 7253: Runtime UI: Move Remove Display action from Devices to …
(edit) @54302   10 years vboxsync Main/src-server/HostDnsService.cpp: make sure that only actual …
(edit) @54301   10 years vboxsync SupDrv: disable TSC-delta thread, still some issues need sorting.
(edit) @54300   10 years vboxsync solaris/load.sh: Device link creation and permissions, checking …
(edit) @54299   10 years vboxsync FE/Qt: 7253: Runtime UI: Move Video Capture actions from Devices to …
(edit) @54298   10 years vboxsync SUPDrv.c: Shouldn't not check for invariant tsc cpuid bit in …
(edit) @54297   10 years vboxsync FE/Qt: 7253: Runtime UI: Move Take Screen-shot action from Machine to …
(edit) @54296   10 years vboxsync removed long obsoleted comment on VBOXGUESTSESSION.
(edit) @54295   10 years vboxsync Manual: Expanded troubleshooting chapter.
(edit) @54294   10 years vboxsync mp: update doc and todo for Solaris, better/lighter API possible it …
(edit) @54293   10 years vboxsync doc update.
(edit) @54292   10 years vboxsync VMM/TM: logging.
(edit) @54291   10 years vboxsync DrvNAT: Don't bug me with a debug assertion right now.
(edit) @54290   10 years vboxsync HostDrivers/Support: TSC-delta thread adjustments for tsc-delta …
(edit) @54289   10 years vboxsync PS2M: Try harder not to leave buttons hanging.
(edit) @54288   10 years vboxsync updates
(edit) @54287   10 years vboxsync tstSupTscDelta.cpp: Hacked up a testcase for repeatedly remeasure the …
(edit) @54286   10 years vboxsync SUPR3TscDeltaMesaure prototype correction.
(edit) @54285   10 years vboxsync FE/Qt: NLS: Replace CD/DVD to Optical with corresponding disk/drive …
(edit) @54284   10 years vboxsync Frontends/VBoxManage: use AutoReadLock in DHCPServer getters.
(edit) @54283   10 years vboxsync FE/Qt: 7253: NLS: Changing some of the VM menu-bar action names.
(edit) @54282   10 years vboxsync Adjusted the tsc delta rating limits up a little.
(edit) @54281   10 years vboxsync tstPrfRT tweaking.
(edit) @54280   10 years vboxsync SUPDrv.c: Fixed bug in IDTR.LIMIT detection.
(edit) @54279   10 years vboxsync timesupref.h: last second change. duh.
(edit) @54278   10 years vboxsync timesupref.h: Moved things around a little, avoiding the 'break' …
(edit) @54277   10 years vboxsync VMM/HM: Fix incorrect disabling on VT-x/AMD-V while offlining CPUs …
(edit) @54276   10 years vboxsync Main/src-server: unused var. warning.
(edit) @54275   10 years vboxsync missed copyright year update.
(edit) @54274   10 years vboxsync HostDrivers/Support: use warning and not error code.
(edit) @54273   10 years vboxsync PDM/Audio: Work on CoreAudio backend.
(edit) @54272   10 years vboxsync FE/Qt: Mac OS X: 6985: Window menu for Runtime UI.
(edit) @54271   10 years vboxsync PS2M: Restrict X/Y range, report buttons in E9 command.
(edit) @54270   10 years vboxsync IPRT,TM: Implemented the get-cpu-number optimizations for the …
(edit) @54269   10 years vboxsync asm.h: Don't call assmebly for ASMAtomicUoReadU64 on AMD64.
(edit) @54268   10 years vboxsync Config.kmk: Use the -Ignore microsoft linker option (documented since …
(edit) @54267   10 years vboxsync Frontends/VBoxManage: collect DHCP options specified on the command …
(edit) @54266   10 years vboxsync Main/webservice: change code to support multiple ISession instances …
(edit) @54265   10 years vboxsync Main/DHCPServerImpl: AddGlobalOption - make updating existing options …
(edit) @54264   10 years vboxsync HostDrivers/Support: Fix recomputing of TSC-deltas for newly online'd CPUs.
(edit) @54263   10 years vboxsync Const-poison VmNameSlotKey. Drop redundant typedef.
(edit) @54262   10 years vboxsync HostDrivers/support: keep the TSC-delta thread stuff working.
(edit) @54261   10 years vboxsync Devices/Input/PS2: Assert->AssertMsg.
(edit) @54260   10 years vboxsync iprt/asm-amd64-x86.h: Build fix for linux.x86 VM used to build the …
(edit) @54259   10 years vboxsync (C) year.
(edit) @54258   10 years vboxsync SUPReadTsc: semi-predict we can call ASMReadTSC and doesn't need deltas.
(edit) @54257   10 years vboxsync SUPReadTscWithDelta: Optimized via fGetGipCpu and more.
(edit) @54256   10 years vboxsync VMCPU: Added a iHostCpuSet field to go with the idHostCpu one. This …
(edit) @54255   10 years vboxsync forgot asmdefs.mac changes for ASMGetIdtrLimit.asm
(edit) @54254   10 years vboxsync Added ASMGetIdtrLimit.
(edit) @54253   10 years vboxsync tstRTInlineAsm.cpp: Benchmark ASMReadTSC, ASMReadTscWithAux and ASMGetIDTR.
(edit) @54252   10 years vboxsync SUPDrv,GIP,TM: Combined fOsTscDeltasInSync and fTscDeltasRoughlyInSync …
(edit) @54251   10 years vboxsync asm-amd64-x86.h: Added ASMReadTscWithAux().
(edit) @54250   10 years vboxsync SUPDrv must be compiled with -DSUPDRV_WITH_RELEASE_LOGGER on linux too.
(edit) @54249   10 years vboxsync copy & pastry.
(edit) @54248   10 years vboxsync timer-r0drv-solaris: nit.
(edit) @54247   10 years vboxsync Alignment!?
(edit) @54246   10 years vboxsync Alignment…
(edit) @54245   10 years vboxsync Alignment?
(edit) @54244   10 years vboxsync Updated struct testcase.
(edit) @54243   10 years vboxsync Alignment.
(edit) @54242   10 years vboxsync Enabled new PS/2 mouse emulation to see what happens.
(edit) @54241   10 years vboxsync VBoxGuest-win.cpp: Cleaned up the 'logging' change of r92875, …
(edit) @54240   10 years vboxsync PS2M: Final round of fixes before enabling.
(edit) @54239   10 years vboxsync VBoxGuest: Reverted r92886 as it does not make any sense (RTLogFlush …
(edit) @54238   10 years vboxsync Runtime/r0drv/solaris: timer todo and nit.
(edit) @54237   10 years vboxsync VBoxGuest.cpp: Partly back out of r92834 because everything shouldn't …
(edit) @54236   10 years vboxsync Runtime/r0drv/solaris: unused since r98298.
(edit) @54235   10 years vboxsync PDM/Audio: Remove unused code.
(edit) @54234   10 years vboxsync PDM/Audio: Make HDA emulation work w/ disabled backends.
(edit) @54233   10 years vboxsync Runtime/r0drv/solaris: fixed forceful rescheduling of timer-callback …
(edit) @54232   10 years vboxsync DBGPlugInDarwin.cpp: Quick dmesg implementation hacked up during the …
(edit) @54231   10 years vboxsync Build fix.
(edit) @54230   10 years vboxsync PDM/Audio: Update.
(edit) @54229   10 years vboxsync the two blank lines inside the #ifdef DEBUG was an intentional hint …
(edit) @54228   10 years vboxsync FE/Qt: 7599: Selector UI: Details pane: User interface element.
(edit) @54227   10 years vboxsync build fix
(edit) @54226   10 years vboxsync grr
(edit) @54225   10 years vboxsync copy & past…
(edit) @54224   10 years vboxsync SUP,IPRT: Started as a build fix ended up as a cleanup (mostly …
(edit) @54223   10 years vboxsync FE/Qt: 6366: Runtime UI: Notify user about VM will be terminated as a …
(edit) @54222   10 years vboxsync sup.h: build fix.
(edit) @54221   10 years vboxsync Corrected message
(edit) @54220   10 years vboxsync oops
(edit) @54219   10 years vboxsync HostDrivers/support: TSC-delta bits.
(edit) @54218   10 years vboxsync DBGF,DBGC: Added dmesg command and implemented it for linux guests.
(edit) @54217   10 years vboxsync FE/Qt: 3635: Hide the Scale-factor sub-menu from the Scale mode.
(edit) @54216   10 years vboxsync FE/Qt: 7599: Machine settings: Interface page: Proper hints for the …
(edit) @54215   10 years vboxsync Runtime,TM: Use GIP's fTscDeltasAreRoughlyInSync.
(edit) @54214   10 years vboxsync HostDrivers/Support, testcase, TM: Add fTscDeltasRoughlyInSync.
(edit) @54213   10 years vboxsync stop searching on success.
(edit) @54212   10 years vboxsync DBGPlugInLinux.cpp: A quick shot at locating and decoding current …
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