CVSROOT:        /cvs/src
Module name:    src
Changes by:     c...@sourceware.org     2013-12-05 19:43:34

Modified files:
        winsup/cygwin  : ChangeLog cygheap.h dtable.cc dtable.h 
                         syscalls.cc 

Log message:
        * cygheap.h (cygheap_fdnew): Avoid setting errno directly since it will 
have
        been set by a previous function.
        * dtable.h (dtable::extend): Accept second size_t argument.
        * dtable.cc (dtable::extend): Accept second "min" argument which allows
        checking for OPEN_MAX_MAX boundary conditions.
        (dtable_init): Accommodate second argument to dtable::extend.
        (dtable::find_unused_handle): Ditto.
        * syscalls.cc (setdtablesize): Ditto.
        (dup): Return any error passed by cygheap_fdnew() directly.
        (getdtablesize): Just return dtable size directly.

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/src/winsup/cygwin/ChangeLog.diff?cvsroot=src&r1=1.6276&r2=1.6277
http://sourceware.org/cgi-bin/cvsweb.cgi/src/winsup/cygwin/cygheap.h.diff?cvsroot=src&r1=1.165&r2=1.166
http://sourceware.org/cgi-bin/cvsweb.cgi/src/winsup/cygwin/dtable.cc.diff?cvsroot=src&r1=1.276&r2=1.277
http://sourceware.org/cgi-bin/cvsweb.cgi/src/winsup/cygwin/dtable.h.diff?cvsroot=src&r1=1.62&r2=1.63
http://sourceware.org/cgi-bin/cvsweb.cgi/src/winsup/cygwin/syscalls.cc.diff?cvsroot=src&r1=1.654&r2=1.655

Reply via email to