From: Rik van Riel (riel_at_surriel.com)
Date: Sun 31 Aug 2003 - 19:50:27 BST
On Sun, 31 Aug 2003, Herbert Poetzl wrote:
> > The syscall numbers up to 270 are already reserved,
> > maybe some beyond 270 too.
>
> hum, 2.4.22 kernel doesn't know about this ...
> where are the 'reserved' syscalls listed/registed?
> please elaborate!
Take a look at the 2.5 kernel, where new syscalls are reserved
on an almost weekly basis.
It shouldn't be too hard to get one syscall for vserver.
Rik
-- "Debugging is twice as hard as writing the code in the first place. Therefore, if you write the code as cleverly as possible, you are, by definition, not smart enough to debug it." - Brian W. Kernighan