summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--sys/kern/bus_if.m3
-rw-r--r--sys/kern/clock_if.m1
-rw-r--r--sys/kern/device_if.m2
-rw-r--r--sys/kern/imgact_aout.c2
-rw-r--r--sys/kern/imgact_gzip.c7
-rw-r--r--sys/kern/imgact_shell.c2
-rw-r--r--sys/kern/init_main.c2
-rw-r--r--sys/kern/kern_alq.c2
-rw-r--r--sys/kern/kern_descrip.c2
-rw-r--r--sys/kern/kern_exec.c2
-rw-r--r--sys/kern/kern_exit.c2
-rw-r--r--sys/kern/kern_fork.c2
-rw-r--r--sys/kern/kern_intr.c2
-rw-r--r--sys/kern/kern_jail.c2
-rw-r--r--sys/kern/kern_kse.c2
-rw-r--r--sys/kern/kern_kthread.c2
-rw-r--r--sys/kern/kern_ktrace.c2
-rw-r--r--sys/kern/kern_lock.c2
-rw-r--r--sys/kern/kern_lockf.c2
-rw-r--r--sys/kern/kern_malloc.c2
-rw-r--r--sys/kern/kern_ntptime.c3
-rw-r--r--sys/kern/kern_physio.c2
-rw-r--r--sys/kern/kern_proc.c2
-rw-r--r--sys/kern/kern_prot.c2
-rw-r--r--sys/kern/kern_sema.c2
-rw-r--r--sys/kern/kern_sig.c2
-rw-r--r--sys/kern/kern_subr.c2
-rw-r--r--sys/kern/kern_switch.c2
-rw-r--r--sys/kern/kern_sx.c2
-rw-r--r--sys/kern/kern_thr.c2
-rw-r--r--sys/kern/kern_thread.c2
-rw-r--r--sys/kern/kern_time.c2
-rw-r--r--sys/kern/kern_umtx.c2
-rw-r--r--sys/kern/kern_uuid.c2
-rw-r--r--sys/kern/kern_xxx.c2
-rw-r--r--sys/kern/linker_if.m2
-rw-r--r--sys/kern/md4c.c3
-rw-r--r--sys/kern/md5c.c2
-rw-r--r--sys/kern/subr_autoconf.c2
-rw-r--r--sys/kern/subr_clist.c2
-rw-r--r--sys/kern/subr_clock.c2
-rw-r--r--sys/kern/subr_devstat.c2
-rw-r--r--sys/kern/subr_disk.c2
-rw-r--r--sys/kern/subr_kdb.c2
-rw-r--r--sys/kern/subr_log.c2
-rw-r--r--sys/kern/subr_mbpool.c2
-rw-r--r--sys/kern/subr_mchain.c2
-rw-r--r--sys/kern/subr_msgbuf.c2
-rw-r--r--sys/kern/subr_param.c2
-rw-r--r--sys/kern/subr_pcpu.c2
-rw-r--r--sys/kern/subr_rman.c2
-rw-r--r--sys/kern/subr_rtc.c2
-rw-r--r--sys/kern/subr_sleepqueue.c2
-rw-r--r--sys/kern/subr_smp.c2
-rw-r--r--sys/kern/subr_unit.c5
-rw-r--r--sys/kern/sys_generic.c2
-rw-r--r--sys/kern/sys_pipe.c2
-rw-r--r--sys/kern/sys_process.c2
-rw-r--r--sys/kern/sys_socket.c2
-rw-r--r--sys/kern/sysv_ipc.c2
-rw-r--r--sys/kern/sysv_msg.c2
-rw-r--r--sys/kern/sysv_sem.c2
-rw-r--r--sys/kern/sysv_shm.c2
-rw-r--r--sys/kern/tty_cons.c2
-rw-r--r--sys/kern/tty_pty.c2
-rw-r--r--sys/kern/tty_subr.c2
-rw-r--r--sys/kern/uipc_accf.c2
-rw-r--r--sys/kern/uipc_cow.c2
-rw-r--r--sys/kern/uipc_domain.c2
-rw-r--r--sys/kern/uipc_mbuf.c2
-rw-r--r--sys/kern/uipc_mbuf2.c4
-rw-r--r--sys/kern/uipc_sem.c2
-rw-r--r--sys/kern/uipc_sockbuf.c2
-rw-r--r--sys/kern/uipc_socket.c2
-rw-r--r--sys/kern/uipc_socket2.c2
-rw-r--r--sys/kern/uipc_syscalls.c2
-rw-r--r--sys/kern/uipc_usrreq.c2
-rw-r--r--sys/kern/vfs_aio.c2
-rw-r--r--sys/kern/vfs_cache.c2
-rw-r--r--sys/kern/vfs_default.c2
-rw-r--r--sys/kern/vfs_export.c2
-rw-r--r--sys/kern/vfs_extattr.c2
-rw-r--r--sys/kern/vfs_init.c2
-rw-r--r--sys/kern/vfs_lookup.c2
-rw-r--r--sys/kern/vfs_mount.c2
-rw-r--r--sys/kern/vfs_subr.c2
-rw-r--r--sys/kern/vfs_syscalls.c2
-rw-r--r--sys/kern/vfs_vnops.c2
-rw-r--r--sys/kern/vnode_if.src2
89 files changed, 97 insertions, 93 deletions
diff --git a/sys/kern/bus_if.m b/sys/kern/bus_if.m
index 68685f0..b6fc624 100644
--- a/sys/kern/bus_if.m
+++ b/sys/kern/bus_if.m
@@ -1,5 +1,4 @@
-
-#
+#-
# Copyright (c) 1998-2004 Doug Rabson
# All rights reserved.
#
diff --git a/sys/kern/clock_if.m b/sys/kern/clock_if.m
index 3ddb25e..cb1179a 100644
--- a/sys/kern/clock_if.m
+++ b/sys/kern/clock_if.m
@@ -1,3 +1,4 @@
+#-
# Copyright (c) 2001 by Thomas Moestl <tmm@FreeBSD.org>.
# All rights reserved.
#
diff --git a/sys/kern/device_if.m b/sys/kern/device_if.m
index d7609b9..2931c0a 100644
--- a/sys/kern/device_if.m
+++ b/sys/kern/device_if.m
@@ -1,4 +1,4 @@
-#
+#-
# Copyright (c) 1998-2004 Doug Rabson
# All rights reserved.
#
diff --git a/sys/kern/imgact_aout.c b/sys/kern/imgact_aout.c
index 792ba96..9263384 100644
--- a/sys/kern/imgact_aout.c
+++ b/sys/kern/imgact_aout.c
@@ -1,4 +1,4 @@
-/*
+/*-
* Copyright (c) 1993, David Greenman
* All rights reserved.
*
diff --git a/sys/kern/imgact_gzip.c b/sys/kern/imgact_gzip.c
index b4d985a..0885976 100644
--- a/sys/kern/imgact_gzip.c
+++ b/sys/kern/imgact_gzip.c
@@ -1,12 +1,13 @@
-/*
+/*-
* ----------------------------------------------------------------------------
* "THE BEER-WARE LICENSE" (Revision 42):
* <phk@FreeBSD.org> wrote this file. As long as you retain this notice you
* can do whatever you want with this stuff. If we meet some day, and you think
* this stuff is worth it, you can buy me a beer in return. Poul-Henning Kamp
* ----------------------------------------------------------------------------
- *
- *
+ */
+
+/*
* This module handles execution of a.out files which have been run through
* "gzip". This saves diskspace, but wastes cpu-cycles and VM.
*
diff --git a/sys/kern/imgact_shell.c b/sys/kern/imgact_shell.c
index 8320fc2..b34e0c1 100644
--- a/sys/kern/imgact_shell.c
+++ b/sys/kern/imgact_shell.c
@@ -1,4 +1,4 @@
-/*
+/*-
* Copyright (c) 1993, David Greenman
* All rights reserved.
*
diff --git a/sys/kern/init_main.c b/sys/kern/init_main.c
index a83fbaf..f26bd1c 100644
--- a/sys/kern/init_main.c
+++ b/sys/kern/init_main.c
@@ -1,4 +1,4 @@
-/*
+/*-
* Copyright (c) 1995 Terrence R. Lambert
* All rights reserved.
*
diff --git a/sys/kern/kern_alq.c b/sys/kern/kern_alq.c
index 399b7d1..c7b7125 100644
--- a/sys/kern/kern_alq.c
+++ b/sys/kern/kern_alq.c
@@ -1,4 +1,4 @@
-/*
+/*-
* Copyright (c) 2002, Jeffrey Roberson <jeff@freebsd.org>
* All rights reserved.
*
diff --git a/sys/kern/kern_descrip.c b/sys/kern/kern_descrip.c
index 659c4c5..90602ed 100644
--- a/sys/kern/kern_descrip.c
+++ b/sys/kern/kern_descrip.c
@@ -1,4 +1,4 @@
-/*
+/*-
* Copyright (c) 1982, 1986, 1989, 1991, 1993
* The Regents of the University of California. All rights reserved.
* (c) UNIX System Laboratories, Inc.
diff --git a/sys/kern/kern_exec.c b/sys/kern/kern_exec.c
index 40e0f0a..b19bba6 100644
--- a/sys/kern/kern_exec.c
+++ b/sys/kern/kern_exec.c
@@ -1,4 +1,4 @@
-/*
+/*-
* Copyright (c) 1993, David Greenman
* All rights reserved.
*
diff --git a/sys/kern/kern_exit.c b/sys/kern/kern_exit.c
index eff74a9..e46acdb 100644
--- a/sys/kern/kern_exit.c
+++ b/sys/kern/kern_exit.c
@@ -1,4 +1,4 @@
-/*
+/*-
* Copyright (c) 1982, 1986, 1989, 1991, 1993
* The Regents of the University of California. All rights reserved.
* (c) UNIX System Laboratories, Inc.
diff --git a/sys/kern/kern_fork.c b/sys/kern/kern_fork.c
index 3178c10..162d019 100644
--- a/sys/kern/kern_fork.c
+++ b/sys/kern/kern_fork.c
@@ -1,4 +1,4 @@
-/*
+/*-
* Copyright (c) 1982, 1986, 1989, 1991, 1993
* The Regents of the University of California. All rights reserved.
* (c) UNIX System Laboratories, Inc.
diff --git a/sys/kern/kern_intr.c b/sys/kern/kern_intr.c
index 6f22daa..c1de705 100644
--- a/sys/kern/kern_intr.c
+++ b/sys/kern/kern_intr.c
@@ -1,4 +1,4 @@
-/*
+/*-
* Copyright (c) 1997, Stefan Esser <se@freebsd.org>
* All rights reserved.
*
diff --git a/sys/kern/kern_jail.c b/sys/kern/kern_jail.c
index 140dc08..7a8442e 100644
--- a/sys/kern/kern_jail.c
+++ b/sys/kern/kern_jail.c
@@ -1,4 +1,4 @@
-/*
+/*-
* ----------------------------------------------------------------------------
* "THE BEER-WARE LICENSE" (Revision 42):
* <phk@FreeBSD.ORG> wrote this file. As long as you retain this notice you
diff --git a/sys/kern/kern_kse.c b/sys/kern/kern_kse.c
index b37b511..d0e03ec 100644
--- a/sys/kern/kern_kse.c
+++ b/sys/kern/kern_kse.c
@@ -1,4 +1,4 @@
-/*
+/*-
* Copyright (C) 2001 Julian Elischer <julian@freebsd.org>.
* All rights reserved.
*
diff --git a/sys/kern/kern_kthread.c b/sys/kern/kern_kthread.c
index c51524a..e5a0629 100644
--- a/sys/kern/kern_kthread.c
+++ b/sys/kern/kern_kthread.c
@@ -1,4 +1,4 @@
-/*
+/*-
* Copyright (c) 1999 Peter Wemm <peter@FreeBSD.org>
* All rights reserved.
*
diff --git a/sys/kern/kern_ktrace.c b/sys/kern/kern_ktrace.c
index 98c0872..2c6332a 100644
--- a/sys/kern/kern_ktrace.c
+++ b/sys/kern/kern_ktrace.c
@@ -1,4 +1,4 @@
-/*
+/*-
* Copyright (c) 1989, 1993
* The Regents of the University of California. All rights reserved.
*
diff --git a/sys/kern/kern_lock.c b/sys/kern/kern_lock.c
index 5d639b3..896d88a 100644
--- a/sys/kern/kern_lock.c
+++ b/sys/kern/kern_lock.c
@@ -1,4 +1,4 @@
-/*
+/*-
* Copyright (c) 1995
* The Regents of the University of California. All rights reserved.
*
diff --git a/sys/kern/kern_lockf.c b/sys/kern/kern_lockf.c
index b312389..eaf8103 100644
--- a/sys/kern/kern_lockf.c
+++ b/sys/kern/kern_lockf.c
@@ -1,4 +1,4 @@
-/*
+/*-
* Copyright (c) 1982, 1986, 1989, 1993
* The Regents of the University of California. All rights reserved.
*
diff --git a/sys/kern/kern_malloc.c b/sys/kern/kern_malloc.c
index a47c1cd..e794ec0 100644
--- a/sys/kern/kern_malloc.c
+++ b/sys/kern/kern_malloc.c
@@ -1,4 +1,4 @@
-/*
+/*-
* Copyright (c) 1987, 1991, 1993
* The Regents of the University of California. All rights reserved.
*
diff --git a/sys/kern/kern_ntptime.c b/sys/kern/kern_ntptime.c
index f999897..15a239c 100644
--- a/sys/kern/kern_ntptime.c
+++ b/sys/kern/kern_ntptime.c
@@ -1,4 +1,5 @@
-/***********************************************************************
+/*-
+ ***********************************************************************
* *
* Copyright (c) David L. Mills 1993-2001 *
* *
diff --git a/sys/kern/kern_physio.c b/sys/kern/kern_physio.c
index 172c86b..d6be6e7 100644
--- a/sys/kern/kern_physio.c
+++ b/sys/kern/kern_physio.c
@@ -1,4 +1,4 @@
-/*
+/*-
* Copyright (c) 1994 John S. Dyson
* All rights reserved.
*
diff --git a/sys/kern/kern_proc.c b/sys/kern/kern_proc.c
index 03b0ab2..c234643 100644
--- a/sys/kern/kern_proc.c
+++ b/sys/kern/kern_proc.c
@@ -1,4 +1,4 @@
-/*
+/*-
* Copyright (c) 1982, 1986, 1989, 1991, 1993
* The Regents of the University of California. All rights reserved.
*
diff --git a/sys/kern/kern_prot.c b/sys/kern/kern_prot.c
index 28905f2..2f988ea 100644
--- a/sys/kern/kern_prot.c
+++ b/sys/kern/kern_prot.c
@@ -1,4 +1,4 @@
-/*
+/*-
* Copyright (c) 1982, 1986, 1989, 1990, 1991, 1993
* The Regents of the University of California. All rights reserved.
* (c) UNIX System Laboratories, Inc.
diff --git a/sys/kern/kern_sema.c b/sys/kern/kern_sema.c
index f29aa88..f09099e 100644
--- a/sys/kern/kern_sema.c
+++ b/sys/kern/kern_sema.c
@@ -1,4 +1,4 @@
-/*
+/*-
* Copyright (C) 2001 Jason Evans <jasone@freebsd.org>. All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
diff --git a/sys/kern/kern_sig.c b/sys/kern/kern_sig.c
index f5c935b..2889adb 100644
--- a/sys/kern/kern_sig.c
+++ b/sys/kern/kern_sig.c
@@ -1,4 +1,4 @@
-/*
+/*-
* Copyright (c) 1982, 1986, 1989, 1991, 1993
* The Regents of the University of California. All rights reserved.
* (c) UNIX System Laboratories, Inc.
diff --git a/sys/kern/kern_subr.c b/sys/kern/kern_subr.c
index b5de6ed..f7cc670 100644
--- a/sys/kern/kern_subr.c
+++ b/sys/kern/kern_subr.c
@@ -1,4 +1,4 @@
-/*
+/*-
* Copyright (c) 1982, 1986, 1991, 1993
* The Regents of the University of California. All rights reserved.
* (c) UNIX System Laboratories, Inc.
diff --git a/sys/kern/kern_switch.c b/sys/kern/kern_switch.c
index c59af8b..b05fd9f 100644
--- a/sys/kern/kern_switch.c
+++ b/sys/kern/kern_switch.c
@@ -1,4 +1,4 @@
-/*
+/*-
* Copyright (c) 2001 Jake Burkholder <jake@FreeBSD.org>
* All rights reserved.
*
diff --git a/sys/kern/kern_sx.c b/sys/kern/kern_sx.c
index 2d87fa5..8860c3f 100644
--- a/sys/kern/kern_sx.c
+++ b/sys/kern/kern_sx.c
@@ -1,4 +1,4 @@
-/*
+/*-
* Copyright (C) 2001 Jason Evans <jasone@freebsd.org>. All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
diff --git a/sys/kern/kern_thr.c b/sys/kern/kern_thr.c
index 7b16c94..48be476 100644
--- a/sys/kern/kern_thr.c
+++ b/sys/kern/kern_thr.c
@@ -1,4 +1,4 @@
-/*
+/*-
* Copyright (c) 2003, Jeffrey Roberson <jeff@freebsd.org>
* All rights reserved.
*
diff --git a/sys/kern/kern_thread.c b/sys/kern/kern_thread.c
index dd3acc2..bf19027 100644
--- a/sys/kern/kern_thread.c
+++ b/sys/kern/kern_thread.c
@@ -1,4 +1,4 @@
-/*
+/*-
* Copyright (C) 2001 Julian Elischer <julian@freebsd.org>.
* All rights reserved.
*
diff --git a/sys/kern/kern_time.c b/sys/kern/kern_time.c
index 3b62532..38a788a 100644
--- a/sys/kern/kern_time.c
+++ b/sys/kern/kern_time.c
@@ -1,4 +1,4 @@
-/*
+/*-
* Copyright (c) 1982, 1986, 1989, 1993
* The Regents of the University of California. All rights reserved.
*
diff --git a/sys/kern/kern_umtx.c b/sys/kern/kern_umtx.c
index c965a8c..5f1394f 100644
--- a/sys/kern/kern_umtx.c
+++ b/sys/kern/kern_umtx.c
@@ -1,4 +1,4 @@
-/*
+/*-
* Copyright (c) 2004, David Xu <davidxu@freebsd.org>
* Copyright (c) 2002, Jeffrey Roberson <jeff@freebsd.org>
* All rights reserved.
diff --git a/sys/kern/kern_uuid.c b/sys/kern/kern_uuid.c
index 92f80c7..de47158 100644
--- a/sys/kern/kern_uuid.c
+++ b/sys/kern/kern_uuid.c
@@ -1,4 +1,4 @@
-/*
+/*-
* Copyright (c) 2002 Marcel Moolenaar
* All rights reserved.
*
diff --git a/sys/kern/kern_xxx.c b/sys/kern/kern_xxx.c
index c5ba021..d93ba37 100644
--- a/sys/kern/kern_xxx.c
+++ b/sys/kern/kern_xxx.c
@@ -1,4 +1,4 @@
-/*
+/*-
* Copyright (c) 1982, 1986, 1989, 1993
* The Regents of the University of California. All rights reserved.
*
diff --git a/sys/kern/linker_if.m b/sys/kern/linker_if.m
index 67bab69..84d56d2 100644
--- a/sys/kern/linker_if.m
+++ b/sys/kern/linker_if.m
@@ -1,4 +1,4 @@
-#
+#-
# Copyright (c) 2000 Doug Rabson
# All rights reserved.
#
diff --git a/sys/kern/md4c.c b/sys/kern/md4c.c
index 69ff8e8..84a294a 100644
--- a/sys/kern/md4c.c
+++ b/sys/kern/md4c.c
@@ -1,7 +1,8 @@
/* MD4C.C - RSA Data Security, Inc., MD4 message-digest algorithm
*/
-/* Copyright (C) 1990-2, RSA Data Security, Inc. All rights reserved.
+/*-
+ Copyright (C) 1990-2, RSA Data Security, Inc. All rights reserved.
License to copy and use this software is granted provided that it
is identified as the "RSA Data Security, Inc. MD4 Message-Digest
diff --git a/sys/kern/md5c.c b/sys/kern/md5c.c
index af5471c..cfdc1b0 100644
--- a/sys/kern/md5c.c
+++ b/sys/kern/md5c.c
@@ -1,4 +1,4 @@
-/*
+/*-
* MD5C.C - RSA Data Security, Inc., MD5 message-digest algorithm
*
* Copyright (C) 1991-2, RSA Data Security, Inc. Created 1991. All
diff --git a/sys/kern/subr_autoconf.c b/sys/kern/subr_autoconf.c
index 31366a8..d40f1e4 100644
--- a/sys/kern/subr_autoconf.c
+++ b/sys/kern/subr_autoconf.c
@@ -1,4 +1,4 @@
-/*
+/*-
* Copyright (c) 1992, 1993
* The Regents of the University of California. All rights reserved.
*
diff --git a/sys/kern/subr_clist.c b/sys/kern/subr_clist.c
index afa1277..f0dc88d 100644
--- a/sys/kern/subr_clist.c
+++ b/sys/kern/subr_clist.c
@@ -1,4 +1,4 @@
-/*
+/*-
* Copyright (c) 1994, David Greenman
* All rights reserved.
*
diff --git a/sys/kern/subr_clock.c b/sys/kern/subr_clock.c
index 1e57aa2..bfa1e10 100644
--- a/sys/kern/subr_clock.c
+++ b/sys/kern/subr_clock.c
@@ -1,4 +1,4 @@
-/*
+/*-
* Copyright (c) 1988 University of Utah.
* Copyright (c) 1982, 1990, 1993
* The Regents of the University of California. All rights reserved.
diff --git a/sys/kern/subr_devstat.c b/sys/kern/subr_devstat.c
index f7fda10..3f939fe 100644
--- a/sys/kern/subr_devstat.c
+++ b/sys/kern/subr_devstat.c
@@ -1,4 +1,4 @@
-/*
+/*-
* Copyright (c) 1997, 1998, 1999 Kenneth D. Merry.
* All rights reserved.
*
diff --git a/sys/kern/subr_disk.c b/sys/kern/subr_disk.c
index 9d1ef07..99456be 100644
--- a/sys/kern/subr_disk.c
+++ b/sys/kern/subr_disk.c
@@ -1,4 +1,4 @@
-/*
+/*-
* ----------------------------------------------------------------------------
* "THE BEER-WARE LICENSE" (Revision 42):
* <phk@FreeBSD.ORG> wrote this file. As long as you retain this notice you
diff --git a/sys/kern/subr_kdb.c b/sys/kern/subr_kdb.c
index 086205f..54274db 100644
--- a/sys/kern/subr_kdb.c
+++ b/sys/kern/subr_kdb.c
@@ -1,4 +1,4 @@
-/*
+/*-
* Copyright (c) 2004 The FreeBSD Project
* All rights reserved.
*
diff --git a/sys/kern/subr_log.c b/sys/kern/subr_log.c
index bdb18fd..c3b5764 100644
--- a/sys/kern/subr_log.c
+++ b/sys/kern/subr_log.c
@@ -1,4 +1,4 @@
-/*
+/*-
* Copyright (c) 1982, 1986, 1993
* The Regents of the University of California. All rights reserved.
*
diff --git a/sys/kern/subr_mbpool.c b/sys/kern/subr_mbpool.c
index 9ca5199..400c6da 100644
--- a/sys/kern/subr_mbpool.c
+++ b/sys/kern/subr_mbpool.c
@@ -1,4 +1,4 @@
-/*
+/*-
* Copyright (c) 2003
* Fraunhofer Institute for Open Communication Systems (FhG Fokus).
* All rights reserved.
diff --git a/sys/kern/subr_mchain.c b/sys/kern/subr_mchain.c
index e808246..4f0dab1 100644
--- a/sys/kern/subr_mchain.c
+++ b/sys/kern/subr_mchain.c
@@ -1,4 +1,4 @@
-/*
+/*-
* Copyright (c) 2000, 2001 Boris Popov
* All rights reserved.
*
diff --git a/sys/kern/subr_msgbuf.c b/sys/kern/subr_msgbuf.c
index 7a6aa46..14cd39d 100644
--- a/sys/kern/subr_msgbuf.c
+++ b/sys/kern/subr_msgbuf.c
@@ -1,4 +1,4 @@
-/*
+/*-
* Copyright (c) 2003 Ian Dowse. All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
diff --git a/sys/kern/subr_param.c b/sys/kern/subr_param.c
index 9d2cb4d..b5f7329 100644
--- a/sys/kern/subr_param.c
+++ b/sys/kern/subr_param.c
@@ -1,4 +1,4 @@
-/*
+/*-
* Copyright (c) 1980, 1986, 1989, 1993
* The Regents of the University of California. All rights reserved.
* (c) UNIX System Laboratories, Inc.
diff --git a/sys/kern/subr_pcpu.c b/sys/kern/subr_pcpu.c
index b7fcc60..bb58ec6 100644
--- a/sys/kern/subr_pcpu.c
+++ b/sys/kern/subr_pcpu.c
@@ -1,4 +1,4 @@
-/*
+/*-
* Copyright (c) 2001 Wind River Systems, Inc.
* All rights reserved.
* Written by: John Baldwin <jhb@FreeBSD.org>
diff --git a/sys/kern/subr_rman.c b/sys/kern/subr_rman.c
index e648988..69ed02c 100644
--- a/sys/kern/subr_rman.c
+++ b/sys/kern/subr_rman.c
@@ -1,4 +1,4 @@
-/*
+/*-
* Copyright 1998 Massachusetts Institute of Technology
*
* Permission to use, copy, modify, and distribute this software and
diff --git a/sys/kern/subr_rtc.c b/sys/kern/subr_rtc.c
index 1e57aa2..bfa1e10 100644
--- a/sys/kern/subr_rtc.c
+++ b/sys/kern/subr_rtc.c
@@ -1,4 +1,4 @@
-/*
+/*-
* Copyright (c) 1988 University of Utah.
* Copyright (c) 1982, 1990, 1993
* The Regents of the University of California. All rights reserved.
diff --git a/sys/kern/subr_sleepqueue.c b/sys/kern/subr_sleepqueue.c
index 697d537..5043012 100644
--- a/sys/kern/subr_sleepqueue.c
+++ b/sys/kern/subr_sleepqueue.c
@@ -1,4 +1,4 @@
-/*
+/*-
* Copyright (c) 2004 John Baldwin <jhb@FreeBSD.org>
* All rights reserved.
*
diff --git a/sys/kern/subr_smp.c b/sys/kern/subr_smp.c
index eb06559..aed3118 100644
--- a/sys/kern/subr_smp.c
+++ b/sys/kern/subr_smp.c
@@ -1,4 +1,4 @@
-/*
+/*-
* Copyright (c) 2001
* John Baldwin <jhb@FreeBSD.org>. All rights reserved.
*
diff --git a/sys/kern/subr_unit.c b/sys/kern/subr_unit.c
index 10a9b35..f021360 100644
--- a/sys/kern/subr_unit.c
+++ b/sys/kern/subr_unit.c
@@ -24,8 +24,9 @@
* SUCH DAMAGE.
*
* $FreeBSD$
- *
- * Unit number allocation functions.
+ */
+
+/* Unit number allocation functions.
*
* These functions implement a mixed run-length/bitmap management of unit
* number spaces.
diff --git a/sys/kern/sys_generic.c b/sys/kern/sys_generic.c
index fae094c..b846186 100644
--- a/sys/kern/sys_generic.c
+++ b/sys/kern/sys_generic.c
@@ -1,4 +1,4 @@
-/*
+/*-
* Copyright (c) 1982, 1986, 1989, 1993
* The Regents of the University of California. All rights reserved.
* (c) UNIX System Laboratories, Inc.
diff --git a/sys/kern/sys_pipe.c b/sys/kern/sys_pipe.c
index e8468d4..7833f20 100644
--- a/sys/kern/sys_pipe.c
+++ b/sys/kern/sys_pipe.c
@@ -1,4 +1,4 @@
-/*
+/*-
* Copyright (c) 1996 John S. Dyson
* All rights reserved.
*
diff --git a/sys/kern/sys_process.c b/sys/kern/sys_process.c
index b5f617c..bdd42b3 100644
--- a/sys/kern/sys_process.c
+++ b/sys/kern/sys_process.c
@@ -1,4 +1,4 @@
-/*
+/*-
* Copyright (c) 1994, Sean Eric Fagan
* All rights reserved.
*
diff --git a/sys/kern/sys_socket.c b/sys/kern/sys_socket.c
index 5772262..e196b6d 100644
--- a/sys/kern/sys_socket.c
+++ b/sys/kern/sys_socket.c
@@ -1,4 +1,4 @@
-/*
+/*-
* Copyright (c) 1982, 1986, 1990, 1993
* The Regents of the University of California. All rights reserved.
*
diff --git a/sys/kern/sysv_ipc.c b/sys/kern/sysv_ipc.c
index e8ea41d..8fec1da 100644
--- a/sys/kern/sysv_ipc.c
+++ b/sys/kern/sysv_ipc.c
@@ -1,5 +1,5 @@
/* $NetBSD: sysv_ipc.c,v 1.7 1994/06/29 06:33:11 cgd Exp $ */
-/*
+/*-
* Copyright (c) 1994 Herb Peyerl <hpeyerl@novatel.ca>
* All rights reserved.
*
diff --git a/sys/kern/sysv_msg.c b/sys/kern/sysv_msg.c
index 8611aa0..32386b4 100644
--- a/sys/kern/sysv_msg.c
+++ b/sys/kern/sysv_msg.c
@@ -1,4 +1,4 @@
-/*
+/*-
* Implementation of SVID messages
*
* Author: Daniel Boulet
diff --git a/sys/kern/sysv_sem.c b/sys/kern/sysv_sem.c
index de2308e..d7754c0 100644
--- a/sys/kern/sysv_sem.c
+++ b/sys/kern/sysv_sem.c
@@ -1,4 +1,4 @@
-/*
+/*-
* Implementation of SVID semaphores
*
* Author: Daniel Boulet
diff --git a/sys/kern/sysv_shm.c b/sys/kern/sysv_shm.c
index 1e0ea40..bafd8682 100644
--- a/sys/kern/sysv_shm.c
+++ b/sys/kern/sysv_shm.c
@@ -1,5 +1,5 @@
/* $NetBSD: sysv_shm.c,v 1.23 1994/07/04 23:25:12 glass Exp $ */
-/*
+/*-
* Copyright (c) 1994 Adam Glass and Charles Hannum. All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
diff --git a/sys/kern/tty_cons.c b/sys/kern/tty_cons.c
index 4842809..5fae927 100644
--- a/sys/kern/tty_cons.c
+++ b/sys/kern/tty_cons.c
@@ -1,4 +1,4 @@
-/*
+/*-
* Copyright (c) 1988 University of Utah.
* Copyright (c) 1991 The Regents of the University of California.
* All rights reserved.
diff --git a/sys/kern/tty_pty.c b/sys/kern/tty_pty.c
index 65827d9..f9551c8 100644
--- a/sys/kern/tty_pty.c
+++ b/sys/kern/tty_pty.c
@@ -1,4 +1,4 @@
-/*
+/*-
* Copyright (c) 1982, 1986, 1989, 1993
* The Regents of the University of California. All rights reserved.
*
diff --git a/sys/kern/tty_subr.c b/sys/kern/tty_subr.c
index afa1277..f0dc88d 100644
--- a/sys/kern/tty_subr.c
+++ b/sys/kern/tty_subr.c
@@ -1,4 +1,4 @@
-/*
+/*-
* Copyright (c) 1994, David Greenman
* All rights reserved.
*
diff --git a/sys/kern/uipc_accf.c b/sys/kern/uipc_accf.c
index 1a5e1c6..9986425 100644
--- a/sys/kern/uipc_accf.c
+++ b/sys/kern/uipc_accf.c
@@ -1,4 +1,4 @@
-/*
+/*-
* Copyright (c) 2000 Paycounter, Inc.
* Author: Alfred Perlstein <alfred@paycounter.com>, <alfred@FreeBSD.org>
* All rights reserved.
diff --git a/sys/kern/uipc_cow.c b/sys/kern/uipc_cow.c
index ac9b6d0..8d6d06e 100644
--- a/sys/kern/uipc_cow.c
+++ b/sys/kern/uipc_cow.c
@@ -1,4 +1,4 @@
-/*-
+/*--
* Copyright (c) 1997, Duke University
* All rights reserved.
*
diff --git a/sys/kern/uipc_domain.c b/sys/kern/uipc_domain.c
index 5335132..bb0be74 100644
--- a/sys/kern/uipc_domain.c
+++ b/sys/kern/uipc_domain.c
@@ -1,4 +1,4 @@
-/*
+/*-
* Copyright (c) 1982, 1986, 1993
* The Regents of the University of California. All rights reserved.
*
diff --git a/sys/kern/uipc_mbuf.c b/sys/kern/uipc_mbuf.c
index 85212ba..0e8bb1c 100644
--- a/sys/kern/uipc_mbuf.c
+++ b/sys/kern/uipc_mbuf.c
@@ -1,4 +1,4 @@
-/*
+/*-
* Copyright (c) 1982, 1986, 1988, 1991, 1993
* The Regents of the University of California. All rights reserved.
*
diff --git a/sys/kern/uipc_mbuf2.c b/sys/kern/uipc_mbuf2.c
index 4929af5..4b87f64 100644
--- a/sys/kern/uipc_mbuf2.c
+++ b/sys/kern/uipc_mbuf2.c
@@ -1,7 +1,7 @@
/* $KAME: uipc_mbuf2.c,v 1.31 2001/11/28 11:08:53 itojun Exp $ */
/* $NetBSD: uipc_mbuf.c,v 1.40 1999/04/01 00:23:25 thorpej Exp $ */
-/*
+/*-
* Copyright (C) 1999 WIDE Project.
* All rights reserved.
*
@@ -29,7 +29,7 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*/
-/*
+/*-
* Copyright (c) 1982, 1986, 1988, 1991, 1993
* The Regents of the University of California. All rights reserved.
*
diff --git a/sys/kern/uipc_sem.c b/sys/kern/uipc_sem.c
index c92c745..668604a 100644
--- a/sys/kern/uipc_sem.c
+++ b/sys/kern/uipc_sem.c
@@ -1,4 +1,4 @@
-/*
+/*-
* Copyright (c) 2002 Alfred Perlstein <alfred@FreeBSD.org>
* All rights reserved.
*
diff --git a/sys/kern/uipc_sockbuf.c b/sys/kern/uipc_sockbuf.c
index d683692..4e167bd 100644
--- a/sys/kern/uipc_sockbuf.c
+++ b/sys/kern/uipc_sockbuf.c
@@ -1,4 +1,4 @@
-/*
+/*-
* Copyright (c) 1982, 1986, 1988, 1990, 1993
* The Regents of the University of California. All rights reserved.
*
diff --git a/sys/kern/uipc_socket.c b/sys/kern/uipc_socket.c
index 4b9087c..ded3825 100644
--- a/sys/kern/uipc_socket.c
+++ b/sys/kern/uipc_socket.c
@@ -1,4 +1,4 @@
-/*
+/*-
* Copyright (c) 2004 The FreeBSD Foundation
* Copyright (c) 2004 Robert Watson
* Copyright (c) 1982, 1986, 1988, 1990, 1993
diff --git a/sys/kern/uipc_socket2.c b/sys/kern/uipc_socket2.c
index d683692..4e167bd 100644
--- a/sys/kern/uipc_socket2.c
+++ b/sys/kern/uipc_socket2.c
@@ -1,4 +1,4 @@
-/*
+/*-
* Copyright (c) 1982, 1986, 1988, 1990, 1993
* The Regents of the University of California. All rights reserved.
*
diff --git a/sys/kern/uipc_syscalls.c b/sys/kern/uipc_syscalls.c
index 63a3a4b..2762b4f 100644
--- a/sys/kern/uipc_syscalls.c
+++ b/sys/kern/uipc_syscalls.c
@@ -1,4 +1,4 @@
-/*
+/*-
* Copyright (c) 1982, 1986, 1989, 1990, 1993
* The Regents of the University of California. All rights reserved.
*
diff --git a/sys/kern/uipc_usrreq.c b/sys/kern/uipc_usrreq.c
index 9976055..1007fe6 100644
--- a/sys/kern/uipc_usrreq.c
+++ b/sys/kern/uipc_usrreq.c
@@ -1,4 +1,4 @@
-/*
+/*-
* Copyright 2004 Robert N. M. Watson
* Copyright (c) 1982, 1986, 1989, 1991, 1993
* The Regents of the University of California. All rights reserved.
diff --git a/sys/kern/vfs_aio.c b/sys/kern/vfs_aio.c
index bf90418..a30fedc 100644
--- a/sys/kern/vfs_aio.c
+++ b/sys/kern/vfs_aio.c
@@ -1,4 +1,4 @@
-/*
+/*-
* Copyright (c) 1997 John S. Dyson. All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
diff --git a/sys/kern/vfs_cache.c b/sys/kern/vfs_cache.c
index 3efc355..2cae70d 100644
--- a/sys/kern/vfs_cache.c
+++ b/sys/kern/vfs_cache.c
@@ -1,4 +1,4 @@
-/*
+/*-
* Copyright (c) 1989, 1993, 1995
* The Regents of the University of California. All rights reserved.
*
diff --git a/sys/kern/vfs_default.c b/sys/kern/vfs_default.c
index 09b7d28..ba253e7 100644
--- a/sys/kern/vfs_default.c
+++ b/sys/kern/vfs_default.c
@@ -1,4 +1,4 @@
-/*
+/*-
* Copyright (c) 1989, 1993
* The Regents of the University of California. All rights reserved.
*
diff --git a/sys/kern/vfs_export.c b/sys/kern/vfs_export.c
index 3e0346b..523e0f3 100644
--- a/sys/kern/vfs_export.c
+++ b/sys/kern/vfs_export.c
@@ -1,4 +1,4 @@
-/*
+/*-
* Copyright (c) 1989, 1993
* The Regents of the University of California. All rights reserved.
* (c) UNIX System Laboratories, Inc.
diff --git a/sys/kern/vfs_extattr.c b/sys/kern/vfs_extattr.c
index 6a63c29..82a5f1f 100644
--- a/sys/kern/vfs_extattr.c
+++ b/sys/kern/vfs_extattr.c
@@ -1,4 +1,4 @@
-/*
+/*-
* Copyright (c) 1989, 1993
* The Regents of the University of California. All rights reserved.
* (c) UNIX System Laboratories, Inc.
diff --git a/sys/kern/vfs_init.c b/sys/kern/vfs_init.c
index 8ce79d3..e4c4f40 100644
--- a/sys/kern/vfs_init.c
+++ b/sys/kern/vfs_init.c
@@ -1,4 +1,4 @@
-/*
+/*-
* Copyright (c) 1989, 1993
* The Regents of the University of California. All rights reserved.
*
diff --git a/sys/kern/vfs_lookup.c b/sys/kern/vfs_lookup.c
index acfe11f..2ab34c6 100644
--- a/sys/kern/vfs_lookup.c
+++ b/sys/kern/vfs_lookup.c
@@ -1,4 +1,4 @@
-/*
+/*-
* Copyright (c) 1982, 1986, 1989, 1993
* The Regents of the University of California. All rights reserved.
* (c) UNIX System Laboratories, Inc.
diff --git a/sys/kern/vfs_mount.c b/sys/kern/vfs_mount.c
index 109dd0e..8a635f3 100644
--- a/sys/kern/vfs_mount.c
+++ b/sys/kern/vfs_mount.c
@@ -1,4 +1,4 @@
-/*
+/*-
* Copyright (c) 1999-2004 Poul-Henning Kamp
* Copyright (c) 1999 Michael Smith
* Copyright (c) 1989, 1993
diff --git a/sys/kern/vfs_subr.c b/sys/kern/vfs_subr.c
index ba06507..2b6f7a1 100644
--- a/sys/kern/vfs_subr.c
+++ b/sys/kern/vfs_subr.c
@@ -1,4 +1,4 @@
-/*
+/*-
* Copyright (c) 1989, 1993
* The Regents of the University of California. All rights reserved.
* (c) UNIX System Laboratories, Inc.
diff --git a/sys/kern/vfs_syscalls.c b/sys/kern/vfs_syscalls.c
index 6a63c29..82a5f1f 100644
--- a/sys/kern/vfs_syscalls.c
+++ b/sys/kern/vfs_syscalls.c
@@ -1,4 +1,4 @@
-/*
+/*-
* Copyright (c) 1989, 1993
* The Regents of the University of California. All rights reserved.
* (c) UNIX System Laboratories, Inc.
diff --git a/sys/kern/vfs_vnops.c b/sys/kern/vfs_vnops.c
index 77d37bb..e69ceda 100644
--- a/sys/kern/vfs_vnops.c
+++ b/sys/kern/vfs_vnops.c
@@ -1,4 +1,4 @@
-/*
+/*-
* Copyright (c) 1982, 1986, 1989, 1993
* The Regents of the University of California. All rights reserved.
* (c) UNIX System Laboratories, Inc.
diff --git a/sys/kern/vnode_if.src b/sys/kern/vnode_if.src
index 26c36e7..17efba7 100644
--- a/sys/kern/vnode_if.src
+++ b/sys/kern/vnode_if.src
@@ -1,4 +1,4 @@
-#
+#-
# Copyright (c) 1992, 1993
# The Regents of the University of California. All rights reserved.
#
OpenPOWER on IntegriCloud