Re: makecontext & friends ?

2000-09-09 Thread Mitja Horvat
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

Re: makecontext() & friends ?

2000-09-09 Thread Mitja Horvat
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

Re: makecontext & friends ?

2000-09-09 Thread Ralf S. Engelschall
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

Re: Token Ring ??

2000-09-09 Thread Wes Peters
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

Re: FYI: RSA Donated to the public domain

2000-09-09 Thread Wes Peters
"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

Re: Token Ring ??

2000-09-09 Thread Wes Peters
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

Majordomo results: unsubscribe freebsd-hackers user reecetl

2000-09-09 Thread Majordomo
-- 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

Re: Token Ring ??

2000-09-09 Thread Matthew N. Dodd
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

Regarding kldunload / open /dev/ panic

2000-09-09 Thread awr
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

Re: What's the best PCMCIA Ethernet card?

2000-09-09 Thread Adam
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

Re: Token Ring ??

2000-09-09 Thread Wes Peters
"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

Re: Shared Memory Issues

2000-09-09 Thread Lance Rocker
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

Re: What's the best PCMCIA Ethernet card?

2000-09-09 Thread Kenneth Wayne Culver
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 |

Re: Token Ring ?? I am using, but ...

2000-09-09 Thread Gianmarco Giovannelli
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

Panics from trying to open dev after kldunload

2000-09-09 Thread Devin Butterfield
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