summaryrefslogtreecommitdiffstats
path: root/lib/libc/gen/nftw.c
Commit message (Collapse)AuthorAgeFilesLines
* nftw(): POSIX says directories causing loops should be silently skipped.jilles2012-08-091-3/+2
| | | | Formerly, loops caused nftw() to abort the traversal with ELOOP.
* Refresh with OpenBSD RCS ID changes to reflect that we now have essentionallydelphij2012-08-091-7/+1
| | | | the same file.
* nftw(): Do not check the maxfds argument against OPEN_MAX.jilles2012-08-091-2/+1
| | | | | | | | | Apart from the fact that nothing should have OPEN_MAX as a limit (as opposed to RLIMIT_NOFILE from getrlimit() or _SC_OPEN_MAX from sysconf()), POSIX does not require us to check this. PR: 95239 Submitted by: Todd Miller
* Replace the current implementations of ftw() and nftw() with the OpenBSDtjr2004-08-241-0/+117
implementations written by Todd C. Miller. These are cleaner, less buggy and actively maintained.
OpenPOWER on IntegriCloud