VirtualBox

source: vbox/trunk/src/VBox/Additions

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @7128   17 years vboxsync Use -f instead cp.
(edit) @7127   17 years vboxsync Use if1of.
(edit) @7126   17 years vboxsync Fixed typo.
(edit) @7118   17 years vboxsync Only while LOG_TO_BACKDOOR is defined for ring-3 guest apps.
(edit) @7116   17 years vboxsync Additions/Linux: do not strip debug symbols on debug builds of the …
(edit) @7106   17 years vboxsync Additions/X11: more updates to seamless mode
(edit) @7101   17 years vboxsync sol vboxguest: Disabled unused block cookie.
(edit) @7087   17 years vboxsync Additions/x11: renamed vboxutils-new.c
(edit) @7086   17 years vboxsync Additions/x11: reverted the XFree86/X.org 6.8 additions to their old …
(edit) @7083   17 years vboxsync Additions/x11: ...and renamed the new clipboard code file.
(edit) @7082   17 years vboxsync Additions/x11: removed the old clipboard code…
(edit) @7081   17 years vboxsync Additions/x11: really deactivated excessive logging in the shared clipboard
(edit) @7080   17 years vboxsync Additions/x11: removed a member function from VBoxGuestSeamlessX11
(edit) @7079   17 years vboxsync Additions/X11: more seamless fixes
(edit) @7072   17 years vboxsync Make our devices use the RTGCPHYS32 type & backed out the alignment …
(edit) @7069   17 years vboxsync Additions/X11: more seamless fixes
(edit) @7063   17 years vboxsync r=bird: empty redefinition is *unsafe*. Always use do {} while (0).
(edit) @7059   17 years vboxsync Additions/x11: seamless fixes for Linux guests
(edit) @7048   17 years vboxsync Additions/x11: seamless for Linux guests now works in a limited way on …
(edit) @7030   17 years vboxsync Additions: fixed a makefile problem with spaces
(edit) @7025   17 years vboxsync Corrected VBOX_PATH_ADDITIONS.linux.x86 to do like the windows and os2 …
(edit) @7023   17 years vboxsync Additions/x11: disabled unnecessary debug logging in the shared clipboard
(edit) @7008   17 years vboxsync warning
(edit) @7007   17 years vboxsync Additions/x11: clipboard-new.cpp was not yet in OSE
(edit) @6982   17 years vboxsync VBOXGUEST_IOCTL_SIZE -> _IOC_SIZE
(edit) @6978   17 years vboxsync Additions/Linux: switch the VBOXGUEST_IOCTL_NR ioctl to …
(edit) @6973   17 years vboxsync Initial commit of VRDP text cache (disabled).
(edit) @6970   17 years vboxsync Additions/X11: first attempt at dynamic guest resizing
(edit) @6969   17 years vboxsync Additions/X11: weakened SUID root permissions on VBoxClient on Linux. …
(edit) @6959   17 years vboxsync Additions/X11: minor logging corrections
(edit) @6949   17 years vboxsync Additions/x11: made some logging optional in the clipboard client
(edit) @6948   17 years vboxsync Additions/Linux: fixed a copy_to_user/copy_from_user mixmatch in …
(edit) @6947   17 years vboxsync Additions/Linux: added the VBoxRandR script to the Linux Additions …
(edit) @6943   17 years vboxsync Additions/X11: added a script to call the xrandr application which is …
(edit) @6897   17 years vboxsync Additions/x11: VBoxClient cleanups and sanity fixes
(edit) @6893   17 years vboxsync Additions/x11: exception-safety in VBoxClient
(edit) @6860   17 years vboxsync VBOX_WITH_X11_ADDITIONS
(edit) @6857   17 years vboxsync Linux modules: unbreak compilation against Linux 2.4
(edit) @6849   17 years vboxsync Additions/common: fixed the guest R3 library display change query …
(edit) @6842   17 years vboxsync Additions/common: added a call to wait for a display change request …
(edit) @6803   17 years vboxsync Solaris vboxguest: added proper checks while setting up IRQs.
(edit) @6788   17 years vboxsync export these two .rc files to OSE
(edit) @6783   17 years vboxsync Additions/x11: Seamless and solaris specifics.
(edit) @6780   17 years vboxsync Additions/common and Additions/Linux: and indefinite timeout is …
(edit) @6779   17 years vboxsync Additions/common: define our own prototypes for the reduced XFree86 …
(edit) @6776   17 years vboxsync Corrected Solaris vboxadd as vboxguest in more places.
(edit) @6775   17 years vboxsync Solaris vboxguest: Fix and cleanups.
(edit) @6774   17 years vboxsync Solaris vboxguest: Fix ifdef and updated conf file.
(edit) @6758   17 years vboxsync Converted the (recursive) linux makefiles to sub-makefiles.
(edit) @6757   17 years vboxsync Converted the (recursive) linux makefiles to sub-makefiles.
(edit) @6756   17 years vboxsync Converted the (recursive) x11 makefiles to sub-makefiles.
(edit) @6734   17 years vboxsync Don't list the header in SOURCES, this isn't automake.
(edit) @6732   17 years vboxsync Used VBOXGUESTR3EXE instead of VBOXLNX32GUESTR3EXENOCPP.
(edit) @6714   17 years vboxsync Minor cleanup.
(edit) @6712   17 years vboxsync c99 in the VBOXGUESTR3XORGMOD template.
(edit) @6711   17 years vboxsync Solaris vboxguest doesn't use the runtime solaris-kernel.h
(edit) @6709   17 years vboxsync Warning
(edit) @6707   17 years vboxsync actually this is the same
(edit) @6704   17 years vboxsync Removed VBOXLNX32GUESTR3LIB.
(edit) @6703   17 years vboxsync Removed VBoxGuestR3LibLinux.
(edit) @6700   17 years vboxsync Updated the docs.
(edit) @6699   17 years vboxsync Removed the obsolete remote cross building stuff.
(edit) @6695   17 years vboxsync Used VBOX_LIB_IPRT_GUEST_R3 instead of RuntimeLnx32GuestR3.
(edit) @6694   17 years vboxsync Added todo.
(edit) @6693   17 years vboxsync Replaced VBOXLNX32GUESTR0 by VBOXGUESTR0, …
(edit) @6687   17 years vboxsync Use the generic guest template.
(edit) @6684   17 years vboxsync Drop the l4 .so hack, it's in the template now.
(edit) @6675   17 years vboxsync fixed additions build for L4
(edit) @6673   17 years vboxsync Additions/x11: define EXTENSIONS for solaris vboxvideo_drv_70.
(edit) @6672   17 years vboxsync Solaris vboxadd renamed as vboxguest.
(edit) @6670   17 years vboxsync Use the VBOXGUESTR3XF86MOD and VBOXGUESTR3XORGMOD templates.
(edit) @6668   17 years vboxsync Use the VBOXGUESTR3XF86MOD and VBOXGUESTR3XORGMOD templates.
(edit) @6666   17 years vboxsync added an l4 todo.
(edit) @6665   17 years vboxsync cosmetics.
(edit) @6662   17 years vboxsync win instead of windows.
(edit) @6657   17 years vboxsync Use the generic templates for building the OS/2 guest additions. …
(edit) @6654   17 years vboxsync Unbroke the OS/2 additions build.
(edit) @6643   17 years vboxsync Additions/x11: Disable unused vboxutils.c specific fields.
(edit) @6642   17 years vboxsync Additions/x11: Disabled unused vboxutils.c specific fields.
(edit) @6640   17 years vboxsync Remove extraneous/unnecessary IN_RING3 and VBOX defines.
(edit) @6639   17 years vboxsync Additions/x11: Merge graphics driver and build other drivers on solaris.
(edit) @6638   17 years vboxsync Additions/x11: Merge mouse driver and building the other drivers on …
(edit) @6623   17 years vboxsync VBOX isn't needed either becuase it's in the global DEFS (see Config.kmk).
(edit) @6621   17 years vboxsync Additions/x11: IN_RING3 not needed.
(edit) @6619   17 years vboxsync Use the VBOX_PATH_X11_ variables for locating the X11 headers.
(edit) @6618   17 years vboxsync _GNU_SOURCE is probably linux only.
(edit) @6613   17 years vboxsync VBOX and IN_RING3 are defined by the template (VBOXGUESTR3DLL at …
(edit) @6612   17 years vboxsync The VBOX_LIB_VBGL_R3 override isn't needed.
(edit) @6611   17 years vboxsync fixed X11 libs
(edit) @6607   17 years vboxsync Additions/x11: merge the Linux and the Solaris code for the mouse driver
(edit) @6605   17 years vboxsync fixed additions burn
(edit) @6604   17 years vboxsync Fixed the PIC issue with the X11 drivers: Made …
(edit) @6601   17 years vboxsync {}.
(edit) @6600   17 years vboxsync r=bird: VBoxGuestR3LibXFree86 has already got -fno-exceptions …
(edit) @6599   17 years vboxsync Added VBOXGUESTR3CPPEXE.
(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) @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!
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