- Timestamp:
- Oct 7, 2013 9:30:45 PM (11 years ago)
- Location:
- trunk/src/VBox/Additions/solaris
- Files:
-
- 8 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/solaris/DRM/vboxvideo_drm.c
-
Property svn:keywords
changed from
Id
toId Revision
-
Property svn:keywords
changed from
-
trunk/src/VBox/Additions/solaris/Mouse/testcase/tstVBoxMouse-solaris.c
r41705 r48943 23 23 * terms and conditions of either the GPL or the CDDL or both. 24 24 */ 25 25 26 26 /****************************************************************************** 27 27 * Header Files * -
trunk/src/VBox/Additions/solaris/Mouse/vboxms.c
r46051 r48943 1249 1249 if (enmDirection == BOTH) 1250 1250 pUserAddr = *(void **)pMBlk->b_cont->b_rptr; 1251 1252 1253 1251 mcopyin(pMBlk, pUserAddr /* state data */, cbCmd, NULL); 1252 } 1253 else if (enmDirection == OUT) 1254 1254 { 1255 1255 mblk_t *pMBlkOut = allocb(cbCmd, BPRI_MED); -
trunk/src/VBox/Additions/solaris/Mouse/vboxmslnk.c
r42364 r48943 85 85 { 86 86 int fNoLogo = 0, fShowUsage = 0, fShowVersion = 0; 87 87 88 88 if (argc != 1 && argc != 2) 89 89 fShowUsage = 1; -
trunk/src/VBox/Additions/solaris/SharedFolders/vboxfs_mount.c
-
Property svn:keywords
changed from
Id
toId Revision
-
Property svn:keywords
changed from
-
trunk/src/VBox/Additions/solaris/SharedFolders/vboxfs_prov.c
-
Property svn:keywords
changed from
Id
toId Revision
-
Property svn:keywords
changed from
-
trunk/src/VBox/Additions/solaris/SharedFolders/vboxfs_vfs.c
-
Property svn:keywords
changed from
Id
toId Revision
-
Property svn:keywords
changed from
-
trunk/src/VBox/Additions/solaris/SharedFolders/vboxfs_vnode.c
-
Property svn:keywords
changed from
Id
toId Revision
-
Property svn:keywords
changed from
Note:
See TracChangeset
for help on using the changeset viewer.