Hi,
> Sure, it can. See my GNU Portable Threads under
> http://www.gnu.org/software/pth/. We have a port under devel/pth,
> too. It bases its user-land threads on ucontext(3) if available or on
> setjmp(3)'s jmp_buf, etc. All without any assembler things. For details
> read my USENIX paper under
Hi Dan,
> I have implemented {make,get,set,swap}context as library routines
> for FreeBSD. They're gathering dust somewhere and need a bit of
> polishing. If you give me some time I can dust them off and
> send them to you.
I would really appreciate if I could get my hands on this code.
Could
In article <[EMAIL PROTECTED]> you wrote:
>> Sure, it can. See my GNU Portable Threads under
>> http://www.gnu.org/software/pth/. We have a port under devel/pth,
>> too. It bases its user-land threads on ucontext(3) if available or on
>> setjmp(3)'s jmp_buf, etc. All without any assembler things
Len Conrad wrote:
>
> We deal lot with AS/400 customers with TRN systems. I see 4.1 release
> still doesn't have a TRN card supported.
>
> Anybody got any ideas how to support TRN in FreeBSD?
With an ethernet<->token ring switch?
--
"Where am I, and what am I doing in this handbas
"Jeroen C. van Gelderen" wrote:
>
> Warner Losh wrote:
> >
> > In message <[EMAIL PROTECTED]> Warner Losh writes:
> > : RSA Security Releases RSA Encryption Algorithm into Public Domain
> >
> > Note that other information at the site says that RSAREF isn't
> > released into the public domain. It
Len Conrad wrote:
>
> >If I am not mistaking Token Ring _is_ supported in FreeBSD.
>
> Stealthy support it is, then, as I cannot find it here:
>
> http://www.freebsd.org/releases/4.1R/notes.html
UTSL: src/sys/dev/isa/if_tr{,ibm,tcm}_isa.c
--
"Where am I, and what am I doing in th
--
unsubscribe freebsd-hackers user [EMAIL PROTECTED]
The address you supplied, user [EMAIL PROTECTED]
does not seem to be a legal Internet address. You may have supplied
your full name instead of your address, or you may have included your
name along with your address i
On Sat, 9 Sep 2000, Wes Peters wrote:
> UTSL: src/sys/dev/isa/if_tr{,ibm,tcm}_isa.c
That would be the NetBSD source tree. :)
--
| Matthew N. Dodd | '78 Datsun 280Z | '75 Volvo 164E | FreeBSD/NetBSD |
| [EMAIL PROTECTED] | 2 x '84 Volvo 245DL| ix86,sparc,pmax |
| http://www.jura
Also, shouldn't /usr/src/sys/dev/vn/vn.c use make_dev() and destroy_dev()
calls instead of cdevsw_add()??
Andrew
To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-hackers" in the body of the message
Hi, I'd just like to say that I dont think non cardbus cards are capable
of doing more than 10bt speeds even if it talks 100bt. I have not met one
that did and I assume it is a limit of the pcmcia design. Just warning
you not to waste your money on one if you get near 10bt speeds already.
On T
"Matthew N. Dodd" wrote:
>
> On Sat, 9 Sep 2000, Wes Peters wrote:
> > UTSL: src/sys/dev/isa/if_tr{,ibm,tcm}_isa.c
>
> That would be the NetBSD source tree. :)
Oops. Now I see why that window was green instead of purple. Make that
/sys/contrib/dev/oltr/*
--
"Where am I
Hello,
I too had problems with running out of shared mem segments, so I wrote
my first ever perl script that does something useful for me. I've
attached it to this email and I'll paste it in below too, for
convenience.
I noticed that many (most?) of the shared mem segments in use, when I
was run
I've seen cardbus cards do almost a full 100 mbit, but regular pcmcia
cards can't do much at all.
=
| Kenneth Culver | FreeBSD: The best NT upgrade|
| Unix Systems Administrator | ICQ #: 24767726 |
Token ring is supported and works quite well in FreeBSD.
I am using a couple of card on a box to connect an entire network to the
Internet (about 200 boxes).
I have only a problem, or at least it seems to me a problem :-)
I posted the following message to token-ring and questions mailing lists
Hi all,
I'm working on a device driver for FreeBSD for a VoIP telephony card and
I stumbled upon a serious problem. If I "kldunload" my driver and
subsequently try to open the device, the kernel panics. I found that the
vn device suffers from this same bug. For example:
Before kldload vn:
[root
15 matches
Mail list logo