Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/netbsd-3]: src/bin/ps Pull up following revision(s) (requested by chs in...



details:   https://anonhg.NetBSD.org/src/rev/09d84cf12574
branches:  netbsd-3
changeset: 577447:09d84cf12574
user:      tron <tron%NetBSD.org@localhost>
date:      Sun Nov 06 13:31:02 2005 +0000

description:
Pull up following revision(s) (requested by chs in ticket #936):
        bin/ps/keyword.c: revision 1.45
add a keyword for the uarea address.  very useful with crashdumps.

diffstat:

 bin/ps/keyword.c |  5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

diffs (26 lines):

diff -r 911f9d4fa949 -r 09d84cf12574 bin/ps/keyword.c
--- a/bin/ps/keyword.c  Sun Nov 06 13:27:32 2005 +0000
+++ b/bin/ps/keyword.c  Sun Nov 06 13:31:02 2005 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: keyword.c,v 1.43 2004/11/16 04:58:14 christos Exp $    */
+/*     $NetBSD: keyword.c,v 1.43.2.1 2005/11/06 13:31:02 tron Exp $    */
 
 /*-
  * Copyright (c) 1990, 1993, 1994
@@ -34,7 +34,7 @@
 #if 0
 static char sccsid[] = "@(#)keyword.c  8.5 (Berkeley) 4/2/94";
 #else
-__RCSID("$NetBSD: keyword.c,v 1.43 2004/11/16 04:58:14 christos Exp $");
+__RCSID("$NetBSD: keyword.c,v 1.43.2.1 2005/11/06 13:31:02 tron Exp $");
 #endif
 #endif /* not lint */
 
@@ -187,6 +187,7 @@
        {"tsiz", "TSIZ", 0, tsize, POFF(p_vm_tsize), INT32},
        {"tt", "TTY", LJUST, tname, POFF(p_tdev), INT32},
        {"tty", "TTY", LJUST, longtname, POFF(p_tdev), INT32},
+       LVAR("uaddr", "UADDR", 0, l_addr, KPTR, PRIx64),
        {"ucomm", "UCOMM", LJUST, ucomm},
        UID("uid", "UID", p_uid),
        LVAR("upr", "UPR", 0, l_usrpri, UCHAR, "u"),



Home | Main Index | Thread Index | Old Index