vbox的更動 26493 路徑 trunk/src/VBox/Additions/solaris
- 時間撮記:
- 2010-2-14 上午07:50:58 (15 年 以前)
- 位置:
- trunk/src/VBox/Additions/solaris
- 檔案:
-
- 修改 5 筆資料
圖例:
- 未更動
- 新增
- 刪除
-
trunk/src/VBox/Additions/solaris/DRM/include/drm.h
r18057 r26493 603 603 DRM_DRAWABLE_CLIPRECTS, 604 604 } drm_drawable_info_type_t; 605 605 606 606 typedef struct drm_update_draw { 607 607 drm_drawable_t handle; … … 639 639 } drm_vblank_seq_type_t; 640 640 641 #define _DRM_VBLANK_TYPES_MASK (_DRM_VBLANK_ABSOLUTE | _DRM_VBLANK_RELATIVE) 641 #define _DRM_VBLANK_TYPES_MASK (_DRM_VBLANK_ABSOLUTE | _DRM_VBLANK_RELATIVE) 642 642 #define _DRM_VBLANK_FLAGS_MASK (_DRM_VBLANK_SIGNAL | _DRM_VBLANK_SECONDARY | \ 643 _DRM_VBLANK_NEXTONMISS) 643 _DRM_VBLANK_NEXTONMISS) 644 644 645 645 struct drm_wait_vblank_request { -
trunk/src/VBox/Additions/solaris/DRM/vboxvideo_drm.c
r18576 r26493 386 386 pDriver->irq_handler = drm_driver_irq_handler; 387 387 388 pDriver->driver_ioctls = 389 pDriver->max_driver_ioctls = 388 pDriver->driver_ioctls = 389 pDriver->max_driver_ioctls = 390 390 #endif 391 391 -
trunk/src/VBox/Additions/solaris/Makefile.kmk
r25911 r26493 297 297 else # !VBOX_WITH_COMBINED_SOLARIS_GUEST_PACKAGE 298 298 ifdef VBOX_COMPRESS 299 $(QUIET)$(VBOX_COMPRESS) $(addprefix $(SOLARIS_VBOXADDINST_DIR_ISA)/,$(SOLARIS_ADD_COMPRESS_FILES)) 299 $(QUIET)$(VBOX_COMPRESS) $(addprefix $(SOLARIS_VBOXADDINST_DIR_ISA)/,$(SOLARIS_ADD_COMPRESS_FILES)) 300 300 endif 301 301 $(LN_SYMLINK) -f ../../..$(SOLARIS_VBOXADDINST_SUBDIR)/$(SOLARIS_ADDDIR_NAME_ISA)/vboxfsmount $(SOLARIS_ADD_ETCFS_DIR)/mount -
trunk/src/VBox/Additions/solaris/SharedFolders/vboxfs_vfs.c
r25883 r26493 306 306 if (error) 307 307 return (error); 308 308 309 309 /* 310 310 * find what we are mounting -
trunk/src/VBox/Additions/solaris/SharedFolders/vboxfs_vnode.c
r25883 r26493 295 295 if (!node->sf_is_stale && node->sf_type == VDIR) { 296 296 len = strlen(node->sf_path); 297 297 298 298 n = node; 299 299 while ((n = AVL_NEXT(&sfnodes, node)) != NULL) { … … 474 474 475 475 /* 476 * Look for an existing node. 476 * Look for an existing node. 477 477 */ 478 478 fullpath = sfnode_construct_path(dir, name); … … 630 630 } 631 631 names = (void *)prov_buff; 632 632 633 633 /* 634 634 * Lookup each of the names, so that we have ino's.
注意:
瀏覽 TracChangeset
來幫助您使用更動檢視器