PERFORCE change 134212 for review

Christian S.J. Peron csjp at FreeBSD.org
Sun Jan 27 09:06:17 PST 2008


http://perforce.freebsd.org/chv.cgi?CH=134212

Change 134212 by csjp at 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);


More information about the p4-projects mailing list