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

/freebsd-11-stable/sys/contrib/ipfilter/netinet/
H A Dip_fil_freebsd.cdiff 163027 Thu Oct 05 07:48:25 MDT 2006 oleg Workaround bad locking design:
do not try to lock/unlock destroyed/non-existsing mutex.

PR: kern/103569
Reviewed by: guido
Approved by: glebius (mentor)
Silence from: darrenr
MFC: 2 week
/freebsd-11-stable/sys/kern/
H A Duipc_mbuf.cdiff 103569 Wed Sep 18 20:33:52 MDT 2002 bmilekic style nit: unsigned -> u_int in the kernel, particularly to
stay consistent in this file, and keep m_length() and m_fixhdr()
consistent with their prototypes in mbuf.h

Inspired by: bde

Completed in 178 milliseconds