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 syscalls.cc ...


CVSROOT:	/cvs/uberbaum
Module name:	winsup
Changes by:	cgf@sourceware.org	2002-11-06 18:19:52

Modified files:
	cygwin         : ChangeLog cygwin.din syscalls.cc tty.cc 
	cygwin/include/cygwin: version.h 

Log message:
	* include/cygwin/version.h: Bump API minor number for below export.
	* cygwin.din (pututline): New exported function.
	* syscalls.cc (login): Use pututiline().
	(setutent): Open utmp as read/write.
	(endutent): Check if utmp file is open.
	(utmpname): call endutent() to close current utmp file.
	(getutid): Enable all cases, use strncmp() to compare ut_id fields.
	(pututline): New.
	* tty.cc (create_tty_master): Set ut_pid to current pid.

Patches:
http://sources.redhat.com/cgi-bin/cvsweb.cgi/winsup/cygwin/ChangeLog.diff?cvsroot=uberbaum&r1=1.1573&r2=1.1574
http://sources.redhat.com/cgi-bin/cvsweb.cgi/winsup/cygwin/cygwin.din.diff?cvsroot=uberbaum&r1=1.65&r2=1.66
http://sources.redhat.com/cgi-bin/cvsweb.cgi/winsup/cygwin/syscalls.cc.diff?cvsroot=uberbaum&r1=1.231&r2=1.232
http://sources.redhat.com/cgi-bin/cvsweb.cgi/winsup/cygwin/tty.cc.diff?cvsroot=uberbaum&r1=1.45&r2=1.46
http://sources.redhat.com/cgi-bin/cvsweb.cgi/winsup/cygwin/include/cygwin/version.h.diff?cvsroot=uberbaum&r1=1.82&r2=1.83


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