Re: A TrustedBSD "voluntary sandbox" policy.

2007-11-15 Thread Christopher Davis
On Nov 8, 2007 9:23 AM, Pawel Jakub Dawidek <[EMAIL PROTECTED]> wrote: > First problem is that it is hard to operate on file paths. MAC passes a > locked vnode to you and you cannot go from there to a file name easly. > You could do it by comparsion: call VOP_GETATTR(9) on the given vnode, > do the

Re: FreeBSD cache memory allocation

2007-11-15 Thread John Baldwin
On Wednesday 14 November 2007 04:02:05 pm icantthinkofone wrote: > On Wednesday 14 November 2007 11:11:41 am Rob Belics wrote: > > > Someone I can't stand said this about FreeBSD. Though I know C, I > don't > > > know anything about this and would love to respond. My first > thought was > > >

Patch for ping6 -o

2007-11-15 Thread Dima Dorfman
The ping(8) utility has an -o switch that tells it to exit after receiving the first reply. This is useful, but ping6(8) doesn't have it. Simple patch attached. Comments/reviews/whatnots? I'll commit to HEAD in a few days if I don't hear any objections. -- Dima Dorfman Index: ping6.8 ==