aboutsummaryrefslogtreecommitdiff
path: root/lib/libc/gen/closedir.c
Commit message (Expand)AuthorAgeFilesLines
* Remove $FreeBSD$: one-line .c patternWarner Losh2023-08-161-2/+0
* 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-0/+1
* Renumber copyright clause 4Warner Losh2017-02-281-1/+1
* Implement fdclosedir(3) function, which is equivalent to the closedir(3)Pawel Jakub Dawidek2013-08-181-2/+9
* Hide DIR definition by making it an opaque struct typedef.Gleb Kurtsou2012-05-191-0/+1
* Removed excessive _seekdir() call in closedir(). This saves one lseek()Ruslan Ermilov2012-03-021-3/+1
* Since jb@ fixed the type of dd_lock in <dirent.h>, these casts are noDag-Erling Smørgrav2007-12-031-3/+3
* Change the casts from (pthread_mutex_t *) to (void *) to keep gcc quiet.Olivier Houchard2007-11-191-3/+3
* 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/+11
* Move telldir position recording type definitions and prototypesDaniel Eischen2000-12-111-1/+1
* Cleanup XXXdir functions to eliminate global hash table ofDaniel Eischen2000-12-061-3/+3
* Simplify sytem call renaming. Instead of _foo() <-- _libc_foo <-- foo(),Jason Evans2000-01-271-1/+1
* Add three-tier symbol naming in support of POSIX thread cancellationJason Evans2000-01-121-1/+3
* General -Wall warning cleanup, part I.Jordan K. Hubbard1996-07-121-0/+2
* Don't cast void functions to void.Jeffrey Hsu1995-06-201-2/+2
* Reclaim memory used for telldir cookies on closedir.Doug Rabson1995-01-271-0/+1
* BSD 4.4 Lite Lib SourcesRodney W. Grimes1994-05-271-0/+59