summaryrefslogtreecommitdiffstats
path: root/include/dirent.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* Move the 10 (!) defintions of NULL to their own mini header file andmillert2016-09-091-10/+2
* Zap some getdirentries() leftovers.zhuk2013-12-131-3/+1
* Tweak the getdents() kernel prototype to use "void *"guenther2013-08-161-2/+4
* XPG 4 apparently exposed d_ino and ino_t. Also, always pull inguenther2013-06-021-2/+4
* I can see no reason for #ifndef _KERNEL check in a /usr/includederaadt2013-03-241-4/+1
* Change scandir()'s 'select' argument fromguenther2012-11-291-2/+2
* Provide the old prototypes for scandir() and alphasort() for code thatguenther2012-03-241-1/+5
* Make DIR a private type within libc, give it the same underlyingmatthew2012-03-221-25/+4
* Update alphasort() and scandir()'s argument types to match POSIX:guenther2012-03-221-6/+7
* Add dirfd() as a function to libc per POSIX requirement; dirfd() macromatthew2012-03-221-1/+4
* Expose a bunch of new functionality from POSIX 2008: openat(2),matthew2011-07-181-1/+4
* __opendir2, DTF_NODUP, and __DTF_READALL can die. struct direntderaadt2011-07-141-6/+2
* As pointed out by Richard Guenther our definitionjsg2011-07-031-1/+3
* Define NULL as a void * instead of a long integer, as required by Single Unix.miod2011-04-061-2/+2
* Standards compliance: expose dirfd with XPG7 and scandir and alphasortguenther2010-12-311-6/+10
* Change basep parameter of getdirentries() to be off_t *, not long *millert2010-10-281-4/+4
* _FD_LOCK/UNLOCK() is libpthread specific and not needed for librthread, sokurt2007-06-051-1/+2
* g/c __DTF_READALL. It was a flag to the internal __opendir2() butmillert2007-02-081-2/+1
* - Plug huge mem leak; mostly samba was suffering.otto2006-04-011-2/+4
* First step in include files overhaul. Use __FOO_VISIBLE (as definedmillert2005-12-131-15/+22
* Remove remaining whiteout tentacles; OK deraadt@ miod@ weingart@millert2005-06-181-3/+1
* add __bounded__ attributes for userland headers; enabled with -Wboundedavsm2003-08-011-2/+3
* backout the __bounded__ attributes for a while; requested by deraadt@avsm2003-06-261-3/+2
* Mark various standard library functions with the __bounded__ attribute.avsm2003-06-261-2/+3
* Remove the advertising clause in the UCB license which Berkeleymillert2003-06-021-6/+2
* NULL is now 0L so it is the same size as a pointer.millert2002-10-251-2/+2
* Manual cleanup of remaining userland __P use (excluding packages maintained outside the tree)millert2002-02-171-3/+3
* Part one of userland __P removal. Done with a simple regexp with some minor hand editing to make comments line up correctly. Another pass is forthcoming that handles the cases that could not be done automatically.millert2002-02-161-11/+11
* Be thorough about NULL as __null for C++.espie1999-09-171-2/+2
* Define NULL to be __null for C++: better quality of implementation.espie1999-06-111-1/+5
* Add thread-safety to libc, so that libc_r will build (on i386 at least).d1998-11-201-1/+2
* Well, as we are heading for a release people are encouraged to rebuild theirniklas1997-09-211-0/+1
* include sys/types.h as mandated by X/Open XPG 4.2; from agc@sde.uts.amdahl.com; netbsd pr#1785deraadt1995-11-231-0/+7
* initial import of NetBSD treederaadt1995-10-181-0/+104