summaryrefslogtreecommitdiff
path: root/lib/libc/gen/telldir.h
AgeCommit message (Expand)Author
2014-03-10Optimization, no functional change:Ingo Schwarze
2013-11-12put the _readdir_unlocked() prototype in an obvious placeTheo de Raadt
2013-11-05Cleanup, no functional change:Ingo Schwarze
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
2010-10-28Change basep parameter of getdirentries() to be off_t *, not long *Todd C. Miller
2007-10-12fix typo in _telldir_unlocked function prototype, to avoid warning.Charles Longeau
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