summaryrefslogtreecommitdiffstats
path: root/sys/ddb/db_output.c
diff options
context:
space:
mode:
authorrgrimes <rgrimes@FreeBSD.org>1993-10-16 16:47:35 +0000
committerrgrimes <rgrimes@FreeBSD.org>1993-10-16 16:47:35 +0000
commit36dd77db351185b4f605831a096f78d019d254fe (patch)
tree96ac655ea0f2e9aeb0a304e8954beffcee87f71f /sys/ddb/db_output.c
parenteb685c3a898d895d49f6f97ecd5716eb205ee32b (diff)
downloadFreeBSD-src-36dd77db351185b4f605831a096f78d019d254fe.zip
FreeBSD-src-36dd77db351185b4f605831a096f78d019d254fe.tar.gz
Removed all patch kit headers, sccsid and rcsid strings, put $Id$ in, some
minor cleanup. Added $Id$ to files that did not have any version info, etc
Diffstat (limited to 'sys/ddb/db_output.c')
-rw-r--r--sys/ddb/db_output.c44
1 files changed, 2 insertions, 42 deletions
diff --git a/sys/ddb/db_output.c b/sys/ddb/db_output.c
index 90c4903..442546b 100644
--- a/sys/ddb/db_output.c
+++ b/sys/ddb/db_output.c
@@ -23,49 +23,9 @@
* any improvements or extensions that they make and grant Carnegie the
* rights to redistribute these changes.
*
- * PATCHES MAGIC LEVEL PATCH THAT GOT US HERE
- * -------------------- ----- ----------------------
- * CURRENT PATCH LEVEL: 4 00083
- * -------------------- ----- ----------------------
- *
- * 14 Mar 93 Chris G. Demetriou Fixed so that tab is not output,
- * use spaces instead.
- */
-/*
- * HISTORY
- * $Log: db_output.c,v $
- * Revision 1.2 1993/07/27 10:52:00 davidg
- * * Applied fixes from Bruce Evans to fix COW bugs, >1MB kernel loading,
- * profiling, and various protection checks that cause security holes
- * and system crashes.
- * * Changed min/max/bcmp/ffs/strlen to be static inline functions
- * - included from cpufunc.h in via systm.h. This change
- * improves performance in many parts of the kernel - up to 5% in the
- * networking layer alone. Note that this requires systm.h to be included
- * in any file that uses these functions otherwise it won't be able to
- * find them during the load.
- * * Fixed incorrect call to splx() in if_is.c
- * * Fixed bogus variable assignment to splx() in if_ed.c
- *
- * Revision 1.1.1.1 1993/06/12 14:57:37 rgrimes
- * Initial import, 0.1 + pk 0.2.4-B1
- *
- * Revision 1.1 1992/03/25 21:45:18 pace
- * Initial revision
- *
- * Revision 2.3 91/02/05 17:06:45 mrt
- * Changed to new Mach copyright
- * [91/01/31 16:18:41 mrt]
- *
- * Revision 2.2 90/08/27 21:51:25 dbg
- * Put extra features of db_doprnt in _doprnt.
- * [90/08/20 dbg]
- * Reduce lint.
- * [90/08/07 dbg]
- * Created.
- * [90/07/25 dbg]
- *
+ * $Id$
*/
+
/*
* Author: David B. Golub, Carnegie Mellon University
* Date: 7/90
OpenPOWER on IntegriCloud