OSDN Git Service

am f41c7e0b: Merge remote-tracking branch \'toybox/master\' into HEAD
authorElliott Hughes <enh@google.com>
Sat, 11 Jul 2015 01:39:46 +0000 (01:39 +0000)
committerAndroid Git Automerger <android-git-automerger@android.com>
Sat, 11 Jul 2015 01:39:46 +0000 (01:39 +0000)
commit7e612cb856f90b83c0a7f48b0e087fdb32de24e1
tree8aaac48498ddc1613eef1996975c211b79198803
parent707204ed63047a1d29a978ebef26af9a12fd224c
parentf41c7e0b78a92bf606692bba4b5b92bee359f71b
am f41c7e0b: Merge remote-tracking branch \'toybox/master\' into HEAD

* commit 'f41c7e0b78a92bf606692bba4b5b92bee359f71b':
  Add a basename_r() and use it in names_to_pid() to avoid basename() overwriting itself on some inputs. (Which makes killall really impolite. Bug report from Nicholas Noury via Elliott Hughes.)
  More explanation of TOYBOX_DEBUG for option string checking.
  Move comment about TOYBOX_DEBUG to start of file so it's more obvious.
  ifconfig MAC addresses should be lowercase.
  I added dhcpd -6 option.
  find: add -inum option
  Rename a function to be more obvious, and factor out a repeated calculation the compiler was almost certainly retaining in a register anyway.
  Promote hwclock.
  Fix hwclock -w.
  There is a typo in mkfifo.c for __Z__  option.
  Fix ionice.
  Avoid integer overflow with insane input data.
  Save failure reason for each make change .bad file.