summaryrefslogtreecommitdiff
path: root/libc/pwd_grp
AgeCommit message (Expand)Author
2016-01-02libc/pwd_grp: Allocate buffers for non-reentrant functions dynamicallyWaldemar Brodkorb
2015-12-22libc/pwd_grp: Create template for non-reentrant functionsWaldemar Brodkorb
2013-02-05buildsys: switch libc to kbuild-styleBernhard Reutner-Fischer
2013-01-16getpwnam: hide relocationBernhard Reutner-Fischer
2012-11-18Replace FSF snail mail address with URLsMike Frysinger
2012-06-15lckpwdf.c: add back lost returnPeter S. Mazinger
2012-06-15pwd_grp_internal.c: do not include pthread.hPeter S. Mazinger
2010-03-25prettify make cleanBernhard Reutner-Fischer
2010-01-23fix typo in previous commitBernhard Reutner-Fischer
2010-01-23silence some warnings about unused paramsBernhard Reutner-Fischer
2009-10-07clean up O_CLOEXEC handlingMike Frysinger
2009-09-18convert // comments to /**/; remove empty #if/#endif pairs. no code changesDenys Vlasenko
2009-09-18trim Experimentally off and uncommented hiddenBernhard Reutner-Fischer
2009-09-05lckpwdf: remove a wrong comment and one write-only variableDenys Vlasenko
2009-09-05CLOEXEC: use open(CLOEXEC) if exist; do not check fcntl(FD_CLOEXEC) failureDenys Vlasenko
2009-08-17support building out-of-treeBernhard Reutner-Fischer
2008-12-01hostid: improve extremely unreadable partsDenis Vlasenko
2008-12-01on Bernd's request, remove commented-out code snippetsDenis Vlasenko
2008-12-01remove checks for "impossible" errors,Denis Vlasenko
2008-12-01optimize signal mask ops. comment out "impossible" errorsDenis Vlasenko
2008-11-20Last portion of libc_hidden_proto removal.Denis Vlasenko
2008-11-20next portion of libc_hidden_proto removalDenis Vlasenko
2008-11-18libc_hidden_proto removal, a few more functionsDenis Vlasenko
2008-11-18libc_hidden_proto removal, just a few functionsDenis Vlasenko
2008-11-07- less verbose make cleanBernhard Reutner-Fischer
2008-09-27getgrouplist(): ...add files which I forgot to add.Denis Vlasenko
2008-09-27implement getgrouplist()Denis Vlasenko
2008-06-12Revert revision 19344 plus the libc_hidden_proto for __uc_malloc.Bernd Schmidt
2008-05-30- Avoid warning about undefined preprocessor token. No obj-code changes.Bernhard Reutner-Fischer
2008-05-19Moving libc_hidden_proto's into #ifdef UCLIBC_INTERNAL blockDenis Vlasenko
2008-02-12add hidden_proto's for __uc_mallocDenis Vlasenko
2007-08-01sgetspent: add missing free/__uc_malloc callsDenis Vlasenko
2007-07-30make pwd_grp.c use __uc_mallocDenis Vlasenko
2007-04-13Patch by Ricard Wanderlof <ricardw at axis dot com>:Peter Kjellerstedt
2006-12-07Major cleanup of internal mutex locking. Be more consistant in how we doEric Andersen
2006-08-23fix from psm: add UCLIBC_ prefix to HAS_SHADOW optionMike Frysinger
2006-07-05fixup my copyright notice, trim stale remnants of older notices whichEric Andersen
2006-07-05remove __ from function names as pointed out by Peter S. MazingerMike Frysinger
2006-07-05sync with glibcMike Frysinger
2006-03-24s/staticly/statically/, thx Bernhard FischerPeter S. Mazinger
2006-03-23Mark some functions as BSD onlyPeter S. Mazinger
2006-03-22Mark SVID functionsPeter S. Mazinger
2006-03-22Correct build if UCLIBC_HAS_CTYPE_TABLES is not definedPeter S. Mazinger
2006-02-13libc-{a,so,multi}-y replaced by libc-y covering common objects both in libc.a...Peter S. Mazinger
2006-02-13Update some copyrightsPeter S. Mazinger
2006-02-13Add files for IMA. Yes, I know it's a hack and no, I won't split the affected...Peter S. Mazinger
2006-01-26Get rid of missing prototype warningsPeter S. Mazinger
2006-01-22Enable _GNU_SOURCE build wide, trying to get consistent interfaces, else IMA ...Peter S. Mazinger
2006-01-16Last relocs jump and global data, (even locales) that I could remove are gone...Peter S. Mazinger
2006-01-14make DODEBUG=y happy, update sysdeps/common/* copyrightPeter S. Mazinger