Re: svn commit: r281548 - in head/sys: kern sys

2015-04-15 Thread Slawa Olhovchenkov
On Wed, Apr 15, 2015 at 08:13:53AM +, Konstantin Belousov wrote: > The soft RLIMIT_STACK is auto-increased if possible, to satisfy the > binary' request. Is this good way (self-modify limits)? ___ svn-src-head@freebsd.org mailing list http://lis

svn commit: r281548 - in head/sys: kern sys

2015-04-15 Thread Konstantin Belousov
Author: kib Date: Wed Apr 15 08:13:53 2015 New Revision: 281548 URL: https://svnweb.freebsd.org/changeset/base/281548 Log: Implement support for binary to requesting specific stack size for the initial thread. It is read by the ELF image activator as the virtual size of the PT_GNU_STACK pro