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

/freebsd-10.3-release/sys/net/
H A Dradix.cdiff 155442 Tue Feb 07 20:25:39 MST 2006 qingli The code in rn_walktree_from() that checks if we backed up too far
did not stop at the right node. Change the backtracking check from
smaller-than to smaller-or-equal to prevent this from happening.
While here fix one additional problem where the insertion of the
default route traversed the entire tree.

PR: kern/38752
Submitted by: qingli (before I became committer)
Reviewed by: andre
MFC after: 3 days
/freebsd-10.3-release/lib/
H A DMakefilediff 38752 Wed Sep 02 15:02:18 MDT 1998 bde csu must be built before all shared libaries for ELF, since ELF shared
libraries are linked to at least crti.o. Always build it first.

Completed in 140 milliseconds