Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | nftw(): POSIX says directories causing loops should be silently skipped. | jilles | 2012-08-09 | 1 | -3/+2 |
| | | | | Formerly, loops caused nftw() to abort the traversal with ELOOP. | ||||
* | Refresh with OpenBSD RCS ID changes to reflect that we now have essentionally | delphij | 2012-08-09 | 1 | -7/+1 |
| | | | | the same file. | ||||
* | nftw(): Do not check the maxfds argument against OPEN_MAX. | jilles | 2012-08-09 | 1 | -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 OpenBSD | tjr | 2004-08-24 | 1 | -0/+117 |
implementations written by Todd C. Miller. These are cleaner, less buggy and actively maintained. |