From mboxrd@z Thu Jan 1 00:00:00 1970 Mime-Version: 1.0 (Apple Message framework v753) In-Reply-To: References: Content-Type: text/plain; charset=US-ASCII; delsp=yes; format=flowed Message-Id: Content-Transfer-Encoding: 7bit From: Pietro Gagliardi Date: Sat, 22 Mar 2008 00:44:35 -0400 To: Fans of the OS Plan 9 from Bell Labs <9fans@9fans.net> Subject: Re: [9fans] System call mania Topicbox-Message-UUID: 7de2382c-ead3-11e9-9d60-3106f5b1d025 It suggests to me that these calls are the lowest level of communication with the kernel. I once thought that all system calls could be called by a program :-P On Mar 22, 2008, at 12:41 AM, Iruata Souza wrote: > On 3/22/08, Pietro Gagliardi wrote: >> That confirmed one suspicion: the REAL calls are those who are simply >> named in /sys/src/libc/9syscall/sys.h, and that the USER-LEVEL calls >> are a big mess in libc. Thanks! >> > > doesn't the name system call suggests you something? > > iru >