summaryrefslogtreecommitdiff
path: root/libc/pwd_grp/lckpwdf.c
AgeCommit message (Expand)Author
2017-06-21remove editor hints for viWaldemar Brodkorb
2012-11-18Replace FSF snail mail address with URLsMike Frysinger
2012-06-15lckpwdf.c: add back lost returnPeter S. Mazinger
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-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
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, just a few functionsDenis Vlasenko
2008-05-19Moving libc_hidden_proto's into #ifdef UCLIBC_INTERNAL blockDenis Vlasenko
2006-12-07Major cleanup of internal mutex locking. Be more consistant in how we doEric Andersen
2006-07-05remove __ from function names as pointed out by Peter S. MazingerMike Frysinger
2006-07-05sync with glibcMike Frysinger
2006-01-26Get rid of missing prototype warningsPeter S. Mazinger
2006-01-14hidden_def/hidden_proto: convert all users (I hope) termios split, add some m...Peter S. Mazinger
2005-12-13Convert all users of earlier hiddensPeter S. Mazinger
2005-12-10fix some warningsMike Frysinger
2005-12-08Convert the rest of users to hiddenPeter S. Mazinger
2005-12-06macro out the thread funcs in libc if threading is disabledMike Frysinger
2005-12-03More hiding, including __mempcpyPeter S. Mazinger
2005-12-01Hide mostly used functionsPeter S. Mazinger
2003-12-27Fix a long-standing bug with pthreads. A couple of linuxthreads filesManuel Novoa III
2003-10-10Implement getgrgid_r and getgrnam_r. Rework group handling code to be fullyEric Andersen
2002-08-08Fix lockingEric Andersen
2002-06-12Silence warnings, clean things up.Eric Andersen
2002-01-17* Added /etc/shadow support (Config selectable)David McCullough