OSDN Git Service

Usischev Yury pointed out that id shouldn't use exit() directly.
[android-x86/external-toybox.git] / toys / posix / id.c
2016-07-23 Rob LandleyUsischev Yury pointed out that id shouldn't use exit...
2015-08-03 Rob LandleyMark command-local functions static.
2015-05-19 Rob LandleySwitch id over to new infrastructure, switch id to...
2015-04-04 Paul BarkerTo ensure that toybox can be installed alongside busybo...
2015-01-16 Rob Landleyid.c #ifdefectomy. (ifdefs belong in headers, not in...
2015-01-16 Elliott HughesThis patch adds a TOYBOX_SELINUX configuration option...
2015-01-01 Rob LandleyRedo option parsing infrastructure so #define FORCE_FLA...
2014-10-09 Rob LandleyVarious bugfixes (mostly resource leaks) from Ashwini...
2014-09-28 Rob LandleyUntangle id/groups/logname so single.sh can build each...
2014-08-03 Rob LandleyCosmetic tweak, slightly more conventional for loop.
2014-05-25 Isaac Dunhamlogname and whoami are the same as id -un, so merge...
2013-11-29 Rob LandleyAdd xgetpwnam() to lib/xwrap.c.
2013-11-29 Rob LandleyMove xgetpwuid() and xgetgrgid() into xwrap.c
2013-05-19 Ivo van PoortenMake groups handle multiple usernames on command line.
2013-05-14 Ivo van poortenadd groups implementation to id.c
2013-01-31 Rob Landleyid: make "id -Gn root" print root's groups instead...
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...