VirtualBox

source: vbox/trunk/src/VBox/Additions

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @71179   7 years vboxsync Fixing few VirtualBox related typos in various places, mostly GUI, GA, …
(edit) @71176   7 years vboxsync Guest Control/Toolbox: Added …
(edit) @71167   7 years vboxsync WDDM: fixed calculation of pitch for compressed texture formats.
(edit) @71147   7 years vboxsync DevVGA, Additions: added VBE_DISPI_ID_CFG for querying the virtual …
(edit) @71146   7 years vboxsync DevVGA, Additions: added VBE_DISPI_ID_CFG for querying the virtual …
(edit) @71134   7 years vboxsync Additions/x11: updated vboxvideo testing guidelines.
(edit) @71124   7 years vboxsync VBoxService/Toolbox: Dropped building up an internal file list for …
(edit) @71123   7 years vboxsync VBoxService/Toolbox: Dropped building up an internal file list for …
(edit) @71122   7 years vboxsync VBoxService/Toolbox: Dropped the verbose flag for "vbox_stat".
(edit) @71121   7 years vboxsync VBoxService/Toolbox: Bumped copyright.
(edit) @71120   7 years vboxsync VBoxService/Toolbox: Print the toolbox' syntax help and return with …
(edit) @71110   7 years vboxsync Trivial fix for ticketref:17557
(edit) @71103   7 years vboxsync bugref:8444. Trailing blanks removed.
(edit) @71086   7 years vboxsync WDDM/VBoxTray: bugref:8444: Fixed compilation error caused by typo
(edit) @71085   7 years vboxsync WDDM/VBoxTray: bugref:8444: Get rid of the loop over displays
(edit) @71070   7 years vboxsync WDDM/VBoxTray: bugref:8444: Cleaning up the code which sends …
(edit) @70937   7 years vboxsync Additions/linux: small installer fix for X.Org 6.8.
(edit) @70936   7 years vboxsync Additions/linux: support producing builds which work with glibc 2.3. …
(edit) @70930   7 years vboxsync Additions/linux: check for bzip2 and tar before starting installation. …
(edit) @70893   7 years vboxsync VBoxGuest-linux.cpp: Build fix. bugref:9105
(edit) @70886   7 years vboxsync VBoxGuest-linux.c: fix for r119567/public r70033 for builds without …
(edit) @70876   7 years vboxsync VBoxGuest: Solaris root and wheel (equivalent) detection. bugref:9105
(edit) @70874   7 years vboxsync VBoxGuest: Linux build fix. bugref:9105
(edit) @70873   7 years vboxsync VMMDev,VBoxGuest: Classify who is calling the host (part 1). bugref:9105
(edit) @70835   7 years vboxsync VBoxGuest/netbsd: export fixing
(edit) @70810   7 years vboxsync linux/shared folders: change scm settings to accept tabs in files. …
(edit) @70804   7 years vboxsync GAs/NT/VBoxHook: The VBoxHook.dll is not needed on NT4, so mark it …
(edit) @70802   7 years vboxsync Makefiles/GAs/Win: Made the WDDM related DLLs Windows Vista+ and the …
(edit) @70801   7 years vboxsync URL to vfs.txt was broken. Found current (hopefully enduring) location …
(edit) @70786   7 years vboxsync linux/shared folders: use indent to switch Linux-only files to kernel …
(edit) @70734   7 years vboxsync SharedFolders: owner/group information for Windows guests
(edit) @70728   7 years vboxsync Remove SUID, SGID and sticky bit handling from Linux shared folders. …
(edit) @70625   7 years vboxsync Make VBoxGuest-linux.c and vbox_mode.c build against Linux 4.15rc8, …
(edit) @70624   7 years vboxsync Make VBoxGuest-linux.c and vbox_mode.c build against Linux 4.15rc8. …
(edit) @70616   7 years vboxsync VBoxGuest-win.cpp: added power off todo.
(edit) @70608   7 years vboxsync Better enforce vboxguest and vboxuser separation in the driver code. …
(edit) @70461   7 years vboxsync Replace a few tabs that made it into a source file in r120068 and (I …
(edit) @70460   7 years vboxsync Fix Guest Additions vboxsf sendfile() caching problems (see #2548), …
(edit) @70431   7 years vboxsync VBoxControl: Added gzip, ls, tar and unzip commands.
(edit) @70390   7 years vboxsync VBoxServiceControlProcess.cpp: Don't try send async requests to a …
(edit) @70389   7 years vboxsync VBoxGuestR3LibGuestCtrl.cpp: Fixed some size assertions in VbglR3HGCMCall.
(edit) @70378   7 years vboxsync VBoxTray: Use import checker
(edit) @70367   7 years vboxsync VBoxGuestInst.cpp: 'VBoxGuest.sys' isn't fat compatible. duh.
(edit) @70364   7 years vboxsync VBoxMouseNT: Just build for NT3.x while we're at it.
(edit) @70351   7 years vboxsync VBoxService: logging typos
(edit) @70350   7 years vboxsync VBoxGuestNt3.sys: Use the regular driver for NT3 too.
(edit) @70346   7 years vboxsync VBoxService: Needed to dynamically resolve two more APIs to make it …
(edit) @70344   7 years vboxsync VBoxControl: NT 3.1 clean.
(edit) @70342   7 years vboxsync VBoxGuest: NT 3.1 support.
(edit) @70337   7 years vboxsync VBoxMouseNT: NT 3.1 tweaks.
(edit) @70332   7 years vboxsync VBoxDisp.sys: Check exports.
(edit) @70330   7 years vboxsync VBoxService,VBoxControl,VBoxGuest: Check exports on windows to make …
(edit) @70288   7 years vboxsync VBoxGuest-win.cpp: Fixed use-after-free in Log statement.
(edit) @70287   7 years vboxsync VBoxGuest-win.cpp: Snuffed out race between idle checking and session …
(edit) @70284   7 years vboxsync VBoxGuest-win.cpp: State cleanups.
(edit) @70282   7 years vboxsync VBoxGuest-win.cpp: Refuse to stop or remove the device when there are …
(edit) @70280   7 years vboxsync VBoxGuest-win.cpp: Dropped VBOXGUESTDEVEXTWIN::aPciBaseAddresses and …
(edit) @70279   7 years vboxsync VBoxGuest-win.cpp: Moved functions around a little, avoiding a couple …
(edit) @70276   7 years vboxsync VBoxGuest-win.cpp: Set calling convention on functions passed to NT.
(edit) @70274   7 years vboxsync VBoxGuest-win.cpp: Reintroduced the bugcheck callback and backdoor logging.
(edit) @70270   7 years vboxsync VBoxGuest-win.cpp: Dropped VBOXGUESTDEVEXTWIN::pCurrentIrp since was …
(edit) @70267   7 years vboxsync VBoxService/win: Don't unload modules we dynamically resolve APIs …
(edit) @70245   7 years vboxsync VBoxGuest: fix a parameter-documentation-checker burn.
(edit) @70227   7 years vboxsync VBoxGuest-win.cpp: Addressed todos in vgdrvNtScanPCIResourceList.
(edit) @70226   7 years vboxsync VBoxGuest.cpp/VGDrvCommonISR: Don't assume pVMMDevMemory is valid.
(edit) @70223   7 years vboxsync VBoxGuest: Split up VGDrvCommonInitDevExt to accommodate plug-and-play …
(edit) @70220   7 years vboxsync VBoxGuest-win.cpp: Added cleanup code in the error path of vgdrvNtInit …
(edit) @70219   7 years vboxsync VBoxGuest-win.cpp: Cleaning up version code a little and made it …
(edit) @70214   7 years vboxsync VBoxService: Dynamically resolve LsaNtStatusToWinError to make it work …
(edit) @70211   7 years vboxsync VBoxControl: Made it work on NT 3.50 (just for fun).
(edit) @70209   7 years vboxsync VBoxGuestInst(NT).cpp: try stop the service during uninstall.
(edit) @70208   7 years vboxsync VBoxGuest-win.cpp: removed now unused function
(edit) @70196   7 years vboxsync VBoxService: Made it work on NT 3.51.
(edit) @70194   7 years vboxsync VBoxGuest-win.cpp: Experimental NT 3.51 support.
(edit) @70180   7 years vboxsync VBoxGuest/Makefile.kmk: Forgot to remove VBoxGuestNT
(edit) @70175   7 years vboxsync NT4 can use VBoxService.exe, so drop VBoxServiceNT.exe.
(edit) @70174   7 years vboxsync NT4 can use VBoxService.exe, so drop VBoxServiceNT.exe.
(edit) @70173   7 years vboxsync VBoxServiceNT: Temporarily a duplicate of VBoxService.
(edit) @70171   7 years vboxsync VBoxService: Working on removing TARGET_NT4 here too…
(edit) @70170   7 years vboxsync VGSvcVMInfoWinGetComponentVersions: no OpenGL in the NT4 additions.
(edit) @70169   7 years vboxsync display-svga-x11.cpp: fix trailing whitespace.
(edit) @70168   7 years vboxsync VBoxGuest: make scm check netbsd/vboxguest.ioconf and make it happy …
(edit) @70167   7 years vboxsync VBoxGuest: netbsd/locators.h is a stub for a file that is normally …
(edit) @70164   7 years vboxsync Additions: No more VBoxGuestNT.sys; NT uses the same driver build as …
(edit) @70162   7 years vboxsync IPRT,VBoxGuest: Dropped NT4 specific ring-0 library. VBoxGuestNT.sys …
(edit) @70161   7 years vboxsync Linux drivers: check for unresolved symbols at build time. …
(edit) @70160   7 years vboxsync VboxGuest: linux & freebsd needs more source to deal with string …
(edit) @70159   7 years vboxsync VboxGuest: linux & freebsd needs more source to deal with string …
(edit) @70158   7 years vboxsync VBoxGuest-win.cpp: Don't use IPRT without at all initializating it …
(edit) @70154   7 years vboxsync VBoxGuest.cpp: I mean to use RTStrNICmpAscii in …
(edit) @70146   7 years vboxsync VBoxGuest-win.cpp: Less TARGET_NT4 stuff, more version ifs.
(edit) @70135   7 years vboxsync Additions/x11: Don't build vboxmouse on NetBSD. NetBSD vboxguest …
(edit) @70134   7 years vboxsync Additions/x11/vboxmouse: revert previous (r119429). NetBSD vboxguest …
(edit) @70133   7 years vboxsync VBoxGuest-netbsd.c: Provide stub "locators.h" required by wsmousevar.h …
(edit) @70128   7 years vboxsync VBoxguest-win.cpp: burn fix
(edit) @70127   7 years vboxsync Additions/x11/VBoxClient: split vmsvga service into separate X11 and …
(edit) @70126   7 years vboxsync Additions/x11/VBoxClient: split vmsvga service into separate X11 and …
(edit) @70115   7 years vboxsync VBoxGuest-win.cpp: Working on dropping the TARGET_NT4 #ifdefs/#ifndefs …
(edit) @70104   7 years vboxsync VBoxGuest-win.cpp: style + cleanup
(edit) @70103   7 years vboxsync VBoxGuest-win*: Folded VBoxGuest-win-pnp.cpp and VBoxGuest-win.h into …
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