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
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
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
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
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
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
> 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