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

/freebsd-11-stable/sys/net/
H A Dif.cdiff 352565 Fri Sep 20 21:37:07 MDT 2019 kevans MFC r352246: SIOCSIFNAME: Do nothing if we're not actually changing

Instead of throwing EEXIST, just succeed if the name isn't actually
changing. We don't need to trigger departure or any of that because there's
no change from consumers' perspective.

PR: 240539
/freebsd-11-stable/sys/mips/mips/
H A Dpmap.cdiff 240539 Sat Sep 15 17:39:23 MDT 2012 ed Prefer __containerof() above member2struct().

The first does proper checking of the argument types, while the latter
does not.

Completed in 76 milliseconds