Changeset 82968 in vbox for trunk/src/VBox/Additions/linux
- Timestamp:
- Feb 4, 2020 10:35:17 AM (5 years ago)
- svn:sync-xref-src-repo-rev:
- 135976
- Location:
- trunk/src/VBox/Additions/linux
- Files:
-
- 48 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/linux/Makefile
r82695 r82968 4 4 5 5 # 6 # Copyright (C) 2009-20 19Oracle Corporation6 # Copyright (C) 2009-2020 Oracle Corporation 7 7 # 8 8 # This file is part of VirtualBox Open Source Edition (OSE), as -
trunk/src/VBox/Additions/linux/Makefile.kmk
r80278 r82968 5 5 6 6 # 7 # Copyright (C) 2006-20 19Oracle Corporation7 # Copyright (C) 2006-2020 Oracle Corporation 8 8 # 9 9 # This file is part of VirtualBox Open Source Edition (OSE), as -
trunk/src/VBox/Additions/linux/drm/.scm-settings
r76553 r82968 5 5 6 6 # 7 # Copyright (C) 2010-20 19Oracle Corporation7 # Copyright (C) 2010-2020 Oracle Corporation 8 8 # 9 9 # This file is part of VirtualBox Open Source Edition (OSE), as -
trunk/src/VBox/Additions/linux/drm/Makefile.kmk
r76553 r82968 5 5 6 6 # 7 # Copyright (C) 2006-20 19Oracle Corporation7 # Copyright (C) 2006-2020 Oracle Corporation 8 8 # 9 9 # This file is part of VirtualBox Open Source Edition (OSE), as -
trunk/src/VBox/Additions/linux/drm/Makefile.module.kms
r80271 r82968 7 7 8 8 # 9 # Copyright (C) 2006-20 19Oracle Corporation9 # Copyright (C) 2006-2020 Oracle Corporation 10 10 # 11 11 # This file is part of VirtualBox Open Source Edition (OSE), as -
trunk/src/VBox/Additions/linux/drm/files_vboxvideo_drv
r77390 r82968 6 6 7 7 # 8 # Copyright (C) 2011-20 19Oracle Corporation8 # Copyright (C) 2011-2020 Oracle Corporation 9 9 # 10 10 # This file is part of VirtualBox Open Source Edition (OSE), as -
trunk/src/VBox/Additions/linux/drm/indent.sed
r76558 r82968 3 3 4 4 # 5 # Copyright (C) 2017-20 19Oracle Corporation5 # Copyright (C) 2017-2020 Oracle Corporation 6 6 # 7 7 # This file is part of VirtualBox Open Source Edition (OSE), as -
trunk/src/VBox/Additions/linux/drm/vbox_drv.c
r81649 r82968 5 5 6 6 /* 7 * Copyright (C) 2013-20 19Oracle Corporation7 * Copyright (C) 2013-2020 Oracle Corporation 8 8 * This file is based on ast_drv.c 9 9 * Copyright 2012 Red Hat Inc. -
trunk/src/VBox/Additions/linux/drm/vbox_drv.h
r80712 r82968 5 5 6 6 /* 7 * Copyright (C) 2013-20 19Oracle Corporation7 * Copyright (C) 2013-2020 Oracle Corporation 8 8 * This file is based on ast_drv.h 9 9 * Copyright 2012 Red Hat Inc. -
trunk/src/VBox/Additions/linux/drm/vbox_fb.c
r79690 r82968 5 5 6 6 /* 7 * Copyright (C) 2013-20 19Oracle Corporation7 * Copyright (C) 2013-2020 Oracle Corporation 8 8 * This file is based on ast_fb.c 9 9 * Copyright 2012 Red Hat Inc. -
trunk/src/VBox/Additions/linux/drm/vbox_hgsmi.c
r76553 r82968 6 6 * Contributed by Hans de Goede <[email protected]> 7 7 * 8 * Copyright (C) 2017-20 19Oracle Corporation8 * Copyright (C) 2017-2020 Oracle Corporation 9 9 * 10 10 * Permission is hereby granted, free of charge, to any person -
trunk/src/VBox/Additions/linux/drm/vbox_irq.c
r80712 r82968 5 5 6 6 /* 7 * Copyright (C) 2016-20 19Oracle Corporation7 * Copyright (C) 2016-2020 Oracle Corporation 8 8 * This file is based on qxl_irq.c 9 9 * Copyright 2013 Red Hat Inc. -
trunk/src/VBox/Additions/linux/drm/vbox_main.c
r81649 r82968 5 5 6 6 /* 7 * Copyright (C) 2013-20 19Oracle Corporation7 * Copyright (C) 2013-2020 Oracle Corporation 8 8 * This file is based on ast_main.c 9 9 * Copyright 2012 Red Hat Inc. -
trunk/src/VBox/Additions/linux/drm/vbox_mode.c
r80712 r82968 5 5 6 6 /* 7 * Copyright (C) 2013-20 19Oracle Corporation7 * Copyright (C) 2013-2020 Oracle Corporation 8 8 * This file is based on ast_mode.c 9 9 * Copyright 2012 Red Hat Inc. -
trunk/src/VBox/Additions/linux/drm/vbox_prime.c
r76553 r82968 1 1 /* 2 * Copyright (C) 2017-20 19Oracle Corporation2 * Copyright (C) 2017-2020 Oracle Corporation 3 3 * This file is based on qxl_prime.c 4 4 * Copyright 2017 Canonical -
trunk/src/VBox/Additions/linux/drm/vbox_ttm.c
r81743 r82968 5 5 6 6 /* 7 * Copyright (C) 2013-20 19Oracle Corporation7 * Copyright (C) 2013-2020 Oracle Corporation 8 8 * This file is based on ast_ttm.c 9 9 * Copyright 2012 Red Hat Inc. -
trunk/src/VBox/Additions/linux/export_modules.sh
r82582 r82968 6 6 7 7 # 8 # Copyright (C) 2006-20 19Oracle Corporation8 # Copyright (C) 2006-2020 Oracle Corporation 9 9 # 10 10 # This file is part of VirtualBox Open Source Edition (OSE), as -
trunk/src/VBox/Additions/linux/installer/.scm-settings
r76553 r82968 5 5 6 6 # 7 # Copyright (C) 2010-20 19Oracle Corporation7 # Copyright (C) 2010-2020 Oracle Corporation 8 8 # 9 9 # This file is part of VirtualBox Open Source Edition (OSE), as -
trunk/src/VBox/Additions/linux/installer/autorun.sh
r76553 r82968 6 6 7 7 # 8 # Copyright (C) 2009-20 19Oracle Corporation8 # Copyright (C) 2009-2020 Oracle Corporation 9 9 # 10 10 # This file is part of VirtualBox Open Source Edition (OSE), as -
trunk/src/VBox/Additions/linux/installer/deffiles
r80278 r82968 5 5 6 6 # 7 # Copyright (C) 2009-20 19Oracle Corporation7 # Copyright (C) 2009-2020 Oracle Corporation 8 8 # 9 9 # This file is part of VirtualBox Open Source Edition (OSE), as -
trunk/src/VBox/Additions/linux/installer/install.sh.in
r77431 r82968 6 6 7 7 # 8 # Copyright (C) 2006-20 19Oracle Corporation8 # Copyright (C) 2006-2020 Oracle Corporation 9 9 # 10 10 # This file is part of VirtualBox Open Source Edition (OSE), as -
trunk/src/VBox/Additions/linux/installer/module-autologon.sh
r76553 r82968 6 6 7 7 # 8 # Copyright (C) 2012-20 19Oracle Corporation8 # Copyright (C) 2012-2020 Oracle Corporation 9 9 # 10 10 # This file is part of VirtualBox Open Source Edition (OSE), as -
trunk/src/VBox/Additions/linux/installer/vboxadd-service.sh
r76553 r82968 6 6 7 7 # 8 # Copyright (C) 2006-20 19Oracle Corporation8 # Copyright (C) 2006-2020 Oracle Corporation 9 9 # 10 10 # This file is part of VirtualBox Open Source Edition (OSE), as -
trunk/src/VBox/Additions/linux/installer/vboxadd-x11.sh
r77049 r82968 6 6 7 7 # 8 # Copyright (C) 2006-20 19Oracle Corporation8 # Copyright (C) 2006-2020 Oracle Corporation 9 9 # 10 10 # This file is part of VirtualBox Open Source Edition (OSE), as -
trunk/src/VBox/Additions/linux/installer/vboxadd.sh
r80581 r82968 6 6 7 7 # 8 # Copyright (C) 2006-20 19Oracle Corporation8 # Copyright (C) 2006-2020 Oracle Corporation 9 9 # 10 10 # This file is part of VirtualBox Open Source Edition (OSE), as -
trunk/src/VBox/Additions/linux/lightdm-greeter/.scm-settings
r76553 r82968 5 5 6 6 # 7 # Copyright (C) 2010-20 19Oracle Corporation7 # Copyright (C) 2010-2020 Oracle Corporation 8 8 # 9 9 # This file is part of VirtualBox Open Source Edition (OSE), as -
trunk/src/VBox/Additions/linux/lightdm-greeter/Config.kmk
r76553 r82968 5 5 6 6 # 7 # Copyright (C) 2016-20 19Oracle Corporation7 # Copyright (C) 2016-2020 Oracle Corporation 8 8 # 9 9 # This file is part of VirtualBox Open Source Edition (OSE), as -
trunk/src/VBox/Additions/linux/lightdm-greeter/Makefile.kmk
r79019 r82968 5 5 6 6 # 7 # Copyright (C) 2012-20 19Oracle Corporation7 # Copyright (C) 2012-2020 Oracle Corporation 8 8 # 9 9 # This file is part of VirtualBox Open Source Edition (OSE), as -
trunk/src/VBox/Additions/linux/lightdm-greeter/liblightdm-gobject-1.5.0/Makefile.kmk
r76553 r82968 5 5 6 6 # 7 # Copyright (C) 2013-20 19Oracle Corporation7 # Copyright (C) 2013-2020 Oracle Corporation 8 8 # 9 9 # This file is part of VirtualBox Open Source Edition (OSE), as -
trunk/src/VBox/Additions/linux/lightdm-greeter/vbox-greeter.cpp
r77557 r82968 6 6 7 7 /* 8 * Copyright (C) 2012-20 19Oracle Corporation8 * Copyright (C) 2012-2020 Oracle Corporation 9 9 * 10 10 * This file is part of VirtualBox Open Source Edition (OSE), as -
trunk/src/VBox/Additions/linux/selinux-fedora/.scm-settings
r76553 r82968 5 5 6 6 # 7 # Copyright (C) 2010-20 19Oracle Corporation7 # Copyright (C) 2010-2020 Oracle Corporation 8 8 # 9 9 # This file is part of VirtualBox Open Source Edition (OSE), as -
trunk/src/VBox/Additions/linux/selinux-fedora/vbox_accel.te
r76553 r82968 5 5 6 6 # 7 # Copyright (C) 2006-20 19Oracle Corporation7 # Copyright (C) 2006-2020 Oracle Corporation 8 8 # 9 9 # This file is part of VirtualBox Open Source Edition (OSE), as -
trunk/src/VBox/Additions/linux/selinux-fedora/vbox_x11.te
r76553 r82968 5 5 6 6 # 7 # Copyright (C) 2006-20 19Oracle Corporation7 # Copyright (C) 2006-2020 Oracle Corporation 8 8 # 9 9 # This file is part of VirtualBox Open Source Edition (OSE), as -
trunk/src/VBox/Additions/linux/sharedfolders/.scm-settings
r76733 r82968 5 5 6 6 # 7 # Copyright (C) 2010-20 19Oracle Corporation7 # Copyright (C) 2010-2020 Oracle Corporation 8 8 # 9 9 # This file is part of VirtualBox Open Source Edition (OSE), as -
trunk/src/VBox/Additions/linux/sharedfolders/Makefile.kmk
r77003 r82968 5 5 6 6 # 7 # Copyright (C) 2006-20 19Oracle Corporation7 # Copyright (C) 2006-2020 Oracle Corporation 8 8 # 9 9 # This file is part of VirtualBox Open Source Edition (OSE), as -
trunk/src/VBox/Additions/linux/sharedfolders/Makefile.module
r78135 r82968 7 7 8 8 # 9 # Copyright (C) 2006-20 19Oracle Corporation9 # Copyright (C) 2006-2020 Oracle Corporation 10 10 # 11 11 # This file is part of VirtualBox Open Source Edition (OSE), as -
trunk/src/VBox/Additions/linux/sharedfolders/dirops.c
r80408 r82968 5 5 6 6 /* 7 * Copyright (C) 2006-20 19Oracle Corporation7 * Copyright (C) 2006-2020 Oracle Corporation 8 8 * 9 9 * Permission is hereby granted, free of charge, to any person -
trunk/src/VBox/Additions/linux/sharedfolders/files_vboxsf
r77458 r82968 6 6 7 7 # 8 # Copyright (C) 2007-20 19Oracle Corporation8 # Copyright (C) 2007-2020 Oracle Corporation 9 9 # 10 10 # This file is part of VirtualBox Open Source Edition (OSE), as -
trunk/src/VBox/Additions/linux/sharedfolders/lnkops.c
r77974 r82968 5 5 6 6 /* 7 * Copyright (C) 2010-20 19Oracle Corporation7 * Copyright (C) 2010-2020 Oracle Corporation 8 8 * 9 9 * Permission is hereby granted, free of charge, to any person -
trunk/src/VBox/Additions/linux/sharedfolders/mount.vboxsf.c
r77955 r82968 9 9 10 10 /* 11 * Copyright (C) 2006-20 19Oracle Corporation11 * Copyright (C) 2006-2020 Oracle Corporation 12 12 * 13 13 * This file is part of VirtualBox Open Source Edition (OSE), as -
trunk/src/VBox/Additions/linux/sharedfolders/regops.c
r80713 r82968 5 5 6 6 /* 7 * Copyright (C) 2006-20 19Oracle Corporation7 * Copyright (C) 2006-2020 Oracle Corporation 8 8 * 9 9 * Permission is hereby granted, free of charge, to any person -
trunk/src/VBox/Additions/linux/sharedfolders/testcase/tstmmap.c
r79473 r82968 5 5 6 6 /* 7 * Copyright (C) 2019 Oracle Corporation7 * Copyright (C) 2019-2020 Oracle Corporation 8 8 * 9 9 * This file is part of VirtualBox Open Source Edition (OSE), as -
trunk/src/VBox/Additions/linux/sharedfolders/utils.c
r82342 r82968 7 7 8 8 /* 9 * Copyright (C) 2006-20 19Oracle Corporation9 * Copyright (C) 2006-2020 Oracle Corporation 10 10 * 11 11 * Permission is hereby granted, free of charge, to any person -
trunk/src/VBox/Additions/linux/sharedfolders/vbsfmount.c
r77953 r82968 6 6 7 7 /* 8 * Copyright (C) 2010-20 19Oracle Corporation8 * Copyright (C) 2010-2020 Oracle Corporation 9 9 * 10 10 * This file is part of VirtualBox Open Source Edition (OSE), as -
trunk/src/VBox/Additions/linux/sharedfolders/vbsfmount.h
r77953 r82968 5 5 6 6 /* 7 * Copyright (C) 2006-20 19Oracle Corporation7 * Copyright (C) 2006-2020 Oracle Corporation 8 8 * 9 9 * Permission is hereby granted, free of charge, to any person -
trunk/src/VBox/Additions/linux/sharedfolders/vfsmod.c
r82172 r82968 5 5 6 6 /* 7 * Copyright (C) 2006-20 19Oracle Corporation7 * Copyright (C) 2006-2020 Oracle Corporation 8 8 * 9 9 * Permission is hereby granted, free of charge, to any person -
trunk/src/VBox/Additions/linux/sharedfolders/vfsmod.h
r82166 r82968 5 5 6 6 /* 7 * Copyright (C) 2006-20 19Oracle Corporation7 * Copyright (C) 2006-2020 Oracle Corporation 8 8 * 9 9 * Permission is hereby granted, free of charge, to any person -
trunk/src/VBox/Additions/linux/testcase/TimesyncBackdoor.c
r76553 r82968 5 5 6 6 /* 7 * Copyright (C) 2006-20 19Oracle Corporation7 * Copyright (C) 2006-2020 Oracle Corporation 8 8 * 9 9 * This file is part of VirtualBox Open Source Edition (OSE), as
Note:
See TracChangeset
for help on using the changeset viewer.