Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 20 Oct 2015 19:43:33 +0000
From:      bugzilla-noreply@freebsd.org
To:        freebsd-bugs@FreeBSD.org
Subject:   [Bug 203900] Can not increase above 32K max open files descriptor per PID
Message-ID:  <bug-203900-8-GRE2gUhhIi@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-203900-8@https.bugs.freebsd.org/bugzilla/>
References:  <bug-203900-8@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=203900

--- Comment #9 from John Baldwin <jhb@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.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-203900-8-GRE2gUhhIi>