[Bug 203900] Can not increase above 32K max open files descriptor per PID

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Tue Oct 20 19:43:33 UTC 2015


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=203900

--- Comment #9 from John Baldwin <jhb at FreeBSD.org> ---
The relevant patches (I should move these to a git branch) are at
www.freebsd.org/~jhb/patches/stdio_file.patch as well as the
stdio_file_exp*.patch follow up patches from when I was doing exp-runs on
ports.

I had an earlier patch (stdio.patch) that made FILE completely opaque, but I
think that broke too many things that expect FILE's definition to be available.
 In particular, I think GNU autoconf tests try to compile something with a
static FILE object to make sure the FILE type exists.

-- 
You are receiving this mail because:
You are the assignee for the bug.


More information about the freebsd-bugs mailing list