From: Elliott Hughes Date: Sat, 11 Jul 2015 02:04:00 +0000 (+0000) Subject: am f41c7e0b: Merge remote-tracking branch \'toybox/master\' into HEAD X-Git-Tag: android-x86-6.0-r1~113 X-Git-Url: http://git.osdn.net/view?a=commitdiff_plain;h=f23601d83a1c943d84320fa5e91695cd3208be50;p=android-x86%2Fexternal-toybox.git 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. --- f23601d83a1c943d84320fa5e91695cd3208be50