summaryrefslogtreecommitdiff
path: root/include/grp_.h
Commit message (Collapse)AuthorAgeFilesLines
* whitespace fixes. no code changesDenys Vlasenko2013-01-151-12/+12
| | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* platform.h: define endgrent() and endpwent() as no-ops on AndroidDenys Vlasenko2012-01-061-1/+1
| | | | | | Surprisingly, bionic libc seems to lack these functions. Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* whitespace cleanupDenys Vlasenko2010-10-291-1/+1
| | | | Signed-off-by: Denys Vlasenko <dvlasenk@redhat.com>
* libpwdgrp: comment out functions with UNUSED_SINCE_WE_AVOID_STATIC_BUFSDenys Vlasenko2010-03-311-0/+2
| | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* *: make "pragma GCC visibility push(hidden)" less uglyDenis Vlasenko2009-04-091-11/+6
|
* - commentary typo fixBernhard Reutner-Fischer2008-09-261-1/+1
|
* libpwdgrp: make it coexist with <pwd.h>, <grp.h> and <shadow.h>.Denis Vlasenko2008-09-261-18/+12
| | | | | | allows to get rid of hacks in libbb.h (extra declaration of setgroups - now it comes from grp.h as intended).
* move setgroups definition to libbb.h so that it no longer inadvertentlyDenis Vlasenko2008-05-251-5/+0
| | | | | get hidden attribute
* Use intra-DSO calls when we build libbusybox. No-op for normal build.Denis Vlasenko2008-05-091-7/+7
| | | | | | | | | This was Bernhard Fischer' idea. text data bss dec hex filename 773549 7781 9740 791070 c121e busybox.t7/0_lib/libbusybox.so.1.11.0.svn_unstripped 769683 7397 9740 786820 c0184 busybox.t9t/0_lib/libbusybox.so.1.11.0.svn_unstripped
* fixdep.c: avoit doing memcmp in most casesDenis Vlasenko2006-12-301-28/+46
| | | | | uidgid_get.c: add forgotten copyright notice pwd/grp/shadow: avoid collisions with libc names
* build system overhaulDenis Vlasenko2006-10-051-2/+0
|
* Standardize on the vi editing directives being on the first line."Robert P. J. Day"2006-07-021-0/+1
|
* Replace the old and somewhat buggy pwd_grp stuff with the shinyEric Andersen2004-07-151-18/+95
| | | | new stuff mjn3 wrote for uClibc
* rename __getgrent so that it doesn't conflict with some libc'sRuss Dill2003-12-181-1/+1
|
* Scrub pwd.h and grp.h handling so we don't have to play anyEric Andersen2002-07-031-0/+39
silly games. -Erik