From owner-freebsd-hackers@FreeBSD.ORG Sat Dec 1 02:09:16 2007 Return-Path: Delivered-To: freebsd-hackers@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id EBDBA16A41B for ; Sat, 1 Dec 2007 02:09:16 +0000 (UTC) (envelope-from sdavtaker@gmail.com) Received: from py-out-1112.google.com (py-out-1112.google.com [64.233.166.176]) by mx1.freebsd.org (Postfix) with ESMTP id A663913C468 for ; Sat, 1 Dec 2007 02:09:16 +0000 (UTC) (envelope-from sdavtaker@gmail.com) Received: by py-out-1112.google.com with SMTP id u77so5435365pyb for ; Fri, 30 Nov 2007 18:09:13 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:user-agent:mime-version:to:subject:content-type:content-transfer-encoding; bh=JYZdRFI/SDrmcPDoM7om6wewjla2DQcMOZPtEZXIYew=; b=pcarV+QGEbHG9W9bAGZXn9OL+Hsn3SoYQ1Wt3d+cXFUpahQbJuE9HJvqA0yUlw35DvHGICnlMo71sAyzYI83mZS0ZR9KN3UQYWcXeYLbsX3GPby9cof5cUHpth6ixzRWkiVrLTLElKXd7TBW43EQ1b33E7MXVy3O7QwG2RkTf0M= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=received:message-id:date:from:user-agent:mime-version:to:subject:content-type:content-transfer-encoding; b=sqUlTPlUCTEIINsT2ud6V1qkSKwcevk4MLIOlbf78FRbPlgsQDvycILDy/z8HBYgSF+GQzCYlu0rHNly09YVWCOObHZSXG827od/KKYV7pzLDSesilB/gnHEgwN3duC5tmP7zOtRrZ/WaIQE/ydZ6xfqllSNe1ieRKxOI/NYKmk= Received: by 10.65.188.14 with SMTP id q14mr4708504qbp.1196473433572; Fri, 30 Nov 2007 17:43:53 -0800 (PST) Received: from ?192.168.1.100? ( [190.18.36.119]) by mx.google.com with ESMTPS id q17sm5252382qbq.2007.11.30.17.43.51 (version=TLSv1/SSLv3 cipher=RC4-MD5); Fri, 30 Nov 2007 17:43:52 -0800 (PST) Message-ID: <4750BC54.8090101@gmail.com> Date: Fri, 30 Nov 2007 22:43:48 -0300 From: =?ISO-8859-1?Q?Sd=E4vtaker?= User-Agent: Thunderbird 2.0.0.9 (Windows/20071031) MIME-Version: 1.0 To: freebsd-hackers@freebsd.org Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: Looking for syscalls documentation pointers. X-BeenThere: freebsd-hackers@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Technical Discussions relating to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 01 Dec 2007 02:09:17 -0000 Hello. I was wondering if there is any place where i can get the specifications used to write the syscalls. I was reading the syscalls.master and it only says the number and name of the syscall, and only few are documented at man. Any idea who could have that kind of documentation? As example, what determines the permitions of a just created file? (From experiments i got they 000) :-/ I guess if there is no doc, i will have just to read the whole code :-( Thanks for any help. Sdav