[BACK]Return to db_xxx.c CVS log [TXT][DIR] Up to [cvs.NetBSD.org] / src / sys / ddb

Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.

Diff for /src/sys/ddb/db_xxx.c between version 1.53 and 1.54

version 1.53, 2008/11/14 23:37:50 version 1.54, 2008/11/25 15:14:07
Line 58  __KERNEL_RCSID(0, "$NetBSD$");
Line 58  __KERNEL_RCSID(0, "$NetBSD$");
 #include <sys/kauth.h>  #include <sys/kauth.h>
 #include <sys/mqueue.h>  #include <sys/mqueue.h>
 #include <sys/vnode.h>  #include <sys/vnode.h>
   #include <sys/module.h>
   
 #include <machine/db_machdep.h>  #include <machine/db_machdep.h>
   
Line 178  db_show_mqueue_cmd(db_expr_t addr, bool 
Line 179  db_show_mqueue_cmd(db_expr_t addr, bool 
 }  }
   
 void  void
   db_show_module_cmd(db_expr_t addr, bool haddr,
       db_expr_t count, const char *modif)
   {
           module_print_list(db_printf);
   }
   
   void
 db_show_all_procs(db_expr_t addr, bool haddr,  db_show_all_procs(db_expr_t addr, bool haddr,
     db_expr_t count, const char *modif)      db_expr_t count, const char *modif)
 {  {

Legend:
Removed from v.1.53  
changed lines
  Added in v.1.54

CVSweb <webmaster@jp.NetBSD.org>