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 autoload.cc cygwin ...


CVSROOT:	/cvs/src
Module name:	src
Changes by:	cgf at sourceware dot org	2003-04-16 03:03:45

Modified files:
	winsup/cygwin  : ChangeLog autoload.cc cygwin.din 
	                 fhandler_proc.cc syscalls.cc termios.cc 
	winsup/cygwin/include/cygwin: version.h 
Added files:
	winsup/cygwin  : cpuid.h 

Log message:
	* termios.cc (setspeed): New function.
	(cfsetospeed): Use setspeed to set speed.
	(cfsetispeed): Use setspeed to set speed.
	* autoload.cc: Add load statement for UuidCreate, and UuidCreateSequential.
	* cpuid.h: New file.
	* cygwin.din: Export gethostid.
	* fhandler_proc.cc (cpuid): Move to cpuid.h.
	(can_set_flag): Move to cpuid.h.
	* syscalls.cc (gethostid): New function.
	* version.h: Bump DLL minor version number to 83.

Patches:
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/winsup/cygwin/cpuid.h.diff?cvsroot=src&r1=NONE&r2=1.1
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/winsup/cygwin/ChangeLog.diff?cvsroot=src&r1=1.1864&r2=1.1865
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/winsup/cygwin/autoload.cc.diff?cvsroot=src&r1=1.66&r2=1.67
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/winsup/cygwin/cygwin.din.diff?cvsroot=src&r1=1.85&r2=1.86
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/winsup/cygwin/fhandler_proc.cc.diff?cvsroot=src&r1=1.27&r2=1.28
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/winsup/cygwin/syscalls.cc.diff?cvsroot=src&r1=1.263&r2=1.264
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/winsup/cygwin/termios.cc.diff?cvsroot=src&r1=1.21&r2=1.22
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/winsup/cygwin/include/cygwin/version.h.diff?cvsroot=src&r1=1.114&r2=1.115


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