Changeset 28800 in vbox for trunk/src/VBox/Additions/linux
- Timestamp:
- Apr 27, 2010 8:22:32 AM (15 years ago)
- svn:sync-xref-src-repo-rev:
- 60692
- Location:
- trunk/src/VBox/Additions/linux
- Files:
-
- 24 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/linux/Makefile
r26163 r28800 5 5 # 6 6 # 7 # Copyright (C) 2009 Sun Microsystems, Inc.7 # Copyright (C) 2009 Oracle Corporation 8 8 # 9 9 # This file is part of VirtualBox Open Source Edition (OSE), as … … 14 14 # VirtualBox OSE distribution. VirtualBox OSE is distributed in the 15 15 # hope that it will be useful, but WITHOUT ANY WARRANTY of any kind. 16 #17 # Please contact Sun Microsystems, Inc., 4150 Network Circle, Santa18 # Clara, CA 95054 USA or visit http://www.sun.com if you need19 # additional information or have any questions.20 16 # 21 17 -
trunk/src/VBox/Additions/linux/Makefile.kmk
r28081 r28800 5 5 6 6 # 7 # Copyright (C) 2006-2007 Sun Microsystems, Inc.7 # Copyright (C) 2006-2007 Oracle Corporation 8 8 # 9 9 # This file is part of VirtualBox Open Source Edition (OSE), as … … 14 14 # VirtualBox OSE distribution. VirtualBox OSE is distributed in the 15 15 # hope that it will be useful, but WITHOUT ANY WARRANTY of any kind. 16 #17 # Please contact Sun Microsystems, Inc., 4150 Network Circle, Santa18 # Clara, CA 95054 USA or visit http://www.sun.com if you need19 # additional information or have any questions.20 16 # 21 17 -
trunk/src/VBox/Additions/linux/drm/Makefile.kmk
r26336 r28800 5 5 6 6 # 7 # Copyright (C) 2006-2007 Sun Microsystems, Inc.7 # Copyright (C) 2006-2007 Oracle Corporation 8 8 # 9 9 # This file is part of VirtualBox Open Source Edition (OSE), as … … 14 14 # VirtualBox OSE distribution. VirtualBox OSE is distributed in the 15 15 # hope that it will be useful, but WITHOUT ANY WARRANTY of any kind. 16 #17 # Please contact Sun Microsystems, Inc., 4150 Network Circle, Santa18 # Clara, CA 95054 USA or visit http://www.sun.com if you need19 # additional information or have any questions.20 16 # 21 17 -
trunk/src/VBox/Additions/linux/drm/Makefile.module
r25097 r28800 4 4 # (For 2.6.x this file must be 'Makefile'!) 5 5 # 6 # Copyright (C) 2006-2007 Sun Microsystems, Inc.6 # Copyright (C) 2006-2007 Oracle Corporation 7 7 # 8 8 # This file is part of VirtualBox Open Source Edition (OSE), as … … 13 13 # VirtualBox OSE distribution. VirtualBox OSE is distributed in the 14 14 # hope that it will be useful, but WITHOUT ANY WARRANTY of any kind. 15 #16 # Please contact Sun Microsystems, Inc., 4150 Network Circle, Santa17 # Clara, CA 95054 USA or visit http://www.sun.com if you need18 # additional information or have any questions.19 15 # 20 16 -
trunk/src/VBox/Additions/linux/drm/files_vboxvideo_drm
r28283 r28800 3 3 # Shared file between Makefile.kmk and export_modules 4 4 # 5 # Copyright (C) 2007 Sun Microsystems, Inc.5 # Copyright (C) 2007 Oracle Corporation 6 6 # 7 7 # This file is part of VirtualBox Open Source Edition (OSE), as … … 12 12 # VirtualBox OSE distribution. VirtualBox OSE is distributed in the 13 13 # hope that it will be useful, but WITHOUT ANY WARRANTY of any kind. 14 #15 # Please contact Sun Microsystems, Inc., 4150 Network Circle, Santa16 # Clara, CA 95054 USA or visit http://www.sun.com if you need17 # additional information or have any questions.18 14 # 19 15 -
trunk/src/VBox/Additions/linux/drm/vboxvideo_drm.c
r28283 r28800 5 5 6 6 /* 7 * Copyright (C) 2006-2007 Sun Microsystems, Inc.7 * Copyright (C) 2006-2007 Oracle Corporation 8 8 * 9 9 * This file is part of VirtualBox Open Source Edition (OSE), as … … 14 14 * VirtualBox OSE distribution. VirtualBox OSE is distributed in the 15 15 * hope that it will be useful, but WITHOUT ANY WARRANTY of any kind. 16 *17 * Please contact Sun Microsystems, Inc., 4150 Network Circle, Santa18 * Clara, CA 95054 USA or visit http://www.sun.com if you need19 * additional information or have any questions.20 16 * -------------------------------------------------------------------- 21 17 * -
trunk/src/VBox/Additions/linux/drm/vboxvideo_drm.h
r28283 r28800 5 5 6 6 /* 7 * Copyright (C) 2006-2007 Sun Microsystems, Inc.7 * Copyright (C) 2006-2007 Oracle Corporation 8 8 * 9 9 * This file is part of VirtualBox Open Source Edition (OSE), as … … 14 14 * VirtualBox OSE distribution. VirtualBox OSE is distributed in the 15 15 * hope that it will be useful, but WITHOUT ANY WARRANTY of any kind. 16 *17 * Please contact Sun Microsystems, Inc., 4150 Network Circle, Santa18 * Clara, CA 95054 USA or visit http://www.sun.com if you need19 * additional information or have any questions.20 16 * -------------------------------------------------------------------- 21 17 * -
trunk/src/VBox/Additions/linux/export_modules
r21412 r28800 5 5 # modules 6 6 # 7 # Copyright (C) 2006-2007 Sun Microsystems, Inc.7 # Copyright (C) 2006-2007 Oracle Corporation 8 8 # 9 9 # This file is part of VirtualBox Open Source Edition (OSE), as … … 14 14 # VirtualBox OSE distribution. VirtualBox OSE is distributed in the 15 15 # hope that it will be useful, but WITHOUT ANY WARRANTY of any kind. 16 #17 # Please contact Sun Microsystems, Inc., 4150 Network Circle, Santa18 # Clara, CA 95054 USA or visit http://www.sun.com if you need19 # additional information or have any questions.20 16 # 21 17 -
trunk/src/VBox/Additions/linux/installer/Makefile.include.footer
r26163 r28800 4 4 # (For 2.6.x, the main file must be called 'Makefile'!) 5 5 # 6 # Copyright (C) 2006-2007 Sun Microsystems, Inc.6 # Copyright (C) 2006-2007 Oracle Corporation 7 7 # 8 8 # This file is part of VirtualBox Open Source Edition (OSE), as … … 13 13 # VirtualBox OSE distribution. VirtualBox OSE is distributed in the 14 14 # hope that it will be useful, but WITHOUT ANY WARRANTY of any kind. 15 #16 # Please contact Sun Microsystems, Inc., 4150 Network Circle, Santa17 # Clara, CA 95054 USA or visit http://www.sun.com if you need18 # additional information or have any questions.19 15 # 20 16 -
trunk/src/VBox/Additions/linux/installer/Makefile.include.header
r26163 r28800 4 4 # (For 2.6.x, the main file must be called 'Makefile'!) 5 5 # 6 # Copyright (C) 2006-2007 Sun Microsystems, Inc.6 # Copyright (C) 2006-2007 Oracle Corporation 7 7 # 8 8 # This file is part of VirtualBox Open Source Edition (OSE), as … … 13 13 # VirtualBox OSE distribution. VirtualBox OSE is distributed in the 14 14 # hope that it will be useful, but WITHOUT ANY WARRANTY of any kind. 15 #16 # Please contact Sun Microsystems, Inc., 4150 Network Circle, Santa17 # Clara, CA 95054 USA or visit http://www.sun.com if you need18 # additional information or have any questions.19 15 # 20 16 -
trunk/src/VBox/Additions/linux/installer/vboxadd-service.sh
r26963 r28800 4 4 # Linux Additions Guest Additions service daemon init script. 5 5 # 6 # Copyright (C) 2006-2009 Sun Microsystems, Inc.6 # Copyright (C) 2006-2009 Oracle Corporation 7 7 # 8 8 # This file is part of VirtualBox Open Source Edition (OSE), as … … 13 13 # VirtualBox OSE distribution. VirtualBox OSE is distributed in the 14 14 # hope that it will be useful, but WITHOUT ANY WARRANTY of any kind. 15 #16 # Please contact Sun Microsystems, Inc., 4150 Network Circle, Santa17 # Clara, CA 95054 USA or visit http://www.sun.com if you need18 # additional information or have any questions.19 15 # 20 16 -
trunk/src/VBox/Additions/linux/installer/vboxadd-x11.sh
r28064 r28800 5 5 6 6 # 7 # Copyright (C) 2006-2009 Sun Microsystems, Inc.7 # Copyright (C) 2006-2009 Oracle Corporation 8 8 # 9 9 # This file is part of VirtualBox Open Source Edition (OSE), as … … 14 14 # VirtualBox OSE distribution. VirtualBox OSE is distributed in the 15 15 # hope that it will be useful, but WITHOUT ANY WARRANTY of any kind. 16 #17 # Please contact Sun Microsystems, Inc., 4150 Network Circle, Santa18 # Clara, CA 95054 USA or visit http://www.sun.com if you need19 # additional information or have any questions.20 16 # 21 17 -
trunk/src/VBox/Additions/linux/installer/vboxadd.sh
r27412 r28800 5 5 6 6 # 7 # Copyright (C) 2006-2009 Sun Microsystems, Inc.7 # Copyright (C) 2006-2009 Oracle Corporation 8 8 # 9 9 # This file is part of VirtualBox Open Source Edition (OSE), as … … 14 14 # VirtualBox OSE distribution. VirtualBox OSE is distributed in the 15 15 # hope that it will be useful, but WITHOUT ANY WARRANTY of any kind. 16 #17 # Please contact Sun Microsystems, Inc., 4150 Network Circle, Santa18 # Clara, CA 95054 USA or visit http://www.sun.com if you need19 # additional information or have any questions.20 16 # 21 17 -
trunk/src/VBox/Additions/linux/sharedfolders/Makefile.kmk
r26336 r28800 5 5 6 6 # 7 # Copyright (C) 2006-2007 Sun Microsystems, Inc.7 # Copyright (C) 2006-2007 Oracle Corporation 8 8 # 9 9 # This file is part of VirtualBox Open Source Edition (OSE), as … … 14 14 # VirtualBox OSE distribution. VirtualBox OSE is distributed in the 15 15 # hope that it will be useful, but WITHOUT ANY WARRANTY of any kind. 16 #17 # Please contact Sun Microsystems, Inc., 4150 Network Circle, Santa18 # Clara, CA 95054 USA or visit http://www.sun.com if you need19 # additional information or have any questions.20 16 # 21 17 -
trunk/src/VBox/Additions/linux/sharedfolders/Makefile.module
r25451 r28800 4 4 # (For 2.6.x this file must be 'Makefile'!) 5 5 # 6 # Copyright (C) 2006-2007 Sun Microsystems, Inc.6 # Copyright (C) 2006-2007 Oracle Corporation 7 7 # 8 8 # This file is part of VirtualBox Open Source Edition (OSE), as … … 13 13 # VirtualBox OSE distribution. VirtualBox OSE is distributed in the 14 14 # hope that it will be useful, but WITHOUT ANY WARRANTY of any kind. 15 #16 # Please contact Sun Microsystems, Inc., 4150 Network Circle, Santa17 # Clara, CA 95054 USA or visit http://www.sun.com if you need18 # additional information or have any questions.19 15 # 20 16 -
trunk/src/VBox/Additions/linux/sharedfolders/dirops.c
r28434 r28800 6 6 7 7 /* 8 * Copyright (C) 2006-2007 Sun Microsystems, Inc.8 * Copyright (C) 2006-2007 Oracle Corporation 9 9 * 10 10 * This file is part of VirtualBox Open Source Edition (OSE), as … … 15 15 * VirtualBox OSE distribution. VirtualBox OSE is distributed in the 16 16 * hope that it will be useful, but WITHOUT ANY WARRANTY of any kind. 17 *18 * Please contact Sun Microsystems, Inc., 4150 Network Circle, Santa19 * Clara, CA 95054 USA or visit http://www.sun.com if you need20 * additional information or have any questions.21 17 */ 22 18 -
trunk/src/VBox/Additions/linux/sharedfolders/files_vboxvfs
r28283 r28800 5 5 6 6 # 7 # Copyright (C) 2007 Sun Microsystems, Inc.7 # Copyright (C) 2007 Oracle Corporation 8 8 # 9 9 # This file is part of VirtualBox Open Source Edition (OSE), as … … 14 14 # VirtualBox OSE distribution. VirtualBox OSE is distributed in the 15 15 # hope that it will be useful, but WITHOUT ANY WARRANTY of any kind. 16 #17 # Please contact Sun Microsystems, Inc., 4150 Network Circle, Santa18 # Clara, CA 95054 USA or visit http://www.sun.com if you need19 # additional information or have any questions.20 16 # 21 17 -
trunk/src/VBox/Additions/linux/sharedfolders/mount.vboxsf.c
r25023 r28800 8 8 9 9 /* 10 * Copyright (C) 2006-2007 Sun Microsystems, Inc.10 * Copyright (C) 2006-2007 Oracle Corporation 11 11 * 12 12 * This file is part of VirtualBox Open Source Edition (OSE), as … … 17 17 * VirtualBox OSE distribution. VirtualBox OSE is distributed in the 18 18 * hope that it will be useful, but WITHOUT ANY WARRANTY of any kind. 19 *20 * Please contact Sun Microsystems, Inc., 4150 Network Circle, Santa21 * Clara, CA 95054 USA or visit http://www.sun.com if you need22 * additional information or have any questions.23 19 */ 24 20 -
trunk/src/VBox/Additions/linux/sharedfolders/regops.c
r28253 r28800 6 6 7 7 /* 8 * Copyright (C) 2006-2007 Sun Microsystems, Inc.8 * Copyright (C) 2006-2007 Oracle Corporation 9 9 * 10 10 * This file is part of VirtualBox Open Source Edition (OSE), as … … 15 15 * VirtualBox OSE distribution. VirtualBox OSE is distributed in the 16 16 * hope that it will be useful, but WITHOUT ANY WARRANTY of any kind. 17 *18 * Please contact Sun Microsystems, Inc., 4150 Network Circle, Santa19 * Clara, CA 95054 USA or visit http://www.sun.com if you need20 * additional information or have any questions.21 17 */ 22 18 -
trunk/src/VBox/Additions/linux/sharedfolders/utils.c
r28253 r28800 7 7 8 8 /* 9 * Copyright (C) 2006-2007 Sun Microsystems, Inc.9 * Copyright (C) 2006-2007 Oracle Corporation 10 10 * 11 11 * This file is part of VirtualBox Open Source Edition (OSE), as … … 16 16 * VirtualBox OSE distribution. VirtualBox OSE is distributed in the 17 17 * hope that it will be useful, but WITHOUT ANY WARRANTY of any kind. 18 *19 * Please contact Sun Microsystems, Inc., 4150 Network Circle, Santa20 * Clara, CA 95054 USA or visit http://www.sun.com if you need21 * additional information or have any questions.22 18 */ 23 19 -
trunk/src/VBox/Additions/linux/sharedfolders/vbsfmount.h
r11507 r28800 4 4 5 5 /* 6 * Copyright (C) 2006-2007 Sun Microsystems, Inc.6 * Copyright (C) 2006-2007 Oracle Corporation 7 7 * 8 8 * This file is part of VirtualBox Open Source Edition (OSE), as … … 13 13 * VirtualBox OSE distribution. VirtualBox OSE is distributed in the 14 14 * hope that it will be useful, but WITHOUT ANY WARRANTY of any kind. 15 *16 * Please contact Sun Microsystems, Inc., 4150 Network Circle, Santa17 * Clara, CA 95054 USA or visit http://www.sun.com if you need18 * additional information or have any questions.19 15 */ 20 16 -
trunk/src/VBox/Additions/linux/sharedfolders/vfsmod.c
r28283 r28800 11 11 12 12 /* 13 * Copyright (C) 2006-2007 Sun Microsystems, Inc.13 * Copyright (C) 2006-2007 Oracle Corporation 14 14 * 15 15 * This file is part of VirtualBox Open Source Edition (OSE), as … … 20 20 * VirtualBox OSE distribution. VirtualBox OSE is distributed in the 21 21 * hope that it will be useful, but WITHOUT ANY WARRANTY of any kind. 22 *23 * Please contact Sun Microsystems, Inc., 4150 Network Circle, Santa24 * Clara, CA 95054 USA or visit http://www.sun.com if you need25 * additional information or have any questions.26 22 */ 27 23 -
trunk/src/VBox/Additions/linux/sharedfolders/vfsmod.h
r28283 r28800 5 5 6 6 /* 7 * Copyright (C) 2006-2007 Sun Microsystems, Inc.7 * Copyright (C) 2006-2007 Oracle Corporation 8 8 * 9 9 * This file is part of VirtualBox Open Source Edition (OSE), as … … 14 14 * VirtualBox OSE distribution. VirtualBox OSE is distributed in the 15 15 * hope that it will be useful, but WITHOUT ANY WARRANTY of any kind. 16 *17 * Please contact Sun Microsystems, Inc., 4150 Network Circle, Santa18 * Clara, CA 95054 USA or visit http://www.sun.com if you need19 * additional information or have any questions.20 16 */ 21 17 -
trunk/src/VBox/Additions/linux/testcase/TimesyncBackdoor.c
r26505 r28800 5 5 6 6 /* 7 * Copyright (C) 2006-2007 Sun Microsystems, Inc.7 * Copyright (C) 2006-2007 Oracle Corporation 8 8 * 9 9 * This file is part of VirtualBox Open Source Edition (OSE), as … … 14 14 * VirtualBox OSE distribution. VirtualBox OSE is distributed in the 15 15 * hope that it will be useful, but WITHOUT ANY WARRANTY of any kind. 16 *17 * Please contact Sun Microsystems, Inc., 4150 Network Circle, Santa18 * Clara, CA 95054 USA or visit http://www.sun.com if you need19 * additional information or have any questions.20 16 */ 21 17
Note:
See TracChangeset
for help on using the changeset viewer.