]> Zhao Yanbai Git Server - minix.git/commit
Import NetBSD ps(1) 53/3253/2
authorDavid van Moolenbroek <david@minix3.org>
Wed, 28 Oct 2015 22:51:59 +0000 (22:51 +0000)
committerLionel Sambuc <lionel.sambuc@gmail.com>
Wed, 13 Jan 2016 19:32:52 +0000 (20:32 +0100)
commit97189037b1c31a92749a06453951cb811bee1eb0
tree1429ca39e4d388cb988ef31673bb5c3251cceb7c
parent180e74704d3b012a5a9186f196cd218b8ab783f4
Import NetBSD ps(1)

No changes except for one cosmetic adjustment:  NetBSD has chosen to
rename the standard TT column to TTY and not shorten tty names;  we
undo those changes, making ps(1) behave more in accordance with the
specification and its manual page, and, most importantly for us, not
use an incredibly wide TTY column to print "console".

Change-Id: I3b3c198762f3eacf1b8e500557a803c1fedf2a61
12 files changed:
bin/Makefile
bin/ps/Makefile [new file with mode: 0644]
bin/ps/keyword.c [new file with mode: 0644]
bin/ps/nlist.c [new file with mode: 0644]
bin/ps/print.c [new file with mode: 0644]
bin/ps/ps.1 [new file with mode: 0644]
bin/ps/ps.c [new file with mode: 0644]
distrib/sets/lists/minix-base/mi
minix/commands/Makefile
minix/commands/ps/Makefile [deleted file]
minix/commands/ps/ps.1 [deleted file]
minix/commands/ps/ps.c [deleted file]