]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
ps: fix `ps -aa`
authorMath Ieu <sigsys@gmail.com>
Fri, 24 Sep 2021 06:58:40 +0000 (08:58 +0200)
committerPiotr Pawel Stefaniak <pstef@FreeBSD.org>
Fri, 24 Sep 2021 19:19:52 +0000 (21:19 +0200)
commitbf27a2253f6ba6ee3086046b837b2fe40e22c72c
tree5a68c40243538dde58dfe18dfe01e7c5fcebe10e
parent7c2f227a17ded0934c5941c7911797edb7d770a2
ps: fix `ps -aa`

Passing the -a flag multiple times made ps show no processes.

Differential Revision: https://reviews.freebsd.org/D27215
bin/ps/ps.c