Age | Commit message (Expand) | Author |
2017-01-10 | Big cleanup in config help and description | Denys Vlasenko |
2016-11-23 | Convert all coreutils/* applets to "new style" applet definitions | Denys Vlasenko |
2015-10-19 | libbb: make parse_chown_usergroup_or_die() set unspecified uid/gid to -1 | Denys Vlasenko |
2015-10-16 | cpio: implement -R/--owner | Aaro Koskinen |
2015-06-07 | chown: fix help text | Junling Zheng |
2014-01-09 | chown: fix help text | Denys Vlasenko |
2013-01-15 | whitespace fixes. no code changes | Denys Vlasenko |
2011-06-05 | *: remove "Options:" string from help texts | Denys Vlasenko |
2011-03-31 | move help text from include/usage.src.h to coreutils/*.c | Pere Orga |
2010-08-16 | *: make GNU licensing statement forms more regular | Denys Vlasenko |
2010-02-06 | cosmetic fixes | Denys Vlasenko |
2010-01-23 | chown: -2 bytes | Denys Vlasenko |
2010-01-23 | chown: support long options | Matheus Izvekov |
2009-04-21 | *: mass renaming of USE_XXXX to IF_XXXX | Denis Vlasenko |
2008-07-22 | chown: do not use static data | Denis Vlasenko |
2008-07-05 | *: rename ATTRIBUTE_XXX to just XXX. | Denis Vlasenko |
2008-06-27 | *: introduce and use FAST_FUNC: regparm on i386, otherwise no-on | Denis Vlasenko |
2008-06-01 | ash: optional printf builtin. +25 bytes if off, +35 if on. | Denis Vlasenko |
2008-03-17 | *: add -Wunused-parameter; fix resulting breakage | Denis Vlasenko |
2007-10-11 | add -fvisibility=hidden to CC flags, mark XXX_main functions | Denis Vlasenko |
2007-10-01 | 'simple' error message functions by Loic Grenie <loic.grenie@gmail.com>. | Denis Vlasenko |
2007-08-18 | don't pass argc in getopt32, it's superfluous | Denis Vlasenko |
2007-07-05 | md5_sha1_sum: fix mishandling when run as /bin/md5sum (with path) | Denis Vlasenko |
2007-05-26 | usage.c: remove reference to busybox.h | Denis Vlasenko |
2007-04-10 | audit small applets and mark some of them as NOFORK. | Denis Vlasenko |
2007-04-08 | find: fix handling of -prune | Denis Vlasenko |
2007-03-29 | - fold recurse, depthFirst and dereference params into one param flags. | Bernhard Reutner-Fischer |
2007-03-14 | chown, env: stop using statics | Denis Vlasenko |
2007-03-08 | chown: fix comment, fix verbose message | Denis Vlasenko |
2007-03-08 | chown: support -H -L -P if ENABLE_DESKTOP | Denis Vlasenko |
2007-02-26 | start_stop_daemon: add -chuid support | Denis Vlasenko |
2007-02-03 | suppress warnings about easch <applet>_main() having | Denis Vlasenko |
2007-01-13 | whitespace fixes (leading spaces to tab) | Denis Vlasenko |
2007-01-11 | Trailing whitespace removal over entire tree | Denis Vlasenko |
2007-01-03 | chown: fix handling of "user.group" notation | Denis Vlasenko |
2006-12-28 | bb_xget[pw/gr]nam were horribly misnamed - fixed. | Denis Vlasenko |
2006-10-27 | recursive_action: add depth param | Denis Vlasenko |
2006-10-27 | chown: add -vcf support if CONFIG_DESKTOP | Denis Vlasenko |
2006-10-20 | message string changes, mostly for consistency, also -32 bytes in .rodata | Denis Vlasenko |
2006-10-03 | getopt_ulflags -> getopt32. | Denis Vlasenko |
2006-05-19 | - remove emacs layout block as suggested by Robert P.J. Day | Bernhard Reutner-Fischer |
2006-01-31 | avoid signed<->unsigned warning | "Vladimir N. Oleynik" |
2006-01-30 | - add some ATTRIBUTE_UNUSED. | Bernhard Reutner-Fischer |
2006-01-09 | Fix bug 603: "chown :root thingy" should work now. | Rob Landley |
2006-01-06 | No, we _want_ the suid and sgid bits reverted by chown, for security reasons. | Rob Landley |
2005-09-20 | - rename libbb's password helpers as suggested in libbb.h | Bernhard Reutner-Fischer |
2004-03-15 | Remove trailing whitespace. Update copyright to include 2004. | Eric Andersen |
2003-09-24 | Add the "install" applet, move get_ug_id to libbb as its used by chown, | Glenn L McGrath |
2003-09-08 | Preserve suid/sgid bits | Glenn L McGrath |
2003-07-22 | Remove remaining libc5 support code | Eric Andersen |