OSDN Git Service

am 226e1671: Merge remote-tracking branch \'toybox/master\' into HEAD
authorElliott Hughes <enh@google.com>
Tue, 1 Sep 2015 16:36:41 +0000 (16:36 +0000)
committerAndroid Git Automerger <android-git-automerger@android.com>
Tue, 1 Sep 2015 16:36:41 +0000 (16:36 +0000)
commit21e9795410e75ea0b24a71b71438e200f505d5de
tree26e0275886c89f9518fc3d191325f8b3c3a04494
parent2d95e6f510e5e6fb1d5364b2514f06e5af14df01
parent226e167128144090a95197f5d30b7e6d607d52ec
am 226e1671: Merge remote-tracking branch \'toybox/master\' into HEAD

* commit '226e167128144090a95197f5d30b7e6d607d52ec':
  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.