summaryrefslogtreecommitdiffstats
path: root/libc/pwd_grp/lckpwdf.c
Commit message (Expand)AuthorAgeFilesLines
* clean up O_CLOEXEC handlingMike Frysinger2009-10-161-5/+3
* lckpwdf: remove a wrong comment and one write-only variableDenys Vlasenko2009-09-181-5/+1
* CLOEXEC: use open(CLOEXEC) if exist; do not check fcntl(FD_CLOEXEC) failureDenys Vlasenko2009-09-181-22/+12
* Synch with trunk @ 24242Carmelo Amoroso2008-12-031-45/+18
* Synch with trunk @ 24165Carmelo Amoroso2008-11-271-8/+8
* Synch with trunk @ 24087Carmelo Amoroso2008-11-181-1/+1
* BIG BIG commit: all left files merged from trunk [rev 22714]. Currenntly NPTL...Carmelo Amoroso2008-07-091-24/+16
* Fix Makefile.in and synch them with trunk. Signed-off-by: Carmelo Amoroso <ca...Carmelo Amoroso2007-11-201-1/+2
* Merge from trunk."Steven J. Hill"2006-08-221-136/+148
* Merge from trunk."Steven J. Hill"2006-02-251-19/+27
* Big fricking merge from trunk."Steven J. Hill"2006-01-071-3/+3
* Finish merge from trunk, again, no really."Steven J. Hill"2005-12-101-1/+3
* Fix 'sigaction' for NPTL and other thread models."Steven J. Hill"2005-12-081-1/+0
* Big merge from trunk. Stop the madness!"Steven J. Hill"2005-12-061-7/+7
* Merge from trunk. More to come you betcha'."Steven J. Hill"2005-12-021-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