summaryrefslogtreecommitdiffstats
path: root/lib/libc/gen/telldir.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Wrap <dirent.h> so that internal calls go direct and they're all weak symbolsguenther2015-09-121-1/+2
* Cleanup, no functional change:schwarze2013-11-051-26/+2
* Make sure seekdir(3) works even when dirp->dd_buf still contains someschwarze2013-11-051-1/+2
* seekdir()/rewinddir() must update the position returned by telldir()guenther2013-08-161-2/+2
* Switch time_t, ino_t, clock_t, and struct kevent's ident and dataguenther2013-08-131-48/+3
* Be carefull not to read away the target entry when encounteringotto2008-05-011-3/+3
* alter internal _readdir_unlocked() api to be less confusing, so thatokan2008-04-041-3/+3
* fix a libpthread PANIC in seekdir(3) caused by a recursive mutex lock.kurt2007-10-021-8/+17
* _FD_LOCK/UNLOCK() is libpthread specific and not needed for librthread, sokurt2007-06-051-3/+10
* telldir/seekdir optimization, avoid scanning the complete list,otto2006-04-101-4/+10
* - Plug huge mem leak; mostly samba was suffering.otto2006-04-011-54/+28
* zap remaining rcsid.espie2005-08-081-4/+1
* deregister (and deauto!). ok millert@ marco@otto2005-03-251-5/+5
* ansify function definitions and zap some `register'jfb2004-05-181-6/+3
* protosderaadt2003-06-251-1/+3
* Remove the advertising clause in the UCB license which Berkeleymillert2003-06-021-6/+2
* Fix RCS idstholo1996-08-191-7/+1
* initial import of NetBSD treederaadt1995-10-181-0/+134