From: Herbert Poetzl (herbert_at_13thfloor.at)
Date: Wed 10 Sep 2003 - 00:53:00 BST
On Tue, Sep 09, 2003 at 11:46:48AM -0400, Rik van Riel wrote:
> On Mon, 8 Sep 2003, Sam Vilain wrote:
>
> > I'm sure an extra 4 bytes per process table entry won't hurt :-)
>
> The space usage won't, but changing the ABI for the capabilities
> related syscalls would break everybody's applications so that
> won't be acceptable.
my suggestion was more to add some Per Context
capabilities, actually into s_info, similar to
the 'usual' capabilities, adding vserver specific
options/capabilities per vserver ...
best,
Herbert
> 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