summaryrefslogtreecommitdiffstats
path: root/libc/pwd_grp/lckpwdf.c
Commit message (Expand)AuthorAgeFilesLines
* clean up O_CLOEXEC handlingMike Frysinger2010-02-201-1/+7
* Moving libc_hidden_proto's into #ifdef UCLIBC_INTERNAL blockDenis Vlasenko2008-05-191-1/+1
* Major cleanup of internal mutex locking. Be more consistant in how we doEric Andersen2006-12-071-22/+15
* remove __ from function names as pointed out by Peter S. MazingerMike Frysinger2006-07-051-2/+2
* sync with glibcMike Frysinger2006-07-051-136/+148
* Get rid of missing prototype warningsPeter S. Mazinger2006-01-261-0/+1
* hidden_def/hidden_proto: convert all users (I hope) termios split, add some m...Peter S. Mazinger2006-01-141-19/+26
* Convert all users of earlier hiddensPeter S. Mazinger2005-12-131-3/+3
* fix some warningsMike Frysinger2005-12-101-1/+1
* Convert the rest of users to hiddenPeter S. Mazinger2005-12-081-1/+2
* macro out the thread funcs in libc if threading is disabledMike Frysinger2005-12-061-7/+4
* More hiding, including __mempcpyPeter S. Mazinger2005-12-031-0/+3
* Hide mostly used functionsPeter S. Mazinger2005-12-011-11/+11
* Fix a long-standing bug with pthreads. A couple of linuxthreads filesManuel Novoa III2003-12-271-2/+2
* Implement getgrgid_r and getgrnam_r. Rework group handling code to be fullyEric Andersen2003-10-101-113/+114
* Fix lockingEric Andersen2002-08-081-2/+24
* Silence warnings, clean things up.Eric Andersen2002-06-121-114/+109
* * Added /etc/shadow support (Config selectable)David McCullough2002-01-171-0/+163