aboutsummaryrefslogtreecommitdiff
path: root/toys/posix/chgrp.c
AgeCommit message (Expand)Author
2019-03-04Don't print (null) in error messages.Rob Landley
2018-12-04Clean up some --help formatting.Elliott Hughes
2017-05-26Be more consistent about periods in help text.Elliott Hughes
2016-08-18Change xgetpwnamid/xgetgrnamid to xgetuid/xgetgid returning the id numberRob Landley
2016-03-07Cleanup pass on the dirtree infrastructure, in preparation for making rm -rRob Landley
2015-05-09Add DIRTREE_SHUTUP to disable dirtree warnings if file vanishes out fromRob Landley
2015-03-12Factor out xgetgrnamid() and xgetpwnamid() into xwrap.c.Rob Landley
2015-01-14i found a few problems while manually smoke testing toybox chown versus toolb...Elliott Hughes
2015-01-14Let chown build standalone.Rob Landley
2014-12-31Redo option parsing infrastructure so #define FORCE_FLAGS can unzero flag mac...Rob Landley
2014-10-09Fix use-after-free spotted by Ashwini Sharma's static analysis.Rob Landley
2014-07-26Move DIRTREE_COMEAGAIN second callback up to when the filehandle is still ope...Rob Landley
2013-08-18Use OPTSTR_command macro for more oldtoys, to avoid keeping two option string...Rob Landley
2013-02-22Fix a warning when debug code enabled.Rob Landley
2013-01-02Have error_msg() and friends set TT.exitval to 1 if it's still 0, clean out o...Rob Landley
2012-12-31Make dirtree_handle_callback() start with dirtree_ like the rest of the dirtr...Rob Landley
2012-12-06Have dirtree_add_node() set parent so error message can provide full path.Rob Landley
2012-11-13Reindent to two spaces per level. Remove vi: directives that haven't worked r...Rob Landley
2012-10-08New build infrastructure to generate FLAG_ macros and TT alias, #define FOR_c...Rob Landley
2012-08-25Regularize command headers, update links to standards documents.Rob Landley
2012-08-25Move commands into "posix", "lsb", and "other" menus/directories.Rob Landley