<div dir="ltr">Hi Rob, List,<div><br></div><div>While verifying toybox on one of our products, came across few issues.</div><div>Attached are the patches to those.</div><div><br></div><div>1. cp.c : For __mv__ with __-f__ and __-i__ user was prompted.</div><div><br></div><div>2. date.c: added support for additional date format parsing, a SIGSEGV for setdate,       output in __-u__.</div><div><br></div><div>3. df.c: Output format and strings as specified in Posix and a correction when a </div><div>    device name is given. e.g. df /dev/sda1 <br></div><div><br></div><div>4. du.c: stop the traversal on a self pointing link. </div><div><br></div><div>5. expr.c: Added '==' sign into list of operations. Also added support for regex pattern match.</div><div><br></div><div>6. ifconfig.c: stop parsing if interface name is encountered first.</div><div><br></div><div>7. killall.c: output formatting corrected. It was right justifying 4000 places.</div><div><br></div><div>8. kill.c: printing signal numbers along with names while listing.</div><div>             Also listing the signals on command line, if name is given list the number </div><div>             and vice-versa.</div><div>   e.g    $ ./toybox kill -l ABRT 2 ILL</div><div>            6</div><div>            INT</div><div>            4</div><div>9 lib.c:  A static analysis issue fix for retrun value check.</div><div>   supporting change for kill.c.</div><div>   A Change in string_to_mode, while parsing sticky/suid bit for u, g, o. </div><div>   e.g chmod u+s,o+s,g+s file</div><div>   And a correction in  human_readable().</div><div><br></div><div>Few more will follow..</div><div><br></div><div>rgds,</div><div>Ashwini</div></div>