RE: Linux ABI no longer supports staroffice

2000-08-28 Thread Yevmenkin, Maksim N, CSCIO
> Up until this weekend, I was able to use the staroffice52 port with > little problem (I had installed it earlier without benefit of the port > and it worked fine.) I did a 5.0-current kernel rebuild on > Thursday with > sources current on that day and things were fine. When I rebuilt my > kerne

RE: possible NETGRAPH/NG_ETHER bug

2000-07-19 Thread Yevmenkin, Maksim N, CSCIO
[...] > From: Archie Cobbs [mailto:[EMAIL PROTECTED]] > Julian Elischer writes: > > > i was working on integration of Ethernet TAP driver and NETGRAPH > > > and found strange thing. the problem is that NG_ETHER nodes do not > > > detach correctly when interface is gone. i was taking a very quick

kerneld for -current

2000-07-13 Thread Yevmenkin, Maksim N, CSCIO
Hello All, long time back there was a discussion about kerneld for FreeBSD. some people have found it useless, but some not :) anyway, alpha version of code can be found at sourceforge.net. http://sourceforge.net/projects/kerneld/ changes: - minor bug fixes - kd device improvements (now suppo

RE: possible NETGRAPH/NG_ETHER bug

2000-07-13 Thread Yevmenkin, Maksim N, CSCIO
> I object to these patches. > the idea is good but these patches are misguided.. ok :) i did not say that is an ultimate solution :) i did not even say that they are good :) the only idea behind these patches is to show that there is a _possible_ node reference problem :) that's it :) [...]

possible NETGRAPH/NG_ETHER bug

2000-07-13 Thread Yevmenkin, Maksim N, CSCIO
Hello All, i was working on integration of Ethernet TAP driver and NETGRAPH and found strange thing. the problem is that NG_ETHER nodes do not detach correctly when interface is gone. i was taking a very quick look at it, and, it seems to me that we are missing one reference to a node. i think it

RE: NETGRAPH changes

2000-07-11 Thread Yevmenkin, Maksim N, CSCIO
> Which changes in particular are you asking about? the attach/detach ``ng_ether'' nodes thanks, emax To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-current" in the body of the message

NETGRAPH changes

2000-07-11 Thread Yevmenkin, Maksim N, CSCIO
Hello All, Does anybody knows when -current NETGRAPH changes will be back ported to 4.X branch (if they ever will)? Thanks, emax To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-current" in the body of the message

RE: New version of TAP driver for FreeBSD -current

2000-07-11 Thread Yevmenkin, Maksim N, CSCIO
Jordan, > I've looked at this driver and think it looks useful, though I'm a > little concerned about the handling of bridge support. We don't > really encourage users to edit module Makefiles just to enable a given > feature in the compiled module [...] i think that whole ``#ifdef BRIDGE''

New version of TAP driver for FreeBSD -current

2000-07-10 Thread Yevmenkin, Maksim N, CSCIO
Hello All, The new version of TAP driver for FreeBSD -current is available at http://home.earthlink.net/~evmax/tap-fbsd5.tar.gz Changes: - small bug fixes, code improvements and cleanup - man page (derived from tun(4)) - if_tap module can be unloaded now (works for me, but please test it) - st

RE: kerneld for -current

2000-05-31 Thread Yevmenkin, Maksim N, CSCIO
> > is there any interest in ``kerneld'' (a-la Linux) for > FreeBSD? i've got > > some working prototype > > Could you summerize what it offers and does? from RedHat documentation: Red Hat Linux includes kerneld, the Kernel Daemon, which automatically loads some software and hardware suppo

RE: stupid FS questions

2000-05-30 Thread Yevmenkin, Maksim N, CSCIO
i know that :) i guess my questions were 1) why the same piece of code duplicated in all ``mount_xxx'' utilities? 2) if we are loading fs kernel module from ``mount_xxx'' why we have to do it again in kernel? if i'm not missing anything, by the time we reach ``mount'' function, fs module will b

stupid FS questions

2000-05-30 Thread Yevmenkin, Maksim N, CSCIO
Hello All, i've been looking at ``mount_xxx'' code and have noticed "strange" thing. all ``mount_xxx'' utilities have common part of code, like error = getvfsbyname("xxx", &vfc); if (error && vfsisloadable("xxx")) { if (vfsload("xxx"))

kerneld for -current

2000-05-30 Thread Yevmenkin, Maksim N, CSCIO
Hello All, is there any interest in ``kerneld'' (a-la Linux) for FreeBSD? i've got some working prototype at http://home.earthlink.net/~evmax/kerneld.tar.gz so far, i've got it working on -current for char devices and network interfaces. file systems are currently in progress. if there is no in

RE: NETGRAPH (proposal. FINAL)

2000-02-29 Thread Yevmenkin, Maksim N, CSCIO
[...] > > This is good in theory, however the intel 82586 ethernet chip > > (and 596 in 586 mode) will overwrite anything you put there anyhow > > as it treats the header specially and fabricates it. > > (unless you are running in some mode that is not usually used). > > I don't know how many ot

NETGRAPH (proposal. FINAL)

2000-02-29 Thread Yevmenkin, Maksim N, CSCIO
hello all, here is url: http://home.earthlink.net/~evmax/ng.tar.gz these are final patches for NETGRAPH. new features: - new hook ``divertin'' allows to put frame back to kernel stack. - new control message allows to set raw mode on ``divert'' hook. raw mode assumes that we have fully prepared f

RE: NETGRAPH patches (proposal)

2000-02-23 Thread Yevmenkin, Maksim N, CSCIO
> From: Archie Cobbs [mailto:[EMAIL PROTECTED]] > Julian Elischer writes: > > > > > It's because all packets sent by this node should > have the node's > > > > > address. If you don't have it then PPPoE cannot send > a packet "FROM" > > > > > thia node, as it has no idea of what this node's addr

RE: NETGRAPH patches (proposal) CONT.

2000-02-23 Thread Yevmenkin, Maksim N, CSCIO
> On Tue, Feb 22, 2000 at 09:02:43PM -0800, Archie Cobbs wrote: > > > > It's because all packets sent by this node should have the node's > > > address. If you don't have it then PPPoE cannot send a > packet "FROM" > > > thia node, as it has no idea of what this node's address is. > > > > So..

RE: NETGRAPH patches (proposal)

2000-02-22 Thread Yevmenkin, Maksim N, CSCIO
> > Here is the description. ng_ether node has two hooks ``divert'' and > > ``orphan''. > > It is possible to connect to the one of the hooks and > intercept row Ethernet > > frames. But there is no clean way to intercept frame, do > something and > > return it back to kernel. > > > > This pat

raw socket, bpf, netgraph, etc

2000-02-14 Thread Yevmenkin, Maksim N, CSCIO
Hello All, Is it possible to get access to link layer (AF_LINK) via raw socket? kind of Linux SOCK_PACKET. It seems to me that it is not. (hope I wrong :) I can access raw IP via socket(AF_INET, SOCK_RAW, IPPROTO_RAW) and event get access to IP header with setsockopt. But not AF_LINK :( On the

RE: BPF bug or not?

2000-01-26 Thread Yevmenkin, Maksim N, CSCIO
Bruce, [...] > > I've just found that read from /dev/bpfX never return > EAGAIN/EWOULDBLOCK. > > It means that when you do a non blocking read and there is > no data you will > > always get 0. > > > > Does it suppose work this way? > > I think it is a bug. Perhaps applications depend on it.

BPF bug or not?

2000-01-24 Thread Yevmenkin, Maksim N, CSCIO
All, I've just found that read from /dev/bpfX never return EAGAIN/EWOULDBLOCK. It means that when you do a non blocking read and there is no data you will always get 0. Does it suppose work this way? A non blocking read from pipe return EAGAIN/EWOULDBLOCK if there is no data and pipe was opened

new device drivers

2000-01-03 Thread Yevmenkin, Maksim N, CSCIO
Hello All, I've written a couple of drivers and would like to include them in current. What the procedure to add new device driver to current? Who is the point of contact? I think, I could not commit it to the cvs tree or can I? Thanks, emax To Unsubscribe: send mail to [EMAIL PROTECTED] wi