OSDN Git Service

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

* commit '046214fe5a2d4ebcdfe64f14ae69b156e357c437':
  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: Ibe9fba9fd4678e6a57edebd8cfbaad0d8b3eb28a


Trivial merge