Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S261384AbVA2SPp (ORCPT ); Sat, 29 Jan 2005 13:15:45 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S261330AbVA2SPp (ORCPT ); Sat, 29 Jan 2005 13:15:45 -0500 Received: from kweetal.tue.nl ([131.155.3.6]:3090 "EHLO kweetal.tue.nl") by vger.kernel.org with ESMTP id S261384AbVA2SPb (ORCPT ); Sat, 29 Jan 2005 13:15:31 -0500 Date: Sat, 29 Jan 2005 19:15:18 +0100 From: Andries Brouwer To: Robert Love Cc: Rodrigo Ramos , linux-kernel@vger.kernel.org Subject: Re: system calls Message-ID: <20050129181518.GG6010@pclin040.win.tue.nl> References: <1107006832.2732.35.camel@ZeroOne> <1107020858.11159.15.camel@localhost> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1107020858.11159.15.camel@localhost> User-Agent: Mutt/1.4.2i X-Spam-DCC: dmv.com: kweetal.tue.nl 1181; Body=1 Fuz1=1 Fuz2=1 Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 694 Lines: 17 On Sat, Jan 29, 2005 at 12:47:38PM -0500, Robert Love wrote: > System calls are prefixed by "sys_". Thus, read(2) is implemented in > the kernel as sys_read(). Now that you say this - of course you know that the actual situation is much more messy. Sometimes I wonder whether it would be useful to make such a statement more true and for example change sys_olduname, sys_uname, sys_newuname into sys_oldolduname, sys_olduname, sys_uname. Andries - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/