Re: how to make 'for' understand two words as a single argument

2001-10-01 Thread Konstantin Chuguev
ipe will launch a child shell for the while loop, so any variables set inside the loop will get lost after 'done' And, of course, the output of the first part of the pipe should be one file name per line. -- * * Konstantin Chuguev Francis House *

Re: Junior Kernel Hacker task: improve vnode->v_tag

2001-09-04 Thread Konstantin Chuguev
list from the IS_LOCKING_VFS macro. I can > > >produce a patch if it sounds reasonably. > > > > Yeah, I think that makes a lot of sense. > > See attached. Please let me know if it is OK for you. > > -Maxim > > -- >

Re: secure Filesystem

2001-08-24 Thread Konstantin Chuguev
te the support, opinion, or policy of Agilent Technologies, or > of the little green men that have been following him all day. > > To Unsubscribe: send mail to [EMAIL PROTECTED] > with "unsubscribe freebsd-hackers" in the body of the message -- * * Konstantin Chug

Re: secure Filesystem

2001-08-16 Thread Konstantin Chuguev
locally on port other than NFS. Very nice implementation, I use it a lot. A small problem with it is that it seems to support 7-bit file names only. -- * * Konstantin Chuguev Francis House * * Application Engineer 112 Hills Road *

Re: [CFR] OpenBSD install(1) fixes: atomic install, etc.

2001-04-20 Thread Konstantin Chuguev
way of doing install default (i.e. always use it)? Regards, Konstantin. -- * *Konstantin Chuguev - Application Engineer * * Francis House, 112 Hills Road * Cambridge CB2 1PQ, United Kingdom D A N T E WWW:http:/

Re: ports/x11/XFree86-4/files/patch-xthreads: broken in CURRENT?

2001-01-29 Thread Konstantin Chuguev
ges about missing libraries yet, but maybe just because I didn't try anything like xine... -- * *Konstantin Chuguev - Application Engineer * * Francis House, 112 Hills Road * Cambridge CB2 1PQ, United Kingdom D A N T E WWW:

Re: dlopen()

2000-11-23 Thread Konstantin Chuguev
stub function pointers with the pointers to real functions. The latter may be optimised somehow. __fini() code dlclose()'s all the libraries. But the best way is to look at the source code, of course ;-) -- * *Konstantin Chuguev - Application Engineer * *

Re: dlopen()

2000-11-23 Thread Konstantin Chuguev
nt the "hot swap" of the > dynamic loading libraries. > > Thanks, > Dmitry > > To Unsubscribe: send mail to [EMAIL PROTECTED] > with "unsubscribe freebsd-hackers" in the body of the message -- * *Konstantin Chuguev - Application Engineer *

Re: AutoFS on FreeBSD

2000-10-25 Thread Konstantin Chuguev
home/joy as my home directory in bash on my workstation), what is the advantage of doing this in kernel? -- * * Konstantin Chuguev - Application Engineer * * Francis House, 112 Hills Road * Cambridge CB2 1PQ, United Kingdom D A

/proc & /dev/std* [Was: Fdescfs updates--coming to a devfs near you!]

2000-09-14 Thread Konstantin Chuguev
re for MS DOS (remember COM1 and LPT1? :-) I am not sure /proc/ names are very useful, but /dev/std{in|out|err} definitely are. -- * *Konstantin Chuguev - Application Engineer * * Francis House, 112 Hills Road * Cambridge CB

Re: Shared Memory Issues

2000-09-05 Thread Konstantin Chuguev
nel configuration. > > I'm currently running FreeBSD 4.0-RELEASE. > > Several questions; > > 1. If I upgrade to 4.1-STABLE (which I will be soon), will the shared > memory issue disappear? I doubt so. I'm running 5.0-CURRENT, and still have the problem. -- * *

Periodic scripts [Was: Re: /etc/security -> /etc/periodic/security ?]

2000-06-29 Thread Konstantin Chuguev
gards, Konstantin. -- * * Konstantin Chuguev - Application Engineer * * Francis House, 112 Hills Road * Cambridge CB2 1PQ, United Kingdom D A N T E WWW:http://www.dante.net To Unsubscribe: send mail to [EMAIL PROTECTED] with

Re: Netscape Bus Error

1999-09-29 Thread Konstantin Chuguev
Alex Belits wrote: > On Tue, 28 Sep 1999, Darren R. Davis wrote: > > > I believe that a Bus Error is specifically referencing miss aligned data vs > > segmentation violation > > (SIGSEGV) which is accessing data that is either free'd or not yours, etc. > > I always thought > > it strange on an In