4.0-RELEASE/tail/st_rdev

2000-07-23 Thread Vsevolod Semenov
I used "tail -F /var/log/local3" in my little shell script to scan log for some string. When i change release from 3.X to 4.0 tail sometimes (may be once in a day or hours) rescan log from begining and alarm me about problem which has being occurred hours before. It was coz " sb2.st_rdev !=

Re: what is /etc/[s]pwd.db stay for?

2000-05-10 Thread Vsevolod Semenov
On Tue, 9 May 2000, Andrzej Bialecki wrote: > On Tue, 9 May 2000, Vsevolod Semenov wrote: > > > > > pw showuser shows user tens times slowly then > > grep user /etc/[master.]passwd > > DB files provide you with already parsed and indexed information, mor

what is /etc/[s]pwd.db stay for?

2000-05-09 Thread Vsevolod Semenov
pw showuser shows user tens times slowly then grep user /etc/[master.]passwd pwd_mkdb can't create [s]pwd.db files for 100 users. what reason to use db stuff in libc/gen/getpwent.c? seva To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-hackers" in the body

extremaly useful option for mount_portal

2000-05-09 Thread Vsevolod Semenov
i've just invented extremaly useful option for mount_portal utils! to make non blocking tcp connections. if open(2) /p/tcp/address/port/nodel file descriptor will retuned in non-blocked mode. 55a56 > #include 83a85 > int nodel = 0; 107c109,112 < return (EINVAL); ---