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/cygserver ChangeLog.64bit sysv_msg. ...


CVSROOT:	/cvs/src
Module name:	src
Branch: 	cygwin-64bit-branch
Changes by:	corinna@sourceware.org	2012-12-06 15:54:05

Modified files:
	winsup/cygserver: ChangeLog.64bit sysv_msg.cc sysv_sem.cc 
	                  sysv_shm.cc 

Log message:
	* sysv_msg.cc (conv_timespec32_to_timespec): Move implementation to
	cygserver_ipc.h.
	(conv_timespec_to_timespec32): Ditto.
	(conv_msqid_ds32_to_msqid_ds): Drop and move code into copyin_msqid_ds.
	(conv_msqid_ds_to_msqid_ds32): Drop and move code into copyout_msqid_ds.
	* sysv_sem.cc (copyin_semid_ds): New inline function on Cygwin.
	(copyout_semid_ds): Ditto.
	(__semctl): Use a conditional arg_size value rather than a fixed
	sizeof(real_arg) throughout, to accommodate 64/32 bit conversion.
	Use copyout_semid_ds and copyin_semid_ds to copy semid_ds
	structures from cygserver to client and vice versa on Cygwin.
	* sysv_shm.cc (copyin_shmid_ds): New inline function on Cygwin.
	(copyout_shmid_ds): Ditto.
	(shmctl): Use copyout_shmid_ds and copyin_shmid_ds to copy shmid_ds
	structures from cygserver to client and vice versa on Cygwin.

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/src/winsup/cygserver/ChangeLog.64bit.diff?cvsroot=src&only_with_tag=cygwin-64bit-branch&r1=1.1.2.3&r2=1.1.2.4
http://sourceware.org/cgi-bin/cvsweb.cgi/src/winsup/cygserver/sysv_msg.cc.diff?cvsroot=src&only_with_tag=cygwin-64bit-branch&r1=1.4.4.1&r2=1.4.4.2
http://sourceware.org/cgi-bin/cvsweb.cgi/src/winsup/cygserver/sysv_sem.cc.diff?cvsroot=src&only_with_tag=cygwin-64bit-branch&r1=1.10.4.1&r2=1.10.4.2
http://sourceware.org/cgi-bin/cvsweb.cgi/src/winsup/cygserver/sysv_shm.cc.diff?cvsroot=src&only_with_tag=cygwin-64bit-branch&r1=1.11.2.1&r2=1.11.2.2


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