summaryrefslogtreecommitdiff
AgeCommit messageAuthorFilesLines
2015-01-02libpwdgrp: use FAST_FUNC to make "matching ABI" optimization more likely to s...Denys Vlasenko4-42/+41
2015-01-02libpwdgrp: rewritten to use malloced implementationTito Ragusa5-1067/+359
2013-01-15whitespace fixes. no code changesDenys Vlasenko20-75/+75
2012-01-06platform.h: define endgrent() and endpwent() as no-ops on AndroidDenys Vlasenko3-2/+7
2010-10-29whitespace cleanupDenys Vlasenko69-268/+231
2010-03-31libpwdgrp: comment out functions with UNUSED_SINCE_WE_AVOID_STATIC_BUFSDenys Vlasenko3-38/+9
2009-04-09*: make "pragma GCC visibility push(hidden)" less uglyDenis Vlasenko43-266/+158
2008-09-26- commentary typo fixBernhard Reutner-Fischer3-3/+3
2008-09-26libpwdgrp: make it coexist with <pwd.h>, <grp.h> and <shadow.h>.Denis Vlasenko6-74/+44
2008-05-25move setgroups definition to libbb.h so that it no longer inadvertentlyDenis Vlasenko2-6/+3
2008-05-09Use intra-DSO calls when we build libbusybox. No-op for normal build.Denis Vlasenko27-62/+259
2006-12-30fixdep.c: avoit doing memcmp in most casesDenis Vlasenko7-108/+191
2006-10-05build system overhaulDenis Vlasenko177-4114/+23530
2006-07-02Standardize on the vi editing directives being on the first line."Robert P. J. Day"284-19/+285
2004-07-15Replace the old and somewhat buggy pwd_grp stuff with the shinyEric Andersen20-1348/+1409
2003-12-18rename __getgrent so that it doesn't conflict with some libc'sRuss Dill7-8/+8
2002-07-03Scrub pwd.h and grp.h handling so we don't have to play anyEric Andersen31-42/+42