Re: read() on dirs - grep

2010-08-09 Thread Daniel Braniss
> Em 2010.08.09. 21:34, Gennady Proskurin escreveu: > > I see misbehaviour of new bsd grep in freebsd on tmpfs when grepping dirs. > > For example (on tmpfs /tmp): > > > > mkdir /tmp/qwe > > grep something /tmp/qwe > > (grep hangs) > > > Thank you for the report, I'm already aware of the issue

Re: read() on dirs - grep

2010-08-09 Thread Gabor Kovesdan
Em 2010.08.09. 21:34, Gennady Proskurin escreveu: I see misbehaviour of new bsd grep in freebsd on tmpfs when grepping dirs. For example (on tmpfs /tmp): mkdir /tmp/qwe grep something /tmp/qwe (grep hangs) Thank you for the report, I'm already aware of the issue and preparing a fix for it.

read() on dirs - grep

2010-08-09 Thread Gennady Proskurin
I see misbehaviour of new bsd grep in freebsd on tmpfs when grepping dirs. For example (on tmpfs /tmp): mkdir /tmp/qwe grep something /tmp/qwe (grep hangs) When doing the same thing on ordinary filesystem (tried zfs and ufs), all works correct (grep exits immediately). I think this is easilly rep

Re: glabel "force sectorsize" patch

2010-08-09 Thread Ivan Voras
On 9 August 2010 14:37, Dag-Erling Smørgrav wrote: > Ivan Voras writes: >> Dag-Erling Smørgrav writes: >> > Marius Nünnerich writes: >> > > I did not think of a new GEOM class that looks like glabel but one >> > > that has no metadata stored on disk . It is then activated and >> > > controlled

Re: glabel "force sectorsize" patch

2010-08-09 Thread Dag-Erling Smørgrav
Ivan Voras writes: > Dag-Erling Smørgrav writes: > > Marius Nünnerich writes: > > > I did not think of a new GEOM class that looks like glabel but one > > > that has no metadata stored on disk . It is then activated and > > > controlled by loader.conf variables. (Maybe like gnop? If I > > > reme

Re: glabel "force sectorsize" patch

2010-08-09 Thread Ivan Voras
On 9 August 2010 10:51, Dag-Erling Smørgrav wrote: > Marius Nünnerich writes: >> I did not think of a new GEOM class that looks like glabel but one >> that has no metadata stored on disk . It is then activated and >> controlled by loader.conf variables. (Maybe like gnop? If I remember >> correctl

Re: glabel "force sectorsize" patch

2010-08-09 Thread Dag-Erling Smørgrav
Marius Nünnerich writes: > I did not think of a new GEOM class that looks like glabel but one > that has no metadata stored on disk . It is then activated and > controlled by loader.conf variables. (Maybe like gnop? If I remember > correctly, I did not take a look at that class for ages). As you