summaryrefslogtreecommitdiff
path: root/lib/libc/gen/opendir.c
AgeCommit message (Expand)Author
2007-06-05_FD_LOCK/UNLOCK() is libpthread specific and not needed for librthread, soKurt Miller
2007-02-09The buffer passed to getdirentries() must be at least as large asTodd C. Miller
2006-04-10telldir/seekdir optimization, avoid scanning the complete list,Otto Moerbeek
2006-04-01- Plug huge mem leak; mostly samba was suffering.Otto Moerbeek
2005-10-10fix a few warnings, keep the crypt stuff for later.Marc Espie
2005-08-08zap remaining rcsid.Marc Espie
2005-06-16bye bye whiteoutsTodd C. Miller
2005-05-26union is gone, ok millert@Pedro Martelletto
2005-03-01Set errno right before return(), so that it does not risk being resetMiod Vallat
2004-05-18ansify function definitions and zap some `register'Jean-Francois Brousseau
2003-06-02Remove the advertising clause in the UCB license which BerkeleyTodd C. Miller
2002-07-30malloc paranoia; it is unlikely that any filesystem will supportTodd C. Miller
2002-07-08Use qsort() instead of mergesort() since the latter can fail dueTodd C. Miller
1998-08-15fix realloc patchTheo de Raadt
1998-08-14realloc repairTheo de Raadt
1997-07-09Clean up some -Wall complaints.Todd C. Miller
1996-09-07Understand about union mounts as well as union file systemThorsten Lockert
1996-08-19Fix RCS idsThorsten Lockert
1995-10-18initial import of NetBSD treeTheo de Raadt