VirtualBox

source: vbox/trunk

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @5062   17 years vboxsync Made the Linux guest additions work with PCLinuxOS 2007
(edit) @5061   17 years vboxsync Main: More logging.
(edit) @5060   17 years vboxsync Added custom line speed setting to XML/COM/CFGM. Hope I haven't …
(edit) @5059   17 years vboxsync Added a mechanism to report custom line speed to guest driver …
(edit) @5058   17 years vboxsync XPCOM: Fixed _PR_DetachOS2Process() which now uses …
(edit) @5057   17 years vboxsync XPCOM: Be constant when enabling IPRT logging.
(edit) @5056   17 years vboxsync assertion was the wrong way around. typical 2am bug.
(edit) @5055   17 years vboxsync PGMPhysIsPageMappingLockValid won't work on uninitialized data.
(edit) @5054   17 years vboxsync PGMPhysIsPageMappingLockValid won't work on uninitialized data.
(edit) @5053   17 years vboxsync case
(edit) @5052   17 years vboxsync Only build the ALSA library for Linux hosts
(edit) @5051   17 years vboxsync FE/Qt: GUI/RegistrationTryLeft => GUI/RegistrationTriesLeft.
(edit) @5050   17 years vboxsync Moved the ALSA code into a separate shared object loaded at runtime
(edit) @5049   17 years vboxsync Added support for the British international keyboard to the Linux host GUI
(edit) @5048   17 years vboxsync FE/Qt: Registration: More wording.
(edit) @5047   17 years vboxsync 2332: Registration feature Make the QIRichLabel (used as text …
(edit) @5046   17 years vboxsync cosmetical fix
(edit) @5045   17 years vboxsync Removed incorrect assertion (breaks VT-x)
(edit) @5044   17 years vboxsync fixed WINEPREFIX
(edit) @5043   17 years vboxsync 2332: Registration feature. Fixes: 1. Conform button "inaccessibility …
(edit) @5042   17 years vboxsync Fixes to the Linux additions - use and export functions from the runtime
(edit) @5041   17 years vboxsync configure: added --setup-wine
(edit) @5040   17 years vboxsync GC phys/virt to HC virt functions are no longer accessible in our PDM …
(edit) @5039   17 years vboxsync Reenabled the redraw optimization.in the Windows guest display driver.
(edit) @5038   17 years vboxsync Inform VBVA and VRDP about rectangle updated within DdLock/DdUnlock …
(edit) @5037   17 years vboxsync FE/Qt: Registration: Wording, icon.
(edit) @5036   17 years vboxsync Logging.
(edit) @5035   17 years vboxsync PRORITY => PRIORITY
(edit) @5034   17 years vboxsync fixed tree
(edit) @5033   17 years vboxsync GMM…
(edit) @5032   17 years vboxsync UVM.
(edit) @5031   17 years vboxsync Use GVMMR3CreateVM. the new GVM structure is a ring-0 only VM …
(edit) @5030   17 years vboxsync allow word break of the 'no description' label
(edit) @5029   17 years vboxsync GVM -> GVMM
(edit) @5028   17 years vboxsync Main: Improved the hard disk testcase.
(edit) @5027   17 years vboxsync Main: Change Utf8StrFmt to Utf8StrFmtVA, could trigger a fancy …
(edit) @5026   17 years vboxsync GVM -> GVMM.
(edit) @5025   17 years vboxsync Build fix for winId serialization (under win platform).
(edit) @5024   17 years vboxsync Pointer shape size calculation error. Copied too much.
(edit) @5023   17 years vboxsync Disabled redraw optimization in the Windows guest graphics driver.
(edit) @5022   17 years vboxsync First version of VirtualBox Registration Dialog implemented. Non-modal …
(edit) @5021   17 years vboxsync Removed obsolete memory reservation during suplibOsInit (Windows host)
(edit) @5020   17 years vboxsync Simplified the YASM/NASM invocations avoiding unnecessary statement …
(edit) @5019   17 years vboxsync No IDT patching on OS/2 - stack isn't flat, remember.
(edit) @5018   17 years vboxsync some code…
(edit) @5017   17 years vboxsync GVM kick-off.
(edit) @5016   17 years vboxsync Linux additions: properly initialize i_blkbits
(edit) @5015   17 years vboxsync Improved MII register emulation to make Windows PCnet driver detect …
(edit) @5014   17 years vboxsync header.
(edit) @5013   17 years vboxsync solaris / beautify.
(edit) @5012   17 years vboxsync FE/Qt: Approved Baque translation (licensed and >50%).
(edit) @5011   17 years vboxsync FE/Qt: Updated Polish translation.
(edit) @5010   17 years vboxsync small fixes
(edit) @5009   17 years vboxsync This wasn't a typo.
(edit) @5008   17 years vboxsync #elif defined().
(edit) @5007   17 years vboxsync r=bird: NIL_RTFILE != 0, so all RTFILE members must be initialized or …
(edit) @5006   17 years vboxsync
(edit) @5005   17 years vboxsync Failure logging
(edit) @5004   17 years vboxsync serial: use PDMThreads for send/receive. Thread is already a problem …
(edit) @5003   17 years vboxsync Clear interrupt flag in global status register when the engine status …
(edit) @5002   17 years vboxsync Linux 2.4 expects us to compile the guest modules with optimisation on
(edit) @5001   17 years vboxsync Correction
(edit) @5000   17 years vboxsync Log SUPPageAlloc failures
(edit) @4999   17 years vboxsync More logging
(edit) @4998   17 years vboxsync Fix hgcm connect from Linux Additions guest R3
(edit) @4997   17 years vboxsync Add RTErrConvertToErrno.c to the main Linux Additions module
(edit) @4996   17 years vboxsync Fix logging in src/VBox/Additions/linux/module/hgcmcall.c
(edit) @4995   17 years vboxsync Export AssertMsg1 and 2 in Linux kernel modules
(edit) @4994   17 years vboxsync Fixed a typo
(edit) @4993   17 years vboxsync HostSerial: Use pipe for the receive thread to wake it up on shutdown …
(edit) @4992   17 years vboxsync LogFlow instead
(edit) @4991   17 years vboxsync More logging
(edit) @4990   17 years vboxsync ToErrno for freebsd r0drv.
(edit) @4989   17 years vboxsync physnc fix.
(edit) @4988   17 years vboxsync did the freebsd device skeleton. the cloning doesn't seem quiet stable …
(edit) @4987   17 years vboxsync Reading the GIP request rc from the wrong place.
(edit) @4986   17 years vboxsync work around a nocrt build problem.
(edit) @4985   17 years vboxsync RTAssertDoBreakpoint
(edit) @4984   17 years vboxsync (void)
(edit) @4983   17 years vboxsync VBoxBFE.cpp fix
(edit) @4982   17 years vboxsync VBoxBFE.cpp fix
(edit) @4981   17 years vboxsync as locking... hope it works.
(edit) @4980   17 years vboxsync GVMR0CreateVM isn't used yet, so disable the code for now.
(edit) @4979   17 years vboxsync New ring-0 assertion avoidance, now for all platforms.
(edit) @4978   17 years vboxsync Backed out most of 24659.
(edit) @4977   17 years vboxsync Backed out most of 24659.
(edit) @4976   17 years vboxsync backing out 24661 and 24659.
(edit) @4975   17 years vboxsync backing out 24660.
(edit) @4974   17 years vboxsync RTThreadNativeSelf
(edit) @4973   17 years vboxsync export SUPR0LowAlloc/Free.
(edit) @4972   17 years vboxsync IN_GVM_R0
(edit) @4971   17 years vboxsync GVM.
(edit) @4970   17 years vboxsync r=bird
(edit) @4969   17 years vboxsync VBoxControl addcustommode should not add dublicates.
(edit) @4968   17 years vboxsync Implemented VBoxControl setvideomode command for Windows guest additions.
(edit) @4967   17 years vboxsync yasm bug #115 triggered this assertion.
(edit) @4966   17 years vboxsync .run, .deb, .rpm: approaved nls translations, the right way
(edit) @4965   17 years vboxsync Allow allocations up to the maximum guest VRAM size.
(edit) @4964   17 years vboxsync PSUPDRVSESSION is already R0 only.
(edit) @4963   17 years vboxsync Compile fix
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