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