VirtualBox

source: vbox/trunk/src

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @15453   16 years vboxsync slirp: removed the old 64-bit incompatible reassemble code
(edit) @15452   16 years vboxsync export
(edit) @15450   16 years vboxsync slirp: style, dead code
(edit) @15448   16 years vboxsync Main: #3314: Don't delete the saved state file if restoring the VM …
(edit) @15447   16 years vboxsync slirp:icmp: support traceroute default on Unix hosts (UDP) detaching …
(edit) @15446   16 years vboxsync #3282 HostNetIf API: Solaris implementation revised.
(edit) @15445   16 years vboxsync slirp:icmp: correct ip_p in package to guest
(edit) @15444   16 years vboxsync slirp:icmp: correct type
(edit) @15443   16 years vboxsync slirp:icmp: Fix of ttl setting on Darwin
(edit) @15442   16 years vboxsync #3282 HostNetIf API: updated common part, added draft implementation …
(edit) @15441   16 years vboxsync Wrong base register.
(edit) @15440   16 years vboxsync Sync CR2 properly for VT-x EPT (unable to access the 64 bits cr2 from …
(edit) @15439   16 years vboxsync Enable 64 bits guest support on 32 bits hosts. Only use rem64 if the …
(edit) @15438   16 years vboxsync PGM: Ugly workaround for the 'VMMDev Heap' which broke the 2.0 -> 2.1 …
(edit) @15437   16 years vboxsync slirp:icmp: get rid of unused code
(edit) @15436   16 years vboxsync PGMR0DynMap: Corrected PGMR0DYNMAP_PAGES_PER_CPU_MIN (>= max set …
(edit) @15435   16 years vboxsync slirp:icmp: Reusing of original header (sent from guest) to use in …
(edit) @15434   16 years vboxsync PGMR0DynMap: Tuning and logging.
(edit) @15433   16 years vboxsync PGMR0DynMap: doubled the set size.
(edit) @15432   16 years vboxsync Disabled assertion.
(edit) @15431   16 years vboxsync Oops.
(edit) @15430   16 years vboxsync Move the flush all subset.
(edit) @15429   16 years vboxsync PGM: Don't use PGMDynMapHCPage in R0/darwin.
(edit) @15428   16 years vboxsync PGM: PGMDynMapHCPageOff -> pgmDynMapHCPageOff, making it internal and …
(edit) @15427   16 years vboxsync PGMR0DynMap: PGMR0DynMap never returns anything but VINF_SUCCESS (no …
(edit) @15426   16 years vboxsync EMAll: STOSWD - reject REP operations that crossess pages. The shadow …
(edit) @15425   16 years vboxsync PGMR0DynMapHCPage: always successful, or will bail out to ring-3.
(edit) @15424   16 years vboxsync PGM: pgmR0DynMapHCPageInlined won't fail.
(edit) @15423   16 years vboxsync PGMR0DynMap: bail out on failure, don't crash the host.
(edit) @15422   16 years vboxsync fix OSE
(edit) @15421   16 years vboxsync EMAll: BTS, BTR and BTC looks fine to me for all 32-bit hosts since …
(edit) @15420   16 years vboxsync EMAll: ADD, ADC and SUB - the first is used a bit by windows.
(edit) @15419   16 years vboxsync EMAll: Corrected PGMVerifyAccess call in the STOSDW emulation to pass …
(edit) @15418   16 years vboxsync EMAll: AND, OR and XOR on darwin/R0 - the first two are for vista64.
(edit) @15417   16 years vboxsync CPUM: save and restore 64-bit debug registers on darwin (#3202).
(edit) @15416   16 years vboxsync CPUM: hybrid 32-bit kernel FPU mess.
(edit) @15415   16 years vboxsync HWACCMR0.asm: strimmed down the three other Run wrappers.
(edit) @15414   16 years vboxsync Corrected VBOX_WITH_HYBIRD_32BIT_KERNEL to …
(edit) @15413   16 years vboxsync #3202: CMPXCHG - 64-bit solaris optimziation.
(edit) @15412   16 years vboxsync EMAll: Whitelisted XCHG for >4 bytes operations (64-bit ubuntu 8.10 …
(edit) @15411   16 years vboxsync VMM: Working around set overflows caused by the page pool.
(edit) @15410   16 years vboxsync PGM: Deal with pgmPoolAlloc failure in MapCR3 without relying on …
(edit) @15409   16 years vboxsync Made exitting on the wrong cpu fatal in strict builds but not when …
(edit) @15408   16 years vboxsync uninitialized varialbe (clobbered by 'out' label)
(edit) @15407   16 years vboxsync slirp:icmp: revert 40841
(edit) @15406   16 years vboxsync PGMPool: temporarily enabled the old code.
(edit) @15405   16 years vboxsync PGMPool: Don't flush the pool anywhere but in ring-3, it just takes …
(edit) @15404   16 years vboxsync #3202: 64-bit guest support on the mac.
(edit) @15402   16 years vboxsync PGMDynMapMigrateAutoSet: Fixed incorrect updating of PGMMAPSET::iCpu.
(edit) @15401   16 years vboxsync Main: added USB to HostHardwareLinux.cpp
(edit) @15400   16 years vboxsync iprt: new Linux sysfs APIs
(edit) @15399   16 years vboxsync iprt: new Linux sysfs APIs
(edit) @15396   16 years vboxsync slirp:icmp: Darwin fix attempt
(edit) @15395   16 years vboxsync spaces
(edit) @15394   16 years vboxsync Workaround for guest EFER load regression, see defect comment 36.
(edit) @15393   16 years vboxsync slirp:icmp: move debuging in more correct and safier way
(edit) @15392   16 years vboxsync Enable addition flags in the EFER msr in the world switcher.
(edit) @15391   16 years vboxsync FE/Qt4: VT-x tooltip liftup.
(edit) @15390   16 years vboxsync X86_CPUID_AMD_FEATURE_EDX_SEP not set it seems in 32 bits mode. (Intel)
(edit) @15389   16 years vboxsync Update the guest EFER VMCS field too.
(edit) @15388   16 years vboxsync slirp:icmp: reverted 40806, 40808
(edit) @15387   16 years vboxsync slirp:icmp: uninitialized
(edit) @15386   16 years vboxsync Missing cases
(edit) @15385   16 years vboxsync Cache only those writes which require special attention in 32 bits …
(edit) @15384   16 years vboxsync slirp: removed debugging code
(edit) @15383   16 years vboxsync FE/Qt4: 2883: Structure OS list: Moving whats-this tags from buddy …
(edit) @15381   16 years vboxsync #3282: Forgot to update UUID as I added IPV6NetworkMask to …
(edit) @15380   16 years vboxsync Main: Warning.
(edit) @15379   16 years vboxsync slirp:icmp: initialization of unitialized variables
(edit) @15378   16 years vboxsync Update
(edit) @15377   16 years vboxsync Program entry and exit controls on each guest state sync.
(edit) @15376   16 years vboxsync rem: fixed burn
(edit) @15375   16 years vboxsync Main: #3382: When discarding the first snapshot in the snapshot chain, …
(edit) @15374   16 years vboxsync Scratch pad
(edit) @15373   16 years vboxsync rem: fixed Mac builds and alignment problems
(edit) @15372   16 years vboxsync #3282: HostNetIf API implementation for Darwin. Common part revised. …
(edit) @15371   16 years vboxsync More paranoia
(edit) @15369   16 years vboxsync icmp:slirp: other Darwin fix
(edit) @15368   16 years vboxsync Paranoia
(edit) @15367   16 years vboxsync icmp:slirp: attempt to fix darwin
(edit) @15366   16 years vboxsync Storage: Eradicated the last bits using the old VDI only backend, …
(edit) @15365   16 years vboxsync slirp:icmp: 1. trying to socket list for traceroute searching shorter …
(edit) @15364   16 years vboxsync Cleanup + extra check
(edit) @15363   16 years vboxsync Type corrections for logging.
(edit) @15362   16 years vboxsync Don't use RTCCUINTREG.
(edit) @15361   16 years vboxsync Wrong stack position
(edit) @15360   16 years vboxsync Comment
(edit) @15359   16 years vboxsync Makes no difference.
(edit) @15358   16 years vboxsync Resync the whole guest state after each world switch.
(edit) @15357   16 years vboxsync slirp:icmp: correct order of headers
(edit) @15356   16 years vboxsync slirp:icmp: windows build fix
(edit) @15355   16 years vboxsync slirp:icmp: enabling UDP traceroute on Unix
(edit) @15354   16 years vboxsync Flush the VMCS write cache first (before any other vmreads/vmwrites!)
(edit) @15353   16 years vboxsync g_aSupInstallFiles: It's HC_ARCH_BITS not RT_ARCH_BITS, baka.
(edit) @15352   16 years vboxsync Added a RTLogRelPrintf to supR3HardenedErrorV to try get the details …
(edit) @15351   16 years vboxsync LogRel statement in supR3HardenedLdrLoadIt.
(edit) @15350   16 years vboxsync Disabled host_vmxon as it is *broken* and will cause occation kernel …
(edit) @15349   16 years vboxsync VMM: Fixed linked list bug responsible for #3379.
(edit) @15348   16 years vboxsync #3202: Optimized PGMPOOL_PAGE_2_PTR for darwin/R0 and */RC.
(edit) @15347   16 years vboxsync PGMR0DynMap: Fixed testcase (missing migration).
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