OSDN Git Service

Split do_ps() into get_ps() and show_ps() as a start on implementing --sort.
authorRob Landley <rob@landley.net>
Fri, 27 Nov 2015 03:16:12 +0000 (21:16 -0600)
committerRob Landley <rob@landley.net>
Fri, 27 Nov 2015 03:16:12 +0000 (21:16 -0600)
commit12a487b61f809aa4794578e14efe32d717f22bdb
treee8a824d4d3c7078f98a2a25c204ac4bdc4d0eade
parent0f3d8ee513d63282e72df37b97e35ff1a4e4d646
Split do_ps() into get_ps() and show_ps() as a start on implementing --sort.

Change readfileat() to pass back length of read.
lib/lib.c
lib/lib.h
toys/posix/ps.c