| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
Notes:
svn path=/head/; revision=239151
|
|
|
|
|
|
|
| |
MFC after: 2 weeks
Notes:
svn path=/head/; revision=223215
|
|
|
|
|
|
|
|
| |
implementations written by Todd C. Miller. These are cleaner, less buggy
and actively maintained.
Notes:
svn path=/head/; revision=134244
|
|
|
|
| |
Notes:
svn path=/head/; revision=133003
|
|
|
|
|
|
|
| |
Noticed by: Todd Miller <Todd.Miller@courtesan.com>
Notes:
svn path=/head/; revision=132573
|
|
ftw.h. This is the implementation written by Joel Baker
<fenton@debian.org> for inclusion in NetBSD, but with several
bugfixes.
Obtained from: Debian
Notes:
svn path=/head/; revision=131661
|