Copyrights: fujitsu 2018 bump

Separate copyright bumps in a different commit.
A lot of files only had the copyright change at this point; these
were probably changes I added separatly in other patches but just
split these in a different commit instead to simplify git stats

Change-Id: I93cf3fc1c0fa04ee743a79c3fe9768933e6bd0d2
This commit is contained in:
Dominique Martinet
2019-01-31 10:43:47 +09:00
parent a9884453e2
commit 516ab87ab9
65 changed files with 65 additions and 39 deletions

View File

@@ -1,3 +1,4 @@
# Makefile.in COPYRIGHT FUJITSU LIMITED 2013-2018
TARGET = @TARGET@ TARGET = @TARGET@
SBINDIR = @SBINDIR@ SBINDIR = @SBINDIR@
INCDIR = @INCDIR@ INCDIR = @INCDIR@

View File

@@ -1,4 +1,4 @@
# Makefile.arch COPYRIGHT FUJITSU LIMITED 2015-2017 # Makefile.arch.in COPYRIGHT FUJITSU LIMITED 2015-2018
VDSO_SRCDIR = $(SRC)/../arch/$(IHKARCH)/kernel/vdso VDSO_SRCDIR = $(SRC)/../arch/$(IHKARCH)/kernel/vdso
VDSO_BUILDDIR = @abs_builddir@/vdso VDSO_BUILDDIR = @abs_builddir@/vdso
VDSO_SO_O = $(O)/vdso.so.o VDSO_SO_O = $(O)/vdso.so.o

View File

@@ -1,4 +1,4 @@
/* assert.c COPYRIGHT FUJITSU LIMITED 2015-2017 */ /* assert.c COPYRIGHT FUJITSU LIMITED 2015-2018 */
#include <process.h> #include <process.h>
#include <list.h> #include <list.h>

View File

@@ -1,4 +1,4 @@
/* cpufeature.c COPYRIGHT FUJITSU LIMITED 2017 */ /* cpufeature.c COPYRIGHT FUJITSU LIMITED 2017-2018 */
#include <cpufeature.h> #include <cpufeature.h>
#include <ihk/debug.h> #include <ihk/debug.h>

View File

@@ -1,4 +1,4 @@
/* entry.S COPYRIGHT FUJITSU LIMITED 2015-2017 */ /* entry.S COPYRIGHT FUJITSU LIMITED 2015-2018 */
#include <linkage.h> #include <linkage.h>
#include <assembler.h> #include <assembler.h>

View File

@@ -1,4 +1,4 @@
/* fault.c COPYRIGHT FUJITSU LIMITED 2015-2017 */ /* fault.c COPYRIGHT FUJITSU LIMITED 2015-2018 */
#include <ihk/context.h> #include <ihk/context.h>
#include <ihk/debug.h> #include <ihk/debug.h>

View File

@@ -1,4 +1,4 @@
/* fpsimd.c COPYRIGHT FUJITSU LIMITED 2016-2017 */ /* fpsimd.c COPYRIGHT FUJITSU LIMITED 2016-2018 */
#include <thread_info.h> #include <thread_info.h>
#include <fpsimd.h> #include <fpsimd.h>
#include <cpuinfo.h> #include <cpuinfo.h>

View File

@@ -1,4 +1,4 @@
/* gencore.c COPYRIGHT FUJITSU LIMITED 2015-2016 */ /* gencore.c COPYRIGHT FUJITSU LIMITED 2015-2018 */
#ifndef POSTK_DEBUG_ARCH_DEP_18 /* coredump arch separation. */ #ifndef POSTK_DEBUG_ARCH_DEP_18 /* coredump arch separation. */
#include <ihk/debug.h> #include <ihk/debug.h>
#include <kmalloc.h> #include <kmalloc.h>

View File

@@ -1,4 +1,4 @@
/* arch-futex.h COPYRIGHT FUJITSU LIMITED 2015 */ /* arch-futex.h COPYRIGHT FUJITSU LIMITED 2015-2018 */
#ifndef __HEADER_ARM64_COMMON_ARCH_FUTEX_H #ifndef __HEADER_ARM64_COMMON_ARCH_FUTEX_H
#define __HEADER_ARM64_COMMON_ARCH_FUTEX_H #define __HEADER_ARM64_COMMON_ARCH_FUTEX_H

View File

@@ -1,4 +1,4 @@
/* arch-perfctr.h COPYRIGHT FUJITSU LIMITED 2016-2017 */ /* arch-perfctr.h COPYRIGHT FUJITSU LIMITED 2016-2018 */
#ifndef __ARCH_PERFCTR_H__ #ifndef __ARCH_PERFCTR_H__
#define __ARCH_PERFCTR_H__ #define __ARCH_PERFCTR_H__

View File

@@ -1,4 +1,4 @@
/* context.h COPYRIGHT FUJITSU LIMITED 2015-2017 */ /* context.h COPYRIGHT FUJITSU LIMITED 2015-2018 */
#ifndef __HEADER_ARM64_IHK_CONTEXT_H #ifndef __HEADER_ARM64_IHK_CONTEXT_H
#define __HEADER_ARM64_IHK_CONTEXT_H #define __HEADER_ARM64_IHK_CONTEXT_H

View File

@@ -1,4 +1,4 @@
/* signal.h COPYRIGHT FUJITSU LIMITED 2015-2017 */ /* signal.h COPYRIGHT FUJITSU LIMITED 2015-2018 */
#ifndef __HEADER_ARM64_COMMON_SIGNAL_H #ifndef __HEADER_ARM64_COMMON_SIGNAL_H
#define __HEADER_ARM64_COMMON_SIGNAL_H #define __HEADER_ARM64_COMMON_SIGNAL_H

View File

@@ -1,4 +1,4 @@
/* syscall_list.h COPYRIGHT FUJITSU LIMITED 2015-2017 */ /* syscall_list.h COPYRIGHT FUJITSU LIMITED 2015-2018 */
SYSCALL_DELEGATED(4, io_getevents) SYSCALL_DELEGATED(4, io_getevents)
SYSCALL_DELEGATED(17, getcwd) SYSCALL_DELEGATED(17, getcwd)

View File

@@ -1,4 +1,4 @@
/* virt.h COPYRIGHT FUJITSU LIMITED 2015 */ /* virt.h COPYRIGHT FUJITSU LIMITED 2015-2017 */
#ifndef __HEADER_ARM64_COMMON_VIRT_H #ifndef __HEADER_ARM64_COMMON_VIRT_H
#define __HEADER_ARM64_COMMON_VIRT_H #define __HEADER_ARM64_COMMON_VIRT_H

View File

@@ -1,4 +1,4 @@
/* perfctr.c COPYRIGHT FUJITSU LIMITED 2015-2017 */ /* perfctr.c COPYRIGHT FUJITSU LIMITED 2015-2018 */
#include <arch-perfctr.h> #include <arch-perfctr.h>
#include <ihk/perfctr.h> #include <ihk/perfctr.h>
#include <mc_perf_event.h> #include <mc_perf_event.h>

View File

@@ -1,4 +1,4 @@
/* perfctr_armv8pmu.c COPYRIGHT FUJITSU LIMITED 2016-2017 */ /* perfctr_armv8pmu.c COPYRIGHT FUJITSU LIMITED 2016-2018 */
#include <arch-perfctr.h> #include <arch-perfctr.h>
#include <mc_perf_event.h> #include <mc_perf_event.h>
#include <ihk/perfctr.h> #include <ihk/perfctr.h>

View File

@@ -1,4 +1,4 @@
/* psci.c COPYRIGHT FUJITSU LIMITED 2015-2016 */ /* psci.c COPYRIGHT FUJITSU LIMITED 2015-2018 */
/* @ref.impl arch/arm64/kernel/psci.c */ /* @ref.impl arch/arm64/kernel/psci.c */
/* /*
* This program is free software; you can redistribute it and/or modify * This program is free software; you can redistribute it and/or modify

View File

@@ -1,4 +1,4 @@
/* ptrace.c COPYRIGHT FUJITSU LIMITED 2016-2017 */ /* ptrace.c COPYRIGHT FUJITSU LIMITED 2016-2018 */
#include <errno.h> #include <errno.h>
#include <debug-monitors.h> #include <debug-monitors.h>
#include <hw_breakpoint.h> #include <hw_breakpoint.h>

View File

@@ -1,4 +1,4 @@
/* syscall.c COPYRIGHT FUJITSU LIMITED 2015-2017 */ /* syscall.c COPYRIGHT FUJITSU LIMITED 2015-2018 */
#include <cpulocal.h> #include <cpulocal.h>
#include <string.h> #include <string.h>
#include <kmalloc.h> #include <kmalloc.h>

View File

@@ -1,4 +1,4 @@
/* traps.c COPYRIGHT FUJITSU LIMITED 2015-2017 */ /* traps.c COPYRIGHT FUJITSU LIMITED 2015-2018 */
#include <ihk/context.h> #include <ihk/context.h>
#include <ihk/debug.h> #include <ihk/debug.h>
#include <traps.h> #include <traps.h>

View File

@@ -1,4 +1,4 @@
/* vdso.c COPYRIGHT FUJITSU LIMITED 2016 */ /* vdso.c COPYRIGHT FUJITSU LIMITED 2016-2018 */
/* @ref.impl arch/arm64/kernel/vdso.c */ /* @ref.impl arch/arm64/kernel/vdso.c */
#include <arch-memory.h> #include <arch-memory.h>

View File

@@ -1,4 +1,4 @@
# Makefile.in COPYRIGHT FUJITSU LIMITED 2016 # Makefile.in COPYRIGHT FUJITSU LIMITED 2016-2018
# @ref.impl arch/arm64/kernel/vdso/Makefile # @ref.impl arch/arm64/kernel/vdso/Makefile
# Building a vDSO image for AArch64. # Building a vDSO image for AArch64.

View File

@@ -1,3 +1,4 @@
/* coredump.c COPYRIGHT FUJITSU LIMITED 2018 */
#ifdef POSTK_DEBUG_ARCH_DEP_18 /* coredump arch separation. */ #ifdef POSTK_DEBUG_ARCH_DEP_18 /* coredump arch separation. */
#include <process.h> #include <process.h>
#include <elfcore.h> #include <elfcore.h>

View File

@@ -1,3 +1,4 @@
/* cpu.c COPYRIGHT FUJITSU LIMITED 2018 */
/** /**
* \file cpu.c * \file cpu.c
* License details are found in the file LICENSE. * License details are found in the file LICENSE.

View File

@@ -1,3 +1,4 @@
/* arch-memory.h COPYRIGHT FUJITSU LIMITED 2018 */
/** /**
* \file arch-memomry.h * \file arch-memomry.h
* License details are found in the file LICENSE. * License details are found in the file LICENSE.

View File

@@ -1,3 +1,4 @@
/* elf.h COPYRIGHT FUJITSU LIMITED 2018 */
#ifdef POSTK_DEBUG_ARCH_DEP_18 /* coredump arch separation. */ #ifdef POSTK_DEBUG_ARCH_DEP_18 /* coredump arch separation. */
#ifndef __HEADER_X86_COMMON_ELF_H #ifndef __HEADER_X86_COMMON_ELF_H
#define __HEADER_X86_COMMON_ELF_H #define __HEADER_X86_COMMON_ELF_H

View File

@@ -1,3 +1,4 @@
/* elfcore.h COPYRIGHT FUJITSU LIMITED 2018 */
#ifndef POSTK_DEBUG_ARCH_DEP_18 /* coredump arch separation. */ #ifndef POSTK_DEBUG_ARCH_DEP_18 /* coredump arch separation. */
/* /*
* Structures and definitions for ELF core file. * Structures and definitions for ELF core file.

View File

@@ -1,3 +1,4 @@
/* elfcoregpl.h COPYRIGHT FUJITSU LIMITED 2018 */
#ifndef POSTK_DEBUG_ARCH_DEP_18 /* coredump arch separation. */ #ifndef POSTK_DEBUG_ARCH_DEP_18 /* coredump arch separation. */
/* /*
* Structures and defines from GPLed file. * Structures and defines from GPLed file.

View File

@@ -1,4 +1,4 @@
/* hwcap.h COPYRIGHT FUJITSU LIMITED 2017 */ /* hwcap.h COPYRIGHT FUJITSU LIMITED 2017-2018 */
#ifndef _UAPI__ASM_HWCAP_H #ifndef _UAPI__ASM_HWCAP_H
#define _UAPI__ASM_HWCAP_H #define _UAPI__ASM_HWCAP_H

View File

@@ -1,3 +1,4 @@
/* types.h COPYRIGHT FUJITSU LIMITED 2018 */
/** /**
* \file types.h * \file types.h
* Licence details are found in the file LICENSE. * Licence details are found in the file LICENSE.

View File

@@ -1,4 +1,4 @@
/* syscall_list.h COPYRIGHT FUJITSU LIMITED 2017 */ /* syscall_list.h COPYRIGHT FUJITSU LIMITED 2017-2018 */
/** /**
* \file syscall_list.h * \file syscall_list.h
* License details are found in the file LICENSE. * License details are found in the file LICENSE.

View File

@@ -1,3 +1,4 @@
/* memory.c COPYRIGHT FUJITSU LIMITED 2018 */
/** /**
* \file memory.c * \file memory.c
* License details are found in the file LICENSE. * License details are found in the file LICENSE.

View File

@@ -1,3 +1,4 @@
/* perfctr.c COPYRIGHT FUJITSU LIMITED 2018 */
/** /**
* \file perfctr.c * \file perfctr.c
* License details are found in the file LICENSE. * License details are found in the file LICENSE.

View File

@@ -1,3 +1,4 @@
/* syscall.c COPYRIGHT FUJITSU LIMITED 2018 */
/** /**
* \file syscall.c * \file syscall.c
* License details are found in the file LICENSE. * License details are found in the file LICENSE.

View File

@@ -1,3 +1,4 @@
# mcoverlay-create-smp-x86.sh.in COPYRIGHT FUJITSU LIMITED 2018
# Overlay /proc, /sys with McKernel specific contents # Overlay /proc, /sys with McKernel specific contents
# #

View File

@@ -1,4 +1,5 @@
#!/bin/bash #!/bin/bash
# mcreboot-attached-mic.sh.in COPYRIGHT FUJITSU LIMITED 2018
# \file arch/x86/tools/mcreboot-attached-mic.sh.in # \file arch/x86/tools/mcreboot-attached-mic.sh.in
# License details are found in the file LICENSE. # License details are found in the file LICENSE.

View File

@@ -1,4 +1,5 @@
#!/bin/bash -x #!/bin/bash -x
# mcreboot-builtin-x86.sh.in COPYRIGHT FUJITSU LIMITED 2018
# \file arch/x86/tools/mcreboot-builtin-x86.sh.in # \file arch/x86/tools/mcreboot-builtin-x86.sh.in
# License details are found in the file LICENSE. # License details are found in the file LICENSE.

View File

@@ -1,4 +1,5 @@
#!/bin/bash #!/bin/bash
# mcreboot-smp-x86.sh.in COPYRIGHT FUJITSU LIMITED 2018
# IHK SMP-x86 example boot script. # IHK SMP-x86 example boot script.
# author: Balazs Gerofi <bgerofi@riken.jp> # author: Balazs Gerofi <bgerofi@riken.jp>

View File

@@ -1,4 +1,5 @@
#!/bin/bash #!/bin/bash
# mcstop+release-smp-x86.sh.in COPYRIGHT FUJITSU LIMITED 2018
# IHK SMP-x86 example McKernel unload script. # IHK SMP-x86 example McKernel unload script.
# author: Balazs Gerofi <bgerofi@riken.jp> # author: Balazs Gerofi <bgerofi@riken.jp>

View File

@@ -1,4 +1,4 @@
# configure.ac COPYRIGHT FUJITSU LIMITED 2015-2016 # configure.ac COPYRIGHT FUJITSU LIMITED 2015-2018
AC_PREREQ(2.63) AC_PREREQ(2.63)
m4_define([IHK_VERSION_m4],[1.5.0])dnl m4_define([IHK_VERSION_m4],[1.5.0])dnl
m4_define([MCKERNEL_VERSION_m4],[1.5.0])dnl m4_define([MCKERNEL_VERSION_m4],[1.5.0])dnl

View File

@@ -1,4 +1,4 @@
/* archdeps.c COPYRIGHT FUJITSU LIMITED 2016 */ /* archdeps.c COPYRIGHT FUJITSU LIMITED 2016-2018 */
#include <linux/version.h> #include <linux/version.h>
#include <linux/kallsyms.h> #include <linux/kallsyms.h>
#include <linux/uaccess.h> #include <linux/uaccess.h>

View File

@@ -1,4 +1,4 @@
// mcctrl.h COPYRIGHT FUJITSU LIMITED 2016-2017 // mcctrl.h COPYRIGHT FUJITSU LIMITED 2016-2018
/** /**
* \file mcctrl.h * \file mcctrl.h
* License details are found in the file LICENSE. * License details are found in the file LICENSE.

View File

@@ -1,4 +1,4 @@
/* syscall.c COPYRIGHT FUJITSU LIMITED 2016-2017 */ /* syscall.c COPYRIGHT FUJITSU LIMITED 2016-2018 */
/** /**
* \file executer/kernel/syscall.c * \file executer/kernel/syscall.c
* License details are found in the file LICENSE. * License details are found in the file LICENSE.

View File

@@ -1,4 +1,4 @@
// sysfs_files.c COPYRIGHT FUJITSU LIMITED 2016 // sysfs_files.c COPYRIGHT FUJITSU LIMITED 2016-2018
/** /**
* \file sysfs_files.c * \file sysfs_files.c
* License details are found in the file LICENSE. * License details are found in the file LICENSE.

View File

@@ -1,3 +1,4 @@
# Makefile.in COPYRIGHT FUJITSU LIMITED 2017-2018
CC=@CC@ CC=@CC@
AR=ar AR=ar
BINDIR=@BINDIR@ BINDIR=@BINDIR@

View File

@@ -1,4 +1,4 @@
/* arch_args.h COPYRIGHT FUJITSU LIMITED 2017 */ /* arch_args.h COPYRIGHT FUJITSU LIMITED 2017-2018 */
#ifndef ARCH_ARGS_H #ifndef ARCH_ARGS_H
#define ARCH_ARGS_H #define ARCH_ARGS_H

View File

@@ -1,4 +1,4 @@
/* archdep.S COPYRIGHT FUJITSU LIMITED 2017 */ /* archdep.S COPYRIGHT FUJITSU LIMITED 2017-2018 */
/* TODO: skeleton for UTI */ /* TODO: skeleton for UTI */
.global switch_ctx .global switch_ctx
switch_ctx: switch_ctx:

View File

@@ -1,3 +1,4 @@
# Makefile.in COPYRIGHT FUJITSU LIMITED 2017-2018
CC=@CC@ CC=@CC@
AR=ar AR=ar
BINDIR=@BINDIR@ BINDIR=@BINDIR@

View File

@@ -1,4 +1,4 @@
/* ldump2mcdump.c COPYRIGHT FUJITSU LIMITED 2017 */
#include "../include/defs.h" /* From the crash source top-level directory */ #include "../include/defs.h" /* From the crash source top-level directory */
#include <bfd.h> #include <bfd.h>
#include <pwd.h> #include <pwd.h>

View File

@@ -1,4 +1,4 @@
/* mcexec.c COPYRIGHT FUJITSU LIMITED 2015-2017 */ /* mcexec.c COPYRIGHT FUJITSU LIMITED 2015-2018 */
/** /**
* \file executer/user/mcexec.c * \file executer/user/mcexec.c
* License details are found in the file LICENSE. * License details are found in the file LICENSE.

View File

@@ -1,4 +1,5 @@
#!/bin/sh #!/bin/sh
# vmcore2mckdump.in COPYRIGHT FUJITSU LIMITED 2017-2018
export VMLINUX=/usr/lib/debug/lib/modules/`uname -r`/vmlinux export VMLINUX=/usr/lib/debug/lib/modules/`uname -r`/vmlinux
export INSTALLDIR=@prefix@ export INSTALLDIR=@prefix@
export INFILE=$1 export INFILE=$1

View File

@@ -1,4 +1,4 @@
# Makefile.build.in COPYRIGHT FUJITSU LIMITED 2015-2016 # Makefile.build.in COPYRIGHT FUJITSU LIMITED 2015-2018
ARCH = @ARCH@ ARCH = @ARCH@
VPATH=@abs_srcdir@ VPATH=@abs_srcdir@
SRC=$(VPATH) SRC=$(VPATH)

View File

@@ -1,3 +1,4 @@
# Makefile.dcfa.in COPYRIGHT FUJITSU LIMITED 2013-2018
BUILD_TARGET ?= @TARGET@ BUILD_TARGET ?= @TARGET@
INSTALL_KL_DIR ?= @KERNDIR@ INSTALL_KL_DIR ?= @KERNDIR@
SRC = $(CURDIR) SRC = $(CURDIR)

View File

@@ -1,3 +1,4 @@
# Makefile.in COPYRIGHT FUJITSU LIMITED 2013-2018
BUILD_TARGET ?= @TARGET@ BUILD_TARGET ?= @TARGET@
KERNDIR=@KERNDIR@ KERNDIR=@KERNDIR@
VPATH=@abs_srcdir@ VPATH=@abs_srcdir@

View File

@@ -1,3 +1,4 @@
/* smp-arm64_type1.lds COPYRIGHT FUJITSU LIMITED 2017-2018 */
PHDRS PHDRS
{ {
text PT_LOAD FLAGS(5); text PT_LOAD FLAGS(5);

View File

@@ -1,3 +1,4 @@
/* smp-arm64_type2.lds COPYRIGHT FUJITSU LIMITED 2017-2018 */
PHDRS PHDRS
{ {
text PT_LOAD FLAGS(5); text PT_LOAD FLAGS(5);

View File

@@ -1,3 +1,4 @@
/* smp-arm64_type3.lds COPYRIGHT FUJITSU LIMITED 2017-2018 */
PHDRS PHDRS
{ {
text PT_LOAD FLAGS(5); text PT_LOAD FLAGS(5);

View File

@@ -1,3 +1,4 @@
/* smp-arm64_type4.lds COPYRIGHT FUJITSU LIMITED 2017-2018 */
PHDRS PHDRS
{ {
text PT_LOAD FLAGS(5); text PT_LOAD FLAGS(5);

View File

@@ -1,4 +1,4 @@
/* host.c COPYRIGHT FUJITSU LIMITED 2015-2016 */ /* host.c COPYRIGHT FUJITSU LIMITED 2015-2018 */
/** /**
* \file host.c * \file host.c
* License details are found in the file LICENSE. * License details are found in the file LICENSE.

View File

@@ -9,7 +9,7 @@
/* /*
* HISTORY * HISTORY
*/ */
/* process.h COPYRIGHT FUJITSU LIMITED 2015-2017 */ /* process.h COPYRIGHT FUJITSU LIMITED 2015-2018 */
#ifndef HEADER_PROCESS_H #ifndef HEADER_PROCESS_H
#define HEADER_PROCESS_H #define HEADER_PROCESS_H

View File

@@ -9,7 +9,7 @@
/* /*
* HISTORY * HISTORY
*/ */
/* syscall.h COPYRIGHT FUJITSU LIMITED 2015-2016 */ /* syscall.h COPYRIGHT FUJITSU LIMITED 2015-2018 */
#ifndef __HEADER_SYSCALL_H #ifndef __HEADER_SYSCALL_H
#define __HEADER_SYSCALL_H #define __HEADER_SYSCALL_H

View File

@@ -1,4 +1,4 @@
/* mem.c COPYRIGHT FUJITSU LIMITED 2015-2017 */ /* mem.c COPYRIGHT FUJITSU LIMITED 2015-2018 */
/** /**
* \file mem.c * \file mem.c
* License details are found in the file LICENSE. * License details are found in the file LICENSE.

View File

@@ -1,3 +1,4 @@
/* pager.c COPYRIGHT FUJITSU LIMITED 2017-2018 */
/* /*
* \file pager.c * \file pager.c
* License details are found in the file LICENSE. * License details are found in the file LICENSE.

View File

@@ -1,4 +1,4 @@
/* syscall.c COPYRIGHT FUJITSU LIMITED 2015-2017 */ /* syscall.c COPYRIGHT FUJITSU LIMITED 2015-2018 */
/** /**
* \file syscall.c * \file syscall.c
* License details are found in the file LICENSE. * License details are found in the file LICENSE.

View File

@@ -1,4 +1,4 @@
/* perfctr.h COPYRIGHT FUJITSU LIMITED 2015-2016 */ /* perfctr.h COPYRIGHT FUJITSU LIMITED 2015-2018 */
/** /**
* \file perfctr.h * \file perfctr.h
* License details are found in the file LICENSE. * License details are found in the file LICENSE.