freebsd system calls

Max Laier max at love2party.net
Thu Dec 11 16:07:36 PST 2008


On Thursday 11 December 2008 18:54:29 Ferner Cilloniz wrote:
> Hello everyone.
>
> I am interested in looking at the code for system calls in FreeBSD, like
> read, etc.
>
> In which directory can i find them? I have tried grepping /usr/src/sys.

src/sys/kern mostly ... "grep ^read *" should get you started.  For the C 
function names take a look as syscalls.master in the same directory.

-- 
/"\  Best regards,                      | mlaier at freebsd.org
\ /  Max Laier                          | ICQ #67774661
 X   http://pf4freebsd.love2party.net/  | mlaier at EFnet
/ \  ASCII Ribbon Campaign              | Against HTML Mail and News


More information about the freebsd-net mailing list