atom feed7 messages in org.freebsd.freebsd-hackersRe: Syscall number.
FromSent OnAttachments
Pawel Jakub DawidekDec 20, 2002 10:43 am 
Pawel Jakub DawidekDec 20, 2002 7:22 pm 
Terry LambertDec 21, 2002 9:45 am 
Pawel Jakub DawidekDec 21, 2002 9:52 am 
Terry LambertDec 21, 2002 10:31 am 
Pawel Jakub DawidekDec 21, 2002 10:36 am 
Terry LambertDec 21, 2002 10:42 am 
Subject:Re: Syscall number.
From:Pawel Jakub Dawidek (ni@garage.freebsd.pl)
Date:Dec 21, 2002 10:36:41 am
List:org.freebsd.freebsd-hackers

On Sat, Dec 21, 2002 at 10:32:06AM -0800, Terry Lambert wrote: +> > +> This is actually a bad way to do things. +> > +> +> > +> There is a system call loadable module type, and you should +> > +> use that instead of directly accessing the system call entry +> > +> table and stomping on values without asserting appropriate +> > +> locks. +> > +> > But I want to operate on existing syscalls. +> +> Then specify a system call number instead of allowing the system to +> pick an unassigned system call for you.

But I may catch even _all_ system call, so making separate functions for every syscall isn't good idea (if I understand You well).