On Thu, Apr 10, 2008 at 04:39:56PM +0200, Kris Kennaway wrote:
[..]
>
> csjp@ had a mac_chkexec module that looks like it was never committed.
>
> http://groups.google.com/group/mailing.freebsd.hackers/msg/074eec7def84c52b
>
> Shouldn't be hard to update it.
>
Just a few notes:
- This isn't r
ect of devices which support cloning. Even though a device
has been closed, it's existence will persist within the devfs directory entries.
devfs should garbage collect this when its required. But I will confirm.
--
Christian S.J. Peron
[EMAIL PRO
On Sun, Nov 11, 2007 at 10:17:31PM +0200, Vlad GALU wrote:
> On 11/11/07, Christian S.J. Peron <[EMAIL PROTECTED]> wrote:
> > On Sun, Nov 11, 2007 at 08:11:57PM +0200, Dan Epure wrote:
> > > I just used the patch and it is working.
> > >
> >
> > Good
On Sun, Nov 11, 2007 at 08:11:57PM +0200, Dan Epure wrote:
> I just used the patch and it is working.
>
Good to hear. I have submitted the request to get this merged to
RELENG_7. Thanks for the quick response.
--
Christian S.J. Peron
[EMAIL PROTECTED]
FreeBSD Com
; > > The jail is configured in rc.conf:
> > > === cut here ===
> > > jail_enable="YES"
> > > jail_list="test"
> > > jail_test_hostname="test.mydomain.org"
> > > jail_test_rootdir="/jails/test"
> > >
G_MIRROR_DEBUG(5, "%s: I'm here 4.", __func__);
continue;
}
bioq_remove(&sc->sc_queue, bp);
mtx_unlock(&sc->sc_queue_mtx);
Christian S.J. Peron wrote:
It almost looks as if a user frequently runs gmirror(8) to query the
status of their
It almost looks as if a user frequently runs gmirror(8) to query the
status of their array. Under a high load situation, the worker is busy,
so at one un-lucky momment, gmirror(8) is run:
(1) gmirror(8) waits for sc->sc_lock owned by the worker
(2) The worker then drops the lock
(3)
instead of clobbering the previous blocksize
- Use 1024 instead of 1k to make the header POSIX compliant
Reported by:Andriy Gapon
Discussed with: bde, ru
MFC after: 1 week
Revision ChangesPath
1.66 +11 -2 src/bin/df/df.c
Andriy Gapon wrote:
on 19/09/2006
and let me know if it's good for you.
Thanks for bringing this to our attention.
--
Christian S.J. Peron
[EMAIL PROTECTED]
FreeBSD Committer
FreeBSD Security Team
? df
? df.1.gz
? df.c.diff
Index: df.c
===
RCS file: /home/ncv
lter, (u_char *)&mb, pktlen, 0);
> - if (slen != 0)
> + if (slen != 0) {
> d->bd_fcount++;
> #ifdef MAC
> if (mac_check_bpfdesc_receive(d, bp->bif_ifp) == 0)
> #endif
>
> ++d->bd_rcount;
> slen = bpf_filter(d->bd_filter, (u_char *)&mb, pktlen, 0);
> - if (slen != 0)
> + if (slen != 0) {
> d->bd_fcount++;
> #ifdef MAC
> if (mac_check_bpfdesc_receive(d, bp-&g
11 matches
Mail list logo