VirtualBox

source: vbox/trunk/src/VBox

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @23208   15 years vboxsync Put back
(edit) @23207   15 years vboxsync Async: fix warnings
(edit) @23206   15 years vboxsync Again
(edit) @23205   15 years vboxsync Trying to fix alignment issues
(edit) @23203   15 years vboxsync Main/NetIf-linux: don't crash VBoxSVC if /proc/net/route couldn't be opened
(edit) @23202   15 years vboxsync NAT: don't hide bugs with extra sizes.
(edit) @23201   15 years vboxsync Removed assertion
(edit) @23200   15 years vboxsync Extend to all use cases of RTMpPokeCpu
(edit) @23199   15 years vboxsync Accidental commit
(edit) @23198   15 years vboxsync Fall back to RTMpOnSpecific for those host platforms that don't …
(edit) @23197   15 years vboxsync UUID: for r52117, r52023
(edit) @23196   15 years vboxsync Linux shared folders: missing bit from r52613 (need to open the file …
(edit) @23194   15 years vboxsync DrvVD.cpp: Fixed file handle leak when taking snapshots.
(edit) @23191   15 years vboxsync VMM: Hacked EM to quit processing forced actions on VINF_EM_SUSPEND, …
(edit) @23190   15 years vboxsync VMEmt.cpp: Logging changes.
(edit) @23189   15 years vboxsync Linux shared folders: implemented setting the file size
(edit) @23188   15 years vboxsync SessionMachine::EndTakingSnapshot: Don't restore the state to Running. …
(edit) @23187   15 years vboxsync SessionMachine::EndTakingSnapshot: Don't restore the state to Running. …
(edit) @23186   15 years vboxsync DevPCI: Workaround needed for EFI is the right thing to do, enabled …
(edit) @23185   15 years vboxsync Skip VBVA update if framebufer is being resized.
(edit) @23184   15 years vboxsync VBoxSDL: warning.
(edit) @23183   15 years vboxsync copy/paste bug
(edit) @23182   15 years vboxsync UUID: for r52603
(edit) @23181   15 years vboxsync RTMpPokeCpu: return error if KeInsertQueueDpc fails.
(edit) @23180   15 years vboxsync Main: fixed win burns
(edit) @23179   15 years vboxsync Main: firmware type setter
(edit) @23178   15 years vboxsync NAT: makes bsd mbufs buildable on Windows.
(edit) @23177   15 years vboxsync Compile fix
(edit) @23176   15 years vboxsync Also unqueue the poke dpc.
(edit) @23175   15 years vboxsync glue/initterm.cpp: Don't assume RTThreadSelf() won't return …
(edit) @23174   15 years vboxsync Comment added
(edit) @23173   15 years vboxsync Remove the poke DPC from the queue if RTThreadPreemptIsPending is not …
(edit) @23171   15 years vboxsync Missing export
(edit) @23170   15 years vboxsync VBoxSDL: be more tolerant on video driver initialization failures
(edit) @23169   15 years vboxsync Solaris/Installer: preremove bits.
(edit) @23168   15 years vboxsync VBoxManage showvminfo --machinereadable: added VMStateFile
(edit) @23167   15 years vboxsync Nothing to do if a TLB flush is already pending; the VCPU should have …
(edit) @23166   15 years vboxsync NAT: burn fix (typo).
(edit) @23165   15 years vboxsync NAT: missed header initialization.
(edit) @23164   15 years vboxsync NAT: Annoing logging.
(edit) @23163   15 years vboxsync NAT: introduces SlirpMTU extradata-parameter for altering slirp's mtu.
(edit) @23162   15 years vboxsync video hw accel: use one shader instead of multiple to fox old ATI …
(edit) @23161   15 years vboxsync NAT: host resolver catch corrected
(edit) @23160   15 years vboxsync Serial: Add support for break conditions. On Windows it also possible …
(edit) @23159   15 years vboxsync FreeBSD: Fix build break
(edit) @23158   15 years vboxsync NAT: UseHostResolver extradata was introduced and its relations with …
(edit) @23157   15 years vboxsync NAT: bsd mbuf and dnsproxy conflicts are resolved
(edit) @23156   15 years vboxsync NAT: bsd mbufs makefile changes
(edit) @23155   15 years vboxsync NAT: alias_dns doesn't require dtom any more, update of corresponded …
(edit) @23154   15 years vboxsync NAT: BSD mbuf
(edit) @23153   15 years vboxsync VMM: live snapshot bugfix.
(edit) @23152   15 years vboxsync nitpicking
(edit) @23151   15 years vboxsync VBox/err.h,VMM: VMR3Save should be mostly done now.
(edit) @23150   15 years vboxsync Main: Fix getHostMemoryUsage for FreeBSD. Contributed by Bernhard Froehlich
(edit) @23149   15 years vboxsync ATA,AHCI: Assertion is to is strict. VERR_PDM_MEDIA_LOCKED is expected …
(edit) @23148   15 years vboxsync VM.cpp: converted VMR3PowerOn and VMR3Resume to use …
(edit) @23147   15 years vboxsync Build fix.
(edit) @23146   15 years vboxsync VMM: State reworking.
(edit) @23145   15 years vboxsync VMM: Extended VMMR3EmtRendezvous with TYPE_ASCENDING, TYPE_DESCENDING …
(edit) @23144   15 years vboxsync NetIf-darwin.cpp: More search corrections on sdl_data not terminated …
(edit) @23143   15 years vboxsync VBoxTray: Modified logic for checking the host version. Now checks in …
(edit) @23142   15 years vboxsync FE/Qt4: context menu when right clicking on the network icon in the …
(edit) @23141   15 years vboxsync NAT: clean non-SLIRP_SPLIT_CAN_OUTPUT code
(edit) @23140   15 years vboxsync Assert valid in all contexts
(edit) @23139   15 years vboxsync VBoxService/win: Fixed SCM hang if VBoxMiniRdrDN object is not found …
(edit) @23138   15 years vboxsync pszInfo -> szInfo.
(edit) @23137   15 years vboxsync NAT: obsolete
(edit) @23136   15 years vboxsync NetIf-darwin.cpp: Corrected search search on BSD name in the list …
(edit) @23135   15 years vboxsync NAT: tabs
(edit) @23134   15 years vboxsync Main/darwin/iokit.*: DARWINETHERNIC::szBSDName is too small, increased …
(edit) @23133   15 years vboxsync crOpenGL-OSX: little cleanup
(edit) @23132   15 years vboxsync FE/Qt4-OSX: ok, next try
(edit) @23131   15 years vboxsync FE/Qt4-OSX: try to fix Leopard on hardened builds
(edit) @23130   15 years vboxsync VM starts even if VRDP server fails to bind to a port.
(edit) @23129   15 years vboxsync Implemented 'VBoxManage controlvm vrdpport'
(edit) @23128   15 years vboxsync COM/XPCOM glue: Bug fixes around the EventQueue init/uninit calls from …
(edit) @23127   15 years vboxsync Logging change
(edit) @23126   15 years vboxsync COMDefs.cpp: nits.
(edit) @23125   15 years vboxsync rtThreadAdopt: bugfix.
(edit) @23124   15 years vboxsync IPRT: Added RTThreadIsMain().
(edit) @23123   15 years vboxsync crOpenGL: snapshots support for VBOs
(edit) @23121   15 years vboxsync Paging updates: - use the dirty page handling after fewer writes - …
(edit) @23120   15 years vboxsync fix OSE
(edit) @23119   15 years vboxsync re-export EFI
(edit) @23118   15 years vboxsync DevVGA_VBVA.cpp: Fixed a too greedy memset in vbvaVHWAHHCommandCreate. …
(edit) @23116   15 years vboxsync Noisy logging
(edit) @23115   15 years vboxsync VBoxTray: Added guest property option to disable host version check.
(edit) @23114   15 years vboxsync Error message update
(edit) @23113   15 years vboxsync fixed additions
(edit) @23111   15 years vboxsync wording, cleanup
(edit) @23110   15 years vboxsync crOpenGL: another burn fix
(edit) @23109   15 years vboxsync crOpenGL: fix burns
(edit) @23108   15 years vboxsync crOpenGL: change to proper ifdef
(edit) @23107   15 years vboxsync Backed out 52463
(edit) @23105   15 years vboxsync crOpenGL-OSX: '-current_version' is set in the base template …
(edit) @23104   15 years vboxsync Main/USBProxyServiceLinux: VBOX_USB_SYSFS_BY_DEFAULT -> …
(edit) @23103   15 years vboxsync HostOnly: Fixed VERR_INTNET_FLT_IF_NOT_FOUND issue (trailing garbage …
(edit) @23102   15 years vboxsync Main/USBProxyServiceLinux: allow selection of the default host USB …
(edit) @23101   15 years vboxsync DevPCNet: fixed rare case of RX freezing
(edit) @23100   15 years vboxsync Wrong stat type
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