From owner-freebsd-hackers@FreeBSD.ORG Tue Aug 12 09:10:08 2003 Return-Path: Delivered-To: freebsd-hackers@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9CC9337B405 for ; Tue, 12 Aug 2003 09:10:08 -0700 (PDT) Received: from rhaaw.rdsnet.ro (rhaaw.rdsnet.ro [212.93.133.32]) by mx1.FreeBSD.org (Postfix) with ESMTP id ED16243FA3 for ; Tue, 12 Aug 2003 09:10:07 -0700 (PDT) (envelope-from xoanon@rhaaw.rdsnet.ro) Received: from [192.168.0.3] (helo=Xoanon ident=xoanon) by rhaaw.rdsnet.ro with smtp (Exim 4.20) id 19mbkM-0002BR-Az for freebsd-hackers@freebsd.org; Tue, 12 Aug 2003 19:11:42 +0300 Message-ID: <001d01c360ec$5c58aed0$0300a8c0@Xoanon> From: "Vlad Ciobanu" To: Date: Tue, 12 Aug 2003 19:11:12 +0300 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2800.1106 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1106 Subject: syscalls X-BeenThere: freebsd-hackers@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Technical Discussions relating to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 12 Aug 2003 16:10:09 -0000 I'm sorry if this is slightly offtopic, or too general for this particular list, but I can't think of a better place to ask. Also, I've been sent here from Undernet's FreeBSD channel. I am looking for a somewhat more detailed list of the FreeBSD syscalls than what is in '/usr/src/sys/kern/syscalls.master'. Basically, I would also want to know when registers are changed, when I have to look out for it, and any other information that might be useful. I searched on the lists and with google, and found nothing conclusive. Thanks.