From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 24633 invoked by alias); 4 Nov 2008 13:48:58 -0000 Received: (qmail 24541 invoked by uid 22791); 4 Nov 2008 13:48:57 -0000 X-Spam-Check-By: sourceware.org Received: from NaN.false.org (HELO nan.false.org) (208.75.86.248) by sourceware.org (qpsmtpd/0.31) with ESMTP; Tue, 04 Nov 2008 13:48:14 +0000 Received: from nan.false.org (localhost [127.0.0.1]) by nan.false.org (Postfix) with ESMTP id DD6E210813; Tue, 4 Nov 2008 13:48:12 +0000 (GMT) Received: from caradoc.them.org (209.195.188.212.nauticom.net [209.195.188.212]) by nan.false.org (Postfix) with ESMTP id C94DB104E2; Tue, 4 Nov 2008 13:48:12 +0000 (GMT) Received: from drow by caradoc.them.org with local (Exim 4.69) (envelope-from ) id 1KxMGS-0002nK-Aq; Tue, 04 Nov 2008 08:48:12 -0500 Date: Tue, 04 Nov 2008 13:48:00 -0000 From: Daniel Jacobowitz To: Pierre Muller Cc: =?iso-8859-1?Q?'S=E9rgio_Durigan_J=FAnior'?= , gdb-patches@sourceware.org Subject: Re: [PATCH 0/4] 'catch syscall' feature -- Introduction Message-ID: <20081104134812.GB10644@caradoc.them.org> Mail-Followup-To: Pierre Muller , =?iso-8859-1?Q?'S=E9rgio_Durigan_J=FAnior'?= , gdb-patches@sourceware.org References: <1225773077.24532.51.camel@miki> <000001c93e57$20856620$61903260$@u-strasbg.fr> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <000001c93e57$20856620$61903260$@u-strasbg.fr> User-Agent: Mutt/1.5.17 (2008-05-11) X-IsSubscribed: yes Mailing-List: contact gdb-patches-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sourceware.org X-SW-Source: 2008-11/txt/msg00026.txt.bz2 On Tue, Nov 04, 2008 at 09:27:08AM +0100, Pierre Muller wrote: > If my previous statement is wrong, you can skip > what is following, otherwise my questions are: > 1) Do all OS using syscalls use the same number to > functionality correspondence? No. > 2) Do all OS follow the "linux" habit of never changing the > syscall numbers in changing versions? Yes, as far as I know. This practice is much older than Linux. -- Daniel Jacobowitz CodeSourcery