From owner-freebsd-arch Fri Jan 25 17:40:17 2002 Delivered-To: freebsd-arch@freebsd.org Received: from rwcrmhc52.attbi.com (rwcrmhc52.attbi.com [216.148.227.88]) by hub.freebsd.org (Postfix) with ESMTP id 1905C37B402 for ; Fri, 25 Jan 2002 17:40:07 -0800 (PST) Received: from InterJet.elischer.org ([12.232.206.8]) by rwcrmhc52.attbi.com (InterMail vM.4.01.03.27 201-229-121-127-20010626) with ESMTP id <20020126014006.JLOW3578.rwcrmhc52.attbi.com@InterJet.elischer.org> for ; Sat, 26 Jan 2002 01:40:06 +0000 Received: from localhost (localhost.elischer.org [127.0.0.1]) by InterJet.elischer.org (8.9.1a/8.9.1) with ESMTP id RAA34240 for ; Fri, 25 Jan 2002 17:25:53 -0800 (PST) Date: Fri, 25 Jan 2002 17:25:52 -0800 (PST) From: Julian Elischer To: arch@freebsd.org Subject: KSE milestone 3 ALMOST there. Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-arch@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG I just hought I'd share with everyone here the following extract from ddb's "ps" command. (sorry about any linewrap). db> ps pid proc addr uid ppid pgrp flag stat wmesg wchan cmd 566 ce7b8580 cf1d1000 0 313 566 000c002 Normal (threaded) ksetest . . . . . . . . thread 0xcdb589c0 . . . --not blocked-- . . . . . . . . thread 0xcdb59140 . . . --not blocked-- 313 ce7b8080 cf1e1000 0 1 313 2004002 Normal pause cf1e1000 csh 312 ce7b9200 cf196000 0 1 312 0004002 Normal ttyin c2633010 getty 311 ce7b7e00 cf1e6000 0 1 311 0004002 Normal ttyin c2558e10 getty 269 ce7b8800 cf1c2000 0 1 269 0000000 Normal select c0405308 sshd [...] Of course I got into ddb because of a page fault :-) so it's not quite there yet. but...... To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-arch" in the body of the message