| Commit message (Expand) | Author | Age | Files | Lines |
* | cosmetic fixes | Denys Vlasenko | 2010-02-06 | 1 | -5/+6 |
* | chown: -2 bytes | Denys Vlasenko | 2010-01-23 | 1 | -4/+3 |
* | chown: support long options | Matheus Izvekov | 2010-01-23 | 1 | -1/+17 |
* | *: mass renaming of USE_XXXX to IF_XXXX | Denis Vlasenko | 2009-04-21 | 1 | -7/+7 |
* | chown: do not use static data | Denis Vlasenko | 2008-07-22 | 1 | -20/+30 |
* | *: rename ATTRIBUTE_XXX to just XXX. | Denis Vlasenko | 2008-07-05 | 1 | -2/+2 |
* | *: introduce and use FAST_FUNC: regparm on i386, otherwise no-on | Denis Vlasenko | 2008-06-27 | 1 | -1/+1 |
* | ash: optional printf builtin. +25 bytes if off, +35 if on. | Denis Vlasenko | 2008-06-01 | 1 | -1/+0 |
* | *: add -Wunused-parameter; fix resulting breakage | Denis Vlasenko | 2008-03-17 | 1 | -2/+2 |
* | add -fvisibility=hidden to CC flags, mark XXX_main functions | Denis Vlasenko | 2007-10-11 | 1 | -1/+1 |
* | 'simple' error message functions by Loic Grenie <loic.grenie@gmail.com>. | Denis Vlasenko | 2007-10-01 | 1 | -1/+1 |
* | don't pass argc in getopt32, it's superfluous | Denis Vlasenko | 2007-08-18 | 1 | -1/+1 |
* | md5_sha1_sum: fix mishandling when run as /bin/md5sum (with path) | Denis Vlasenko | 2007-07-05 | 1 | -29/+31 |
* | usage.c: remove reference to busybox.h | Denis Vlasenko | 2007-05-26 | 1 | -1/+1 |
* | audit small applets and mark some of them as NOFORK. | Denis Vlasenko | 2007-04-10 | 1 | -0/+3 |
* | find: fix handling of -prune | Denis Vlasenko | 2007-04-08 | 1 | -2/+2 |
* | - fold recurse, depthFirst and dereference params into one param flags. | Bernhard Reutner-Fischer | 2007-03-29 | 1 | -7/+6 |
* | chown, env: stop using statics | Denis Vlasenko | 2007-03-14 | 1 | -7/+9 |
* | chown: fix comment, fix verbose message | Denis Vlasenko | 2007-03-08 | 1 | -16/+15 |
* | chown: support -H -L -P if ENABLE_DESKTOP | Denis Vlasenko | 2007-03-08 | 1 | -14/+94 |
* | start_stop_daemon: add -chuid support | Denis Vlasenko | 2007-02-26 | 1 | -19/+1 |
* | suppress warnings about easch <applet>_main() having | Denis Vlasenko | 2007-02-03 | 1 | -0/+1 |
* | whitespace fixes (leading spaces to tab) | Denis Vlasenko | 2007-01-13 | 1 | -1/+1 |
* | Trailing whitespace removal over entire tree | Denis Vlasenko | 2007-01-11 | 1 | -1/+1 |
* | chown: fix handling of "user.group" notation | Denis Vlasenko | 2007-01-03 | 1 | -13/+12 |
* | bb_xget[pw/gr]nam were horribly misnamed - fixed. | Denis Vlasenko | 2006-12-28 | 1 | -11/+17 |
* | recursive_action: add depth param | Denis Vlasenko | 2006-10-27 | 1 | -3/+5 |
* | chown: add -vcf support if CONFIG_DESKTOP | Denis Vlasenko | 2006-10-27 | 1 | -20/+38 |
* | message string changes, mostly for consistency, also -32 bytes in .rodata | Denis Vlasenko | 2006-10-20 | 1 | -1/+1 |
* | getopt_ulflags -> getopt32. | Denis Vlasenko | 2006-10-03 | 1 | -1/+1 |
* | - remove emacs layout block as suggested by Robert P.J. Day | Bernhard Reutner-Fischer | 2006-05-19 | 1 | -8/+0 |
* | avoid signed<->unsigned warning | "Vladimir N. Oleynik" | 2006-01-31 | 1 | -2/+2 |
* | - add some ATTRIBUTE_UNUSED. | Bernhard Reutner-Fischer | 2006-01-30 | 1 | -1/+2 |
* | Fix bug 603: "chown :root thingy" should work now. | Rob Landley | 2006-01-09 | 1 | -7/+4 |
* | No, we _want_ the suid and sgid bits reverted by chown, for security reasons. | Rob Landley | 2006-01-06 | 1 | -24/+7 |
* | - rename libbb's password helpers as suggested in libbb.h | Bernhard Reutner-Fischer | 2005-09-20 | 1 | -2/+2 |
* | Remove trailing whitespace. Update copyright to include 2004. | Eric Andersen | 2004-03-15 | 1 | -3/+3 |
* | Add the "install" applet, move get_ug_id to libbb as its used by chown, | Glenn L McGrath | 2003-09-24 | 1 | -13/+0 |
* | Preserve suid/sgid bits | Glenn L McGrath | 2003-09-08 | 1 | -0/+1 |
* | Remove remaining libc5 support code | Eric Andersen | 2003-07-22 | 1 | -1/+1 |
* | Update a bunch of docs. Run a script to update my email addr. | Eric Andersen | 2003-07-14 | 1 | -2/+1 |
* | Major coreutils update. | Manuel Novoa III | 2003-03-19 | 1 | -49/+55 |
* | Patch from mathuria, compatability with solaris | Glenn L McGrath | 2003-02-08 | 1 | -1/+1 |
* | Remove `== TRUE' tests and convert `!= TRUE' and `== FALSE' tests to use !. | Matt Kraai | 2001-12-20 | 1 | -2/+2 |
* | Major rework of the directory structure and the entire build system. | Eric Andersen | 2001-10-24 | 1 | -4/+3 |
* | Cleanup from vodz | Eric Andersen | 2001-07-10 | 1 | -1/+1 |
* | This patch from Lars Kellogg-Stedman, fixes the behavior of | Eric Andersen | 2001-05-11 | 1 | -3/+11 |
* | These do not need initial values. Let them live in the bss. | Eric Andersen | 2001-04-30 | 1 | -2/+2 |
* | Fix handling of -R flag. | Matt Kraai | 2001-04-26 | 1 | -0/+1 |
* | As Larry pointed out, this the off by one canbe fixed much more elegantly. | Eric Andersen | 2001-04-26 | 1 | -1/+1 |