Re: Marvell YukonII Status Update?

2006-06-30 Thread Nikolas Britton
On 7/1/06, Pyun YongHyeon <[EMAIL PROTECTED]> wrote: On Fri, Jun 30, 2006 at 11:39:14PM -0500, Nikolas Britton wrote: > On 6/30/06, Pyun YongHyeon <[EMAIL PROTECTED]> wrote: > >On Thu, Jun 29, 2006 at 10:53:52PM -0500, Nikolas Britton wrote: > > > Anyone know what's going on with YukonII suppo

Re: Marvell YukonII Status Update?

2006-06-30 Thread Pyun YongHyeon
On Fri, Jun 30, 2006 at 11:39:14PM -0500, Nikolas Britton wrote: > On 6/30/06, Pyun YongHyeon <[EMAIL PROTECTED]> wrote: > >On Thu, Jun 29, 2006 at 10:53:52PM -0500, Nikolas Britton wrote: > > > Anyone know what's going on with YukonII support in FreeBSD, > > > specifically the Marvell chips us

Re: Marvell YukonII Status Update?

2006-06-30 Thread Nikolas Britton
On 6/30/06, Pyun YongHyeon <[EMAIL PROTECTED]> wrote: On Thu, Jun 29, 2006 at 10:53:52PM -0500, Nikolas Britton wrote: > Anyone know what's going on with YukonII support in FreeBSD, > specifically the Marvell chips used in PCI-Express add-on cards? > > Last I checked somebody was developing a

Struggling with rcmd

2006-06-30 Thread Mikhail Teterin
Why does not the following work? rem = rcmd(&host, sp->s_port, pwd->pw_name, user, copyargs(argv), &remerr); if (rem < 0) exit(EX_UNAVAILABLE); if (remerr < 0) warn("Can't establish stderr channel (%d)", remerr); It only works, the specif

SCTP

2006-06-30 Thread Randall Stewart
Hi all: The following link: http://www.sctp.org/cvs_diff_6_30.bz2 Will get you a large patch that you can apply to Current that will add SCTP. Its a bzip2 patch file since it is so large :-D It includes the changes to a few base files.. and mainly its the complete files diff'd against this mo

Re: cvs commit: src/sys/net if_vlan.c

2006-06-30 Thread Robert Watson
On Thu, 29 Jun 2006, Julian Elischer wrote: I stress tested gif(4) in the same manner for kicks and got a very similar panic in in_control(). I suppose that my change eliminated a concurrency problem in vlan(4) and we began to feel the lack of refcounting at ifnet level. Indeed, a thread ca

RE: a secure equivalent to rcmd() and rexec() ?

2006-06-30 Thread [EMAIL PROTECTED]@mgedv.net
> I need to send data to a command line on another machine, but > popen-ing an ssh > session seems like a rather inferior method, because there is > no way to > (portably) access the command's stderr... > not sure if this is the answer you want, but: what if you tunnel the rcmd/rexec commands