VirtualBox

source: vbox/trunk

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @37573   13 years vboxsync iprt: More kernel symbol resolving on darwin.
(edit) @37572   13 years vboxsync Frontends/VirtualBox: fix progress message bug if the time estimate is …
(edit) @37571   13 years vboxsync FE/Qt: 5746: Create generic network adapter UI in Machine settings / …
(edit) @37570   13 years vboxsync FE/Qt4: correct error reporting on machine deletion
(edit) @37569   13 years vboxsync IPRT: More in kernel file I/O code for darwin.
(edit) @37568   13 years vboxsync opening files from the kernel (darwin)…
(edit) @37567   13 years vboxsync FE/CLI: unregistervm: better error checking; show error on failure
(edit) @37566   13 years vboxsync more testing, bugfixing and docs.
(edit) @37565   13 years vboxsync mach_kernel-r0drv-darwin.cpp: Added a bunch of known symbols.
(edit) @37564   13 years vboxsync Installer/common: missing mimetypes
(edit) @37563   13 years vboxsync Runtime/pathhost-posix.cpp: missing include
(edit) @37562   13 years vboxsync fixes.
(edit) @37561   13 years vboxsync build fix
(edit) @37560   13 years vboxsync IPRT: Darwin symbol hacking in progress.
(edit) @37559   13 years vboxsync iprt/file.h: RTFile will be available in kernel mode as well.
(edit) @37558   13 years vboxsync Main-CloneVM: use the same medium type in the target like in the …
(edit) @37557   13 years vboxsync com: tabs again
(edit) @37556   13 years vboxsync SUPLib-linux: new version number scheme starting with Linux 3.0
(edit) @37555   13 years vboxsync Main-CloneVM: better progress weighting for diff images
(edit) @37554   13 years vboxsync Main: tabs
(edit) @37553   13 years vboxsync com: method for SafeArray -> RTCList
(edit) @37552   13 years vboxsync Storage/VDI: do not allocate a block on write if the caller expressed …
(edit) @37551   13 years vboxsync FE/Qt4: fix osx
(edit) @37550   13 years vboxsync wddm/3d: fix random black lines with projected textures
(edit) @37549   13 years vboxsync Desktop: add file icons for the supported virtual disk image formats
(edit) @37548   13 years vboxsync FE/Qt: 4029: Allow to set http proxy information: Fields completeness …
(edit) @37547   14 years vboxsync com: temp remove template
(edit) @37546   14 years vboxsync FE/Qt: Burn fix for r72380.
(edit) @37545   14 years vboxsync com: next try
(edit) @37544   14 years vboxsync FE/Qt: 4029: Allow to set http proxy information, initial commit.
(edit) @37543   14 years vboxsync FE/CLI: add --options to clonevm
(edit) @37542   14 years vboxsync com: test
(edit) @37541   14 years vboxsync DevHPET: Some minor cleanups.
(edit) @37540   14 years vboxsync Build fix
(edit) @37539   14 years vboxsync DevHPET: Moved the frequency hinting into a function.
(edit) @37538   14 years vboxsync DevHPET: Split the u64Capabilities into u32Capabilities and u32Period.
(edit) @37537   14 years vboxsync DevHPET: Report the correct number of timers (off by one), making ICH9 …
(edit) @37536   14 years vboxsync DevHPET: making the number of timers more flexible.
(edit) @37535   14 years vboxsync iprt/cdefs.h: RT_HI/LO_Uxx macros.
(edit) @37534   14 years vboxsync DevHPET: Frequency hinting.
(edit) @37533   14 years vboxsync Main-CloneVM: fix warning
(edit) @37532   14 years vboxsync Main-CloneVM: fix win
(edit) @37531   14 years vboxsync Main;FE;CloneVM: add clone options; regenerate MACs of all network …
(edit) @37530   14 years vboxsync com: helper for converting safe arrays to RTCLists
(edit) @37529   14 years vboxsync build fix
(edit) @37528   14 years vboxsync build fix
(edit) @37527   14 years vboxsync TM: Virtual sync timer locking fixes and assertions.
(edit) @37526   14 years vboxsync Dev*: Timer locking fixes.
(edit) @37525   14 years vboxsync Main/VirtualBox+Medium: resurrect the feature of changing the medium …
(edit) @37524   14 years vboxsync doc/manual/docbook2latex: fix typo which led to incorrect quote …
(edit) @37523   14 years vboxsync Main-CloneVM: handle a special case in input params
(edit) @37522   14 years vboxsync Main-CloneVM: put images into the target snapshot folder if they where …
(edit) @37521   14 years vboxsync Main-CloneVM: fix cleanup
(edit) @37520   14 years vboxsync X11 Additions: save a few bytes by making all MiniRT symbols local …
(edit) @37519   14 years vboxsync DevACPI: Drop the last seen time workaround as the problem should be …
(edit) @37518   14 years vboxsync TM.cpp: Re-enabled assertion that triggered because of virtual sync …
(edit) @37517   14 years vboxsync TM: Simplified the virtual sync timers by requiring changes to be done …
(edit) @37516   14 years vboxsync comment typo.
(edit) @37515   14 years vboxsync DevPit: Fixed locking wrt virtual sync timers.
(edit) @37514   14 years vboxsync DevRTC: nit
(edit) @37513   14 years vboxsync DevRTC: Locking adjustments.
(edit) @37512   14 years vboxsync DevRTC: Moving the code around, adjusting it thowards our style.
(edit) @37511   14 years vboxsync DevRTC: Moving the code around, adjusting it thowards our style.
(edit) @37510   14 years vboxsync DevHPET: No automatic locking, we're doing it ourselves.
(edit) @37509   14 years vboxsync DevHPET: Stop timers on reset.
(edit) @37508   14 years vboxsync DevHPET: Fixed locking.
(edit) @37507   14 years vboxsync DevHPET: updates…
(edit) @37506   14 years vboxsync DevHPET: Moving the code a bit around.
(edit) @37505   14 years vboxsync hpetTimerRegWrite32 optimization
(edit) @37504   14 years vboxsync DevHPET: More cleaning up…
(edit) @37503   14 years vboxsync Settings: space
(edit) @37502   14 years vboxsync Main;Settings: make the settings copyable
(edit) @37501   14 years vboxsync DevHPET: More code massaging…
(edit) @37500   14 years vboxsync DevHPET: code cleanup in progress…
(edit) @37499   14 years vboxsync IPRT/RTProcCreateEx: fixed memory leak
(edit) @37498   14 years vboxsync build fix
(edit) @37497   14 years vboxsync DevHPET: code cleanup in progress…
(edit) @37496   14 years vboxsync DevAHCI.cpp: Don't use the virtual sync clock for the command …
(edit) @37495   14 years vboxsync 2d/win: undo unintended commit
(edit) @37494   14 years vboxsync 2d/win: disable ogl stuff delay loading to workaround qgl lib misbehave
(edit) @37493   14 years vboxsync Runtime: fix mem leak
(edit) @37492   14 years vboxsync Main-CloneVM: forgot to cleanup the header file
(edit) @37491   14 years vboxsync Main-CloneVM: factor out the clone VM task
(edit) @37490   14 years vboxsync wddm: autoresize fixes
(edit) @37489   14 years vboxsync doc/manual: some more fix
(edit) @37488   14 years vboxsync doc/manual: clarify absolute paths for VBoxManage …
(edit) @37487   14 years vboxsync Main/IConsole: new UUID for useHostClipboard attribute
(edit) @37486   14 years vboxsync Main-CloneVM: remove printf
(edit) @37485   14 years vboxsync Main-CloneVM: add save state file support; multi result errors
(edit) @37484   14 years vboxsync changelog
(edit) @37483   14 years vboxsync Storage/{VDI,VMDK}: Refuse to create an image with an invalid image …
(edit) @37482   14 years vboxsync Audio/HDA: SSMR3{Get,Put}Struct in HDA device implementation.
(edit) @37481   14 years vboxsync OSE header fixes
(edit) @37480   14 years vboxsync OSE header fixes
(edit) @37479   14 years vboxsync OSE header fixes
(edit) @37478   14 years vboxsync Renamed for clarity.
(edit) @37477   14 years vboxsync DevAPIC: Split out the IO-APIC into a separate source file.
(edit) @37476   14 years vboxsync DevAPIC.cpp: Some variable renaming
(edit) @37475   14 years vboxsync DevAPIC: Locking reworking in progress.
(edit) @37474   14 years vboxsync hrmpf.
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