summaryrefslogtreecommitdiffstats
path: root/lib/libc/gen/nftw.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* I am retiring my old email address; replace it with my OpenBSD one.millert2019-01-251-2/+2
* No longer need limits.hmillert2006-03-311-2/+1
* nfds is not constrained by OPEN_MAX for nftw(), only ftw()millert2006-03-311-2/+2
* zap remaining rcsid.espie2005-08-081-5/+1
* If fts_close() fails and we have not yet seen an error, return -1.millert2004-07-071-4/+6
* Set path in declaration to avoid an ugly cast in fts_open()millert2004-07-061-9/+8
* updated licensemillert2003-07-211-23/+16
* ftw(3) and nftw(3) for XPG compliance; emulated via fts(3)millert2003-07-211-0/+118