From nobody Tue Sep 19 10:29:38 2023 X-Original-To: freebsd-current@mlmmj.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mlmmj.nyi.freebsd.org (Postfix) with ESMTP id 4RqdFn0203z4tkl7 for ; Tue, 19 Sep 2023 10:29:48 +0000 (UTC) (envelope-from SRS0=vvSx=FD=klop.ws=ronald-lists@realworks.nl) Received: from smtp-relay-int.realworks.nl (smtp-relay-int.realworks.nl [194.109.157.24]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 4RqdFk71w5z3ZNx; Tue, 19 Sep 2023 10:29:46 +0000 (UTC) (envelope-from SRS0=vvSx=FD=klop.ws=ronald-lists@realworks.nl) Authentication-Results: mx1.freebsd.org; dkim=pass header.d=klop.ws header.s=rw2 header.b=s5GgseEr; spf=pass (mx1.freebsd.org: domain of "SRS0=vvSx=FD=klop.ws=ronald-lists@realworks.nl" designates 194.109.157.24 as permitted sender) smtp.mailfrom="SRS0=vvSx=FD=klop.ws=ronald-lists@realworks.nl"; dmarc=pass (policy=quarantine) header.from=klop.ws Date: Tue, 19 Sep 2023 12:29:38 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=klop.ws; s=rw2; t=1695119379; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type; bh=fO990Ok2x1KvsaPrMu6wvR7WYzSgp3qPuDRQObMEJ6w=; b=s5GgseErM2taKFbeq5HmPDhT47+biMycLFkfu5fbCZPNBGmpB9ifjXYKTiVhEa6RIAyqmY BkfE+kHkC8zWx1H1rzVshkw/qqs0l5UKG6jmZA0NkeTDyCygljPgexBGvUtQ2BzIb6Dz/b zI9GFBR2owwQzZQoORSemuOeHi1x1pBbtJqZ64UN6AbyKmCemeRYwEhGiHyF/2RBfl/Z/m 5zNTdFli5FofNadc5wS7kZCvVBqEJEcaUiaNGkV3wRnTQI7TBBOVe0PQUAiRnqAxJfNWMO kOQC0GvJhx8NtFnMrpHlmiaWAaoHGswpSzioHxyA1Bv2VouZ2aB+XrHFVugULQ== From: Ronald Klop To: pstef@FreeBSD.org Cc: freebsd-current@freebsd.org Message-ID: <925097787.3785.1695119378729@localhost> Subject: changes to ps -d? List-Id: Discussions about the use of FreeBSD-current List-Archive: https://lists.freebsd.org/archives/freebsd-current List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-freebsd-current@freebsd.org MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_Part_3784_383623135.1695119378584" X-Mailer: Realworks (671.183) Importance: Normal X-Priority: 3 (Normal) X-Spamd-Bar: -- X-Spamd-Result: default: False [-2.16 / 15.00]; SUBJECT_ENDS_QUESTION(1.00)[]; NEURAL_HAM_LONG(-1.00)[-1.000]; NEURAL_HAM_MEDIUM(-1.00)[-1.000]; NEURAL_HAM_SHORT(-0.96)[-0.957]; DMARC_POLICY_ALLOW(-0.50)[klop.ws,quarantine]; MID_RHS_NOT_FQDN(0.50)[]; FORGED_SENDER(0.30)[ronald-lists@klop.ws,SRS0=vvSx=FD=klop.ws=ronald-lists@realworks.nl]; R_DKIM_ALLOW(-0.20)[klop.ws:s=rw2]; R_SPF_ALLOW(-0.20)[+ip4:194.109.157.0/24]; MIME_GOOD(-0.10)[multipart/alternative,text/plain]; RCVD_COUNT_ZERO(0.00)[0]; MLMMJ_DEST(0.00)[freebsd-current@freebsd.org]; MIME_TRACE(0.00)[0:+,1:+,2:~]; DKIM_TRACE(0.00)[klop.ws:+]; RCPT_COUNT_TWO(0.00)[2]; FROM_HAS_DN(0.00)[]; ARC_NA(0.00)[]; HAS_X_PRIO_THREE(0.00)[3]; TO_MATCH_ENVRCPT_ALL(0.00)[]; ASN(0.00)[asn:3265, ipnet:194.109.0.0/16, country:NL]; TO_DN_NONE(0.00)[]; FROM_NEQ_ENVFROM(0.00)[ronald-lists@klop.ws,SRS0=vvSx=FD=klop.ws=ronald-lists@realworks.nl] X-Rspamd-Queue-Id: 4RqdFk71w5z3ZNx ------=_Part_3784_383623135.1695119378584 Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Hi, In current the way ps -p works has been changed [1]. I could use "ps axd -p " to see the process tree of some ongoing task. In current this has changed to always need an extra option "ps axd -p -D down". Can this become the default again? At least when -d is used. Regards, Ronald. [1] https://cgit.freebsd.org/src/commit/bin/ps?id=5c0a1c15ff8cb66128f4826ace8ba91e0a31486d ------=_Part_3784_383623135.1695119378584 Content-Type: text/html; charset=us-ascii Content-Transfer-Encoding: 7bit Hi,

In current the way ps -p works has been changed [1].
I could use "ps axd -p <pid>" to see the process tree of some ongoing task.
In current this has changed to always need an extra option "ps axd -p <pid> -D down". Can this become the default again? At least when -d is used.

Regards,
Ronald.

[1] https://cgit.freebsd.org/src/commit/bin/ps?id=5c0a1c15ff8cb66128f4826ace8ba91e0a31486d ------=_Part_3784_383623135.1695119378584--