Re: sockstat tcp/udp switches

2006-11-06 Thread Dmitry Frolov
vert protocol pass through. Would be nice if divert pseudo protocol is also covered. wbr&w, dmitry. -- Dmitry Frolov <[EMAIL PROTECTED]> RISS-Telecom Network, Novosibirsk, Russia [EMAIL PROTECTED], +7 383 2278800, DVF-RIPE ___

Re: FreeBSD Real Mode interface

2006-01-30 Thread Dmitry Frolov
* Dan Nelson <[EMAIL PROTECTED]> [31.01.2006 11:13]: > In the last episode (Jan 31), Dmitry Frolov said: > > * Loren M. Lang <[EMAIL PROTECTED]> [28.01.2006 13:09]: > > > > > Is there any equivalent to the Linux Real Mode interface in FreeBSD? I >

Re: FreeBSD Real Mode interface

2006-01-30 Thread Dmitry Frolov
> find out how to do this in FreeBSD. LRMI <http://sourceforge.net/projects/lrmi> should work on FreeBSD since version 0.8. And here is my FreeBSD/NetBSD patch for atitvout (with instructions inside): http://kaya.nov.net/frol/patches/atitvout-0.4-bsd2.diff wbr&w, dmitry. -- Dmitr

Re: Low level hardware access in FreeBSD

2005-03-12 Thread Dmitry Frolov
VGA registers > back to text mode? You may want to use VBE to save/restore controller state and set video modes. wbr&w, dmitry. -- Dmitry Frolov <[EMAIL PROTECTED]> RISS-Telecom Network, Novosibirsk, Russia [EMAIL PROTECTED], +7 3832 NO WA1T, DVF-RIPE ___

Re: i386_set_ioperm on FreeBSD 5.3

2004-12-30 Thread Dmitry Frolov
.10. On FreeBSD 5.3 it > does not. > > Problem seems to be, that i386_set_ioperm isn't doing what it should. > The program gets SIGBUS when doing outb, while it shouldn't. I was able to work around this by using io(4). wbr&w, dmitry. -- Dmitry Frolov <[EMAIL PROTECTED]&g

Re: Protection from the dreaded "rm -fr /"

2004-10-02 Thread Dmitry Frolov
> way rm(1) works now. > > One way to do that is to use realpath(3), but I have to ask more > knowledgeable people about the comment immediately below my change: Other way that may be cheaper is to stat '/', stat each argument and then compare device and inode numbers. wb

Re: GEOM (ggate) compression consumer +problem

2004-10-02 Thread Dmitry Frolov
no CPU usage...). Sometimes, *any* writes to any filesystem lock up. Looks very similar to a syncing problem found in md(4). Take a look at cvs log entry for revision 1.115 of md.c: http://www.freebsd.org/cgi/cvsweb.cgi/src/sys/dev/md/md.c wbr&w, dmitry. -- Dmitry Frolov <[EMA