| Commit message (Expand) | Author | Age | Files | Lines |
* | remove_file: don't call rmdir if remove_file return failure | Chen Yu | 2018-09-09 | 1 | -1/+1 |
* | xargs: use bb_ask_y_confirmation_FILE() instead of homegrown copy | Denys Vlasenko | 2018-04-07 | 1 | -3/+4 |
* | libbb: rename bb_ask -> bb_ask_noecho, bb_ask_confirmation -> bb_ask_y_confir... | Denys Vlasenko | 2018-04-07 | 1 | -3/+3 |
* | whitespace and comment format fixes, no code changes | Denys Vlasenko | 2017-10-05 | 1 | -1/+0 |
* | Add conditional support for -v / --verbose | Denys Vlasenko | 2014-05-19 | 1 | -0/+8 |
* | ln: support -T and -v | Simon B | 2012-05-06 | 1 | -1/+1 |
* | *: make GNU licensing statement forms more regular | Denys Vlasenko | 2010-08-16 | 1 | -1/+1 |
* | *: use "can't" instead of "cannot" | Denys Vlasenko | 2009-11-13 | 1 | -5/+5 |
* | *: introduce and use FAST_FUNC: regparm on i386, otherwise no-on | Denis Vlasenko | 2008-06-27 | 1 | -1/+1 |
* | mdev: plug a few memory and fd leaks; simplify code a bit | Denis Vlasenko | 2008-03-27 | 1 | -2/+4 |
* | audit small applets and mark some of them as NOFORK. | Denis Vlasenko | 2007-04-10 | 1 | -0/+2 |
* | remove_file: cosmetic code improvement, a few bytes saved | Denis Vlasenko | 2007-03-26 | 1 | -34/+21 |
* | rodata cleanup. "unable to" == "cannot". -300 bytes | Denis Vlasenko | 2006-11-18 | 1 | -8/+8 |
* | bb_applet_name -> applet_name | Denis Vlasenko | 2006-10-03 | 1 | -3/+3 |
* | Remove bb_ prefixes from xfuncs.c (and a few other places), consolidate | Rob Landley | 2006-08-03 | 1 | -1/+1 |
* | - add and use bb_opendir(), bb_xopendir(). | Bernhard Reutner-Fischer | 2006-04-12 | 1 | -15/+2 |
* | Robert P. Day removed 8 gazillion occurrences of "extern" on function | Rob Landley | 2006-03-06 | 1 | -1/+1 |
* | Vodz, last_patch_86 | Glenn L McGrath | 2003-05-26 | 1 | -4/+2 |
* | Major coreutils update. | Manuel Novoa III | 2003-03-19 | 1 | -13/+13 |
* | Major rework of the directory structure and the entire build system. | Eric Andersen | 2001-10-24 | 1 | -3/+0 |
* | Add some missing includes to kill warnings when building with the default | Manuel Novoa III | 2001-06-29 | 1 | -0/+1 |
* | Fix symlink removal problem noted by Erik Andersen. | Matt Kraai | 2001-05-11 | 1 | -1/+2 |
* | Rewrote rm. | Matt Kraai | 2001-04-24 | 1 | -0/+127 |