summaryrefslogtreecommitdiffstats
path: root/libc/misc/dirent/opendir.c
Commit message (Expand)AuthorAgeFilesLines
* clean up O_CLOEXEC handlingMike Frysinger2009-10-161-7/+3
* not-cancel: use *_not_cancel variants directlyAustin Foxley2009-09-211-14/+0
* convert // comments to /**/; remove empty #if/#endif pairs. no code changesDenys Vlasenko2009-09-181-4/+4
* do not save/restore errno around free() callsDenys Vlasenko2009-09-181-4/+5
* CLOEXEC: use open(CLOEXEC) if exist; do not check fcntl(FD_CLOEXEC) failureDenys Vlasenko2009-09-181-10/+15
* first pass at implementing *at funcsMike Frysinger2009-08-191-18/+49
* Synch with trunk @ 24165Carmelo Amoroso2008-11-271-5/+5
* Synch with trunk @ 24087Carmelo Amoroso2008-11-181-1/+1
* Make sure that multi-threaded statically linked applications use the realCarmelo Amoroso2008-09-031-2/+1
* Remove pointless initialisation to 0 of some DIR's fieldsCarmelo Amoroso2007-12-091-1/+0
* Fix opendir problem when statically linked due to a missingCarmelo Amoroso2007-12-051-0/+1
* Merge from trunk and bring in NPTL code in the various 'misc' subsystems."Steven J. Hill"2006-08-241-13/+55
* Big fricking merge from trunk."Steven J. Hill"2006-01-071-2/+2
* Merge from trunk."Steven J. Hill"2005-12-101-1/+2
* Big merge from trunk. Stop the madness!"Steven J. Hill"2005-12-061-2/+0
* Merge from trunk. More to come you betcha'."Steven J. Hill"2005-12-021-3/+3
* Fix a long-standing bug with pthreads. A couple of linuxthreads filesManuel Novoa III2003-12-271-1/+1
* Fixup totally broken locking code... No storage for the mutex,Eric Andersen2002-05-301-2/+2
* Implement readdir_r. Audit for proper thread safety and locking.Eric Andersen2002-05-111-1/+3
* Scrub up some lingering problems preventing readdir64 from workingEric Andersen2001-11-141-4/+5
* In theory, this adds readdir64 and friends. Dunno if theyEric Andersen2001-10-171-1/+1
* Fix include/errno.h to not use kernel header, and instead use bits/errno.h.Eric Andersen2001-04-061-3/+3
* Move the dirent stuff. I suppose it is system dependant, but thenEric Andersen2001-03-191-0/+55