summaryrefslogtreecommitdiffstats
path: root/lib/libc/gen/readdir.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
* Optimization, no functional change:schwarze2014-03-101-3/+2
* Nowadays, seekdir(3) doesn't call _readdir_unlocked().schwarze2013-11-061-11/+4
* Remove an unnecessary (void *) castguenther2013-10-061-3/+3
* Switch time_t, ino_t, clock_t, and struct kevent's ident and dataguenther2013-08-131-3/+4
* Make DIR a private type within libc, give it the same underlyingmatthew2012-03-221-1/+2
* If the internal consistency check fails, set errno so that it doesn'tguenther2012-02-041-5/+8
* More shrinkage, a bit for ramdisks but mostly for static binaries:guenther2009-11-181-25/+1
* Be carefull not to read away the target entry when encounteringotto2008-05-011-5/+11
* alter internal _readdir_unlocked() api to be less confusing, so thatokan2008-04-041-15/+18
* _FD_LOCK/UNLOCK() is libpthread specific and not needed for librthread, sokurt2007-06-051-13/+19
* g/c __DTF_READALL. It was a flag to the internal __opendir2() butmillert2007-02-081-4/+2
* zap remaining rcsid.espie2005-08-081-4/+1
* bye bye whiteoutsmillert2005-06-161-3/+1
* deregister (and deauto!). ok millert@ marco@otto2005-03-251-2/+2
* ansify function definitions and zap some `register'jfb2004-05-181-7/+3
* Remove the advertising clause in the UCB license which Berkeleymillert2003-06-021-6/+2
* don't copy past end of record in readdir_r (ok by art)rees2001-05-171-2/+2
* string.h for memcpy protoderaadt1999-09-011-1/+2
* Add thread-safety to libc, so that libc_r will build (on i386 at least).d1998-11-201-1/+33
* Fix RCS idstholo1996-08-191-7/+1
* initial import of NetBSD treederaadt1995-10-181-0/+81