something changed with 'ps' ?

Garance A Drosehn gad at FreeBSD.org
Wed Apr 5 17:49:39 UTC 2006


At 7:14 PM +0300 4/5/06, Kostik Belousov wrote:
>On Wed, Apr 05, 2006 at 11:29:45AM -0400, Michael Butler wrote:
>  >
>  > Removing 'pcpu' stops it from dumping core,
>
>This is result of MFC of rev. 1.73, 1.74 of bin/ps/keyword.c.
>Try the following fix:
>
>Index: bin/ps/keyword.c
>============================
>  	hp = strchr(p, '=');
>  	if (hp)
>  		*hp++ = '\0';
>+	else
>+		hp = p;

I have committed this change to -current.  I'll see about
getting it into the stable branch asap.  Thanks for
catching this.

-- 
Garance Alistair Drosehn     =      gad at gilead.netel.rpi.edu
Senior Systems Programmer               or   gad at FreeBSD.org
Rensselaer Polytechnic Institute;             Troy, NY;  USA


More information about the freebsd-stable mailing list