Searched hist:48560 (Results 1 - 2 of 2) sorted by relevance

/freebsd-10.3-release/bin/rcp/
H A Drcp.cdiff 48560 Sun Jul 04 15:42:04 MDT 1999 bde Improved error handling in rev.1.18: don't ignore failure of execve().

Fixed some style bugs in rev.1.18.
/freebsd-10.3-release/sys/net/
H A Dif_vlan.cdiff 131586 Sun Jul 04 18:32:54 MDT 2004 bms Workaround a locking problem in vlan(4). vlan_setmulti() may be called
with sleepable locks held from further up in the network stack, and
attempts to allocate memory to hold multicast group membership information
with M_WAITOK.

This panic was triggered specifically when an exiting routing daemon
process closes its raw sockets after joining multicast groups on them.

While we're here, comment some possible locking badness.

PR: kern/48560

Completed in 140 milliseconds