This is the mail archive of the cygwin-cvs@cygwin.com mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

src/winsup/cygwin ChangeLog cygheap.cc dtable. ...


CVSROOT:	/cvs/src
Module name:	src
Changes by:	cgf@sources.redhat.com	2003-07-09 01:33:06

Modified files:
	winsup/cygwin  : ChangeLog cygheap.cc dtable.cc fhandler.cc 
	                 fhandler.h fhandler_process.cc resource.cc 
	                 sysconf.cc 

Log message:
	* cygheap.cc (creturn): Set appropriate errno when out of memory.
	(ccalloc): Only issue system_printf when debugging.
	* dtable.cc (dtable::extend): Only allocate 100 * the incremental growth size
	max.  Set errno appropriately.
	(dtable::build_fhandler): Check for error from set_name.
	* fhandler.cc (fhandler_base::set_name): Set errno and return error on OOM.
	* fhandler.h (fhandler_base::set_name): Change to bool.
	* fhandler_process.cc (format_process_stat): Fix formatting.
	* resource.cc (getrlimit): Return greater of OPEN_MAX or fd table size.
	* sysconf.cc (sysconf): Ditto.

Patches:
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/winsup/cygwin/ChangeLog.diff?cvsroot=src&r1=1.1961&r2=1.1962
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/winsup/cygwin/cygheap.cc.diff?cvsroot=src&r1=1.80&r2=1.81
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/winsup/cygwin/dtable.cc.diff?cvsroot=src&r1=1.113&r2=1.114
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/winsup/cygwin/fhandler.cc.diff?cvsroot=src&r1=1.151&r2=1.152
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/winsup/cygwin/fhandler.h.diff?cvsroot=src&r1=1.165&r2=1.166
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/winsup/cygwin/fhandler_process.cc.diff?cvsroot=src&r1=1.34&r2=1.35
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/winsup/cygwin/resource.cc.diff?cvsroot=src&r1=1.25&r2=1.26
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/winsup/cygwin/sysconf.cc.diff?cvsroot=src&r1=1.27&r2=1.28


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]