Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com Delivered-To: mailing list cygwin AT cygwin DOT com Message-ID: <3DD2A88A.8040601@ece.gatech.edu> Date: Wed, 13 Nov 2002 14:31:22 -0500 From: Charles Wilson User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:0.9.4) Gecko/20011019 Netscape6/6.2 X-Accept-Language: en-us MIME-Version: 1.0 To: Jason Tishler CC: Cygwin Subject: Re: cygipc ENOSYS patch (was Re: cygipc-1.13pre1) References: <3DD15A2D DOT 6050705 AT ece DOT gatech DOT edu> <20021113140946 DOT GA276 AT tishler DOT net> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Jason Tishler wrote: > My patch (against cygipc-1.13pre1) changes the following cygipc > functions to return ENOSYS instead of EACCES if ipc-daemon is not > running: > > msgctl() > msgget() > msgrcv() > msgsnd() > > semctl() > semget() > semop() > > shmat() > shmctl() > shmget() > shmdt() > > Since I could only (easily) test semget() and shmget() under PostgreSQL, > I decided to write a simply test program, cygtest.cc, to exercise all of > my cygipc changes. > > Attached are the following files: > > o cygipc-1.13pre1.patch: ENOSYS patch > o cygipc-1.13pre1.ChangeLog: corresponding ChangeLog entry > o cygtest.cc: test program > o cygtest.out: test program output before patch > o cygtest2.out: test program output after patch Thanks. Applied, and cygipc-1.13 is now available at http://www.neuro.gatech.edu/users/cwilson/cygutils/cygipc/ I'll post a separate "announcement-style" message... --Chuck -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Bug reporting: http://cygwin.com/bugs.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/