summaryrefslogtreecommitdiff
path: root/include/dirent.h
AgeCommit message (Expand)Author
2025-09-11Revert "libc: Remove readdir_r(3)"Dag-Erling Smørgrav
2025-09-10libc: Remove readdir_r(3)Dag-Erling Smørgrav
2025-08-02libc: Deprecate readdir_r()Dag-Erling Smørgrav
2025-06-23libc: Rename fscandir{,_b}() to fdscandir{,_b}().Dag-Erling Smørgrav
2025-06-20libc: Add fscandir(), fscandir_b(), scandirat_b().Dag-Erling Smørgrav
2023-11-26include: Remove ancient SCCS tags.Warner Losh
2023-08-16Remove $FreeBSD$: one-line .h patternWarner Losh
2022-08-25libc: Add strverscmp(3) and versionsort(3)Aymeric Wibo
2022-08-24libc: add scandirat(3)Konstantin Belousov
2017-11-20include: further adoption of SPDX licensing ID tags.Pedro F. Giffuni
2017-05-23Commit the 64-bit inode project.Konstantin Belousov
2016-05-30Add missing declaration of ino_t.Ed Schouten
2014-07-11Fix some edge cases with rewinddir():John Baldwin
2014-05-11include: Remove checks for __BSD_VISIBLE where redundant with __XSI_VISIBLEJilles Tjoelker
2014-04-02Add support for some block functions that come from OS X. These areDavid Chisnall
2013-08-18Implement fdclosedir(3) function, which is equivalent to the closedir(3)Pawel Jakub Dawidek
2012-05-19Hide DIR definition by making it an opaque struct typedef.Gleb Kurtsou
2010-02-16Remove the Berkeley clause 3's.Warner Losh
2010-01-05Move scandir(3) and alphasort(3) into XSI namespace.Konstantin Belousov
2010-01-04Modernize scandir(3) and alphasort(3) interfaces according to the IEEEKonstantin Belousov
2008-04-16Implement fdopendir(3) by splitting __opendir2() into two parts, the upper partXin LI
2007-11-20Use a forward definition of an opaque structure rather than a voidJohn Birrell
2003-12-07Change the definition of NULL on ia64 (for LP64 compilations) fromMarcel Moolenaar
2002-09-10Fix namespace issues by using the relatively new visibilityMike Barcroft
2002-09-09style(9): line up function names.Mike Barcroft
2002-03-23Breath deep and take __P out of the system include files.Warner Losh
2001-01-24Add a lock to DIR to make telldir and friends MT-safe.Daniel Eischen
2000-12-11Move telldir position recording type definitions and prototypesDaniel Eischen
2000-12-06Add a LIST_HEAD to DIR for a queue of telldir positions.Daniel Eischen
1999-12-29Change #ifdef KERNEL to #ifdef _KERNEL in the public headers. "KERNEL"Peter Wemm
1999-12-23Fixed missing declaration of getdents(2).Bruce Evans
1999-11-29style fixes, remove extra braces.Alfred Perlstein
1999-11-28add pthread_cancel, obtained from OpenBSD.Alfred Perlstein
1997-03-11Merge Lite2 changes onto mainline:Peter Wemm
1995-05-30Remove trailing whitespace.Rodney W. Grimes
1994-05-24BSD 4.4 Lite Include SourcesRodney W. Grimes