OSDN Git Service

Evgenii Stepanov found a bug where argv0len was set wrong for threads
[android-x86/external-toybox.git] / toys / posix / chgrp.c
2016-08-19 Rob LandleyChange xgetpwnamid/xgetgrnamid to xgetuid/xgetgid retur...
2016-03-07 Rob LandleyCleanup pass on the dirtree infrastructure, in preparat...
2015-05-09 Rob LandleyAdd DIRTREE_SHUTUP to disable dirtree warnings if file...
2015-03-12 Rob LandleyFactor out xgetgrnamid() and xgetpwnamid() into xwrap.c.
2015-01-14 Elliott Hughesi found a few problems while manually smoke testing...
2015-01-14 Rob LandleyLet chown build standalone.
2015-01-01 Rob LandleyRedo option parsing infrastructure so #define FORCE_FLA...
2014-10-09 Rob LandleyFix use-after-free spotted by Ashwini Sharma's static...
2014-07-26 Rob LandleyMove DIRTREE_COMEAGAIN second callback up to when the...
2013-08-18 Rob LandleyUse OPTSTR_command macro for more oldtoys, to avoid...
2013-02-22 Rob LandleyFix a warning when debug code enabled.
2013-01-02 Rob LandleyHave error_msg() and friends set TT.exitval to 1 if...
2012-12-31 Rob LandleyMake dirtree_handle_callback() start with dirtree_...
2012-12-06 Rob LandleyHave dirtree_add_node() set parent so error message...
2012-11-13 Rob LandleyReindent to two spaces per level. Remove vi: directives...
2012-10-08 Rob LandleyNew build infrastructure to generate FLAG_ macros and...
2012-08-25 Rob LandleyRegularize command headers, update links to standards...
2012-08-25 Rob LandleyMove commands into "posix", "lsb", and "other" menus...