summaryrefslogtreecommitdiffstats
path: root/libc/pwd_grp
Commit message (Expand)AuthorAgeFilesLines
* libc_hidden_proto removal, a few more functionsDenis Vlasenko2008-11-181-4/+4
* libc_hidden_proto removal, just a few functionsDenis Vlasenko2008-11-181-1/+1
* - less verbose make cleanBernhard Reutner-Fischer2008-11-071-4/+4
* getgrouplist(): ...add files which I forgot to add.Denis Vlasenko2008-09-272-0/+16
* implement getgrouplist()Denis Vlasenko2008-09-271-42/+87
* Revert revision 19344 plus the libc_hidden_proto for __uc_malloc.Bernd Schmidt2008-06-121-93/+39
* - Avoid warning about undefined preprocessor token. No obj-code changes.Bernhard Reutner-Fischer2008-05-301-1/+1
* Moving libc_hidden_proto's into #ifdef UCLIBC_INTERNAL blockDenis Vlasenko2008-05-192-5/+5
* add hidden_proto's for __uc_mallocDenis Vlasenko2008-02-121-0/+1
* sgetspent: add missing free/__uc_malloc callsDenis Vlasenko2007-08-011-0/+2
* make pwd_grp.c use __uc_mallocDenis Vlasenko2007-07-301-39/+90
* Patch by Ricard Wanderlof <ricardw at axis dot com>:Peter Kjellerstedt2007-04-131-26/+18
* Major cleanup of internal mutex locking. Be more consistant in how we doEric Andersen2006-12-072-74/+60
* fix from psm: add UCLIBC_ prefix to HAS_SHADOW optionMike Frysinger2006-08-233-3/+3
* fixup my copyright notice, trim stale remnants of older notices whichEric Andersen2006-07-051-1/+0
* remove __ from function names as pointed out by Peter S. MazingerMike Frysinger2006-07-051-2/+2
* sync with glibcMike Frysinger2006-07-051-136/+148
* s/staticly/statically/, thx Bernhard FischerPeter S. Mazinger2006-03-242-5/+5
* Mark some functions as BSD onlyPeter S. Mazinger2006-03-231-1/+5
* Mark SVID functionsPeter S. Mazinger2006-03-221-0/+10
* Correct build if UCLIBC_HAS_CTYPE_TABLES is not definedPeter S. Mazinger2006-03-221-1/+1
* libc-{a,so,multi}-y replaced by libc-y covering common objects both in libc.a...Peter S. Mazinger2006-02-131-34/+17
* Update some copyrightsPeter S. Mazinger2006-02-132-4/+6
* Add files for IMA. Yes, I know it's a hack and no, I won't split the affected...Peter S. Mazinger2006-02-1333-0/+276
* Get rid of missing prototype warningsPeter S. Mazinger2006-01-261-0/+1
* Enable _GNU_SOURCE build wide, trying to get consistent interfaces, else IMA ...Peter S. Mazinger2006-01-222-2/+0
* Last relocs jump and global data, (even locales) that I could remove are gone...Peter S. Mazinger2006-01-161-0/+5
* make DODEBUG=y happy, update sysdeps/common/* copyrightPeter S. Mazinger2006-01-142-8/+9
* hidden_def/hidden_proto: convert all users (I hope) termios split, add some m...Peter S. Mazinger2006-01-143-117/+112
* Convert all the rest, remove isxupper/isxlower, if someone objects, I'll add ...Peter S. Mazinger2005-12-161-2/+5
* Convert all users of earlier hiddensPeter S. Mazinger2005-12-131-3/+3
* fix some warningsMike Frysinger2005-12-102-3/+3
* Implement hidden poll, switch user to hidden *printf/*scanf/pollPeter S. Mazinger2005-12-091-1/+1
* mmap/mremap/socket/rewind gonePeter S. Mazinger2005-12-081-0/+1
* Convert the rest of users to hiddenPeter S. Mazinger2005-12-081-1/+2
* Use internal versionsPeter S. Mazinger2005-12-081-0/+1
* Hide morePeter S. Mazinger2005-12-072-33/+101
* macro out the thread funcs in libc if threading is disabledMike Frysinger2005-12-062-13/+7
* More hiding, including __mempcpyPeter S. Mazinger2005-12-031-0/+3
* Hide mostly used functionsPeter S. Mazinger2005-12-012-21/+21
* 100 JUMP relocs less (remaining 431) by hiding internally used onesPeter S. Mazinger2005-11-262-15/+8
* Remove TOPDIRPeter S. Mazinger2005-11-211-3/+1
* Only because of multi sources I had to touch up these and add code duplicationPeter S. Mazinger2005-11-011-1/+4
* Remove last unused references to libc-a-pic-, we use only the lists in libc-a...Peter S. Mazinger2005-11-011-2/+0
* Replace all Makefiles for new build infrastucturePeter S. Mazinger2005-10-291-57/+8
* All Makefile.in's. Only arm/i386/mips/powerpc/x86_64 are done, the other arch...Peter S. Mazinger2005-10-251-0/+48
* Workaround to allow this directory to IMA compile. Someone w/ better understa...Peter S. Mazinger2005-10-211-3/+3
* Move GETXXKEY_R_FUNC into a separate file to allow IMA compilingPeter S. Mazinger2005-10-212-58/+120
* Remove duplicate locking defines for IMA compiling.Peter S. Mazinger2005-10-201-21/+6
* Rewrote almost all Makefiles: do not use strip $(x),y; run strip on all objec...Peter S. Mazinger2005-10-121-14/+11