freebsd-net mailing list

FromSubjectDatesort icon
linimon
Re: kern/153671: [em] [panic] 8.2-PRERELEASE repeatable ...
Synopsis: [em] [panic] 8.2-PRERELEASE repeatable kernel in if_em(4) Responsible-Changed-From-To: freebsd-bugs->freebsd-net Responsible-Changed-By: linimon Responsible-Changed-When: Tue Jan 4 05:56:20 UTC 2011 Responsible-Changed-Why: Over to maintainer(s). http://www.freebsd.org/cgi/query-pr.cgi?pr=153671 _______________________________________________ freebsd-net@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-net To unsubscribe, send any mail to ...
Jan 3, 10:57 pm 2011
Bernhard Schmidt
Re: kern/153594: [iwn] Network keeps disconnecting when ...
Possibly, but I don't think this is the way to go. Currently wpa_supplicant has this code: /* * Mark the interface as down to ensure wpa_supplicant has exclusive * access to the net80211 state machine, do this before opening the * route socket to avoid a false event that the interface disappeared. */ if (getifflags(drv, &flags) == 0) (void) setifflags(drv, flags &~ IFF_UP); This code works such that it will send an event ...
Jan 4, 2:06 am 2011
Eugene Grosbein
Re: kern/153594: [iwn] Network keeps disconnecting when ...
Proper fine-grained locking was always good solution for race problem :-) How about using flock(2) in wpa_supplicant source code? Eugene Grosbein _______________________________________________ freebsd-net@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-net To unsubscribe, send any mail to "freebsd-net-unsubscribe@freebsd.org"
Jan 4, 2:09 am 2011
Bernhard Schmidt
Re: kern/153594: [iwn] Network keeps disconnecting when ...
I don't see any flock'able resource shared between instances, do you? -- Bernhard _______________________________________________ freebsd-net@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-net To unsubscribe, send any mail to "freebsd-net-unsubscribe@freebsd.org"
Jan 4, 2:39 am 2011
Eugene Grosbein
Re: kern/153594: [iwn] Network keeps disconnecting when ...
Just use pidfile(3) :-) _______________________________________________ freebsd-net@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-net To unsubscribe, send any mail to "freebsd-net-unsubscribe@freebsd.org"
Jan 4, 2:44 am 2011
Mickey Harvey
tcp implementation source code
I would like to know where I can find the source code for the TCP implementation so I can do some hacking on it. _______________________________________________ freebsd-net@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-net To unsubscribe, send any mail to "freebsd-net-unsubscribe@freebsd.org"
Jan 4, 2:46 am 2011
Aragon Gouveia
Re: please review my ppp(8) patch
*bump* _______________________________________________ freebsd-net@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-net To unsubscribe, send any mail to "freebsd-net-unsubscribe@freebsd.org"
Jan 4, 6:51 am 2011
J. Hellenthal
Re: tcp implementation source code
Have you looked through the repository at all ? http://svn.freebsd.org/ -- Regards, jhell,v JJH48-ARIN _______________________________________________ freebsd-net@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-net To unsubscribe, send any mail to "freebsd-net-unsubscribe@freebsd.org"
Jan 4, 7:56 am 2011
previous daytodaynext day
January 3, 2011January 4, 2011None