OSDN Git Service

am 21e97954: am 226e1671: Merge remote-tracking branch \'toybox/master\' into HEAD
authorElliott Hughes <enh@google.com>
Tue, 1 Sep 2015 16:51:27 +0000 (16:51 +0000)
committerAndroid Git Automerger <android-git-automerger@android.com>
Tue, 1 Sep 2015 16:51:27 +0000 (16:51 +0000)
commitd2a10088ae826aba87016be5a4be17eed061fc09
treecaec15be7c9df153e0e927b07725765668d8df6a
parentede75f99e7768f026407d6c137683ab49955c125
parent21e9795410e75ea0b24a71b71438e200f505d5de
am 21e97954: am 226e1671: Merge remote-tracking branch \'toybox/master\' into HEAD

* commit '21e9795410e75ea0b24a71b71438e200f505d5de':
  Fix mv on overwrite.
  Add portability.h glue to let uptime build without TOYBOX_UTMPX.
  Build updates: make change should use top level .config for global settings, add NOSTRIP variable to force skipping strip, and save intermediate flag data in generated/flags.raw and have mkflags.c error message point to that.
  Menuconfig option for musl-libc pretending mmu is just pining for the fijords.
  Static analysis from Hyejin Kim found possible pointer underflow.
  I discovered that the reason SIGINT causes a reboot on sysvinit is that it's how the kernel signals that ctrl-alt-delete has been pressed; thus, setting it as the signal for reboot prevents ctrlaltdel scripts from working. SIGTERM is what Busybox uses, so we might as well be compatible.
  Test for human_readable()
  Kylie McClain pointed out that env should clear variables with NAME= by itself.
  Another Android roadmap update.
  Fix ionice default class.