Changeset 106061 in vbox for trunk/src/VBox/Additions/linux
- Timestamp:
- Sep 16, 2024 2:03:52 PM (6 months ago)
- svn:sync-xref-src-repo-rev:
- 164827
- Location:
- trunk/src/VBox/Additions/linux
- Files:
-
- 48 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/linux/Makefile
r98103 r106061 4 4 5 5 # 6 # Copyright (C) 2009-202 3Oracle and/or its affiliates.6 # Copyright (C) 2009-2024 Oracle and/or its affiliates. 7 7 # 8 8 # This file is part of VirtualBox base platform packages, as -
trunk/src/VBox/Additions/linux/Makefile.kmk
r101896 r106061 5 5 6 6 # 7 # Copyright (C) 2006-202 3Oracle and/or its affiliates.7 # Copyright (C) 2006-2024 Oracle and/or its affiliates. 8 8 # 9 9 # This file is part of VirtualBox base platform packages, as -
trunk/src/VBox/Additions/linux/drm/.scm-settings
r98103 r106061 5 5 6 6 # 7 # Copyright (C) 2010-202 3Oracle and/or its affiliates.7 # Copyright (C) 2010-2024 Oracle and/or its affiliates. 8 8 # 9 9 # This file is part of VirtualBox base platform packages, as -
trunk/src/VBox/Additions/linux/drm/Makefile.kmk
r99040 r106061 5 5 6 6 # 7 # Copyright (C) 2006-202 3Oracle and/or its affiliates.7 # Copyright (C) 2006-2024 Oracle and/or its affiliates. 8 8 # 9 9 # This file is part of VirtualBox base platform packages, as -
trunk/src/VBox/Additions/linux/drm/Makefile.module.kms
r98103 r106061 7 7 8 8 # 9 # Copyright (C) 2006-202 3Oracle and/or its affiliates.9 # Copyright (C) 2006-2024 Oracle and/or its affiliates. 10 10 # 11 11 # This file is part of VirtualBox base platform packages, as -
trunk/src/VBox/Additions/linux/drm/files_vboxvideo_drv
r103788 r106061 6 6 7 7 # 8 # Copyright (C) 2011-202 3Oracle and/or its affiliates.8 # Copyright (C) 2011-2024 Oracle and/or its affiliates. 9 9 # 10 10 # This file is part of VirtualBox base platform packages, as -
trunk/src/VBox/Additions/linux/drm/indent.sed
r104701 r106061 3 3 4 4 # 5 # Copyright (C) 2017-202 3Oracle and/or its affiliates.5 # Copyright (C) 2017-2024 Oracle and/or its affiliates. 6 6 # 7 7 # This file is part of VirtualBox base platform packages, as -
trunk/src/VBox/Additions/linux/drm/vbox_drv.c
r104925 r106061 5 5 6 6 /* 7 * Copyright (C) 2013-202 3Oracle and/or its affiliates.7 * Copyright (C) 2013-2024 Oracle and/or its affiliates. 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
r102990 r106061 5 5 6 6 /* 7 * Copyright (C) 2013-202 3Oracle and/or its affiliates.7 * Copyright (C) 2013-2024 Oracle and/or its affiliates. 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
r105587 r106061 5 5 6 6 /* 7 * Copyright (C) 2013-202 3Oracle and/or its affiliates.7 * Copyright (C) 2013-2024 Oracle and/or its affiliates. 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
r98103 r106061 6 6 * Contributed by Hans de Goede <[email protected]> 7 7 * 8 * Copyright (C) 2017-202 3Oracle and/or its affiliates.8 * Copyright (C) 2017-2024 Oracle and/or its affiliates. 9 9 * 10 10 * Permission is hereby granted, free of charge, to any person -
trunk/src/VBox/Additions/linux/drm/vbox_irq.c
r100677 r106061 5 5 6 6 /* 7 * Copyright (C) 2016-202 3Oracle and/or its affiliates.7 * Copyright (C) 2016-2024 Oracle and/or its affiliates. 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
r102874 r106061 5 5 6 6 /* 7 * Copyright (C) 2013-202 3Oracle and/or its affiliates.7 * Copyright (C) 2013-2024 Oracle and/or its affiliates. 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
r104834 r106061 5 5 6 6 /* 7 * Copyright (C) 2013-202 3Oracle and/or its affiliates.7 * Copyright (C) 2013-2024 Oracle and/or its affiliates. 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
r102874 r106061 1 1 /* 2 * Copyright (C) 2017-202 3Oracle and/or its affiliates.2 * Copyright (C) 2017-2024 Oracle and/or its affiliates. 3 3 * This file is based on qxl_prime.c 4 4 * Copyright 2017 Canonical -
trunk/src/VBox/Additions/linux/drm/vbox_ttm.c
r105587 r106061 5 5 6 6 /* 7 * Copyright (C) 2013-202 3Oracle and/or its affiliates.7 * Copyright (C) 2013-2024 Oracle and/or its affiliates. 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
r98103 r106061 6 6 7 7 # 8 # Copyright (C) 2006-202 3Oracle and/or its affiliates.8 # Copyright (C) 2006-2024 Oracle and/or its affiliates. 9 9 # 10 10 # This file is part of VirtualBox base platform packages, as -
trunk/src/VBox/Additions/linux/installer/.scm-settings
r98103 r106061 5 5 6 6 # 7 # Copyright (C) 2010-202 3Oracle and/or its affiliates.7 # Copyright (C) 2010-2024 Oracle and/or its affiliates. 8 8 # 9 9 # This file is part of VirtualBox base platform packages, as -
trunk/src/VBox/Additions/linux/installer/autorun.sh
r105784 r106061 6 6 7 7 # 8 # Copyright (C) 2009-202 3Oracle and/or its affiliates.8 # Copyright (C) 2009-2024 Oracle and/or its affiliates. 9 9 # 10 10 # This file is part of VirtualBox base platform packages, as -
trunk/src/VBox/Additions/linux/installer/deffiles
r101896 r106061 5 5 6 6 # 7 # Copyright (C) 2009-202 3Oracle and/or its affiliates.7 # Copyright (C) 2009-2024 Oracle and/or its affiliates. 8 8 # 9 9 # This file is part of VirtualBox base platform packages, as -
trunk/src/VBox/Additions/linux/installer/install.sh.in
r104701 r106061 6 6 7 7 # 8 # Copyright (C) 2006-202 3Oracle and/or its affiliates.8 # Copyright (C) 2006-2024 Oracle and/or its affiliates. 9 9 # 10 10 # This file is part of VirtualBox base platform packages, as -
trunk/src/VBox/Additions/linux/installer/module-autologon.sh
r104701 r106061 6 6 7 7 # 8 # Copyright (C) 2012-202 3Oracle and/or its affiliates.8 # Copyright (C) 2012-2024 Oracle and/or its affiliates. 9 9 # 10 10 # This file is part of VirtualBox base platform packages, as -
trunk/src/VBox/Additions/linux/installer/vboxadd-service.sh
r99507 r106061 6 6 7 7 # 8 # Copyright (C) 2006-202 3Oracle and/or its affiliates.8 # Copyright (C) 2006-2024 Oracle and/or its affiliates. 9 9 # 10 10 # This file is part of VirtualBox base platform packages, as -
trunk/src/VBox/Additions/linux/installer/vboxadd-x11.sh
r98103 r106061 6 6 7 7 # 8 # Copyright (C) 2006-202 3Oracle and/or its affiliates.8 # Copyright (C) 2006-2024 Oracle and/or its affiliates. 9 9 # 10 10 # This file is part of VirtualBox base platform packages, as -
trunk/src/VBox/Additions/linux/installer/vboxadd.sh
r100853 r106061 6 6 7 7 # 8 # Copyright (C) 2006-202 3Oracle and/or its affiliates.8 # Copyright (C) 2006-2024 Oracle and/or its affiliates. 9 9 # 10 10 # This file is part of VirtualBox base platform packages, as -
trunk/src/VBox/Additions/linux/lightdm-greeter/.scm-settings
r98103 r106061 5 5 6 6 # 7 # Copyright (C) 2010-202 3Oracle and/or its affiliates.7 # Copyright (C) 2010-2024 Oracle and/or its affiliates. 8 8 # 9 9 # This file is part of VirtualBox base platform packages, as -
trunk/src/VBox/Additions/linux/lightdm-greeter/Config.kmk
r98103 r106061 5 5 6 6 # 7 # Copyright (C) 2016-202 3Oracle and/or its affiliates.7 # Copyright (C) 2016-2024 Oracle and/or its affiliates. 8 8 # 9 9 # This file is part of VirtualBox base platform packages, as -
trunk/src/VBox/Additions/linux/lightdm-greeter/Makefile.kmk
r98416 r106061 7 7 8 8 # 9 # Copyright (C) 2012-202 3Oracle and/or its affiliates.9 # Copyright (C) 2012-2024 Oracle and/or its affiliates. 10 10 # 11 11 # This file is part of VirtualBox base platform packages, as -
trunk/src/VBox/Additions/linux/lightdm-greeter/liblightdm-gobject-1.5.0/Makefile.kmk
r98191 r106061 5 5 6 6 # 7 # Copyright (C) 2013-202 3Oracle and/or its affiliates.7 # Copyright (C) 2013-2024 Oracle and/or its affiliates. 8 8 # 9 9 # This file is part of VirtualBox base platform packages, as -
trunk/src/VBox/Additions/linux/lightdm-greeter/vbox-greeter.cpp
r104701 r106061 6 6 7 7 /* 8 * Copyright (C) 2012-202 3Oracle and/or its affiliates.8 * Copyright (C) 2012-2024 Oracle and/or its affiliates. 9 9 * 10 10 * This file is part of VirtualBox base platform packages, as -
trunk/src/VBox/Additions/linux/selinux-fedora/.scm-settings
r98103 r106061 5 5 6 6 # 7 # Copyright (C) 2010-202 3Oracle and/or its affiliates.7 # Copyright (C) 2010-2024 Oracle and/or its affiliates. 8 8 # 9 9 # This file is part of VirtualBox base platform packages, as -
trunk/src/VBox/Additions/linux/selinux-fedora/vbox_accel.te
r98103 r106061 5 5 6 6 # 7 # Copyright (C) 2006-202 3Oracle and/or its affiliates.7 # Copyright (C) 2006-2024 Oracle and/or its affiliates. 8 8 # 9 9 # This file is part of VirtualBox base platform packages, as -
trunk/src/VBox/Additions/linux/selinux-fedora/vbox_x11.te
r98103 r106061 5 5 6 6 # 7 # Copyright (C) 2006-202 3Oracle and/or its affiliates.7 # Copyright (C) 2006-2024 Oracle and/or its affiliates. 8 8 # 9 9 # This file is part of VirtualBox base platform packages, as -
trunk/src/VBox/Additions/linux/sharedfolders/.scm-settings
r98103 r106061 5 5 6 6 # 7 # Copyright (C) 2010-202 3Oracle and/or its affiliates.7 # Copyright (C) 2010-2024 Oracle and/or its affiliates. 8 8 # 9 9 # This file is part of VirtualBox base platform packages, as -
trunk/src/VBox/Additions/linux/sharedfolders/Makefile.kmk
r98197 r106061 5 5 6 6 # 7 # Copyright (C) 2006-202 3Oracle and/or its affiliates.7 # Copyright (C) 2006-2024 Oracle and/or its affiliates. 8 8 # 9 9 # This file is part of VirtualBox base platform packages, as -
trunk/src/VBox/Additions/linux/sharedfolders/Makefile.module
r100191 r106061 7 7 8 8 # 9 # Copyright (C) 2006-202 3Oracle and/or its affiliates.9 # Copyright (C) 2006-2024 Oracle and/or its affiliates. 10 10 # 11 11 # This file is part of VirtualBox base platform packages, as -
trunk/src/VBox/Additions/linux/sharedfolders/dirops.c
r104345 r106061 5 5 6 6 /* 7 * Copyright (C) 2006-202 3Oracle and/or its affiliates.7 * Copyright (C) 2006-2024 Oracle and/or its affiliates. 8 8 * 9 9 * Permission is hereby granted, free of charge, to any person -
trunk/src/VBox/Additions/linux/sharedfolders/files_vboxsf
r103788 r106061 6 6 7 7 # 8 # Copyright (C) 2007-202 3Oracle and/or its affiliates.8 # Copyright (C) 2007-2024 Oracle and/or its affiliates. 9 9 # 10 10 # This file is part of VirtualBox base platform packages, as -
trunk/src/VBox/Additions/linux/sharedfolders/lnkops.c
r98103 r106061 5 5 6 6 /* 7 * Copyright (C) 2010-202 3Oracle and/or its affiliates.7 * Copyright (C) 2010-2024 Oracle and/or its affiliates. 8 8 * 9 9 * Permission is hereby granted, free of charge, to any person -
trunk/src/VBox/Additions/linux/sharedfolders/mount.vboxsf.c
r100317 r106061 9 9 10 10 /* 11 * Copyright (C) 2006-202 3Oracle and/or its affiliates.11 * Copyright (C) 2006-2024 Oracle and/or its affiliates. 12 12 * 13 13 * This file is part of VirtualBox base platform packages, as -
trunk/src/VBox/Additions/linux/sharedfolders/regops.c
r103767 r106061 5 5 6 6 /* 7 * Copyright (C) 2006-202 3Oracle and/or its affiliates.7 * Copyright (C) 2006-2024 Oracle and/or its affiliates. 8 8 * 9 9 * Permission is hereby granted, free of charge, to any person -
trunk/src/VBox/Additions/linux/sharedfolders/testcase/tstmmap.c
r98103 r106061 5 5 6 6 /* 7 * Copyright (C) 2019-202 3Oracle and/or its affiliates.7 * Copyright (C) 2019-2024 Oracle and/or its affiliates. 8 8 * 9 9 * This file is part of VirtualBox base platform packages, as -
trunk/src/VBox/Additions/linux/sharedfolders/utils.c
r104455 r106061 7 7 8 8 /* 9 * Copyright (C) 2006-202 3Oracle and/or its affiliates.9 * Copyright (C) 2006-2024 Oracle and/or its affiliates. 10 10 * 11 11 * Permission is hereby granted, free of charge, to any person -
trunk/src/VBox/Additions/linux/sharedfolders/vbsfmount.c
r98103 r106061 6 6 7 7 /* 8 * Copyright (C) 2010-202 3Oracle and/or its affiliates.8 * Copyright (C) 2010-2024 Oracle and/or its affiliates. 9 9 * 10 10 * This file is part of VirtualBox base platform packages, as -
trunk/src/VBox/Additions/linux/sharedfolders/vbsfmount.h
r100317 r106061 5 5 6 6 /* 7 * Copyright (C) 2006-202 3Oracle and/or its affiliates.7 * Copyright (C) 2006-2024 Oracle and/or its affiliates. 8 8 * 9 9 * Permission is hereby granted, free of charge, to any person -
trunk/src/VBox/Additions/linux/sharedfolders/vfsmod.c
r103788 r106061 5 5 6 6 /* 7 * Copyright (C) 2006-202 3Oracle and/or its affiliates.7 * Copyright (C) 2006-2024 Oracle and/or its affiliates. 8 8 * 9 9 * Permission is hereby granted, free of charge, to any person -
trunk/src/VBox/Additions/linux/sharedfolders/vfsmod.h
r103011 r106061 5 5 6 6 /* 7 * Copyright (C) 2006-202 3Oracle and/or its affiliates.7 * Copyright (C) 2006-2024 Oracle and/or its affiliates. 8 8 * 9 9 * Permission is hereby granted, free of charge, to any person -
trunk/src/VBox/Additions/linux/testcase/TimesyncBackdoor.c
r98103 r106061 5 5 6 6 /* 7 * Copyright (C) 2006-202 3Oracle and/or its affiliates.7 * Copyright (C) 2006-2024 Oracle and/or its affiliates. 8 8 * 9 9 * This file is part of VirtualBox base platform packages, as
Note:
See TracChangeset
for help on using the changeset viewer.