OSDN Git Service

am 2738b318: Merge remote-tracking branch \'toybox/master\' into HEAD
authorElliott Hughes <enh@google.com>
Fri, 11 Sep 2015 22:14:09 +0000 (22:14 +0000)
committerAndroid Git Automerger <android-git-automerger@android.com>
Fri, 11 Sep 2015 22:14:09 +0000 (22:14 +0000)
commit540923b2edc5e6a7f62b65cc3ecaf96dd8bfdbee
treeebad8a9c782925d9db7c14a39a3eab5d818ff055
parent43e5cf4313232c1ec221e4b6dd9a530c208eb0cd
parent2738b3182300dabdbbef291175752733ec3f05d5
am 2738b318: Merge remote-tracking branch \'toybox/master\' into HEAD

* commit '2738b3182300dabdbbef291175752733ec3f05d5':
  Squish more warnings in pending.
  Squish a warning in pending.
  Fix netstat -e.
  i already did -l and -t, the positive side of -p, plus name filtering...
  Fix netstat -p.
  increase the size of progname to avoid buffer overflow
  Remove prompt argument from yesno(), caller can fprintf(stderr, "blah") itself.
  Switch HR_SI to HR_1000, make binary the default, make HR_B only affect bytes, and update the tests.
  Two large thinkos in oneit: -3 was always enabled and signal numbers were overwritten before we set up signal handlers.
  Add seq -f tests, tweak help text, and catch one more error case.
  ls -h support.
  df -h and -H.
  Implement lsof.
  Make human_readable() handle base 1024 units without floating point.