index
:
forks/busybox
1_33_stable
master
Busybox tree with Carbs Linux patches
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
include
/
pwd_.h
Age
Commit message (
Expand
)
Author
2015-02-07
libpwdgrp: use getpwent() instead of getpwent_r()
Denys Vlasenko
2015-01-02
libpwdgrp: use FAST_FUNC to make "matching ABI" optimization more likely to s...
Denys Vlasenko
2015-01-02
libpwdgrp: rewritten to use malloced implementation
Tito Ragusa
2013-01-15
whitespace fixes. no code changes
Denys Vlasenko
2012-01-06
platform.h: define endgrent() and endpwent() as no-ops on Android
Denys Vlasenko
2010-10-29
whitespace cleanup
Denys Vlasenko
2010-03-31
libpwdgrp: comment out functions with UNUSED_SINCE_WE_AVOID_STATIC_BUFS
Denys Vlasenko
2009-04-09
*: make "pragma GCC visibility push(hidden)" less ugly
Denis Vlasenko
2008-09-26
- commentary typo fix
Bernhard Reutner-Fischer
2008-09-26
libpwdgrp: make it coexist with <pwd.h>, <grp.h> and <shadow.h>.
Denis Vlasenko
2008-05-09
Use intra-DSO calls when we build libbusybox. No-op for normal build.
Denis Vlasenko
2006-12-30
fixdep.c: avoit doing memcmp in most cases
Denis Vlasenko
2006-07-02
Standardize on the vi editing directives being on the first line.
"Robert P. J. Day"
2004-07-15
Replace the old and somewhat buggy pwd_grp stuff with the shiny
Eric Andersen
2002-07-03
Scrub pwd.h and grp.h handling so we don't have to play any
Eric Andersen