Searched hist:192284 (Results 1 - 3 of 3) sorted by relevance

/freebsd-11-stable/sys/compat/linux/
H A Dlinux_socket.hdiff 192284 Mon May 18 02:11:48 MDT 2009 dchagin Implement MSG_CMSG_CLOEXEC flag for linux_recvmsg().

Approved by: kib (mentor)
MFC after: 1 month
H A Dlinux_socket.cdiff 192284 Mon May 18 02:11:48 MDT 2009 dchagin Implement MSG_CMSG_CLOEXEC flag for linux_recvmsg().

Approved by: kib (mentor)
MFC after: 1 month
/freebsd-11-stable/sys/cddl/compat/opensolaris/sys/
H A Dtime.hdiff 269404 Fri Aug 01 20:42:19 MDT 2014 delphij Split gethrtime() and gethrtime_waitfree() and make the former use
nanouptime() instead of getnanouptime(). nanouptime(9) provides more
precise result at expense of being slower.

In r269223, gethrtime() is used as creation time of dbuf, which in turn
acts as portion of lookup key to maintain AVL invariant where there can
not be duplicate items. Before this change, gethrtime() have preferred
better execution time by sacrificing precision, which may lead to panic
on busy systems with:

panic: avl_find() succeeded inside avl_add()

Reported by: allanjude, mav
PR: kern/192284
MFC after: 11 days
X-MFC-with: r269223

Completed in 93 milliseconds