From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 21097 invoked by alias); 17 Nov 2005 04:22:49 -0000 Received: (qmail 21074 invoked by uid 22791); 17 Nov 2005 04:22:47 -0000 Received: from nevyn.them.org (HELO nevyn.them.org) (66.93.172.17) by sourceware.org (qpsmtpd/0.30-dev) with ESMTP; Thu, 17 Nov 2005 04:22:47 +0000 Received: from drow by nevyn.them.org with local (Exim 4.54) id 1EcbII-00014N-9N; Wed, 16 Nov 2005 23:22:42 -0500 Date: Thu, 17 Nov 2005 10:49:00 -0000 From: Daniel Jacobowitz To: Shaun Jackman Cc: Richard Earnshaw , gdb-patches@sources.redhat.com Subject: Re: sim/arm/armos.c: IsTTY [PATCH] Message-ID: <20051117042242.GA4032@nevyn.them.org> Mail-Followup-To: Shaun Jackman , Richard Earnshaw , gdb-patches@sources.redhat.com References: <7f45d9390508151204ca0b146@mail.gmail.com> <20050830023718.GB16189@nevyn.them.org> <7f45d93905090709516f912861@mail.gmail.com> <1126170388.18092.16.camel@pc960.cambridge.arm.com> <7f45d93905090910237c63acf0@mail.gmail.com> <20050917223728.GL8777@nevyn.them.org> <7f45d939050917163241caaa41@mail.gmail.com> <20050918011413.GO8777@nevyn.them.org> <7f45d939050917194069e70603@mail.gmail.com> <7f45d9390510190912u225c6e11w@mail.gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <7f45d9390510190912u225c6e11w@mail.gmail.com> User-Agent: Mutt/1.5.8i Mailing-List: contact gdb-patches-help@sourceware.org; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sourceware.org X-SW-Source: 2005-11/txt/msg00267.txt.bz2 On Wed, Oct 19, 2005 at 10:12:52AM -0600, Shaun Jackman wrote: > Ping? > > > 2005-09-17 Shaun Jackman > > > > * sim/arm/armos.c: Include limits.h > > (unlink): Remove this macro. It is unused in this file and > > conflicts with sim_callback->unlink. > > (PATH_MAX): Define as 1024 if not already defined. > > (ReadFileName): New function. > > (SWIopen): Fix a potential buffer overflow. > > (SWIremove): New function. > > (SWIrename): Ditto. > > (ARMul_OSHandleSWI): Handle the RDP calls SWI_IsTTY, > > SWI_Remove, and SWI_Rename, as well as the RDI calls > > AngelSWI_Reason_IsTTY, AngelSWI_Reason_Remove, and > > AngelSWI_Reason_Rename. Sorry for the delay. I've applied this. -- Daniel Jacobowitz CodeSourcery, LLC