Date: Sun, 27 Jan 2008 17:06:16 GMT From: "Christian S.J. Peron" <csjp@FreeBSD.org> To: Perforce Change Reviews <perforce@freebsd.org> Subject: PERFORCE change 134212 for review Message-ID: <200801271706.m0RH6G06022249@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=134212 Change 134212 by csjp@csjp_xor on 2008/01/27 17:05:19 Make sure we allow manual buffer rotation while the peer is locked. Otherwise bad things can happen. Affected files ... .. //depot/projects/zcopybpf/src/sys/net/bpf.c#40 edit Differences ... ==== //depot/projects/zcopybpf/src/sys/net/bpf.c#40 (text+ko) ==== @@ -964,6 +964,7 @@ case TIOCGPGRP: case BIOCACKZBUF: case BIOCGETZBUF: + case BIOCROTZBUF: break; default: return (EPERM);
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200801271706.m0RH6G06022249>