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

/freebsd-11-stable/sys/netinet/
H A Dip_mroute.cdiff 232517 Sun Mar 04 17:15:08 MST 2012 zec Change SYSINIT priorities so that ip_mroute_modevent() is executed
before vnet_mroute_init(), since vnet_mroute_init() depends on mfchashsize
tunable to be set, and that is done in in ip_mroute_modevent().
Apparently I broke that ordering with r208744 almost 2 years ago...

PR: kern/162201
Submitted by: Stevan Markovic (mcafee.com)
MFC after: 3 days
/freebsd-11-stable/sys/compat/linux/
H A Dlinux_file.cdiff 162201 Sun Sep 10 11:47:56 MDT 2006 netchild The Linux unlink syscall uses a different errno value when trying to unlink
a directory.

PR: 102897 [1]
Noticed by: Knut Anders Hatlen <kahatlen@gmail.com>, testrun with LTP [1]
Submitted by: Marcin Cieslak <saper@SYSTEM.PL>
Tested by: netchild (LTP test run)

Completed in 127 milliseconds