summaryrefslogtreecommitdiff
path: root/lib/libc/gen/readdir.c
Commit message (Expand)AuthorAgeFilesLines
* Clean up the vcs ID strings in libc's gen/ directory.John Baldwin2018-07-031-3/+1
* General further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-201-1/+3
* Commit the 64-bit inode project.Konstantin Belousov2017-05-231-15/+17
* Renumber copyright clause 4Warner Losh2017-02-281-1/+1
* Use ANSI C prototypes. Eliminates -Wold-style-definition warnings.Craig Rodrigues2015-09-201-9/+3
* Tweak seekdir, telldir and readdir so that when htere are deletes going on,Julian Elischer2015-05-051-0/+6
* Fix some edge cases with rewinddir():John Baldwin2014-07-111-1/+3
* 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-6/+7
* Since jb@ fixed the type of dd_lock in <dirent.h>, these casts are noDag-Erling Smørgrav2007-12-031-4/+4
* Per Regents of the University of Calfornia letter, remove advertisingWarner Losh2007-01-091-4/+0
* Include a couple of headers to ensure consistency between the prototype andStefan Farfeleder2005-09-121-0/+1
* use _GENERIC_DIRSIZ(dp) to avoid copying too much of the dirent overAlfred Perlstein2002-02-261-2/+2
* Fix SCM ID's.David E. O'Brien2002-02-011-3/+2
* Remove _THREAD_SAFE and make libc thread-safe by default byDaniel Eischen2001-01-241-24/+32
* #endif should not have a non-comment token after it.David E. O'Brien2000-12-131-1/+1
* Cleanup XXXdir functions to eliminate global hash table ofDaniel Eischen2000-12-061-4/+5
* #include <string.h> for memcpy() prototypeKris Kennaway2000-06-031-0/+1
* style fixes, remove extra braces.Alfred Perlstein1999-11-291-17/+20
* Provide a man page for Alfreds lovely readdir_r function. AlsoWes Peters1999-11-291-5/+8
* add pthread_cancel, obtained from OpenBSD.Alfred Perlstein1999-11-281-0/+44
* Fix a bogus cast for a bogus pointer check. This only checks if theJohn Birrell1998-02-201-1/+1
* Import CSRG 4.4BSD-Lite2 lib/libc onto vendor branchPeter Wemm1997-03-111-0/+75