> On 19. Sep 2023, at 12:30, Ronald Klop <ronald-li...@klop.ws> wrote: > > 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. >
There was a discussion on the FreeBSD-current mailing list that lead to the decision to make this change: https://lists.freebsd.org/archives/freebsd-current/2023-July/004071.html Best