VirtualBox

source: vbox/trunk/src/VBox/Additions/common/VBoxService/VBoxServicePageSharing.cpp

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @76422   6 years vboxsync VBox/VMMDev.h: Replaced VBox/err.h with iprt/errcore.h. bugref:9344
(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) @69500   7 years vboxsync *: scm --update-copyright-year
(edit) @69498   7 years vboxsync backed out r118835 as it incorrectly updated the 'This file is based …
(edit) @69496   7 years vboxsync *: scm --update-copyright-year
(edit) @68660   7 years vboxsync include/VBox/HostServices/*.h: Use VMMDevCoreTypes.h instead of VMMDev.h.
(edit) @62851   8 years vboxsync GAs/common: warnings
(edit) @62521   8 years vboxsync (C) 2016
(edit) @58182   9 years vboxsync VBoxService: fixed semaphore destruction race.
(edit) @58089   9 years vboxsync VBoxGuest,VBoxService,Doxyfile.Core: fixes.
(edit) @58052   9 years vboxsync VBoxService: More service introduction pages. A few more cleanups.
(edit) @58033   9 years vboxsync VBoxService: Started adding pages with some details for each component.
(edit) @58032   9 years vboxsync VBoxService: Build fix
(edit) @58029   9 years vboxsync VBoxService: Using prefix 'VGSvc', code style/width cleanups. No real …
(edit) @57358   9 years vboxsync *: scm cleanup run.
(edit) @56294   9 years vboxsync Additions/common,Additions/os2: Updated (C) year.
(edit) @56282   9 years vboxsync static and some function naming.
(edit) @51570   10 years vboxsync Additions/common/VBoxService: provide default/null object …
(edit) @51564   10 years vboxsync Additions/common/VBoxService: revert r94117.
(edit) @51503   10 years vboxsync Additions/common/VBoxService: make most service call-back functions …
(edit) @46593   11 years vboxsync updates
(edit) @44863   12 years vboxsync GuestCtrl: Infrastructure changes for handling and executing dedicated …
(edit) @44528   12 years vboxsync header (C) fixes
(edit) @40128   13 years vboxsync VBoxService: Fixed unknown command line parameter handling of sub-services.
(edit) @40054   13 years vboxsync VMM,VMMDev: Page sharing cleanup.
(edit) @38411   13 years vboxsync Additions/VBoxService: don't fail if VbglR3GetSessionId() does not work
(edit) @35036   14 years vboxsync Warning.
(edit) @33806   14 years vboxsync ExtPack changes, related IPRT changes.
(edit) @32772   14 years vboxsync VBoxService: Logging (also get rid of some ambiguous lines).
(edit) @30960   14 years vboxsync grumble
(edit) @30957   14 years vboxsync VBoxService: Review comments for Andy. Changed -pagefusionfork to …
(edit) @30755   14 years vboxsync Minor updates
(edit) @30754   14 years vboxsync VBoxService/Page Sharing: Fixed crash on exit.
(edit) @30672   14 years vboxsync And another
(edit) @30671   14 years vboxsync Compile fix
(edit) @30669   14 years vboxsync Compile fix
(edit) @30668   14 years vboxsync Generate a session id for the VM that is changed every time the VM …
(edit) @30666   14 years vboxsync This too
(edit) @30665   14 years vboxsync Backed out previous changes
(edit) @30660   14 years vboxsync Very annoying to return informational codes without hitting …
(edit) @30655   14 years vboxsync Moved check
(edit) @30650   14 years vboxsync Attempt nr 2 to reinit page fusion after VM restore
(edit) @30648   14 years vboxsync Wrong tree
(edit) @30646   14 years vboxsync Reregister all shared modules after VM restore
(edit) @30601   14 years vboxsync VBoxService: VBoxServicePageSharingInitFork shouldn't return void. Why …
(edit) @30560   14 years vboxsync Spawn 2nd VBoxService instance to handle page fusion in order to work …
(edit) @30037   14 years vboxsync Redundant logging
(edit) @30036   14 years vboxsync Try a bit harder to locate kernel modules
(edit) @30035   14 years vboxsync Continue; don't abort
(edit) @30034   14 years vboxsync More logging
(edit) @30030   14 years vboxsync Include ntoskrnl.exe
(edit) @30013   15 years vboxsync scm cleanup.
(edit) @29996   15 years vboxsync One more
(edit) @29993   15 years vboxsync Sigh
(edit) @29991   15 years vboxsync Paranoia
(edit) @29990   15 years vboxsync Another attempt
(edit) @29987   15 years vboxsync Comment
(edit) @29985   15 years vboxsync Fixed sign extension bug for 32 bits guests
(edit) @29962   15 years vboxsync Compile fix
(edit) @29961   15 years vboxsync Enabled kernel module sharing
(edit) @29959   15 years vboxsync More updates for kernel module sharing
(edit) @29958   15 years vboxsync Wrong check
(edit) @29956   15 years vboxsync Update
(edit) @29955   15 years vboxsync Updates
(edit) @29952   15 years vboxsync Preliminary code for sharing kernel memory
(edit) @29939   15 years vboxsync More tabs
(edit) @29938   15 years vboxsync Stupid tabs
(edit) @29936   15 years vboxsync Block first for a minute as using DONT_RESOLVE_DLL_REFERENCES is kind …
(edit) @29640   15 years vboxsync Use ASMProbeReadByte instead
(edit) @29608   15 years vboxsync Try to trick the optimizer to leave the page touching code in place.
(edit) @29606   15 years vboxsync Touch page update
(edit) @29514   15 years vboxsync Skip our own process
(edit) @29507   15 years vboxsync Skip the first region as it only contains the image file header.
(edit) @29479   15 years vboxsync Added note
(edit) @29473   15 years vboxsync Try to page in all module memory
(edit) @29472   15 years vboxsync Cleaned up
(edit) @29424   15 years vboxsync Shared paging updates
(edit) @29420   15 years vboxsync Don't assert
(edit) @29367   15 years vboxsync Paranoia
(edit) @29366   15 years vboxsync Missing check
(edit) @29365   15 years vboxsync Loggign changes
(edit) @29361   15 years vboxsync Logging changes
(edit) @29358   15 years vboxsync PROCESS_VM_READ is not required
(edit) @29357   15 years vboxsync Bugfix
(edit) @29355   15 years vboxsync Reverse CloseHandle order
(edit) @29351   15 years vboxsync More logging
(edit) @29307   15 years vboxsync Shared paging interface updates
(edit) @28800   15 years vboxsync Automated rebranding to Oracle copyright/license strings via filemuncher
(edit) @28733   15 years vboxsync VBoxService: header fix
(edit) @28434   15 years vboxsync *: whitespace cleanups by scm and two manually picked nits.
(add) @28432   15 years vboxsync VBoxServicePageSharing.cpp: svn properties.
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