OSDN Git Service

am c9eaab1b: Merge remote-tracking branch \'toybox/master\' into HEAD
authorElliott Hughes <enh@google.com>
Fri, 7 Aug 2015 21:17:03 +0000 (21:17 +0000)
committerAndroid Git Automerger <android-git-automerger@android.com>
Fri, 7 Aug 2015 21:17:03 +0000 (21:17 +0000)
commitc728e0d8ce84bb31b19a29a0a0b7dc422ba24281
tree61f422f9233f1f85389882ad062805952b9221ed
parent00ae9f9db7439892301987bf93005588b7b67857
parentc9eaab1bd1a7fb8540126e035281a15feb5a3c42
am c9eaab1b: Merge remote-tracking branch \'toybox/master\' into HEAD

* commit 'c9eaab1bd1a7fb8540126e035281a15feb5a3c42': (22 commits)
  Detect swap partitions, inline loop_partitions(), various cleanups.
  Initialize uninitialized variable. (Oops.)
  Adjust xexec() exit code to be 127, and tweaks for nommu friendliness.
  Make multiplexer's "command not found" exit 127.
  I've added support for running blkid without specifying a partition (so it scans /proc/partitions).
  Minor tweak of reboot.c
  reboot: signal init, add -f option to call reboot(); init: use SIGINT, use xsignal()
  Cosmetic tweak: newline at the end of "make change".
  Switch nbd_client to xconnect() and make xconnect() try all returned addresses before failing.
  Tweak xconnect: socket can be a string (ala "ftp") from /etc/services.
  Factor out xconnect(), plus some other small cleanups to telnet.c.
  Mark command-local functions static.
  Long-overdue cleanup on login.
  Replace xcheckrange() with atolx_range()
  Move strlower() from find to lib.
  '!' replaces '/' in the sysfs paths of older drivers, so properly reverse that to get correct paths. While we're here, reduce the duplication of initialization.
  Whitespace.
  Check in the note about rebuilding the source tarball.
  Promote fsync.
  Promote hostid.
  ...