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 fhandler.cc path.c ...


CVSROOT:	/cvs/src
Module name:	src
Changes by:	cgf@sourceware.org	2003-08-05 04:49:44

Modified files:
	winsup/cygwin  : ChangeLog fhandler.cc path.cc syscalls.cc 

Log message:
	* path.cc (cygdrive_getmntent): Do not skip over drives of type
	DRIVE_REMOVABLE.
	* fhandler.cc (fhandler_base::lseek): Be more paranoid when constructing
	offsets from 64 bit value.
	* syscalls.cc (logout): Avoid temp buffer memcpy since new scheme does not
	require it.
	(utmp_data): Rework as a macro which returns a pointer into a buffer.
	(getutent): Use new buffer allocation mechanism to grab a utmp buffer.
	(getutid): Ditto.
	(pututline): Ditto.

Patches:
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/winsup/cygwin/ChangeLog.diff?cvsroot=src&r1=1.1984&r2=1.1985
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/winsup/cygwin/fhandler.cc.diff?cvsroot=src&r1=1.153&r2=1.154
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/winsup/cygwin/path.cc.diff?cvsroot=src&r1=1.261&r2=1.262
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/winsup/cygwin/syscalls.cc.diff?cvsroot=src&r1=1.278&r2=1.279


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