diff --git a/arch/x86/kernel/include/syscall_list.h b/arch/x86/kernel/include/syscall_list.h index 1d63b08b..21738bea 100644 --- a/arch/x86/kernel/include/syscall_list.h +++ b/arch/x86/kernel/include/syscall_list.h @@ -1,5 +1,13 @@ +/** + * \file syscall_list.h + * License details are found in the file LICENSE. + * \brief + * define system calls + * \author Gou Nakamura \par + * Copyright (C) 2013 Hitachi, Ltd. + */ /* - * [x86] syscall_list.h + * HISTORY: */ /* diff --git a/arch/x86/kernel/syscall.c b/arch/x86/kernel/syscall.c index 6bfea882..6c6d8d7b 100644 --- a/arch/x86/kernel/syscall.c +++ b/arch/x86/kernel/syscall.c @@ -1,5 +1,17 @@ +/** + * \file syscall.c + * License details are found in the file LICENSE. + * \brief + * archtecture depended system call handlers + * \author Gou Nakamura \par + * Copyright (C) 2013 Hitachi, Ltd. + * \author Masamichi Takagi \par + * Copyright (C) 2013 NEC Corporation + * \author Tomoki Shirasawa \par + * Copyright (C) 2013 Hitachi, Ltd. + */ /* - * [x86] syscall.c + * HISTORY: */ #include diff --git a/kernel/fileobj.c b/kernel/fileobj.c index 54197cb4..4b4e734d 100644 --- a/kernel/fileobj.c +++ b/kernel/fileobj.c @@ -1,3 +1,15 @@ +/** + * \file fileobj.c + * License details are found in the file LICENSE. + * \brief + * file back-ended pager client + * \author Gou Nakamura \par + * Copyright (C) 2013 Hitachi, Ltd. + */ +/* + * HISTORY: + */ + #include #include #include diff --git a/kernel/host.c b/kernel/host.c index b57120e1..4c33c431 100644 --- a/kernel/host.c +++ b/kernel/host.c @@ -1,3 +1,21 @@ +/** + * \file host.c + * License details are found in the file LICENSE. + * \brief + * host call handlers + * \author Taku Shimosawa \par + * Copyright (C) 2011 - 2012 Taku Shimosawa + * \author Balazs Gerofi \par + * Copyright (C) 2012 RIKEN AICS + * \author Gou Nakamura \par + * Copyright (C) 2013 Hitachi, Ltd. + * \author Tomoki Shirasawa \par + * Copyright (C) 2013 Hitachi, Ltd. + */ +/* + * HISTORY: + */ + #include #include #include diff --git a/kernel/include/memobj.h b/kernel/include/memobj.h index 9dc4fe83..c846ad09 100644 --- a/kernel/include/memobj.h +++ b/kernel/include/memobj.h @@ -1,3 +1,15 @@ +/** + * \file memobj.h + * License details are found in the file LICENSE. + * \brief + * defines and declares for memory object + * \author Gou Nakamura \par + * Copyright (C) 2013 Hitachi, Ltd. + */ +/* + * HISTORY: + */ + #ifndef HEADER_MEMOBJ_H #define HEADER_MEMOBJ_H diff --git a/kernel/include/mman.h b/kernel/include/mman.h index 5f5d5546..f3b45bd6 100644 --- a/kernel/include/mman.h +++ b/kernel/include/mman.h @@ -1,3 +1,15 @@ +/** + * \file mman.h + * License details are found in the file LICENSE. + * \brief + * memory management declarations + * \author Gou Nakamura \par + * Copyright (C) 2013 Hitachi, Ltd. + */ +/* + * HISTORY: + */ + #ifndef HEADER_MMAN_H #define HEADER_MMAN_H diff --git a/kernel/include/pager.h b/kernel/include/pager.h index 0648fb44..f7b8058e 100644 --- a/kernel/include/pager.h +++ b/kernel/include/pager.h @@ -1,3 +1,14 @@ +/** + * \file pager.h + * License details are found in the file LICENSE. + * \brief + * file back-ended pager declarations + * \author Gou Nakamura \par + * Copyright (C) 2013 Hitachi, Ltd. + */ +/* + * HISTORY: + */ #ifndef HEADER_PAGER_H #define HEADER_PAGER_H diff --git a/kernel/mem.c b/kernel/mem.c index c1a7dd58..cfe4decf 100644 --- a/kernel/mem.c +++ b/kernel/mem.c @@ -1,3 +1,23 @@ +/** + * \file mem.c + * License details are found in the file LICENSE. + * \brief + * memory management + * \author Taku Shimosawa \par + * Copyright (C) 2011 - 2012 Taku Shimosawa + * \author Balazs Gerofi \par + * Copyright (C) 2012 RIKEN AICS + * \author Masamichi Takagi \par + * Copyright (C) 2012 - 2013 NEC Corporation + * \author Balazs Gerofi \par + * Copyright (C) 2013 The University of Tokyo + * \author Gou Nakamura \par + * Copyright (C) 2013 Hitachi, Ltd. + */ +/* + * HISTORY: + */ + #include #include #include diff --git a/kernel/process.c b/kernel/process.c index 1774f152..80582bff 100644 --- a/kernel/process.c +++ b/kernel/process.c @@ -1,3 +1,25 @@ +/** + * \file process.c + * License details are found in the file LICENSE. + * \brief + * process, thread, and, virtual memory management + * \author Taku Shimosawa \par + * Copyright (C) 2011 - 2012 Taku Shimosawa + * \author Balazs Gerofi \par + * Copyright (C) 2012 RIKEN AICS + * \author Masamichi Takagi \par + * Copyright (C) 2012 - 2013 NEC Corporation + * \author Balazs Gerofi \par + * Copyright (C) 2013 The University of Tokyo + * \author Gou Nakamura \par + * Copyright (C) 2013 Hitachi, Ltd. + * \author Tomoki Shirasawa \par + * Copyright (C) 2013 Hitachi, Ltd. + */ +/* + * HISTORY: + */ + #include #include #include diff --git a/kernel/syscall.c b/kernel/syscall.c index 9cf1f6ac..97d87ca3 100644 --- a/kernel/syscall.c +++ b/kernel/syscall.c @@ -1,3 +1,27 @@ +/** + * \file syscall.c + * License details are found in the file LICENSE. + * \brief + * system call handlers + * \author Taku Shimosawa \par + * Copyright (C) 2011 - 2012 Taku Shimosawa + * \author Balazs Gerofi \par + * Copyright (C) 2012 RIKEN AICS + * \author Masamichi Takagi \par + * Copyright (C) 2012 - 2013 NEC Corporation + * \author Min Si \par + * Copyright (C) 2012 Min Si + * \author Balazs Gerofi \par + * Copyright (C) 2013 The University of Tokyo + * \author Gou Nakamura \par + * Copyright (C) 2013 Hitachi, Ltd. + * \author Tomoki Shirasawa \par + * Copyright (C) 2013 Hitachi, Ltd. + */ +/* + * HISTORY: + */ + #include #include #include