summaryrefslogtreecommitdiffstats
path: root/libc/pwd_grp/lckpwdf.c
Commit message (Expand)AuthorAgeFilesLines
* fix typo in previous commitBernhard Reutner-Fischer2010-01-231-1/+1
* silence some warnings about unused paramsBernhard Reutner-Fischer2010-01-231-2/+2
* clean up O_CLOEXEC handlingMike Frysinger2009-10-071-5/+3
* lckpwdf: remove a wrong comment and one write-only variableDenys Vlasenko2009-09-051-5/+1
* CLOEXEC: use open(CLOEXEC) if exist; do not check fcntl(FD_CLOEXEC) failureDenys Vlasenko2009-09-051-22/+12
* hostid: improve extremely unreadable partsDenis Vlasenko2008-12-011-33/+3
* on Bernd's request, remove commented-out code snippetsDenis Vlasenko2008-12-011-1/+0
* remove checks for "impossible" errors,Denis Vlasenko2008-12-011-1/+1
* optimize signal mask ops. comment out "impossible" errorsDenis Vlasenko2008-12-011-19/+23
* Last portion of libc_hidden_proto removal.Denis Vlasenko2008-11-201-4/+4
* next portion of libc_hidden_proto removalDenis Vlasenko2008-11-201-4/+4
* libc_hidden_proto removal, just a few functionsDenis Vlasenko2008-11-181-1/+1
* 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