On Wed, Jan 07, 2004 at 04:00:14PM -0500, Christopher Faylor wrote: > On Wed, Jan 07, 2004 at 02:37:08PM -0600, Joshua Daniel Franklin wrote: > >On Wed, Jan 07, 2004 at 12:57:06PM -0000, Dave Korn wrote: > >> Noticed this one while looking through the user guide, cygwin-ug-net.pdf, > >> section 3.5, pages 43-44. All the CYGWIN options have their default values > >> clearly documented except for: > >> - (no)ntsec > >> - (no)export > >> - error_start > > > >Thanks, I'll make sure the default values are clearly stated in the next > >version. > > Could you also take a pass through environ.cc: > > http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/winsup/cygwin/environ.cc?rev=1.97&cvsroot=src > > (Look for "binmode" in quotes) > > and see if we're missing any options? I assume that we probably have suffered > some drift...
It looks like almost everything was there. I added this to <http://cygwin.com/cygwin-ug-net/using-cygwinenv.html>: forkchunk:32768 - causes fork() to copy memory some number of bytes at a time, in the above example 32768 bytes (32Kb) at a time. The default is to copy as many bytes as possible, which is preferable in most cases but may slow some older systems down. The only other two CYGWIN= options not on that page are "server" and "subauth_id" which are still in development. -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/