OSDN Git Service

Merge remote-tracking branch \'toybox/master\' into HEAD am: 87bfced0f8 am: 046214fe5a
authorElliott Hughes <enh@google.com>
Tue, 24 May 2016 16:37:41 +0000 (16:37 +0000)
committerandroid-build-merger <android-build-merger@google.com>
Tue, 24 May 2016 16:37:41 +0000 (16:37 +0000)
am: ed5ef36048

* commit 'ed5ef3604838d4f14de5f3615a314d1cd81129a6':
  Fix remaining pkill tests.
  Fix pkill -9.
  Don't truncate number fields for anything but right edge of screen, instead let them overflow and try to reclaim extra space from later short fields.
  Make -o COMMAND show parent command path for threads, and use saved length calculations instead of doing strlen() on strings again to store lengths.
  Comment and help text tweaks.
  Add bufgetgrgid()
  Make build dependencies more granular. This should fix the problem where "make top; make ps" produces a ps that can't do -A because generated/obj/ps.o didn't get rebuilt.
  Add bufgetpwuid. (Repeated calls to getpwuid() are really expensive.)
  Add top -O
  Add stat -tL and -c %m%t%T.

Change-Id: Ibae5c10b95e6e6578178826cd1332bd40fdf72ac


Trivial merge