summaryrefslogtreecommitdiff
path: root/lib/libc/gen/readdir.c
AgeCommit message (Expand)Author
2014-03-10Optimization, no functional change:Ingo Schwarze
2013-11-06Nowadays, seekdir(3) doesn't call _readdir_unlocked().Ingo Schwarze
2013-10-06Remove an unnecessary (void *) castPhilip Guenther
2013-08-13Switch time_t, ino_t, clock_t, and struct kevent's ident and dataPhilip Guenther
2012-03-22Make DIR a private type within libc, give it the same underlyingMatthew Dempsky
2012-02-04If the internal consistency check fails, set errno so that it doesn'tPhilip Guenthe
2009-11-18More shrinkage, a bit for ramdisks but mostly for static binaries:Philip Guenthe
2008-05-01Be carefull not to read away the target entry when encounteringOtto Moerbeek
2008-04-04alter internal _readdir_unlocked() api to be less confusing, so thatOkan Demirmen
2007-06-05_FD_LOCK/UNLOCK() is libpthread specific and not needed for librthread, soKurt Miller
2007-02-08g/c __DTF_READALL. It was a flag to the internal __opendir2() butTodd C. Miller
2005-08-08zap remaining rcsid.Marc Espie
2005-06-16bye bye whiteoutsTodd C. Miller
2005-03-25deregister (and deauto!). ok millert@ marco@Otto Moerbeek
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
2001-05-17don't copy past end of record in readdir_r (ok by art)Jim Rees
1999-09-01string.h for memcpy protoTheo de Raadt
1998-11-20Add thread-safety to libc, so that libc_r will build (on i386 at least).David Leonard
1996-08-19Fix RCS idsThorsten Lockert
1995-10-18initial import of NetBSD treeTheo de Raadt