summaryrefslogtreecommitdiffstats
path: root/include/dirent.h
Commit message (Expand)AuthorAgeFilesLines
* MFC 268531,269079,269204:jhb2014-08-141-0/+1
* Implement fdclosedir(3) function, which is equivalent to the closedir(3)pjd2013-08-181-0/+1
* Hide DIR definition by making it an opaque struct typedef.gleb2012-05-191-18/+3
* Remove the Berkeley clause 3's.imp2010-02-161-5/+1
* Move scandir(3) and alphasort(3) into XSI namespace.kib2010-01-051-2/+4
* Modernize scandir(3) and alphasort(3) interfaces according to the IEEEkib2010-01-041-2/+3
* Implement fdopendir(3) by splitting __opendir2() into two parts, the upper partdelphij2008-04-161-0/+1
* Use a forward definition of an opaque structure rather than a voidjb2007-11-201-1/+2
* Change the definition of NULL on ia64 (for LP64 compilations) frommarcel2003-12-071-4/+2
* Fix namespace issues by using the relatively new visibilitymike2002-09-101-17/+30
* style(9): line up function names.mike2002-09-091-13/+14
* Breath deep and take __P out of the system include files.imp2002-03-231-13/+13
* Add a lock to DIR to make telldir and friends MT-safe.deischen2001-01-241-0/+1
* Move telldir position recording type definitions and prototypesdeischen2000-12-111-4/+2
* Add a LIST_HEAD to DIR for a queue of telldir positions.deischen2000-12-061-1/+6
* Change #ifdef KERNEL to #ifdef _KERNEL in the public headers. "KERNEL"peter1999-12-291-2/+2
* Fixed missing declaration of getdents(2).bde1999-12-231-0/+1
* style fixes, remove extra braces.alfred1999-11-291-3/+1
* add pthread_cancel, obtained from OpenBSD.alfred1999-11-281-0/+4
* Merge Lite2 changes onto mainline:peter1997-03-111-1/+9
* Remove trailing whitespace.rgrimes1995-05-301-1/+1
* BSD 4.4 Lite Include Sourcesrgrimes1994-05-241-0/+94
OpenPOWER on IntegriCloud