Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. =================================================================== RCS file: /ftp/cvs/cvsroot/src/sys/ddb/db_xxx.c,v rcsdiff: /ftp/cvs/cvsroot/src/sys/ddb/db_xxx.c,v: warning: Unknown phrases like `commitid ...;' are present. retrieving revision 1.5 retrieving revision 1.5.8.1 diff -u -p -r1.5 -r1.5.8.1 --- src/sys/ddb/db_xxx.c 1998/09/08 23:50:13 1.5 +++ src/sys/ddb/db_xxx.c 1999/08/02 21:56:52 1.5.8.1 @@ -1,4 +1,4 @@ -/* $NetBSD: db_xxx.c,v 1.5 1998/09/08 23:50:13 thorpej Exp $ */ +/* $NetBSD: db_xxx.c,v 1.5.8.1 1999/08/02 21:56:52 thorpej Exp $ */ /* * Copyright (c) 1982, 1986, 1989, 1991, 1993 @@ -141,6 +141,7 @@ db_show_all_procs(addr, haddr, count, mo break; } + /* XXX LOCKING XXX */ pd = proclists; loop: for (p = LIST_FIRST(pd->pd_list); p != NULL;