VirtualBox

source: vbox/trunk/src/VBox

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @6597   17 years vboxsync SB16 taken from qemu
(edit) @6596   17 years vboxsync eol
(edit) @6595   17 years vboxsync Merge VBoxClient on solaris and linux.
(edit) @6594   17 years vboxsync Additions/x11: merge the Linux and the Solaris code for the mouse driver
(edit) @6593   17 years vboxsync Additions/x11: get rid of gxx_personality_v0 on x11/Linux guests
(edit) @6592   17 years vboxsync fixed detection of 2.6.18 fc6/rhel5
(edit) @6590   17 years vboxsync Use the Iprt mini version for x11 mouse too.
(edit) @6589   17 years vboxsync Additions/x11: vboxGetDisplayChangeRequest returns bool, not iprt status!
(edit) @6588   17 years vboxsync Additions/x11: fix an error message
(edit) @6587   17 years vboxsync Additions/x11: get rid of gxx_personality_v0 on x11/Linux guests
(edit) @6585   17 years vboxsync Avoid gxx_personality_v0 for vboxutils-new.
(edit) @6583   17 years vboxsync r=bird: gxx_personality_v0 can be avoided.
(edit) @6582   17 years vboxsync r=bird: gxx_personality_v0 can be avoided.
(edit) @6581   17 years vboxsync Added some ring-3 wrapper functions for the (ring-0) GMM APIs.
(edit) @6580   17 years vboxsync Must create the directory of course. Use kmk_ utils instead of host stuff.
(edit) @6579   17 years vboxsync Cleanup.
(edit) @6578   17 years vboxsync Added VBOX_PATH_X11_* variables that points to the various versions of …
(edit) @6577   17 years vboxsync Try use VBOXGUESTR3LIB for VBoxGuestR3LibXFree86. Start building …
(edit) @6576   17 years vboxsync OSE
(edit) @6574   17 years vboxsync Linux kernel modules: added override
(edit) @6573   17 years vboxsync
(edit) @6572   17 years vboxsync Frontends/VirtualBox: remove the library source package when we make clean
(edit) @6571   17 years vboxsync Linux kernel modules: allow to build from kBuild (KERNELRELEASE set), …
(edit) @6570   17 years vboxsync Use the same umask. doesn't really matter I think for our usage.
(edit) @6569   17 years vboxsync Additions/X11: attempt to fix the XFree86 additions, second try
(edit) @6568   17 years vboxsync Additions/X11: attempt to fix the XFree86 additions
(edit) @6566   17 years vboxsync Missed this.
(edit) @6565   17 years vboxsync Fix for Todo in r27575. added as new function as we cannot use …
(edit) @6564   17 years vboxsync Frontends/VirtualBox: space in makefile
(edit) @6563   17 years vboxsync Frontends/VirtualBox: try to fix creation of vboxkeyboard.tar.gz on …
(edit) @6562   17 years vboxsync Frontends/VirtualBox: try to fix creation of vboxkeyboard.tar.gz on Solaris
(edit) @6561   17 years vboxsync Frontends/VirtualBox: fix support for the Brazilian keyboard in the …
(edit) @6560   17 years vboxsync Frontends/VirtualBox: create a source tarball for the LGPLed keyboard …
(edit) @6559   17 years vboxsync Return value.
(edit) @6558   17 years vboxsync typo
(edit) @6557   17 years vboxsync iprt/assert.h doesn't appear to be used.
(edit) @6556   17 years vboxsync r=bird: Some cleanup. hope it works
(edit) @6555   17 years vboxsync .._GUEST_MINI_R3 -> GUEST_R3_MINI. Added VBOX_LIB_VBGL_R3_XFREE86 to …
(edit) @6554   17 years vboxsync Corrected inst dir for RuntimeGuestR3Mini.
(edit) @6553   17 years vboxsync r=bird: Don't create more RuntimeLnx32* legacy. No VBox in IPRT, so …
(edit) @6551   17 years vboxsync fixed the file header and removed unnecessary includes.
(edit) @6549   17 years vboxsync The usual stuff everyone forgets - properties, esp. export.
(edit) @6548   17 years vboxsync header.
(edit) @6547   17 years vboxsync Another VbglR3SetPointerShape todo.
(edit) @6546   17 years vboxsync VBOX_WITH_NEW_PHYS_CODE changes mostly realted to REM. Killed a …
(edit) @6545   17 years vboxsync Linux packages: add mechanism to sanely shutdown VMs on host powerdown
(edit) @6544   17 years vboxsync Added @todo
(edit) @6543   17 years vboxsync +tid for bird.
(edit) @6542   17 years vboxsync fixed log statement.
(edit) @6541   17 years vboxsync Fixed missing logger locking in ring-0.
(edit) @6539   17 years vboxsync Additions/X11: made the X server graphics driver use the R3 guest …
(edit) @6538   17 years vboxsync Additions/R3 Guest library: created a reduced version of the library …
(edit) @6537   17 years vboxsync 2626: FE/Qt support for readonly shared folders: "Writable" checkbox …
(edit) @6536   17 years vboxsync Runtime: added a reduced ("shared") R3 guest runtime which will work …
(edit) @6535   17 years vboxsync MM::cbRAMSize -> MM:cbRamRegistered. Drop MM:pvRamBaseHC. Drop …
(edit) @6534   17 years vboxsync Quick hack for out of hma address space when registering the VRAM …
(edit) @6532   17 years vboxsync Cleaned out the PGM_DYNAMIC_RAM_ALLOC tests to avoid unnecessary mess …
(edit) @6531   17 years vboxsync Guest Additions (R3 library): fixed todo from r27515
(edit) @6530   17 years vboxsync Support driver (Linux): added gcc (u)div/mod support
(edit) @6529   17 years vboxsync mmr3 -> mmR3.
(edit) @6528   17 years vboxsync NEW_PHYS_CODE -> VBOX_WITH_NEW_PHYS_CODE; check for it in Config.kmk …
(edit) @6527   17 years vboxsync Free.iNext should be 16 bit and use UINT16_MAX instead of UINT32_MAX.
(edit) @6526   17 years vboxsync VBoxManage: added 'list runningvms'
(edit) @6525   17 years vboxsync UART_BASE -> IPRT_UART_BASE so it can safely be overrided by a DEFS += …
(edit) @6524   17 years vboxsync Solaris: Remove check in VbglR3Daemonize guarding it from multiple calls.
(edit) @6523   17 years vboxsync Mac OS X: Recognize the fn-key as an modifier key which exists on the …
(edit) @6522   17 years vboxsync - Mac OS X: Fading to fullscreen should be done *after* the confirm …
(edit) @6521   17 years vboxsync audio: fixed mixing of 8 bit unsigned; 32-bit updates from qemu
(edit) @6520   17 years vboxsync Cleanups.
(edit) @6519   17 years vboxsync Build fix... vboxvideo is still shared.
(edit) @6518   17 years vboxsync VbglR3SetPointerShape accept image size, and cleanups to vboxutils …
(edit) @6515   17 years vboxsync Added a 'pid' prefix flag to the logger. This is primarily intended …
(edit) @6514   17 years vboxsync Use VBox/log.h.
(edit) @6513   17 years vboxsync Use the correct headers and defines for x11 mouse on solaris.
(edit) @6512   17 years vboxsync added vboxwebsrv to all Linux packages
(edit) @6511   17 years vboxsync Added VBOX_WITH_WEBSERVICES for including / excluding the webservices …
(edit) @6510   17 years vboxsync Changed VbglR3SetPointerShape to accept the full request size.
(edit) @6509   17 years vboxsync Frontends/VirtualBox: disabled printf keyboard logging, which I …
(edit) @6508   17 years vboxsync r=bird: spaces and doxygen. (btw. @retval isn't supposed to be used …
(edit) @6507   17 years vboxsync r=bird: Use bool for boolean. fix some hungarian spelling.
(edit) @6506   17 years vboxsync fixed spelling added todo.
(edit) @6505   17 years vboxsync don't repeate my mistake with duplicating doxygen stuff in headers and …
(edit) @6504   17 years vboxsync vboxadd: The preferred way to setup interrupts in Solaris.
(edit) @6503   17 years vboxsync Frontends/VirtualBox: the LGPL is now in COPYING.LIB, and fixed the …
(edit) @6502   17 years vboxsync spelling.
(edit) @6501   17 years vboxsync typo
(edit) @6499   17 years vboxsync export to OSE
(edit) @6498   17 years vboxsync Corrected header order.
(edit) @6497   17 years vboxsync Skip unused members in vboxvideo.h for solaris and clean-ups, spaces, …
(edit) @6495   17 years vboxsync eol-style and ose.
(edit) @6494   17 years vboxsync VBoxGuestR3LibVideo and X11 vboxutils that uses it. Some typos and …
(edit) @6493   17 years vboxsync Made it possible to make debug versions of vboxdrv on linux. This will …
(edit) @6492   17 years vboxsync Additions (x11): limit the maximum virtual screen size to 64000x64000 …
(edit) @6491   17 years vboxsync typo
(edit) @6490   17 years vboxsync Mac OS X: Return true after open an url to prevent the error message.
(edit) @6488   17 years vboxsync Fixed typo and wrong indentation (4 not 2).
(edit) @6487   17 years vboxsync Fixed tabs (banned).
(edit) @6486   17 years vboxsync Frontends/VirtualBox: removed the old Linux keyboard handler
(edit) @6485   17 years vboxsync Frontends/VirtualBox: removed the old Linux keyboard handler
(edit) @6484   17 years vboxsync Additions (x11): added randr 1.2 support to the graphics driver
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