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

/freebsd-11-stable/sys/dev/isp/
H A Disp_target.cdiff 64090 Tue Aug 01 04:24:01 MDT 2000 mjacob Remove isp_tdebug. Change all PRINTF macros to the now common
isp_prt logging function.
/freebsd-11-stable/sys/net/
H A Droute.cdiff 150414 Wed Sep 21 09:58:10 MDT 2005 glebius Several fixes to rt_setgate(), that fix problems with route changing:

- Rearrange code so that in a case of failure the affected
route is not changed. Otherwise, a bogus rtentry will be
left and later rt_check() can recurse on its lock. [1]
- Remove comment about protocol cloning.
- Fix two places where rtentry mutex was recursed on, because
accessed via two different pointers, that were actually pointing
to the same rtentry in some cases. [1]
- Return EADDRINUSE instead of bogus EDQUOT, in case when gateway
uses the same route. [2]

Reported & tested by: ps, Andrej Zverev <az inec.ru> [1]
PR: kern/64090 [2]

Completed in 99 milliseconds