VirtualBox

source: vbox/trunk/src/VBox/Additions

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @77461   6 years vboxsync linux/vboxsf: Optimized sf_inode_revalidate for open files/dirs. …
(edit) @77458   6 years vboxsync linux/vboxsf: Fixed sf_writepage issue wrt finding a valid writable …
(edit) @77444   6 years vboxsync linux/vboxsf: I cannot see why we would ever need …
(edit) @77443   6 years vboxsync linux/vboxsf,FsPerf: RTFileWrite vs mmap coherency test and fixes. …
(edit) @77439   6 years vboxsync linux/vboxsf: Rewrote sf_writepage to use VbglR0SfHostReqWritePgLst. …
(edit) @77431   6 years vboxsync Linux Additions installer: Documented "--force" switch and got rid of …
(edit) @77424   6 years vboxsync Additions/linux/sharedfolders: driver build fixes for certain Linux …
(edit) @77422   6 years vboxsync linux/vboxsf: sf_readpage fix. bugref:9172
(edit) @77421   6 years vboxsync linux/vboxsf: Better use VbglR0SfHostReqReadPgLst in sf_readpage. …
(edit) @77420   6 years vboxsync linux/vboxsf: Rewrote sf_readpage() to use VbglR0SfHostReqReadContig. …
(edit) @77419   6 years vboxsync linux/vboxsf: Support non-COW mmap too. llseek needs to make sure the …
(edit) @77415   6 years vboxsync More linux kernel module Makefile cleanups: Somehow missed the drm …
(edit) @77404   6 years vboxsync More linux kernel module Makefile cleanups: Try make 2.6.0 thru 2.6.5 …
(edit) @77403   6 years vboxsync More linux kernel module Makefile cleanups: Simplified VBOXMOD_INCL by …
(edit) @77399   6 years vboxsync More linux kernel module Makefile cleanups: $(subst MOD_%, VBOXMOD_%,*)
(edit) @77398   6 years vboxsync More linux kernel module Makefile cleanups: MOD_DEFS -> implicit -D
(edit) @77397   6 years vboxsync More linux kernel module Makefile cleanups: MOD_DEFS -> implicit -D
(edit) @77393   6 years vboxsync More linux kernel module Makefile cleansup.
(edit) @77391   6 years vboxsync Renamed the common linux makefile includes to use a more conventional …
(edit) @77390   6 years vboxsync Renamed the common linux makefile includes to use a more conventional …
(edit) @77389   6 years vboxsync linux module makefile tinkering & cleaning up.
(edit) @77343   6 years vboxsync Additions/WDDM: Always enable handling complex topologies …
(edit) @77342   6 years vboxsync Additions/WDDM: Return TRUE in VBoxVidPnIsSupported() if hVidPn is …
(edit) @77328   6 years vboxsync Additions/linux/installer: detect compressed kernel modules too in …
(edit) @77307   6 years vboxsync Additions/linux/installer: clean up kernel module rebuilding again. …
(edit) @77306   6 years vboxsync Additions/linux/installer: clean up kernel module rebuilding again. …
(edit) @77304   6 years vboxsync VBoxGuestR0LibSharedFolders.c: Exclude bits linux doesn't use now. …
(edit) @77303   6 years vboxsync linux/vboxsf: Cleaned out the VBOXSF_USE_DEPRECATED_VBGL_INTERFACE …
(edit) @77265   6 years vboxsync VBoxClient/vmsvga-x11: test for uname(2) being -1 on failure, not just …
(edit) @77250   6 years vboxsync linux/vboxsf: Updated kstat->blksize comment with current performance …
(edit) @77247   6 years vboxsync linux/vboxsf: Updated kstat->blksize comment with current performance …
(edit) @77225   6 years vboxsync WDDM: Gallium Miniport Driver: handle empty command buffers. bugref:8893
(edit) @77150   6 years vboxsync Graphics/VideoMP: Fixed retrieving the product build version of …
(edit) @77141   6 years vboxsync linux/vboxsf: Applied the sf_reg_read optimizations to the …
(edit) @77140   6 years vboxsync linux/vboxsf: Set st_blksize to 1MB for files and 16KB for …
(edit) @77139   6 years vboxsync linux/vboxsf: More read code tweaking, making the max read/write …
(edit) @77138   6 years vboxsync linux/vboxsf: More read code tweaking, making the max read/write …
(edit) @77125   6 years vboxsync WDDM: Gallium Display Driver: removed unnecessary assertion
(edit) @77089   6 years vboxsync linux/vboxsf: Optimized reading regular files. bugref:9172 Small …
(edit) @77077   6 years vboxsync Additions/linux/installer: correctly detect the Oracle Linux RPMs. …
(edit) @77069   6 years vboxsync Guest Control/Main: Check flags of …
(edit) @77064   6 years vboxsync linux/vboxsf: Optimization of small reads (<= 3/4 page size) by …
(edit) @77063   6 years vboxsync VbglR0PhysHeapAlloc: Tweaked the free block matching algorithm for …
(edit) @77062   6 years vboxsync linux/vboxsf/utils.c: Fixed sf_setattr regression and f_flags version …
(edit) @77057   6 years vboxsync linux/vboxsf: Makefile is missing IN_GUEST define. bugref:9172
(edit) @77056   6 years vboxsync VMMDev: Simplify VMMDevReq_HGCMCall,VMMDevReq_HGCMCall32, and …
(edit) @77054   6 years vboxsync linux/vboxsf: Started converting the code to use the more efficient …
(edit) @77049   6 years vboxsync Additions/linux/installer: mute chcon error output. …
(edit) @77046   6 years vboxsync WDDM: Gallium Display Driver: separate Gallium based driver from the …
(edit) @77004   6 years vboxsync linux/vboxsf: Added direct_IO stub for so O_DIRECT opens doesn't fail. …
(edit) @77003   6 years vboxsync add/linux: Moved the vboxsf test build down into the sharedfolders …
(edit) @76984   6 years vboxsync Additions/linux: fix a regression from previous commit. bugref:9364: …
(edit) @76978   6 years vboxsync Additions/linux/vboxvideo: Pass a new framebuffer to …
(edit) @76976   6 years vboxsync Additions/linux/vboxvideo: Update driver to use drm_dev_register. …
(edit) @76974   6 years vboxsync Additions/linux/vboxvideo: fix mode_valid's return type bugref:8282: …
(edit) @76973   6 years vboxsync Additions/linux/vboxvideo: Fix line size exceeding 80 columns. …
(edit) @76958   6 years vboxsync Guest Control: Unifying terminology for (client/host) commands, …
(edit) @76953   6 years vboxsync Windows guest installer: Preparations for NSIS 3.x.
(edit) @76943   6 years vboxsync Additions/linux/vboxvideo: Use gem_free_object_unlocked bugref:8282: …
(edit) @76940   6 years vboxsync Additions/linux/vboxvideo: Fix incorrect type in assignment sparse …
(edit) @76939   6 years vboxsync Reverted previous commit: merged too much.
(edit) @76938   6 years vboxsync Additions/linux/vboxvideo: Fix incorrect type in assignment sparse …
(edit) @76937   6 years vboxsync Additions/linux/vboxvideo: Fix reporting invalid …
(edit) @76936   6 years vboxsync Additions/linux/vboxvideo: Call fb_deferred_io_cleanup() on cleanup …
(edit) @76934   6 years vboxsync Windows guest installer: Preparations for NSIS 3.x.
(edit) @76912   6 years vboxsync Additions/linux: report if the current kernel headers are not …
(edit) @76891   6 years vboxsync DnD: Renamed HOST_DND_HG_EVT_CANCEL -> HOST_DND_HG_CANCEL, fixes for …
(edit) @76884   6 years vboxsync WDDM: Gallium miniport driver: cleanup
(edit) @76790   6 years vboxsync WDDM: Gallium miniport driver: VidPn notifications and …
(edit) @76746   6 years vboxsync vboxsf/linux: We never called SetPageUptodate because we tested on err …
(edit) @76745   6 years vboxsync vboxsf/linux: Indent #ifdefs and comment the according to our …
(edit) @76744   6 years vboxsync vboxsf/linux: Indent #ifdefs and comment the according to our …
(edit) @76736   6 years vboxsync nits
(edit) @76733   6 years vboxsync vboxsf/linux: file headers
(edit) @76732   6 years vboxsync VBoxGuest/os2: Do some command line parsing. ticketref:16871
(edit) @76716   6 years vboxsync os2/VBoxSF,Vbgl: Promoted the fast host request wrappers to generic …
(edit) @76715   6 years vboxsync os2/VBoxSF: Pass root ID rather than PVBOXSFFOLDER to inline request …
(edit) @76698   6 years vboxsync Additions/Linux/vboxvideo: tentative fix for SLES 12.4. bugref:4567: …
(edit) @76693   6 years vboxsync os2/VBoxSF: Added fallbacks for older hosts that doesn't support …
(edit) @76689   6 years vboxsync vfsmod.c: And seq_file.h. bugref:3544
(edit) @76688   6 years vboxsync vfsmod.c: Need linux/mount.h for sf_show_options on older kernels. …
(edit) @76666   6 years vboxsync os2/VBoxSF: Buffer direction fix for vboxSfOs2HostReqWritePgLst.
(edit) @76665   6 years vboxsync os2/VBoxSF: Do optimized SHFL_FN_LIST, testing …
(edit) @76588   6 years vboxsync */.scm-settings: cleanups.
(edit) @76580   6 years vboxsync WINNT/Graphics/.scm-settings: restore previous revision (mixed it up …
(edit) @76565   6 years vboxsync Devices: Use VBOX_INCLUDED_SRC_ as header guard prefix with scm.
(edit) @76563   6 years vboxsync Additions: Use GA_INCLUDED_ and variations_ as header guard prefixes …
(edit) @76558   6 years vboxsync include/VBox: Use VBOX_INCLUDED_ rather than _vbox_ as header guard …
(edit) @76557   6 years vboxsync include/iprt: Use IPRT_INCLUDED_ rather than _iprt_ as header guard …
(edit) @76553   6 years vboxsync scm --update-copyright-year
(edit) @76540   6 years vboxsync Additions/WINNT: scm --fix-header-guards. bugref:9344
(edit) @76539   6 years vboxsync Additions/3D: scm --fix-header-guards. bugref:9344
(edit) @76538   6 years vboxsync Additions/{misc}: scm --fix-header-guards. bugref:9344
(edit) @76537   6 years vboxsync Additions/solaris: scm --fix-header-guards. bugref:9344
(edit) @76536   6 years vboxsync Additions/darwin: scm --fix-header-guards. bugref:9344
(edit) @76535   6 years vboxsync Additions/x11: scm --fix-header-guards. bugref:9344
(edit) @76534   6 years vboxsync Additions/linux: scm --fix-header-guards. bugref:9344
(edit) @76533   6 years vboxsync Additions/common: scm --fix-header-guards. bugref:9344
(edit) @76480   6 years vboxsync x11/vboxvideo/getmode.c: Recent GCC correctly points out possible …
(edit) @76474   6 years vboxsync scm --fix-err-h src/ (bugref:9344)
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