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 cygwin.din select.cc s ...


CVSROOT:	/cvs/uberbaum
Module name:	winsup
Changes by:	cgf@sourceware.org	2008-07-30 04:58:24

Modified files:
	cygwin         : ChangeLog cygwin.din select.cc syscalls.cc 
	cygwin/include/sys: utmp.h 
	cygwin/libc    : bsdlib.cc 

Log message:
	* cygwin.din (_getutline): Remove.
	* lib/bsdlib.cc (login): Make argument const as per linux.
	(logout): Ditto.
	* syscalls.cc (getutid): Ditto.
	(getutline): Ditto.
	(pututline): Ditto.
	(getutxent): Add comment mentioning non-thread-safety.
	(getutxid): Ditto.
	(getutxline): Ditto.
	(pututxline): Ditto.
	* sys/utmp.h: Declare arguments to various functions as const as per linux.
	Remove bogus _getutline definition.

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/winsup/cygwin/ChangeLog.diff?cvsroot=uberbaum&r1=1.4237&r2=1.4238
http://sourceware.org/cgi-bin/cvsweb.cgi/winsup/cygwin/cygwin.din.diff?cvsroot=uberbaum&r1=1.190&r2=1.191
http://sourceware.org/cgi-bin/cvsweb.cgi/winsup/cygwin/select.cc.diff?cvsroot=uberbaum&r1=1.141&r2=1.142
http://sourceware.org/cgi-bin/cvsweb.cgi/winsup/cygwin/syscalls.cc.diff?cvsroot=uberbaum&r1=1.501&r2=1.502
http://sourceware.org/cgi-bin/cvsweb.cgi/winsup/cygwin/include/sys/utmp.h.diff?cvsroot=uberbaum&r1=1.5&r2=1.6
http://sourceware.org/cgi-bin/cvsweb.cgi/winsup/cygwin/libc/bsdlib.cc.diff?cvsroot=uberbaum&r1=1.10&r2=1.11


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