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.64bit cygserver_ip ...


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

Modified files:
	winsup/cygwin  : ChangeLog.64bit cygserver_ipc.h 
	winsup/cygwin/include/cygwin: ipc.h msg.h sem.h shm.h sysproto.h 

Log message:
	* cygserver_ipc.h (conv_timespec32_to_timespec): Implement here.
	(conv_timespec_to_timespec32): Ditto.
	* include/cygwin/ipc.h (struct _ts32): Define here.
	* include/cygwin/msg.h: Enforce 4 byte alignment on all structs.
	(struct _ts32): Move definition to include/cygwin/ipc.h.
	(struct _msqid_ds32): Drop member comments.
	* include/cygwin/sem.h: Enforce 4 byte alignment on all structs.
	(struct _semid_ds32): Define on 64 bit in _KERNEL mode.
	* include/cygwin/shm.h: Enforce 4 byte alignment on all structs.
	(struct _shmid_ds32): Define on 64 bit in _KERNEL mode.
	(struct shminfo): Enhance coment on shmall member.
	(struct shm_info): Convert type of all members to int32_t.
	* include/cygwin/sysproto.h (struct semctl_args): Change definition to
	use the same structure on 32 and 64 bit.
	(struct semop_args): Ditto.
	(struct shmat_args): Ditto.
	(struct shmctl_args): Ditto.
	(struct shmdt_args): Ditto.
	(struct shmget_args): Ditto.

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/src/winsup/cygwin/ChangeLog.64bit.diff?cvsroot=src&only_with_tag=cygwin-64bit-branch&r1=1.1.2.54&r2=1.1.2.55
http://sourceware.org/cgi-bin/cvsweb.cgi/src/winsup/cygwin/cygserver_ipc.h.diff?cvsroot=src&only_with_tag=cygwin-64bit-branch&r1=1.11.2.3&r2=1.11.2.4
http://sourceware.org/cgi-bin/cvsweb.cgi/src/winsup/cygwin/include/cygwin/ipc.h.diff?cvsroot=src&only_with_tag=cygwin-64bit-branch&r1=1.7.20.1&r2=1.7.20.2
http://sourceware.org/cgi-bin/cvsweb.cgi/src/winsup/cygwin/include/cygwin/msg.h.diff?cvsroot=src&only_with_tag=cygwin-64bit-branch&r1=1.3.28.2&r2=1.3.28.3
http://sourceware.org/cgi-bin/cvsweb.cgi/src/winsup/cygwin/include/cygwin/sem.h.diff?cvsroot=src&only_with_tag=cygwin-64bit-branch&r1=1.3.28.1&r2=1.3.28.2
http://sourceware.org/cgi-bin/cvsweb.cgi/src/winsup/cygwin/include/cygwin/shm.h.diff?cvsroot=src&only_with_tag=cygwin-64bit-branch&r1=1.3.28.1&r2=1.3.28.2
http://sourceware.org/cgi-bin/cvsweb.cgi/src/winsup/cygwin/include/cygwin/sysproto.h.diff?cvsroot=src&only_with_tag=cygwin-64bit-branch&r1=1.2.18.1&r2=1.2.18.2


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