VirtualBox

source: vbox/trunk/src/VBox/Additions/common

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @63495   8 years vboxsync warnings (clang)
(edit) @63455   8 years vboxsync VBoxGuest-netbsd.c: fix indentation and brace placement.
(edit) @63454   8 years vboxsync VBoxGuest-netbsd.c: match should return 0 on failure.
(edit) @63453   8 years vboxsync VBoxGuest-netbsd.c: unmap alreay mapped registers on attach error leg too.
(edit) @63450   8 years vboxsync VBoxGuest-netbsd.c: unmap registers on detach so that the module can …
(edit) @63449   8 years vboxsync VBoxGuest-netbsd.c: don't save a pointer to transient pci_attach_args, …
(edit) @63411   8 years vboxsync VBoxGuest-netbsd.c: fix printf formats in logs.
(edit) @63410   8 years vboxsync VBoxGuest-netbsd.c: Oops, add func argument missed in previous.
(edit) @63409   8 years vboxsync VBoxGuest-netbsd.c: Use func in Log messages instead of hardcoding …
(edit) @63408   8 years vboxsync VBoxGuest-netbsd.c: Sprinkle LogFlow.
(edit) @63355   8 years vboxsync VBoxGuest-netbsd.c: handle changed pci_intr_string(9) signature.
(edit) @63350   8 years vboxsync VBoxGuest-netbsd.c: catch up with renaming done in r103107 - it's …
(edit) @63343   8 years vboxsync VBoxGuest-netbsd.c: fix doxygen comments to match signatures.
(edit) @63339   8 years vboxsync Additions/common/VBoxGuest: NetBSD support, based on FreeBSD version. …
(edit) @63338   8 years vboxsync Additions/common: add a few || defined(RT_OS_NETBSD) in the common …
(edit) @63311   8 years vboxsync Use shlobj.h wrapper.
(edit) @63273   8 years vboxsync Additions/common/VBoxGuestVideo: fix a friendly todo request, part 2.
(edit) @63206   8 years vboxsync GA/common/crOpenGL: warnings (gcc)
(edit) @63205   8 years vboxsync GA/common/crOpenGL: warnings (gcc)
(edit) @63204   8 years vboxsync GA/common/crOpenGL: warnings (gcc)
(edit) @63125   8 years vboxsync fix
(edit) @63108   8 years vboxsync GA/common,Config.kmk: Use strict kBuild templates for building all the …
(edit) @63065   8 years vboxsync Additions/common: warnings
(edit) @62882   8 years vboxsync Additions/common: gcc warnings.
(edit) @62853   8 years vboxsync GAs/common: warnings
(edit) @62852   8 years vboxsync oops
(edit) @62851   8 years vboxsync GAs/common: warnings
(edit) @62850   8 years vboxsync GAs/common: warnings
(edit) @62849   8 years vboxsync GAs/common: warnings
(edit) @62848   8 years vboxsync GAs/common: warnings
(edit) @62847   8 years vboxsync VbglR3GuestCtrlFileGetWriteAt: Fixed bug where the offset output …
(edit) @62845   8 years vboxsync vbglR3DnDHGRecvDataRaw: Added suggestion about dropping buggy pre-v3 …
(edit) @62842   8 years vboxsync GAs/common: warnings
(edit) @62841   8 years vboxsync VBGLInternal.h: Remove pragma pack(4) on VBGLDATA and VBGLHGCMHANDLEDATA.
(edit) @62761   8 years vboxsync Wrap ws2tcpip.h too.
(edit) @62692   8 years vboxsync Use the iprt/win/iphlpapi.h wrappers to deal with preprocessor warnings.
(edit) @62685   8 years vboxsync build fix
(edit) @62683   8 years vboxsync Use the iprt/nt/ntddk.h wrapper for ntddk.h, eliminating duplicate …
(edit) @62681   8 years vboxsync Use the iprt/win/winsock2.h wrapper for winsock2.h
(edit) @62679   8 years vboxsync Use the iprt/win/windows.h wrapper for Windows.h
(edit) @62551   8 years vboxsync bugref:8087: Additions/x11: support non-root X server: simplify …
(edit) @62521   8 years vboxsync (C) 2016
(edit) @62520   8 years vboxsync SVN props & (C)
(edit) @62470   8 years vboxsync Additions: scm
(edit) @62242   8 years vboxsync bugref:8087: Additions/x11: support non-root X server: further improve …
(edit) @62201   8 years vboxsync bugref:8087: Additions/x11: support non-root X server: improve …
(edit) @62097   8 years vboxsync Additions/VBoxService: fixed harmless bug leading to submitting the …
(edit) @62074   8 years vboxsync bugref:8087: Additions/x11: support non-root X server: fix a copy and …
(edit) @62061   8 years vboxsync crOpenGL: don't use a variable before checking it for NULL.
(edit) @62060   8 years vboxsync crOpenGL: stubMakeCurrent - make sure retVal is initialized.
(edit) @62029   8 years vboxsync Aditions/crOpenGL: fixed another function prototype
(edit) @62028   8 years vboxsync Aditions/crOpenGL: fixed function prototype
(edit) @61902   8 years vboxsync Fix printf formats for LINE, it's integer, not unsigned.
(edit) @61893   8 years vboxsync Main: Renamed ProcessCreateFlag::NoProfile to ProcessCreateFlag::Profile.
(edit) @61855   8 years vboxsync VBoxGuestLib: VbglR3SharedFolderGetMountDir - make sure rc is …
(edit) @61093   9 years vboxsync oops
(edit) @61081   9 years vboxsync allow to compile with gcc configured with --enable-default-pie (e.g. …
(edit) @61065   9 years vboxsync VBoxServiceToolBox.cpp: Corrected warning fix, the intention was to …
(edit) @61062   9 years vboxsync warning
(edit) @60979   9 years vboxsync DnD/VbglR3: Report back proper error in VbglR3DnDConnect().
(edit) @60967   9 years vboxsync DnD/VBoxClient: Exit gracefully if DnD is not available on the host.
(edit) @60940   9 years vboxsync bugref:8087: Additions/x11: support non-root X server: install our …
(edit) @60641   9 years vboxsync VBoxService/VBoxServiceToolBox.cpp: Updated assertion.
(edit) @60622   9 years vboxsync Guest Control: Added proper handling for (VBoxService) toolbox exit …
(edit) @60592   9 years vboxsync Linux host/guest modules: added missing dependency
(edit) @60584   9 years vboxsync Linux host/guest modules: include the revision into the Linux kernel …
(edit) @60583   9 years vboxsync Additions/VBoxService: Cleaned up defines for sub services / features, …
(edit) @60531   9 years vboxsync bugref:8250: Extraneous files removed.
(edit) @60526   9 years vboxsync bugref:8250: fix
(edit) @60374   9 years vboxsync forgotten file
(edit) @60300   9 years vboxsync bugref:8087: Additions/x11: support non-root X server: add heuristic …
(edit) @60272   9 years vboxsync Additions/VBoxGuest: RT_SUCCESS / NT_SUCCESS mixup (thanks Parfait)
(edit) @60268   9 years vboxsync Additions/VBoxService: fixed usage of IPRT status and NT status code …
(edit) @60138   9 years vboxsync bugref:8087: Additions/x11: support non-root X server: set up mouse …
(edit) @60120   9 years vboxsync bugref:8087: Additions/X11: added dummy for eglSwapInterval()
(edit) @60017   9 years vboxsync Additions/VBoxService: useless condition (thanks PVS)
(edit) @59848   9 years vboxsync DnD/VbglR3: Added more code required for raw data processing, logging …
(edit) @59520   9 years vboxsync Nit.
(edit) @59517   9 years vboxsync VBoxService/VBoxServiceControlProcess.cpp: Check for pszDomain in …
(edit) @59505   9 years vboxsync bugref:8087: Additions/x11: support non-root X server: fix r104816: we …
(edit) @59501   9 years vboxsync Additions/common/VBoxGuest: change the regular guest heart beat …
(edit) @59266   9 years vboxsync gcc warning
(edit) @59240   9 years vboxsync bugref:8087: Additions/x11: support non-root X server: add host flags …
(edit) @59233   9 years vboxsync bugref:8087: Additions/x11: support non-root X server: when we load …
(edit) @59193   9 years vboxsync bugref:8087: Additions/x11: support non-root X server: fix a …
(edit) @59181   9 years vboxsync bugref:8087: Additions/x11: support non-root X server: switch our …
(edit) @59180   9 years vboxsync bugref:8087: Additions/x11: support non-root X server: switch our …
(edit) @59179   9 years vboxsync Additions: ASMCompilerBarrier for HGSMI IO port writes
(edit) @59170   9 years vboxsync bugref:8087: Additions/x11: support non-root X server: typo
(edit) @59166   9 years vboxsync bugref:8087: Additions/x11: support non-root X server: on Linux, …
(edit) @59165   9 years vboxsync bugref:8087: Additions/x11: support non-root X server: revert r104007, …
(edit) @59145   9 years vboxsync Guest Control/VBoxService: Forgot to add the "--domain" handling; …
(edit) @59135   9 years vboxsync Indent.
(edit) @59134   9 years vboxsync Guest Control/VBoxService: Build up a UPN (User Principal Name) if a …
(edit) @59131   9 years vboxsync VBoxServiceControlProcess.cpp: Logging.
(edit) @59118   9 years vboxsync bugref:8087: Additions/x11: support non-root X server: add initial …
(edit) @59112   9 years vboxsync bugref:8087: Additions/x11: support non-root X server: add initial …
(edit) @59012   9 years vboxsync added Doxygen comment
(edit) @58993   9 years vboxsync bugref:8153: vboxvideo: ABI issues / software rendering on Linux …
(edit) @58846   9 years vboxsync Additions/common/3D: added Oracle copyright to glx.c.
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