Changeset 98103 in vbox for trunk/src/VBox/HostDrivers/Support/linux
- Timestamp:
- Jan 17, 2023 2:15:46 PM (2 years ago)
- svn:sync-xref-src-repo-rev:
- 155244
- Location:
- trunk/src/VBox/HostDrivers/Support/linux
- Files:
-
- 15 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/HostDrivers/Support/linux/LnxPerfHack.cpp
r96407 r98103 5 5 6 6 /* 7 * Copyright (C) 2021-202 2Oracle and/or its affiliates.7 * Copyright (C) 2021-2023 Oracle and/or its affiliates. 8 8 * 9 9 * This file is part of VirtualBox base platform packages, as -
trunk/src/VBox/HostDrivers/Support/linux/Makefile
r96814 r98103 5 5 6 6 # 7 # Copyright (C) 2006-202 2Oracle and/or its affiliates.7 # Copyright (C) 2006-2023 Oracle and/or its affiliates. 8 8 # 9 9 # This file is part of VirtualBox base platform packages, as -
trunk/src/VBox/HostDrivers/Support/linux/Makefile-vbox_vboxddr0.gmk
r96407 r98103 5 5 6 6 # 7 # Copyright (C) 2021-202 2Oracle and/or its affiliates.7 # Copyright (C) 2021-2023 Oracle and/or its affiliates. 8 8 # 9 9 # This file is part of VirtualBox base platform packages, as -
trunk/src/VBox/HostDrivers/Support/linux/Makefile-vbox_vmmr0.gmk
r96407 r98103 5 5 6 6 # 7 # Copyright (C) 2021-202 2Oracle and/or its affiliates.7 # Copyright (C) 2021-2023 Oracle and/or its affiliates. 8 8 # 9 9 # This file is part of VirtualBox base platform packages, as -
trunk/src/VBox/HostDrivers/Support/linux/Makefile-wrapper.gmk
r96407 r98103 5 5 6 6 # 7 # Copyright (C) 2006-202 2Oracle and/or its affiliates.7 # Copyright (C) 2006-2023 Oracle and/or its affiliates. 8 8 # 9 9 # This file is part of VirtualBox base platform packages, as -
trunk/src/VBox/HostDrivers/Support/linux/SUPDrv-linux.c
r97905 r98103 5 5 6 6 /* 7 * Copyright (C) 2006-202 2Oracle and/or its affiliates.7 * Copyright (C) 2006-2023 Oracle and/or its affiliates. 8 8 * 9 9 * This file is part of VirtualBox base platform packages, as -
trunk/src/VBox/HostDrivers/Support/linux/SUPDrv-linux.mod.c
r96407 r98103 7 7 8 8 /* 9 * Copyright (C) 2006-202 2Oracle and/or its affiliates.9 * Copyright (C) 2006-2023 Oracle and/or its affiliates. 10 10 * 11 11 * This file is part of VirtualBox base platform packages, as -
trunk/src/VBox/HostDrivers/Support/linux/SUPLib-linux.cpp
r96407 r98103 5 5 6 6 /* 7 * Copyright (C) 2006-202 2Oracle and/or its affiliates.7 * Copyright (C) 2006-2023 Oracle and/or its affiliates. 8 8 * 9 9 * This file is part of VirtualBox base platform packages, as -
trunk/src/VBox/HostDrivers/Support/linux/SUPR0IdcClient-linux.c
r96407 r98103 5 5 6 6 /* 7 * Copyright (C) 2008-202 2Oracle and/or its affiliates.7 * Copyright (C) 2008-2023 Oracle and/or its affiliates. 8 8 * 9 9 * This file is part of VirtualBox base platform packages, as -
trunk/src/VBox/HostDrivers/Support/linux/SUPWrapperMod-linux.c
r96407 r98103 5 5 6 6 /* 7 * Copyright (C) 2006-202 2Oracle and/or its affiliates.7 * Copyright (C) 2006-2023 Oracle and/or its affiliates. 8 8 * 9 9 * This file is part of VirtualBox base platform packages, as -
trunk/src/VBox/HostDrivers/Support/linux/VBoxR0-wrapped.lds
r96407 r98103 5 5 6 6 /* 7 * Copyright (C) 2021-202 2Oracle and/or its affiliates.7 * Copyright (C) 2021-2023 Oracle and/or its affiliates. 8 8 * 9 9 * This file is part of VirtualBox base platform packages, as -
trunk/src/VBox/HostDrivers/Support/linux/combined-agnostic1.c
r96407 r98103 5 5 6 6 /* 7 * Copyright (C) 2006-202 2Oracle and/or its affiliates.7 * Copyright (C) 2006-2023 Oracle and/or its affiliates. 8 8 * 9 9 * This file is part of VirtualBox base platform packages, as -
trunk/src/VBox/HostDrivers/Support/linux/combined-agnostic2.c
r96817 r98103 5 5 6 6 /* 7 * Copyright (C) 2006-202 2Oracle and/or its affiliates.7 * Copyright (C) 2006-2023 Oracle and/or its affiliates. 8 8 * 9 9 * This file is part of VirtualBox base platform packages, as -
trunk/src/VBox/HostDrivers/Support/linux/combined-os-specific.c
r96407 r98103 5 5 6 6 /* 7 * Copyright (C) 2006-202 2Oracle and/or its affiliates.7 * Copyright (C) 2006-2023 Oracle and/or its affiliates. 8 8 * 9 9 * This file is part of VirtualBox base platform packages, as -
trunk/src/VBox/HostDrivers/Support/linux/files_vboxdrv
r96819 r98103 6 6 7 7 # 8 # Copyright (C) 2007-202 2Oracle and/or its affiliates.8 # Copyright (C) 2007-2023 Oracle and/or its affiliates. 9 9 # 10 10 # This file is part of VirtualBox base platform packages, as
Note:
See TracChangeset
for help on using the changeset viewer.