History log of /freebsd-9.3-release/lib/libc/gen/ftw.c
Revision Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
# 267654 19-Jun-2014 gjb

Copy stable/9 to releng/9.3 as part of the 9.3-RELEASE cycle.

Approved by: re (implicit)
Sponsored by: The FreeBSD Foundation

# 244359 17-Dec-2012 jilles

MFC r239151: ftw(): Do not check the maxfds argument against OPEN_MAX.

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. POSIX does have a requirement on the
application that maxfds not exceed {OPEN_MAX}, but does not require the
implementation to check it ("may fail").

PR: 95239


# 225736 22-Sep-2011 kensmith

Copy head to stable/9 as part of 9.0-RELEASE release cycle.

Approved by: re (implicit)


# 223215 17-Jun-2011 delphij

Sync with OpenBSD (zap rcsid).

MFC after: 2 weeks


# 134244 24-Aug-2004 tjr

Replace the current implementations of ftw() and nftw() with the OpenBSD
implementations written by Todd C. Miller. These are cleaner, less buggy
and actively maintained.


# 133003 02-Aug-2004 stefanf

Don't pass function pointers via a void * parameter.


# 132573 23-Jul-2004 das

Remove unused variable.

Noticed by: Todd Miller <Todd.Miller@courtesan.com>


# 131661 05-Jul-2004 das

Add implementations of ftw(3) and nftw(3) and the corresponding header
ftw.h. This is the implementation written by Joel Baker
<fenton@debian.org> for inclusion in NetBSD, but with several
bugfixes.

Obtained from: Debian