aboutsummaryrefslogtreecommitdiff
path: root/lib/libc/gen/telldir.c
Commit message (Expand)AuthorAgeFilesLines
* Fix two WARNS=6 warnings in opendir.c and telldir.cAlex Richardson2019-06-231-2/+2
* Clean up the vcs ID strings in libc's gen/ directory.John Baldwin2018-07-031-3/+1
* Optimize telldir(3)Alan Somers2017-12-061-21/+55
* General further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-201-1/+3
* Optimize pathologic case of telldir() for Samba.Alexander Motin2017-04-171-4/+14
* Renumber copyright clause 4Warner Losh2017-02-281-1/+1
* Use ANSI C prototypes. Eliminates -Wold-style-definition warnings.Craig Rodrigues2015-09-201-7/+3
* Tweak the comment here some more. In particular, the previous openingJohn Baldwin2015-05-061-7/+7
* A few style fixes and expand the comment a bit on what _fixtelldir() isJohn Baldwin2015-05-061-6/+10
* Tweak seekdir, telldir and readdir so that when htere are deletes going on,Julian Elischer2015-05-051-0/+33
* If telldir() is called immediately after a call to seekdir(), POSIXJohn Baldwin2014-07-291-20/+21
* Hide DIR definition by making it an opaque struct typedef.Gleb Kurtsou2012-05-191-0/+1
* Do not read away the target directory entry when encountering deletedKonstantin Belousov2008-05-051-1/+1
* Since jb@ fixed the type of dd_lock in <dirent.h>, these casts are noDag-Erling Smørgrav2007-12-031-2/+2
* Per Regents of the University of Calfornia letter, remove advertisingWarner Losh2007-01-091-4/+0
* Fix SCM ID's.David E. O'Brien2002-02-011-2/+2
* Remove _THREAD_SAFE and make libc thread-safe by default byDaniel Eischen2001-01-241-1/+9
* Move telldir position recording type definitions and prototypesDaniel Eischen2000-12-111-23/+13
* Cleanup XXXdir functions to eliminate global hash table ofDaniel Eischen2000-12-061-45/+23
* Remove trailing whitespace.Rodney W. Grimes1995-05-301-1/+1
* Fix previous change to preserve const'ness.Bruce Evans1995-02-031-2/+2
* Reclaim memory used for telldir cookies on closedir.Doug Rabson1995-01-271-0/+29
* BSD 4.4 Lite Lib SourcesRodney W. Grimes1994-05-271-0/+128