dwmalone 2003/05/29 11:36:26 PDT FreeBSD src repository Modified files: sys/kern uipc_syscalls.c Log: Grab giant in sendit rather than kern_sendit because sockargs may allocate mbufs with M_TRYWAIT, which may require Giant. Reviewed by: bmilekic Approved by: re (scottl) Revision Changes Path 1.147 +6 -4 src/sys/kern/uipc_syscalls.c