Re: kern/150481: IFA_RTSELF: freebsd 8.1 - ifdown - ifup - loopback route keeps

2010-09-11 Thread remko
Old Synopsis: freebsd 8.1 - ifdown - ifup - loopback route keeps New Synopsis: IFA_RTSELF: freebsd 8.1 - ifdown - ifup - loopback route keeps Responsible-Changed-From-To: freebsd-bugs->freebsd-net Responsible-Changed-By: remko Responsible-Changed-When: Sat Sep 11 09:22:40 UTC 2010 Responsible-Chan

Re: Removal of deprecated implied connect for TCP

2010-09-11 Thread Randall Stewart
All: One thing to note.. when you can do an implied connection setup, the 3-way hand shake has the potential to carry data (don't know if tcp does in FreeBSD) on the third leg of the 3-way handshake. This is one of the reasons SCTP uses this.. since we often will carry data an the third and e

Re: kern/143874: [wpi] Wireless 3945ABG error. wpi0 could not allocate memory resource

2010-09-11 Thread oliver . solaris
The following reply was made to PR kern/143874; it has been noted by GNATS. From: oliver.sola...@gmail.com> To: bug-follo...@freebsd.org, kavol...@gmail.com Cc: Subject: Re: kern/143874: [wpi] Wireless 3945ABG error. wpi0 could not allocate memory resource Date: Sat, 11 Sep 2010 21:55:53 -0500

Creating socket(9) functions in FreeBSD 8 kernel

2010-09-11 Thread Sadish Kulasekere
Hi, I've been trying to write a program to send a message to a specific host with a specific MAC address. I used the socket(9) kernel interface socket functions, but the kernel keeps crashing when I try to load it. I have posted the code below. Can someone please tell me what is wrong with this c