summaryrefslogtreecommitdiffstats
path: root/lib/libc/gen/scandir.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* When system calls indicate an error they return -1, not some arbitraryderaadt2019-06-281-3/+3
* All these files include <stdlib.h>, so do not need to castderaadt2015-08-201-3/+3
* Include stdint.h, not limits.h to get SIZE_MAX. OK guenther@millert2015-02-051-2/+2
* Move to the <limits.h> universe.deraadt2015-01-161-3/+5
* obvious reallocarray()deraadt2014-10-081-3/+3
* add some prototypes, casts, includes, parenthesis, and whatnot totedu2013-04-171-2/+3
* Change scandir()'s 'select' argument fromguenther2012-11-291-2/+2
* Make DIR a private type within libc, give it the same underlyingmatthew2012-03-221-1/+2
* Update alphasort() and scandir()'s argument types to match POSIX:guenther2012-03-221-5/+5
* use calloc() to avoid malloc(n * m) overflows; checked by djm canacar jsgderaadt2007-09-021-2/+2
* It seems st_size is not always a good estimator for the number ofray2007-06-261-5/+7
* zap remaining rcsid.espie2005-08-081-4/+1
* ansify function definitions and zap some `register'jfb2004-05-181-9/+4
* don't leak memory. free and netbsd via Patrick Latifitedu2004-03-051-29/+37
* Remove the advertising clause in the UCB license which Berkeleymillert2003-06-021-6/+2
* malloc paranoia; it is unlikely that any filesystem will supportmillert2002-07-301-1/+7
* 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-3/+3
* realloc repairderaadt1998-08-141-3/+9
* copy d_type; giles@nemeton.com.auderaadt1997-07-241-1/+2
* Fix RCS idstholo1996-08-191-7/+1
* initial import of NetBSD treederaadt1995-10-181-0/+141