aboutsummaryrefslogtreecommitdiff
path: root/lib/libc/gen/ftw.c
Commit message (Expand)AuthorAgeFilesLines
* Remove $FreeBSD$: one-line .c patternWarner Losh2023-08-161-2/+0
* ftw(): Do not check the maxfds argument against OPEN_MAX.Jilles Tjoelker2012-08-091-2/+1
* Sync with OpenBSD (zap rcsid).Xin LI2011-06-181-7/+1
* Replace the current implementations of ftw() and nftw() with the OpenBSDTim J. Robbins2004-08-241-192/+90
* Don't pass function pointers via a void * parameter.Stefan Farfeleder2004-08-021-4/+4
* Remove unused variable.David Schultz2004-07-231-9/+1
* Add implementations of ftw(3) and nftw(3) and the corresponding headerDavid Schultz2004-07-051-0/+208