aboutsummaryrefslogtreecommitdiff
path: root/coreutils/chown.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* chown: fix help textJunling Zheng2015-06-071-1/+1
* chown: fix help textDenys Vlasenko2014-01-091-1/+1
* whitespace fixes. no code changesDenys Vlasenko2013-01-151-2/+2
* *: remove "Options:" string from help textsDenys Vlasenko2011-06-051-1/+0
* move help text from include/usage.src.h to coreutils/*.cPere Orga2011-03-311-0/+26
* *: make GNU licensing statement forms more regularDenys Vlasenko2010-08-161-1/+1
* cosmetic fixesDenys Vlasenko2010-02-061-5/+6
* chown: -2 bytesDenys Vlasenko2010-01-231-4/+3
* chown: support long optionsMatheus Izvekov2010-01-231-1/+17
* *: mass renaming of USE_XXXX to IF_XXXXDenis Vlasenko2009-04-211-7/+7
* chown: do not use static dataDenis Vlasenko2008-07-221-20/+30
* *: rename ATTRIBUTE_XXX to just XXX.Denis Vlasenko2008-07-051-2/+2
* *: introduce and use FAST_FUNC: regparm on i386, otherwise no-onDenis Vlasenko2008-06-271-1/+1
* ash: optional printf builtin. +25 bytes if off, +35 if on.Denis Vlasenko2008-06-011-1/+0
* *: add -Wunused-parameter; fix resulting breakageDenis Vlasenko2008-03-171-2/+2
* add -fvisibility=hidden to CC flags, mark XXX_main functionsDenis Vlasenko2007-10-111-1/+1
* 'simple' error message functions by Loic Grenie <loic.grenie@gmail.com>.Denis Vlasenko2007-10-011-1/+1
* don't pass argc in getopt32, it's superfluousDenis Vlasenko2007-08-181-1/+1
* md5_sha1_sum: fix mishandling when run as /bin/md5sum (with path)Denis Vlasenko2007-07-051-29/+31
* usage.c: remove reference to busybox.hDenis Vlasenko2007-05-261-1/+1
* audit small applets and mark some of them as NOFORK.Denis Vlasenko2007-04-101-0/+3
* find: fix handling of -pruneDenis Vlasenko2007-04-081-2/+2
* - fold recurse, depthFirst and dereference params into one param flags.Bernhard Reutner-Fischer2007-03-291-7/+6
* chown, env: stop using staticsDenis Vlasenko2007-03-141-7/+9
* chown: fix comment, fix verbose messageDenis Vlasenko2007-03-081-16/+15
* chown: support -H -L -P if ENABLE_DESKTOPDenis Vlasenko2007-03-081-14/+94
* start_stop_daemon: add -chuid supportDenis Vlasenko2007-02-261-19/+1
* suppress warnings about easch <applet>_main() havingDenis Vlasenko2007-02-031-0/+1
* whitespace fixes (leading spaces to tab)Denis Vlasenko2007-01-131-1/+1
* Trailing whitespace removal over entire treeDenis Vlasenko2007-01-111-1/+1
* chown: fix handling of "user.group" notationDenis Vlasenko2007-01-031-13/+12
* bb_xget[pw/gr]nam were horribly misnamed - fixed.Denis Vlasenko2006-12-281-11/+17
* recursive_action: add depth paramDenis Vlasenko2006-10-271-3/+5
* chown: add -vcf support if CONFIG_DESKTOPDenis Vlasenko2006-10-271-20/+38
* message string changes, mostly for consistency, also -32 bytes in .rodataDenis Vlasenko2006-10-201-1/+1
* getopt_ulflags -> getopt32.Denis Vlasenko2006-10-031-1/+1
* - remove emacs layout block as suggested by Robert P.J. DayBernhard Reutner-Fischer2006-05-191-8/+0
* avoid signed<->unsigned warning"Vladimir N. Oleynik"2006-01-311-2/+2
* - add some ATTRIBUTE_UNUSED.Bernhard Reutner-Fischer2006-01-301-1/+2
* Fix bug 603: "chown :root thingy" should work now.Rob Landley2006-01-091-7/+4
* No, we _want_ the suid and sgid bits reverted by chown, for security reasons.Rob Landley2006-01-061-24/+7
* - rename libbb's password helpers as suggested in libbb.hBernhard Reutner-Fischer2005-09-201-2/+2
* Remove trailing whitespace. Update copyright to include 2004.Eric Andersen2004-03-151-3/+3
* Add the "install" applet, move get_ug_id to libbb as its used by chown,Glenn L McGrath2003-09-241-13/+0
* Preserve suid/sgid bitsGlenn L McGrath2003-09-081-0/+1
* Remove remaining libc5 support codeEric Andersen2003-07-221-1/+1
* Update a bunch of docs. Run a script to update my email addr.Eric Andersen2003-07-141-2/+1
* Major coreutils update.Manuel Novoa III2003-03-191-49/+55
* Patch from mathuria, compatability with solarisGlenn L McGrath2003-02-081-1/+1
* Remove `== TRUE' tests and convert `!= TRUE' and `== FALSE' tests to use !.Matt Kraai2001-12-201-2/+2