Unify license header comment style
Signed-off-by: Joachim Nilsson <troglobit@gmail.com>
This commit is contained in:
parent
290c11d0d9
commit
d434d90b53
38
src/klogd.c
38
src/klogd.c
@ -1,23 +1,23 @@
|
|||||||
/*
|
/*
|
||||||
klogd.c - main program for Linux kernel log daemon.
|
* klogd.c - main program for Linux kernel log daemon.
|
||||||
Copyright (c) 1995 Dr. G.W. Wettstein <greg@wind.rmcc.com>
|
* Copyright (c) 1995 Dr. G.W. Wettstein <greg@wind.rmcc.com>
|
||||||
|
*
|
||||||
This file is part of the sysklogd package, a kernel and system log daemon.
|
* This file is part of the sysklogd package, a kernel and system log daemon.
|
||||||
|
*
|
||||||
This program is free software; you can redistribute it and/or modify
|
* This program is free software; you can redistribute it and/or modify
|
||||||
it under the terms of the GNU General Public License as published by
|
* it under the terms of the GNU General Public License as published by
|
||||||
the Free Software Foundation; either version 2 of the License, or
|
* the Free Software Foundation; either version 2 of the License, or
|
||||||
(at your option) any later version.
|
* (at your option) any later version.
|
||||||
|
*
|
||||||
This program is distributed in the hope that it will be useful,
|
* This program is distributed in the hope that it will be useful,
|
||||||
but WITHOUT ANY WARRANTY; without even the implied warranty of
|
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
GNU General Public License for more details.
|
* GNU General Public License for more details.
|
||||||
|
*
|
||||||
You should have received a copy of the GNU General Public License
|
* You should have received a copy of the GNU General Public License
|
||||||
along with this program; if not, write to the Free Software
|
* along with this program; if not, write to the Free Software
|
||||||
Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
|
* Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* Steve Lord (lord@cray.com) 7th Nov 92
|
* Steve Lord (lord@cray.com) 7th Nov 92
|
||||||
|
42
src/ksym.c
42
src/ksym.c
@ -1,25 +1,25 @@
|
|||||||
/*
|
/*
|
||||||
ksym.c - functions for kernel address->symbol translation
|
* ksym.c - functions for kernel address->symbol translation
|
||||||
Copyright (c) 1995, 1996 Dr. G.W. Wettstein <greg@wind.rmcc.com>
|
* Copyright (c) 1995, 1996 Dr. G.W. Wettstein <greg@wind.rmcc.com>
|
||||||
Copyright (c) 1996 Enjellic Systems Development
|
* Copyright (c) 1996 Enjellic Systems Development
|
||||||
Copyright (c) 1997-2007 Martin Schulze <joey@infodrom.org>
|
* Copyright (c) 1997-2007 Martin Schulze <joey@infodrom.org>
|
||||||
|
*
|
||||||
This file is part of the sysklogd package, a kernel and system log daemon.
|
* This file is part of the sysklogd package, a kernel and system log daemon.
|
||||||
|
*
|
||||||
This program is free software; you can redistribute it and/or modify
|
* This program is free software; you can redistribute it and/or modify
|
||||||
it under the terms of the GNU General Public License as published by
|
* it under the terms of the GNU General Public License as published by
|
||||||
the Free Software Foundation; either version 2 of the License, or
|
* the Free Software Foundation; either version 2 of the License, or
|
||||||
(at your option) any later version.
|
* (at your option) any later version.
|
||||||
|
*
|
||||||
This program is distributed in the hope that it will be useful,
|
* This program is distributed in the hope that it will be useful,
|
||||||
but WITHOUT ANY WARRANTY; without even the implied warranty of
|
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
GNU General Public License for more details.
|
* GNU General Public License for more details.
|
||||||
|
*
|
||||||
You should have received a copy of the GNU General Public License
|
* You should have received a copy of the GNU General Public License
|
||||||
along with this program; if not, write to the Free Software
|
* along with this program; if not, write to the Free Software
|
||||||
Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
|
* Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* This file contains functions which handle the translation of kernel
|
* This file contains functions which handle the translation of kernel
|
||||||
|
@ -1,25 +1,25 @@
|
|||||||
/*
|
/*
|
||||||
ksym_mod.c - functions for building symbol lookup tables for klogd
|
* ksym_mod.c - functions for building symbol lookup tables for klogd
|
||||||
Copyright (c) 1995, 1996 Dr. G.W. Wettstein <greg@wind.rmcc.com>
|
* Copyright (c) 1995, 1996 Dr. G.W. Wettstein <greg@wind.rmcc.com>
|
||||||
Copyright (c) 1996 Enjellic Systems Development
|
* Copyright (c) 1996 Enjellic Systems Development
|
||||||
Copyright (c) 1998-2007 Martin Schulze <joey@infodrom.org>
|
* Copyright (c) 1998-2007 Martin Schulze <joey@infodrom.org>
|
||||||
|
*
|
||||||
This file is part of the sysklogd package, a kernel and system log daemon.
|
* This file is part of the sysklogd package, a kernel and system log daemon.
|
||||||
|
*
|
||||||
This program is free software; you can redistribute it and/or modify
|
* This program is free software; you can redistribute it and/or modify
|
||||||
it under the terms of the GNU General Public License as published by
|
* it under the terms of the GNU General Public License as published by
|
||||||
the Free Software Foundation; either version 2 of the License, or
|
* the Free Software Foundation; either version 2 of the License, or
|
||||||
(at your option) any later version.
|
* (at your option) any later version.
|
||||||
|
*
|
||||||
This program is distributed in the hope that it will be useful,
|
* This program is distributed in the hope that it will be useful,
|
||||||
but WITHOUT ANY WARRANTY; without even the implied warranty of
|
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
GNU General Public License for more details.
|
* GNU General Public License for more details.
|
||||||
|
*
|
||||||
You should have received a copy of the GNU General Public License
|
* You should have received a copy of the GNU General Public License
|
||||||
along with this program; if not, write to the Free Software
|
* along with this program; if not, write to the Free Software
|
||||||
Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
|
* Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* This file implements functions which are useful for building
|
* This file implements functions which are useful for building
|
||||||
|
58
src/oops.c
58
src/oops.c
@ -1,33 +1,33 @@
|
|||||||
/*
|
/*
|
||||||
oops.c - Dummy loadable module for testing klogd.
|
* oops.c - Dummy loadable module for testing klogd.
|
||||||
Copyright (c) 2007 Martin Schulze <joey@infodrom.org>
|
* Copyright (c) 2007 Martin Schulze <joey@infodrom.org>
|
||||||
|
*
|
||||||
This file is part of the sysklogd package, a kernel and system log daemon.
|
* This file is part of the sysklogd package, a kernel and system log daemon.
|
||||||
|
*
|
||||||
This program is free software; you can redistribute it and/or modify
|
* This program is free software; you can redistribute it and/or modify
|
||||||
it under the terms of the GNU General Public License as published by
|
* it under the terms of the GNU General Public License as published by
|
||||||
the Free Software Foundation; either version 2 of the License, or
|
* the Free Software Foundation; either version 2 of the License, or
|
||||||
(at your option) any later version.
|
* (at your option) any later version.
|
||||||
|
*
|
||||||
This program is distributed in the hope that it will be useful,
|
* This program is distributed in the hope that it will be useful,
|
||||||
but WITHOUT ANY WARRANTY; without even the implied warranty of
|
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
GNU General Public License for more details.
|
* GNU General Public License for more details.
|
||||||
|
*
|
||||||
You should have received a copy of the GNU General Public License
|
* You should have received a copy of the GNU General Public License
|
||||||
along with this program; if not, write to the Free Software
|
* along with this program; if not, write to the Free Software
|
||||||
Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
|
* Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
|
||||||
|
*
|
||||||
Helpful documentation: http://www.tldp.org/LDP/lkmpg/2.6/html/
|
* Helpful documentation: http://www.tldp.org/LDP/lkmpg/2.6/html/
|
||||||
|
*
|
||||||
SYNOPSIS
|
* SYNOPSIS
|
||||||
|
*
|
||||||
echo TEXT > /proc/oops Emits TEXT via printk at log level
|
* echo TEXT > /proc/oops Emits TEXT via printk at log level
|
||||||
[<address+delta>] triggers klogd address decoding
|
* [<address+delta>] triggers klogd address decoding
|
||||||
echo level: info > /proc/oops Sets the log level to 'info'
|
* echo level: info > /proc/oops Sets the log level to 'info'
|
||||||
echo oops > /proc/oops Creates a real oops, kills executing shell
|
* echo oops > /proc/oops Creates a real oops, kills executing shell
|
||||||
cat /proc/oops Display current log level and last oops time
|
* cat /proc/oops Display current log level and last oops time
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include <linux/init.h>
|
#include <linux/init.h>
|
||||||
#include <linux/kernel.h>
|
#include <linux/kernel.h>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user