aboutsummaryrefslogtreecommitdiff
path: root/include/dirent.h
Commit message (Expand)AuthorAgeFilesLines
* include: further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-201-0/+2
* Commit the 64-bit inode project.Konstantin Belousov2017-05-231-2/+21
* Add missing declaration of ino_t.Ed Schouten2016-05-301-1/+9
* Fix some edge cases with rewinddir():John Baldwin2014-07-111-0/+1
* include: Remove checks for __BSD_VISIBLE where redundant with __XSI_VISIBLEJilles Tjoelker2014-05-111-1/+1
* Add support for some block functions that come from OS X. These areDavid Chisnall2014-04-021-0/+5
* Implement fdclosedir(3) function, which is equivalent to the closedir(3)Pawel Jakub Dawidek2013-08-181-0/+1
* Hide DIR definition by making it an opaque struct typedef.Gleb Kurtsou2012-05-191-18/+3
* Remove the Berkeley clause 3's.Warner Losh2010-02-161-5/+1
* Move scandir(3) and alphasort(3) into XSI namespace.Konstantin Belousov2010-01-051-2/+4
* Modernize scandir(3) and alphasort(3) interfaces according to the IEEEKonstantin Belousov2010-01-041-2/+3
* Implement fdopendir(3) by splitting __opendir2() into two parts, the upper partXin LI2008-04-161-0/+1
* Use a forward definition of an opaque structure rather than a voidJohn Birrell2007-11-201-1/+2
* Change the definition of NULL on ia64 (for LP64 compilations) fromMarcel Moolenaar2003-12-071-4/+2
* Fix namespace issues by using the relatively new visibilityMike Barcroft2002-09-101-17/+30
* style(9): line up function names.Mike Barcroft2002-09-091-13/+14
* Breath deep and take __P out of the system include files.Warner Losh2002-03-231-13/+13
* Add a lock to DIR to make telldir and friends MT-safe.Daniel Eischen2001-01-241-0/+1
* Move telldir position recording type definitions and prototypesDaniel Eischen2000-12-111-4/+2
* Add a LIST_HEAD to DIR for a queue of telldir positions.Daniel Eischen2000-12-061-1/+6
* Change #ifdef KERNEL to #ifdef _KERNEL in the public headers. "KERNEL"Peter Wemm1999-12-291-2/+2
* Fixed missing declaration of getdents(2).Bruce Evans1999-12-231-0/+1
* style fixes, remove extra braces.Alfred Perlstein1999-11-291-3/+1
* add pthread_cancel, obtained from OpenBSD.Alfred Perlstein1999-11-281-0/+4
* Merge Lite2 changes onto mainline:Peter Wemm1997-03-111-1/+9
* Remove trailing whitespace.Rodney W. Grimes1995-05-301-1/+1
* BSD 4.4 Lite Include SourcesRodney W. Grimes1994-05-241-0/+94