Searched hist:146250 (Results 1 - 3 of 3) sorted by relevance

/freebsd-10.2-release/tools/regression/sockets/listenclose/
H A Dlistenclose.cdiff 146250 Mon May 16 00:53:38 MDT 2005 rwatson Close the connect socket as well as the listen socket on completion.

Update copyright.
/freebsd-10.2-release/sys/netinet/
H A Din.cdiff 213932 Sat Oct 16 20:08:35 MDT 2010 bz MfP4 CH182763 (original version):

Make it harder to exploit certain in_control() related races between the
intiial lookup at the beginning and the time we will remove the entry
from the lists by re-checking that entry is still in the list before
trying to remove it.

(*) It is believed that with the current code and locking strategy we
cannot completely fix all race.

Reported by: Nima Misaghian (nima_misa hotmail.com) on net@ 20100817
Tested by: Nima Misaghian (nima_misa hotmail.com) (original version)
PR: kern/146250
Submitted by: Mikolaj Golub (to.my.trociny gmail.com) (different version)
MFC after: 1 week
/freebsd-10.2-release/sys/net/
H A Drtsock.cdiff 213930 Sat Oct 16 19:32:53 MDT 2010 bz Close a race acquiring the IF_ADDR_LOCK() for each entry while iterating
over all interfaces to make sure the address will neither change nor be
freed while we are working on it.

PR: kern/146250
Submitted by: Mikolaj Golub (to.my.trociny gmail.com)
MFC after: 1 week

Completed in 174 milliseconds