Re: ping: sendto: No buffer space available

2002-02-10 Thread M. Warner Losh
In message: [EMAIL PROTECTED] Mike Silbersack [EMAIL PROTECTED] writes: : Ah, good. I wasn't sure that any committers still used those cards. You'd be surprised how many cards I have... Warner To Unsubscribe: send mail to [EMAIL PROTECTED] with unsubscribe freebsd-hackers in the

Re: ping: sendto: No buffer space available

2002-02-10 Thread M. Warner Losh
In message: [EMAIL PROTECTED] Jonathan Hanna [EMAIL PROTECTED] writes: : From my look at the driver the issues I know of are the interrupt : problem as above and a lack of splx(x) if sc-gone in : ep_intr(). From Karl: possible impending merge with the vx driver. That's right. I

Re: Linking libc before libc_r into application causesweirdproblems

2002-02-08 Thread M. Warner Losh
In message: [EMAIL PROTECTED] Maxim Sobolev [EMAIL PROTECTED] writes: : In 5.0-CURRENT -pthread was replaced by -lc_r. But in 5.0 -pthread still works :-) Warner To Unsubscribe: send mail to [EMAIL PROTECTED] with unsubscribe freebsd-hackers in the body of the message

Re: Linking libc before libc_r into application causes weirdproblems

2002-02-07 Thread M. Warner Losh
In message: 1013147180.73417.2.camel@notebook Maxim Sobolev [EMAIL PROTECTED] writes: : Based on the problematic code in the ORBit I had prepared short testcase : illustrating the problem and attaching it with this message. The problem : could be exposed by compiling the test.c using

Re: Linking libc before libc_r into application causes weirdproblems

2002-02-07 Thread M. Warner Losh
Confirmed. test.c appears to work properly when compiled: cc -o test test.c -pthread ./test Generally speaking, if you want to add -lc_r, you are doing things incorrectly. I've done way to much building... In FreeBSD 3.x you did need to do -lc_r, but that was changed to -pthread in 4.0.

Re: Linking libc before libc_r into application causesweirdproblems

2002-02-07 Thread M. Warner Losh
In message: [EMAIL PROTECTED] Stephen Montgomery-Smith [EMAIL PROTECTED] writes: : cc -o test test.c -pthread -D_THREAD_SAFE : : or am I misunderstanding something? Ah, yes. -D_THREAD_SAFE is technically needed. To Unsubscribe: send mail to [EMAIL PROTECTED] with unsubscribe

Re: Get disk device size?

2002-02-05 Thread M. Warner Losh
In message: [EMAIL PROTECTED] Yar Tikhiy [EMAIL PROTECTED] writes: : Could anyone point out at an ioctl or any other way to get a disk : device size granted the device has no BSD label or PC slice table : on it? Ways for both the userland and kernel are welcome. For userland, look

Re: A question about timecounters

2002-02-05 Thread M. Warner Losh
In message: [EMAIL PROTECTED] Poul-Henning Kamp [EMAIL PROTECTED] writes: : But the i8254 is a piece of shit in this context, and due to : circumstances (apm being enabled0 most machines end up using the : i8254 by default. : : My (and I belive Bruce's) diagnosis so far is that most

Re: A question about timecounters

2002-02-05 Thread M. Warner Losh
In message: [EMAIL PROTECTED] John Polstra [EMAIL PROTECTED] writes: : I'm testing that now. But for how long would microuptime have to : be interrupted to make this happen? Surely not 7.81 seconds! On : this same machine I have a curses application running which is : updating the

Re: JKH - Jr. Kernel Hacker task

2002-01-30 Thread M. Warner Losh
In message: [EMAIL PROTECTED] David O'Brien [EMAIL PROTECTED] writes: : Right now one must hardcode compile the BPS rate into the kernel for : serial consoles. This is just ridden with problems when machines move, : or configurations shared. : : It would be really nice if the kernel

Re: PCMCIA ATA flash broken in 4.5-RC

2002-01-18 Thread M. Warner Losh
In message: [EMAIL PROTECTED] Brian Buchanan [EMAIL PROTECTED] writes: : I have an ATA compact flash which I used to be able to put into a PCMCIA : adapter and successfully mount under 4.3-RELEASE. Since CVSuping to : 4.5-RC as of Wednesday, I get the following when I insert the

Re: Oh my god, Google has a USENET archive going back to 1981!

2002-01-07 Thread M. Warner Losh
In message: [EMAIL PROTECTED] Josef Grosch [EMAIL PROTECTED] writes: : Yea, but aren't you STILL posting to alt.life.sucks? I'v move on to : alt.freebsd.rocks.microsoft.sucks /me does all his popsting in alt.freebsd.daemon.daemon.daemon these days. Warner To Unsubscribe: send mail

Re: path_mtu_discovery

2002-01-04 Thread M. Warner Losh
In message: [EMAIL PROTECTED] Rogier R. Mulhuijzen [EMAIL PROTECTED] writes: : Out of curiosity, where do MTUs ~512 occur? Old slip links that used it to reduce latency. I suspect that there aren't too many of them left in the world. Warner To Unsubscribe: send mail to [EMAIL

Re: FreeBSD performing worse than Linux?

2002-01-01 Thread M. Warner Losh
In message: [EMAIL PROTECTED] Matthew Dillon [EMAIL PROTECTED] writes: : I think that has been fixed. Try it. It doesn't lag for me. The : turn-around echo of the keystroke should be pushed out instantly. Yes. Keep in mind that you only need to enable this when you have

Re: 802.11b PCI card problems (part II)

2001-12-28 Thread M. Warner Losh
: The fact that your card doesn't have a memory map concerns me that : it's not what we're expecting. Where is the vendor's website? : Can you ask them for more info? Good luck. I think that there's some issues that the OpenBSD folks haven't been able to find good solutions for. Warner To

vn question

1999-11-02 Thread M. Warner Losh
Is the vn device able to read 4.3G files and treat them like a disk? I know we use it for building floppies and the like, but a 4.3G disk image from an unnamed laptop is what I have a need to access... Will it read the mbr and give me the slices that were there when I had the bits on a disk

<    3   4   5   6   7   8