History log of /netbsd-src/lib/libc/gen/dirent_private.h (Results 1 – 4 of 4)
Revision Date Author Comments
# ab5972b0 26-Sep-2010 yamt <yamt@NetBSD.org>

fix rewinddir on nfs. fix PR/42879 (and probably PR/40229.)


# 53cf9ce3 16-Sep-2010 yamt <yamt@NetBSD.org>

- remove a wrong _DIAGASSERT
- update comments
- whitespace


# 34f7daa8 04-May-2008 tonnerre <tonnerre@NetBSD.org>

Fix a bug in the implementation of seekdir(). If the first entry in
a block has been unlinked, seekdir() may overshoot by one entry.
Thus, _readdir_unlinked() must not skip deleted entries when being

Fix a bug in the implementation of seekdir(). If the first entry in
a block has been unlinked, seekdir() may overshoot by one entry.
Thus, _readdir_unlinked() must not skip deleted entries when being
called from seekdir().
Christos agreed.

show more ...


# cfd3aebc 17-May-2006 christos <christos@NetBSD.org>

PR/24324: Arne H Juul: Re-implement seekdir/telldir using a pointer of
locations per directory instead of a global hash table to avoid memory
leak issues, and incorrect results.