From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 9935 invoked by alias); 19 Oct 2005 16:12:58 -0000 Mailing-List: contact gdb-patches-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sources.redhat.com Received: (qmail 9865 invoked by uid 22791); 19 Oct 2005 16:12:54 -0000 Received: from qproxy.gmail.com (HELO qproxy.gmail.com) (72.14.204.199) by sourceware.org (qpsmtpd/0.30-dev) with ESMTP; Wed, 19 Oct 2005 16:12:54 +0000 Received: by qproxy.gmail.com with SMTP id a16so209107qbd for ; Wed, 19 Oct 2005 09:12:52 -0700 (PDT) Received: by 10.65.242.2 with SMTP id u2mr655874qbr; Wed, 19 Oct 2005 09:12:52 -0700 (PDT) Received: by 10.64.253.17 with HTTP; Wed, 19 Oct 2005 09:12:52 -0700 (PDT) Message-ID: <7f45d9390510190912u225c6e11w@mail.gmail.com> Date: Wed, 19 Oct 2005 16:12:00 -0000 From: Shaun Jackman Reply-To: Shaun Jackman To: Richard Earnshaw , gdb-patches@sources.redhat.com Subject: Re: sim/arm/armos.c: IsTTY [PATCH] In-Reply-To: <7f45d939050917194069e70603@mail.gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline 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> X-SW-Source: 2005-10/txt/msg00160.txt.bz2 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.