aboutsummaryrefslogtreecommitdiff
path: root/lib/libc/gen/opendir.c
Commit message (Expand)AuthorAgeFilesLines
* #include <string.h> for strcmp()'s prototype.Tim J. Robbins2003-01-041-0/+1
* Fix SCM ID's.David E. O'Brien2002-02-011-2/+2
* Compensate for "Compensate for header dethreading" by backing it out.Bruce Evans2001-10-101-2/+0
* Compensate for header dethreading.Mark Murray2001-05-011-0/+2
* Fix directory reads of MNT_UNION mounts, where entries present in bothJoerg Wunsch2001-04-231-1/+2
* Fix style bug that was introduced.David E. O'Brien2001-03-051-0/+1
* Remove _THREAD_SAFE and make libc thread-safe by default byDaniel Eischen2001-01-241-9/+10
* Move telldir position recording type definitions and prototypesDaniel Eischen2000-12-111-3/+7
* Cleanup XXXdir functions to eliminate global hash table ofDaniel Eischen2000-12-061-0/+2
* Simplify sytem call renaming. Instead of _foo() <-- _libc_foo <-- foo(),Jason Evans2000-01-271-5/+5
* Add three-tier symbol naming in support of POSIX thread cancellationJason Evans2000-01-121-5/+7
* Replace memory leaking instances of realloc with non-leaking reallocf.Warner Losh1998-09-161-1/+1
* Cast pointer to a long instead of an int to keep a 64-bit compilerJohn Birrell1998-03-091-1/+1
* Fixed errors in the Lite2 merge. Some style changes were mismerged.Bruce Evans1997-03-121-27/+28
* Merge from Lite2:Peter Wemm1997-03-111-33/+200
* Cache the result of getpagesize() so we only make one syscall.Poul-Henning Kamp1996-05-021-10/+5
* stat() before open() because opening of special files may be harmful.Bruce Evans1996-03-291-0/+10
* Fix bugs in opendir():Bruce Evans1995-04-211-9/+23
* BSD 4.4 Lite Lib SourcesRodney W. Grimes1994-05-271-0/+87