Cliff Wickman wrote:
 From: Cliff Wickman <cpw(a)sgi.com>
 
 The number of concurrently loaded sial commands is limited to 100.
 Any beyond that number are silently ignored.
 That limit may seem quite large, but we've run up against it.
 
 I would like to increase it to 200.
 
 Diffed against crash-4.0-4.7
 
 Signed-off-by: Cliff Wickman <cpw(a)sgi.com>
 
 ---
  extensions/sial.c |    2 +-
  1 file changed, 1 insertion(+), 1 deletion(-)
 
 Index: crash-4.0-4.7/extensions/sial.c
 ===================================================================
 --- crash-4.0-4.7.orig/extensions/sial.c
 +++ crash-4.0-4.7/extensions/sial.c
 @@ -789,7 +789,7 @@ char *sclass_help[]={
                  NULL
  };
  
 -#define NCMDS 100
 +#define NCMDS 200
  static struct command_table_entry command_table[NCMDS] =  {
  
  	{"edit", edit_cmd, edit_help},
 
 -- 
Seems harmless enough.  If Luc has no objections, queued for the
next release.
Dave