diff options
author | Thordur I. Bjornsson <thib@cvs.openbsd.org> | 2009-01-18 13:36:57 +0000 |
---|---|---|
committer | Thordur I. Bjornsson <thib@cvs.openbsd.org> | 2009-01-18 13:36:57 +0000 |
commit | 6499c045342f2e124d2c9e97ca8ed6aa2738d088 (patch) | |
tree | 2902ae79b7d381acf052574bbc753a5b4cd85760 /sys/conf | |
parent | b448e19a391267ccd83f922326382437f7259e22 (diff) |
Add nfs ddb hooks, for now only to show all the outstanding nfsreq's
and to print out struct nfsreq.
"get it in so people can pound on it" blambert@
OK and information_s_ on the manpage from miod@
Diffstat (limited to 'sys/conf')
-rw-r--r-- | sys/conf/files | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/conf/files b/sys/conf/files index 5de76270547..a40798bae04 100644 --- a/sys/conf/files +++ b/sys/conf/files @@ -1,4 +1,4 @@ -# $OpenBSD: files,v 1.452 2008/12/21 21:37:43 miod Exp $ +# $OpenBSD: files,v 1.453 2009/01/18 13:36:56 thib Exp $ # $NetBSD: files,v 1.87 1996/05/19 17:17:50 jonathan Exp $ # @(#)files.newconf 7.5 (Berkeley) 5/10/93 @@ -897,6 +897,7 @@ file netnatm/natm.c natm file nfs/krpc_subr.c nfsclient file nfs/nfs_bio.c nfsclient file nfs/nfs_boot.c nfsclient +file nfs/nfs_debug.c nfsclient & ddb file nfs/nfs_node.c nfsclient file nfs/nfs_kq.c nfsclient file nfs/nfs_serv.c nfsserver |