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]

winsup/cygwin ChangeLog dir.cc path.cc syscall ...


CVSROOT:	/cvs/uberbaum
Module name:	winsup
Changes by:	cgf@sources.redhat.com	2001-10-04 17:17:58

Modified files:
	cygwin         : ChangeLog dir.cc path.cc syscalls.cc syslog.cc 
	                 winsup.h 

Log message:
	* syscalls.cc (stat_worker): Make global.  Accept path_conv parameter for
	passing information back to caller.
	* winsup.h: Declare stat_worker.
	* dir.cc (opendir): Use stat_worker rather than stat and pass path_conv
	parameter to stat_worker for later inspection.
	* syslog.cc (syslog): Teach syslog about syslog priorities other than LOG_ERR,
	LOG_WARNING and LOG_INFO
	* path.cc (path_conv::check): Don't perform file system or rootdir checks on
	devices.

Patches:
http://sources.redhat.com/cgi-bin/cvsweb.cgi/winsup/cygwin/ChangeLog.diff?cvsroot=uberbaum&r1=1.934&r2=1.935
http://sources.redhat.com/cgi-bin/cvsweb.cgi/winsup/cygwin/dir.cc.diff?cvsroot=uberbaum&r1=1.47&r2=1.48
http://sources.redhat.com/cgi-bin/cvsweb.cgi/winsup/cygwin/path.cc.diff?cvsroot=uberbaum&r1=1.165&r2=1.166
http://sources.redhat.com/cgi-bin/cvsweb.cgi/winsup/cygwin/syscalls.cc.diff?cvsroot=uberbaum&r1=1.153&r2=1.154
http://sources.redhat.com/cgi-bin/cvsweb.cgi/winsup/cygwin/syslog.cc.diff?cvsroot=uberbaum&r1=1.18&r2=1.19
http://sources.redhat.com/cgi-bin/cvsweb.cgi/winsup/cygwin/winsup.h.diff?cvsroot=uberbaum&r1=1.69&r2=1.70


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